gtans-1.99.0/0000777000175400010010000000000011133040117007713 500000000000000gtans-1.99.0/aclocal.m40000644000175400010010000116305611133032406011505 00000000000000# generated automatically by aclocal 1.10.1 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(AC_AUTOCONF_VERSION, [2.63],, [m4_warning([this file was generated for autoconf 2.63. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) # Copyright (C) 1995-2002 Free Software Foundation, Inc. # Copyright (C) 2001-2003,2004 Red Hat, Inc. # # This file is free software, distributed under the terms of the GNU # General Public License. As a special exception to the GNU General # Public License, this file may be distributed as part of a program # that contains a configuration script generated by Autoconf, under # the same distribution terms as the rest of that program. # # This file can be copied and used freely without restrictions. It can # be used in projects which are not available under the GNU Public License # but which still want to provide support for the GNU gettext functionality. # # Macro to add for using GNU gettext. # Ulrich Drepper , 1995, 1996 # # Modified to never use included libintl. # Owen Taylor , 12/15/1998 # # Major rework to remove unused code # Owen Taylor , 12/11/2002 # # Added better handling of ALL_LINGUAS from GNU gettext version # written by Bruno Haible, Owen Taylor 5/30/3002 # # Modified to require ngettext # Matthias Clasen 08/06/2004 # # We need this here as well, since someone might use autoconf-2.5x # to configure GLib then an older version to configure a package # using AM_GLIB_GNU_GETTEXT AC_PREREQ(2.53) dnl dnl We go to great lengths to make sure that aclocal won't dnl try to pull in the installed version of these macros dnl when running aclocal in the glib directory. dnl m4_copy([AC_DEFUN],[glib_DEFUN]) m4_copy([AC_REQUIRE],[glib_REQUIRE]) dnl dnl At the end, if we're not within glib, we'll define the public dnl definitions in terms of our private definitions. dnl # GLIB_LC_MESSAGES #-------------------- glib_DEFUN([GLIB_LC_MESSAGES], [AC_CHECK_HEADERS([locale.h]) if test $ac_cv_header_locale_h = yes; then AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, [AC_TRY_LINK([#include ], [return LC_MESSAGES], am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) if test $am_cv_val_LC_MESSAGES = yes; then AC_DEFINE(HAVE_LC_MESSAGES, 1, [Define if your file defines LC_MESSAGES.]) fi fi]) # GLIB_PATH_PROG_WITH_TEST #---------------------------- dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) glib_DEFUN([GLIB_PATH_PROG_WITH_TEST], [# Extract the first word of "$2", so it can be a program name with args. set dummy $2; ac_word=[$]2 AC_MSG_CHECKING([for $ac_word]) AC_CACHE_VAL(ac_cv_path_$1, [case "[$]$1" in /*) ac_cv_path_$1="[$]$1" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in ifelse([$5], , $PATH, [$5]); do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if [$3]; then ac_cv_path_$1="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" dnl If no 4th arg is given, leave the cache variable unset, dnl so AC_PATH_PROGS will keep looking. ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" ])dnl ;; esac])dnl $1="$ac_cv_path_$1" if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then AC_MSG_RESULT([$]$1) else AC_MSG_RESULT(no) fi AC_SUBST($1)dnl ]) # GLIB_WITH_NLS #----------------- glib_DEFUN([GLIB_WITH_NLS], dnl NLS is obligatory [USE_NLS=yes AC_SUBST(USE_NLS) gt_cv_have_gettext=no CATOBJEXT=NONE XGETTEXT=: INTLLIBS= AC_CHECK_HEADER(libintl.h, [gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" # # First check in libc # AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc, [AC_TRY_LINK([ #include ], [return !ngettext ("","", 1)], gt_cv_func_ngettext_libc=yes, gt_cv_func_ngettext_libc=no) ]) if test "$gt_cv_func_ngettext_libc" = "yes" ; then AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc, [AC_TRY_LINK([ #include ], [return !dgettext ("","")], gt_cv_func_dgettext_libc=yes, gt_cv_func_dgettext_libc=no) ]) fi if test "$gt_cv_func_ngettext_libc" = "yes" ; then AC_CHECK_FUNCS(bind_textdomain_codeset) fi # # If we don't have everything we want, check in libintl # if test "$gt_cv_func_dgettext_libc" != "yes" \ || test "$gt_cv_func_ngettext_libc" != "yes" \ || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then AC_CHECK_LIB(intl, bindtextdomain, [AC_CHECK_LIB(intl, ngettext, [AC_CHECK_LIB(intl, dgettext, gt_cv_func_dgettext_libintl=yes)])]) if test "$gt_cv_func_dgettext_libintl" != "yes" ; then AC_MSG_CHECKING([if -liconv is needed to use gettext]) AC_MSG_RESULT([]) AC_CHECK_LIB(intl, ngettext, [AC_CHECK_LIB(intl, dcgettext, [gt_cv_func_dgettext_libintl=yes libintl_extra_libs=-liconv], :,-liconv)], :,-liconv) fi # # If we found libintl, then check in it for bind_textdomain_codeset(); # we'll prefer libc if neither have bind_textdomain_codeset(), # and both have dgettext and ngettext # if test "$gt_cv_func_dgettext_libintl" = "yes" ; then glib_save_LIBS="$LIBS" LIBS="$LIBS -lintl $libintl_extra_libs" unset ac_cv_func_bind_textdomain_codeset AC_CHECK_FUNCS(bind_textdomain_codeset) LIBS="$glib_save_LIBS" if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then gt_cv_func_dgettext_libc=no else if test "$gt_cv_func_dgettext_libc" = "yes" \ && test "$gt_cv_func_ngettext_libc" = "yes"; then gt_cv_func_dgettext_libintl=no fi fi fi fi if test "$gt_cv_func_dgettext_libc" = "yes" \ || test "$gt_cv_func_dgettext_libintl" = "yes"; then gt_cv_have_gettext=yes fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then INTLLIBS="-lintl $libintl_extra_libs" fi if test "$gt_cv_have_gettext" = "yes"; then AC_DEFINE(HAVE_GETTEXT,1, [Define if the GNU gettext() function is already present or preinstalled.]) GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl if test "$MSGFMT" != "no"; then glib_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" AC_CHECK_FUNCS(dcgettext) MSGFMT_OPTS= AC_MSG_CHECKING([if msgfmt accepts -c]) GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[ msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: test 1.0\n" "PO-Revision-Date: 2007-02-15 12:01+0100\n" "Last-Translator: test \n" "Language-Team: C \n" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" ], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) AC_SUBST(MSGFMT_OPTS) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr], [CATOBJEXT=.gmo DATADIRNAME=share], [case $host in *-*-solaris*) dnl On Solaris, if bind_textdomain_codeset is in libc, dnl GNU format message catalog is always supported, dnl since both are added to the libc all together. dnl Hence, we'd like to go with DATADIRNAME=share and dnl and CATOBJEXT=.gmo in this case. AC_CHECK_FUNC(bind_textdomain_codeset, [CATOBJEXT=.gmo DATADIRNAME=share], [CATOBJEXT=.mo DATADIRNAME=lib]) ;; *) CATOBJEXT=.mo DATADIRNAME=lib ;; esac]) LIBS="$glib_save_LIBS" INSTOBJEXT=.mo else gt_cv_have_gettext=no fi fi ]) if test "$gt_cv_have_gettext" = "yes" ; then AC_DEFINE(ENABLE_NLS, 1, [always defined to indicate that i18n is enabled]) fi dnl Test whether we really found GNU xgettext. if test "$XGETTEXT" != ":"; then dnl If it is not GNU xgettext we define it as : so that the dnl Makefiles still can work. if $XGETTEXT --omit-header /dev/null 2> /dev/null; then : ; else AC_MSG_RESULT( [found xgettext program is not GNU xgettext; ignore it]) XGETTEXT=":" fi fi # We need to process the po/ directory. POSUB=po AC_OUTPUT_COMMANDS( [case "$CONFIG_FILES" in *po/Makefile.in*) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile esac]) dnl These rules are solely for the distribution goal. While doing this dnl we only have to keep exactly one list of the available catalogs dnl in configure.in. for lang in $ALL_LINGUAS; do GMOFILES="$GMOFILES $lang.gmo" POFILES="$POFILES $lang.po" done dnl Make all variables we use known to autoconf. AC_SUBST(CATALOGS) AC_SUBST(CATOBJEXT) AC_SUBST(DATADIRNAME) AC_SUBST(GMOFILES) AC_SUBST(INSTOBJEXT) AC_SUBST(INTLLIBS) AC_SUBST(PO_IN_DATADIR_TRUE) AC_SUBST(PO_IN_DATADIR_FALSE) AC_SUBST(POFILES) AC_SUBST(POSUB) ]) # AM_GLIB_GNU_GETTEXT # ------------------- # Do checks necessary for use of gettext. If a suitable implementation # of gettext is found in either in libintl or in the C library, # it will set INTLLIBS to the libraries needed for use of gettext # and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable # gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST() # on various variables needed by the Makefile.in.in installed by # glib-gettextize. dnl glib_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_HEADER_STDC])dnl GLIB_LC_MESSAGES GLIB_WITH_NLS if test "$gt_cv_have_gettext" = "yes"; then if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else AC_MSG_CHECKING(for catalogs to be installed) NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then NEW_LINGUAS="$NEW_LINGUAS $presentlang" fi done LINGUAS=$NEW_LINGUAS AC_MSG_RESULT($LINGUAS) fi dnl Construct list of names of catalog files to be constructed. if test -n "$LINGUAS"; then for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done fi fi dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly dnl find the mkinstalldirs script in another subdir but ($top_srcdir). dnl Try to locate is. MKINSTALLDIRS= if test -n "$ac_aux_dir"; then MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi AC_SUBST(MKINSTALLDIRS) dnl Generate list of files to be processed by xgettext which will dnl be included in po/Makefile. test -d po || mkdir po if test "x$srcdir" != "x."; then if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then posrcprefix="$srcdir/" else posrcprefix="../$srcdir/" fi else posrcprefix="../" fi rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES ]) # AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) # ------------------------------- # Define VARIABLE to the location where catalog files will # be installed by po/Makefile. glib_DEFUN([GLIB_DEFINE_LOCALEDIR], [glib_REQUIRE([GLIB_GNU_GETTEXT])dnl glib_save_prefix="$prefix" glib_save_exec_prefix="$exec_prefix" glib_save_datarootdir="$datarootdir" test "x$prefix" = xNONE && prefix=$ac_default_prefix test "x$exec_prefix" = xNONE && exec_prefix=$prefix datarootdir=`eval echo "${datarootdir}"` if test "x$CATOBJEXT" = "x.mo" ; then localedir=`eval echo "${libdir}/locale"` else localedir=`eval echo "${datadir}/locale"` fi prefix="$glib_save_prefix" exec_prefix="$glib_save_exec_prefix" datarootdir="$glib_save_datarootdir" AC_DEFINE_UNQUOTED($1, "$localedir", [Define the location where the catalogs will be installed]) ]) dnl dnl Now the definitions that aclocal will find dnl ifdef(glib_configure_in,[],[ AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)]) AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)]) ])dnl # GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL]) # # Create a temporary file with TEST-FILE as its contents and pass the # file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with # 0 and perform ACTION-IF-FAIL for any other exit status. AC_DEFUN([GLIB_RUN_PROG], [cat >conftest.foo <<_ACEOF $2 _ACEOF if AC_RUN_LOG([$1 conftest.foo]); then m4_ifval([$3], [$3], [:]) m4_ifvaln([$4], [else $4])dnl echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD fi]) dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) # serial 40 IT_PROG_INTLTOOL AC_DEFUN([IT_PROG_INTLTOOL], [ AC_PREREQ([2.50])dnl AC_REQUIRE([AM_NLS])dnl case "$am__api_version" in 1.[01234]) AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) ;; *) ;; esac if test -n "$1"; then AC_MSG_CHECKING([for intltool >= $1]) INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` [INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` ] AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) fi AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) fi INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' AC_SUBST(INTLTOOL_DESKTOP_RULE) AC_SUBST(INTLTOOL_DIRECTORY_RULE) AC_SUBST(INTLTOOL_KEYS_RULE) AC_SUBST(INTLTOOL_PROP_RULE) AC_SUBST(INTLTOOL_OAF_RULE) AC_SUBST(INTLTOOL_PONG_RULE) AC_SUBST(INTLTOOL_SERVER_RULE) AC_SUBST(INTLTOOL_SHEET_RULE) AC_SUBST(INTLTOOL_SOUNDLIST_RULE) AC_SUBST(INTLTOOL_UI_RULE) AC_SUBST(INTLTOOL_XAM_RULE) AC_SUBST(INTLTOOL_KBD_RULE) AC_SUBST(INTLTOOL_XML_RULE) AC_SUBST(INTLTOOL_XML_NOMERGE_RULE) AC_SUBST(INTLTOOL_CAVES_RULE) AC_SUBST(INTLTOOL_SCHEMAS_RULE) AC_SUBST(INTLTOOL_THEME_RULE) AC_SUBST(INTLTOOL_SERVICE_RULE) AC_SUBST(INTLTOOL_POLICY_RULE) # Check the gettext tools to make sure they are GNU AC_PATH_PROG(XGETTEXT, xgettext) AC_PATH_PROG(MSGMERGE, msgmerge) AC_PATH_PROG(MSGFMT, msgfmt) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) fi xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) fi AC_PATH_PROG(INTLTOOL_PERL, [perl]) if test -z "$INTLTOOL_PERL"; then AC_MSG_ERROR([perl not found; required for intltool]) fi if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then AC_MSG_ERROR([perl 5.x required for intltool]) fi if test "x$2" != "xno-xml"; then AC_MSG_CHECKING([for XML::Parser]) if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then AC_MSG_RESULT([ok]) else AC_MSG_ERROR([XML::Parser perl module is required for intltool]) fi fi # Substitute ALL_LINGUAS so we can use it in po/Makefile AC_SUBST(ALL_LINGUAS) # Set DATADIRNAME correctly if it is not set yet # (copied from glib-gettext.m4) if test -z "$DATADIRNAME"; then AC_LINK_IFELSE( [AC_LANG_PROGRAM([[]], [[extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr]])], [DATADIRNAME=share], [case $host in *-*-solaris*) dnl On Solaris, if bind_textdomain_codeset is in libc, dnl GNU format message catalog is always supported, dnl since both are added to the libc all together. dnl Hence, we'd like to go with DATADIRNAME=share dnl in this case. AC_CHECK_FUNC(bind_textdomain_codeset, [DATADIRNAME=share], [DATADIRNAME=lib]) ;; *) [DATADIRNAME=lib] ;; esac]) fi AC_SUBST(DATADIRNAME) IT_PO_SUBDIR([po]) ]) # IT_PO_SUBDIR(DIRNAME) # --------------------- # All po subdirs have to be declared with this macro; the subdir "po" is # declared by IT_PROG_INTLTOOL. # AC_DEFUN([IT_PO_SUBDIR], [AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. dnl dnl The following CONFIG_COMMANDS should be exetuted at the very end dnl of config.status. AC_CONFIG_COMMANDS_PRE([ AC_CONFIG_COMMANDS([$1/stamp-it], [ if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" ]; then AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) fi rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" >"$1/stamp-it.tmp" [sed '/^#/d s/^[[].*] *// /^[ ]*$/d '"s|^| $ac_top_srcdir/|" \ "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" ] [sed '/^POTFILES =/,/[^\\]$/ { /^POTFILES =/!d r $1/POTFILES } ' "$1/Makefile.in" >"$1/Makefile"] rm -f "$1/Makefile.tmp" mv "$1/stamp-it.tmp" "$1/stamp-it" ]) ])dnl ]) # deprecated macros AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) # A hint is needed for aclocal from Automake <= 1.9.4: # AC_DEFUN([AC_PROG_INTLTOOL], ...) # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, # 2006, 2007, 2008 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is part of GNU Libtool. # # GNU Libtool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Libtool; see the file COPYING. If not, a copy # can be downloaded from http://www.gnu.org/licenses/gpl.html, or # obtained by writing to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) # serial 56 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ltmain" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_CC_BASENAME(CC) # ------------------- # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. m4_defun([_LT_CC_BASENAME], [for cc_temp in $1""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl _LT_PROG_ECHO_BACKSLASH case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld="$lt_cv_prog_gnu_ld" old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from `configure', and `config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # `config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain="$ac_aux_dir/ltmain.sh" ])# _LT_PROG_LTMAIN # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the `libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to `config.status' so that its # declaration there will have the same value as in `configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "X$" | $Xsed -e "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags="_LT_TAGS"dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the `libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into `config.status', and then the shell code to quote escape them in # for loops in `config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Fix-up fallback echo if it was mangled by the above quoting rules. case \$lt_ECHO in *'\\\[$]0 --fallback-echo"')dnl " lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\` ;; esac _LT_OUTPUT_LIBTOOL_INIT ]) # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) cat >"$CONFIG_LT" <<_LTEOF #! $SHELL # Generated by $as_me. # Run this file to recreate a libtool stub with the current configuration. lt_cl_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ \`$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2008 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test $[#] != 0 do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try \`$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try \`$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. if test "$no_create" != yes; then lt_cl_success=: test "$silent" = yes && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) fi ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options which allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi cfgfile="${ofile}T" trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # NOTE: Changes made to this file will be lost: look at ltmain.sh. # _LT_COPYING _LT_LIBTOOL_TAGS # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) _LT_PROG_XSI_SHELLFNS sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' TIMESTAMP='$TIMESTAMP' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "${LT_MULTI_MODULE}"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS="$save_LDFLAGS" ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10.[[012]]*) _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test "$lt_cv_apple_cc_single_mod" = "yes"; then _lt_dar_single_mod='$single_module' fi if test "$lt_cv_ld_exported_symbols_list" = "yes"; then _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}' fi if test "$DSYMUTIL" != ":"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES # -------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(whole_archive_flag_spec, $1)='' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined" case $cc_basename in ifort*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test "$_lt_dar_can_shared" = "yes"; then output_verbose_link_cmd=echo _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}" m4_if([$1], [CXX], [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX # ----------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl AC_LINK_IFELSE(AC_LANG_PROGRAM,[ lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], [AC_DIVERT_PUSH(NOTICE)]) $1 AC_DIVERT_POP ])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Add some code to the start of the generated configure script which # will find an echo command which doesn't interpret backslashes. m4_defun([_LT_PROG_ECHO_BACKSLASH], [_LT_SHELL_INIT([ # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$lt_ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` ;; esac ECHO=${lt_ECHO-echo} if test "X[$]1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X[$]1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then # Yippee, $ECHO works! : else # Restart under the correct shell. exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} fi if test "X[$]1" = X--fallback-echo; then # used as fallback echo shift cat <<_LT_EOF [$]* _LT_EOF exit 0 fi # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH if test -z "$lt_ECHO"; then if test "X${echo_test_string+set}" != Xset; then # find a string as large as possible, as long as the shell can cope with it for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ... if { echo_test_string=`eval $cmd`; } 2>/dev/null && { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null then break fi done fi if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$ECHO" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. ECHO='print -r' elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} else # Try using printf. ECHO='printf %s\n' if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' && echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL ECHO="$CONFIG_SHELL [$]0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then ECHO="$CONFIG_SHELL [$]0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "[$]0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} else # Oops. We lost completely, so just stick with echo. ECHO=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. lt_ECHO=$ECHO if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" fi AC_SUBST(lt_ECHO) ]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that does not interpret backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '[#]line __oline__ "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; ppc64-*linux*|powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; ppc*-*linux*|powerpc*-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; sparc*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) LD="${LD-ld} -m elf64_sparc" ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" ])# _LT_ENABLE_LOCK # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [AC_CHECK_TOOL(AR, ar, false) test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1]) AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" fi _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test x"[$]$2" = xyes; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS="$save_LDFLAGS" ]) if test x"[$]$2" = xyes; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; netbsd* | freebsd* | openbsd* | darwin* | dragonfly*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8 ; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \ = "XX$teststring$teststring"; } >/dev/null 2>&1 && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n $lt_cv_sys_max_cmd_len ; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "$cross_compiling" = yes; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line __oline__ "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links="nottested" if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", [Define to the sub-directory in which libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then # We can hardcode non-existent directories. if test "$_LT_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no && test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test "$_LT_TAGVAR(hardcode_action, $1)" = relink || test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test "$GCC" = yes; then case $host_os in darwin*) lt_awk_arg="/^libraries:/,/LR/" ;; *) lt_awk_arg="/^libraries:/" ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'` else lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary. lt_tmp_lt_search_path_spec= lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path/$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir" else test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk ' BEGIN {RS=" "; FS="/|\n";} { lt_foo=""; lt_count=0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo="/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` sys_lib_search_path_spec=`$ECHO $lt_search_path_spec` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix[[4-9]]*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd1*) dynamic_linker=no ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[123]]*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; gnu*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' if test "X$HPUX_IA64_MODE" = X32; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" fi sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555. postinstall_cmds='chmod 555 $lib' ;; interix[[3-9]]*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test "$lt_cv_prog_gnu_ld" = yes; then version_type=linux else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; # This must be Linux ELF. linux* | k*bsd*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd*) version_type=sunos sys_lib_dlsearch_path_spec="/usr/lib" need_lib_prefix=no # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs. case $host_os in openbsd3.3 | openbsd3.3.*) need_version=yes ;; *) need_version=no ;; esac library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then case $host_os in openbsd2.[[89]] | openbsd2.[[89]].*) shlibpath_overrides_runpath=no ;; *) shlibpath_overrides_runpath=yes ;; esac else shlibpath_overrides_runpath=yes fi ;; os2*) libname_spec='$name' shrext_cmds=".dll" need_lib_prefix=no library_names_spec='$libname${shared_ext} $libname.a' dynamic_linker='OS/2 ld.exe' shlibpath_var=LIBPATH ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='${libname}${release}${shared_ext}$major' library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test "$with_gnu_ld" = yes; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=freebsd-elf need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test "$with_gnu_ld" = yes; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test "$dynamic_linker" = no && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test "$GCC" = yes; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" fi if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec" fi _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([], [sys_lib_dlsearch_path_spec], [2], [Run-time system search path for libraries]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program which can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program which can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; gnu*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be Linux ELF. linux* | k*bsd*-gnu) lt_cv_deplibs_check_method=pass_all ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method == "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_nm_to_check="${ac_tool_prefix}nm" if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. tmp_nm="$ac_dir/$lt_tmp_nm" if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then # Check to see if the nm accepts a BSD-compat flag. # Adding the `sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in */dev/null* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS="$lt_save_ifs" done : ${lt_cv_path_NM=no} fi]) if test "$lt_cv_path_NM" != "no"; then NM="$lt_cv_path_NM" else # Didn't find any BSD compatible name lister, look for dumpbin. AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :) AC_SUBST([DUMPBIN]) if test "$DUMPBIN" != ":"; then NM="$DUMPBIN" fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM="-lm") ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test "$host_cpu" = ia64; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'" lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function # and D for any global variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\ " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\ " s[1]~/^[@?]/{print s[1], s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ const struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= AC_MSG_CHECKING([for $compiler option to produce PIC]) m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64 which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC*) # IBM XL 8.0 on PPC _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test "$GCC" = yes; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu) case $cc_basename in # old Intel for x86_64 which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl*) # IBM XL C 8.0/Fortran 10.1 on PPC _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw* | cegcc*) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu) tmp_diet=no if test "$host_os" = linux-dietlibc; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test "$tmp_diet" = no then tmp_addflag= tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; xl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi case $cc_basename in xlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; freebsd1*) _LT_TAGVAR(ld_shlibs, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null" AC_LINK_IFELSE(int foo(void) {}, _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' ) LDFLAGS="$save_LDFLAGS" else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' else case $host_os in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ;; esac fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test "$GCC" = yes; then wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='${wl}' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test x$host_vendor = xsni; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_MSG_CHECKING([whether -lc should be explicitly linked in]) $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then _LT_TAGVAR(archive_cmds_need_lc, $1)=no else _LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)]) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1], [[If ld is used when linking, flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting ${shlibpath_var} if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [fix_srcfile_path], [1], [Fix the shell variable $srcfile for the compiler]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC="$CC" AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report which library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC="$lt_save_CC" ])# _LT_LANG_C_CONFIG # _LT_PROG_CXX # ------------ # Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++ # compiler, we have our own version here. m4_defun([_LT_PROG_CXX], [ pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes]) AC_PROG_CXX if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_CXX dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_CXX], []) # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to `libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [AC_REQUIRE([_LT_PROG_CXX])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_caught_CXX_error" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='${wl}-f,' if test "$GXX" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared # libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd[[12]]*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; gnu*) ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; *) # Version 6 will use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; xl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test "x$supports_anon_versioning" = xyes; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd2*) # C++ shared libraries are fairly broken _LT_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd=echo else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_TAGVAR(GCC, $1)="$GXX" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test "$_lt_caught_CXX_error" != yes AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ]) dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" || test $p = "-R"; then prev=$p continue else prev= fi if test "$pre_test_object_deps_done" = no; then case $p in -L* | -R*) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}" else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)="${prev}${p}" else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}" fi fi ;; *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)="$p" else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)="$p" else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_PROG_F77 # ------------ # Since AC_PROG_F77 is broken, in that it returns the empty string # if there is no fortran compiler, we have our own version here. m4_defun([_LT_PROG_F77], [ pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes]) AC_PROG_F77 if test -z "$F77" || test "X$F77" = "Xno"; then _lt_disable_F77=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_F77 dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_F77], []) # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_REQUIRE([_LT_PROG_F77])dnl AC_LANG_PUSH(Fortran 77) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_F77" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC CC=${F77-"f77"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$G77" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" fi # test "$_lt_disable_F77" != yes AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_PROG_FC # ----------- # Since AC_PROG_FC is broken, in that it returns the empty string # if there is no fortran compiler, we have our own version here. m4_defun([_LT_PROG_FC], [ pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes]) AC_PROG_FC if test -z "$FC" || test "X$FC" = "Xno"; then _lt_disable_FC=yes fi popdef([AC_MSG_ERROR]) ])# _LT_PROG_FC dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([_LT_PROG_FC], []) # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_REQUIRE([_LT_PROG_FC])dnl AC_LANG_PUSH(Fortran) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test "$_lt_disable_FC" != yes; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC CC=${FC-"f95"} compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu" _LT_TAGVAR(LD, $1)="$LD" ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC="$lt_save_CC" fi # test "$_lt_disable_FC" != yes AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)="$LD" _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC="$lt_save_CC" ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to `libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC="$CC" lt_save_GCC=$GCC GCC= CC=${RC-"windres"} compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC="$lt_save_CC" ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f $lt_ac_sed && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test $lt_ac_count -gt 10 && break lt_ac_count=`expr $lt_ac_count + 1` if test $lt_ac_count -gt $lt_ac_max; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [AC_MSG_CHECKING([whether the shell understands some XSI constructs]) # Try some XSI features xsi_shell=no ( _lt_dummy="a/b/c" test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \ = c,a/b,, \ && eval 'test $(( 1 + 1 )) -eq 2 \ && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \ && xsi_shell=yes AC_MSG_RESULT([$xsi_shell]) _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell']) AC_MSG_CHECKING([whether the shell understands "+="]) lt_shell_append=no ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \ >/dev/null 2>&1 \ && lt_shell_append=yes AC_MSG_RESULT([$lt_shell_append]) _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append']) if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PROG_XSI_SHELLFNS # --------------------- # Bourne and XSI compatible variants of some useful shell functions. m4_defun([_LT_PROG_XSI_SHELLFNS], [case $xsi_shell in yes) cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac } # func_basename file func_basename () { func_basename_result="${1##*/}" } # func_dirname_and_basename file append nondir_replacement # perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # Implementation must be kept synchronized with func_dirname # and func_basename. For efficiency, we do not delegate to # those functions but instead duplicate the functionality here. func_dirname_and_basename () { case ${1} in */*) func_dirname_result="${1%/*}${2}" ;; * ) func_dirname_result="${3}" ;; esac func_basename_result="${1##*/}" } # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). func_stripname () { # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary parameter first. func_stripname_result=${3} func_stripname_result=${func_stripname_result#"${1}"} func_stripname_result=${func_stripname_result%"${2}"} } # func_opt_split func_opt_split () { func_opt_split_opt=${1%%=*} func_opt_split_arg=${1#*=} } # func_lo2o object func_lo2o () { case ${1} in *.lo) func_lo2o_result=${1%.lo}.${objext} ;; *) func_lo2o_result=${1} ;; esac } # func_xform libobj-or-source func_xform () { func_xform_result=${1%.*}.lo } # func_arith arithmetic-term... func_arith () { func_arith_result=$(( $[*] )) } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=${#1} } _LT_EOF ;; *) # Bourne compatible functions. cat << \_LT_EOF >> "$cfgfile" # func_dirname file append nondir_replacement # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. func_dirname () { # Extract subdirectory from the argument. func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"` if test "X$func_dirname_result" = "X${1}"; then func_dirname_result="${3}" else func_dirname_result="$func_dirname_result${2}" fi } # func_basename file func_basename () { func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"` } dnl func_dirname_and_basename dnl A portable version of this function is already defined in general.m4sh dnl so there is no need for it here. # func_stripname prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # func_strip_suffix prefix name func_stripname () { case ${2} in .*) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;; *) func_stripname_result=`$ECHO "X${3}" \ | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;; esac } # sed scripts: my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q' my_sed_long_arg='1s/^-[[^=]]*=//' # func_opt_split func_opt_split () { func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"` func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"` } # func_lo2o object func_lo2o () { func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"` } # func_xform libobj-or-source func_xform () { func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'` } # func_arith arithmetic-term... func_arith () { func_arith_result=`expr "$[@]"` } # func_len string # STRING may not start with a hyphen. func_len () { func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len` } _LT_EOF esac case $lt_shell_append in yes) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$[1]+=\$[2]" } _LT_EOF ;; *) cat << \_LT_EOF >> "$cfgfile" # func_append var value # Append VALUE to the end of shell variable VAR. func_append () { eval "$[1]=\$$[1]\$[2]" } _LT_EOF ;; esac ]) # nls.m4 serial 3 (gettext-0.15) dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl dnl This file can can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU dnl gettext package package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: dnl Ulrich Drepper , 1995-2000. dnl Bruno Haible , 2000-2003. AC_PREREQ(2.50) AC_DEFUN([AM_NLS], [ AC_MSG_CHECKING([whether NLS is requested]) dnl Default is enabled NLS AC_ARG_ENABLE(nls, [ --disable-nls do not use Native Language Support], USE_NLS=$enableval, USE_NLS=yes) AC_MSG_RESULT($USE_NLS) AC_SUBST(USE_NLS) ]) # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- # # Copyright © 2004 Scott James Remnant . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # PKG_PROG_PKG_CONFIG([MIN-VERSION]) # ---------------------------------- AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_PATH)?$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])# PKG_PROG_PKG_CONFIG # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) # # Check to see whether a particular set of modules exists. Similar # to PKG_CHECK_MODULES(), but does not set variables or print errors. # # # Similar to PKG_CHECK_MODULES, make sure that the first instance of # this or PKG_CHECK_MODULES is called, or make sure to call # PKG_CHECK_EXISTS manually # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_ifval([$2], [$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) # --------------------------------------------- m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])# _PKG_CONFIG # _PKG_SHORT_ERRORS_SUPPORTED # ----------------------------- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])# _PKG_SHORT_ERRORS_SUPPORTED # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], # [ACTION-IF-NOT-FOUND]) # # # Note that if there is a possibility the first call to # PKG_CHECK_MODULES might not happen, you should be sure to include an # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac # # # -------------------------------------------------------------- AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD ifelse([$4], , [AC_MSG_ERROR(dnl [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT ])], [AC_MSG_RESULT([no]) $4]) elif test $pkg_failed = untried; then ifelse([$4], , [AC_MSG_FAILURE(dnl [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])], [$4]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) ifelse([$3], , :, [$3]) fi[]dnl ])# PKG_CHECK_MODULES # Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.10.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to # `$srcdir', `$srcdir/..', or `$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is `.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly. AC_PREREQ([2.50])dnl # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 8 # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 9 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "GCJ", or "OBJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl ifelse([$1], CC, [depcc="$CC" am_compiler_list=], [$1], CXX, [depcc="$CXX" am_compiler_list=], [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], UPC, [depcc="$UPC" am_compiler_list=], [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; none) break ;; esac # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. if depmode=$depmode \ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking, [ --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. #serial 3 # _AM_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. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each `.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, # 2005, 2006, 2008 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 13 # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package]) AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}) AM_MISSING_PROG(AUTOCONF, autoconf) AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}) AM_MISSING_PROG(AUTOHEADER, autoheader) AM_MISSING_PROG(MAKEINFO, makeinfo) AM_PROG_INSTALL_SH AM_PROG_INSTALL_STRIP AC_REQUIRE([AM_PROG_MKDIR_P])dnl # We need awk for the "check" target. The system "awk" is bad on # some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES(CC)], [define([AC_PROG_CC], defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES(CXX)], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES(OBJC)], [define([AC_PROG_OBJC], defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl ]) ]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} AC_SUBST(install_sh)]) # Copyright (C) 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 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]) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 3 # 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 ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 5 # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it supports --run. # If it does, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl 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 ]) # Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_MKDIR_P # --------------- # Check for `mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 3 # _AM_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. -*- Autoconf -*- # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 4 # 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)]) # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor `install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in `make install-strip', and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be `maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004, 2005 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # serial 2 # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of `v7', `ustar', or `pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. AM_MISSING_PROG([AMTAR], [tar]) m4_if([$1], [v7], [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'], [m4_case([$1], [ustar],, [pax],, [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' _am_tools=${am_cv_prog_tar_$1-$_am_tools} # Do not fold the above two line into one, because Tru64 sh and # Solaris sh will not grok spaces in the rhs of `-'. for _am_tool in $_am_tools do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR gtans-1.99.0/AUTHORS0000644000175400010010000000074711133013365010714 00000000000000Philippe Banwarth : main author Yaakov Selkowitz : GTK2 port Arturo Espinosa : gettext integration and spanish translation. Valek Filippov : russian translation Dmytro Koval'ov : ukrainian translation Bartosz Taudul : polish translation C. McCohy : czech translation Arman Aksoy turkish translation gtans-1.99.0/ChangeLog0000644000175400010010000000007311133033324011403 000000000000002009-01-12 yselkowitz Ported to GTK 2.6 with autotools. gtans-1.99.0/config.guess0000754000175400010010000012751611133032421012161 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. timestamp='2008-01-08' # 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 to . Submit a context # diff and a properly formatted 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. # # The plan is that this can be called by configure scripts if you # don't specify an explicit build system type. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently, or will in the future. case "${UNAME_MACHINE_ARCH}" in arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep __ELF__ >/dev/null then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE="alpha" ;; "EV4.5 (21064)") UNAME_MACHINE="alpha" ;; "LCA4 (21066/21068)") UNAME_MACHINE="alpha" ;; "EV5 (21164)") UNAME_MACHINE="alphaev5" ;; "EV5.6 (21164A)") UNAME_MACHINE="alphaev56" ;; "EV5.6 (21164PC)") UNAME_MACHINE="alphapca56" ;; "EV5.7 (21164PC)") UNAME_MACHINE="alphapca57" ;; "EV6 (21264)") UNAME_MACHINE="alphaev6" ;; "EV6.7 (21264A)") UNAME_MACHINE="alphaev67" ;; "EV6.8CB (21264C)") UNAME_MACHINE="alphaev68" ;; "EV6.8AL (21264B)") UNAME_MACHINE="alphaev68" ;; "EV6.8CX (21264D)") UNAME_MACHINE="alphaev68" ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE="alphaev69" ;; "EV7 (21364)") UNAME_MACHINE="alphaev7" ;; "EV7.9 (21364A)") UNAME_MACHINE="alphaev79" ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` exit ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm:riscos:*:*|arm:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; 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:SunOS:5.*:* | i86xen:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[456]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH="hppa2.0n" ;; 64) HP_ARCH="hppa2.0w" ;; '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = "hppa2.0w" ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | grep __LP64__ >/dev/null 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*:[3456]*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; EM64T | authenticamd) 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 ;; 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 ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-gnu else echo ${UNAME_MACHINE}-unknown-linux-gnueabi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit ;; crisv32:Linux:*:*) echo crisv32-axis-linux-gnu exit ;; frv:Linux:*:*) echo frv-unknown-linux-gnu exit ;; 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:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef mips #undef mipsel #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=mipsel #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=mips #else CPU= #endif #endif EOF eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' /^CPU/{ s: ::g p }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef mips64 #undef mips64el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=mips64el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=mips64 #else CPU= #endif #endif EOF eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' /^CPU/{ s: ::g p }'`" test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) echo or32-unknown-linux-gnu exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-gnu exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} 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 ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent # problems with other programs or directories called `ld' in the path. # Set LC_ALL=C to ensure ld outputs messages in English. ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ | sed -ne '/supported targets:/!d s/[ ][ ]*/ /g s/.*supported targets: *// s/ .*// p'` case "$ld_supported_targets" in elf32-i386) TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit ;; coff-i386) echo "${UNAME_MACHINE}-pc-linux-gnucoff" exit ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. echo "${UNAME_MACHINE}-pc-linux-gnuoldld" exit ;; esac # Determine whether the default compiler is a.out or elf eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include #ifdef __ELF__ # ifdef __GLIBC__ # if __GLIBC__ >= 2 LIBC=gnu # else LIBC=gnulibc1 # endif # else LIBC=gnulibc1 # endif #else #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) LIBC=gnu #else LIBC=gnuaout #endif #endif #ifdef __dietlibc__ LIBC=dietlibc #endif EOF eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' /^LIBC/{ s: ::g p }'`" test x"${LIBC}" != x && { echo "${UNAME_MACHINE}-pc-linux-${LIBC}" exit } test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # 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.0*:*) 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 i386. echo i386-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; } ;; 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.0*:*) 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 ;; 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 unknown) UNAME_PROCESSOR=powerpc ;; esac echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = "386"; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; 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: gtans-1.99.0/config.sub0000754000175400010010000010115311133032422011612 00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. timestamp='2008-01-16' # 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 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. # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS $0 [OPTION] ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ 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) os= basic_machine=$1 ;; -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 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64vr | mips64vrel \ | mips64orion | mips64orionel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | mt \ | msp430 \ | nios | nios2 \ | ns16k | ns32k \ | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ | score \ | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64vr-* | mips64vrel-* \ | mips64orion-* | mips64orionel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-*) ;; # 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 ;; 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 ;; c90) basic_machine=c90-cray os=-unicos ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; 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 ;; mingw32) basic_machine=i386-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; mvs) basic_machine=i370-ibm os=-mvs ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc) basic_machine=powerpc-unknown ;; ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little | ppc64-le | powerpc64-little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tic54x | c54x*) basic_machine=tic54x-unknown os=-coff ;; tic55x | c55x*) basic_machine=tic55x-unknown os=-coff ;; tic6x | c6x*) basic_machine=tic6x-unknown os=-coff ;; tile*) basic_machine=tile-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; 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[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. -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* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* \ | -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* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # 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 ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 # This also exists in the configure program, but was not the # default. # os=-sunos4 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -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: gtans-1.99.0/configure0000755000175400010010000073610511133032412011551 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.63 for gtans 1.99.0. # # Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi # Work around bugs in pre-3.0 UWIN ksh. for as_var in ENV MAIL MAILPATH do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # CDPATH. $as_unset CDPATH if test "x$CONFIG_SHELL" = x; then if (eval ":") 2>/dev/null; then as_have_required=yes else as_have_required=no fi if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = \"\$1\" ); then : else exitcode=1 echo positional parameters were not saved. fi test \$exitcode = 0) || { (exit 1); exit 1; } ( as_lineno_1=\$LINENO as_lineno_2=\$LINENO test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } ") 2> /dev/null; then : else as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. case $as_dir in /*) for as_base in sh bash ksh sh5; do as_candidate_shells="$as_candidate_shells $as_dir/$as_base" done;; esac done IFS=$as_save_IFS for as_shell in $as_candidate_shells $SHELL; do # Try only shells that exist, to save several forks. if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { ("$as_shell") 2> /dev/null <<\_ASEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi : _ASEOF }; then CONFIG_SHELL=$as_shell as_have_required=yes if { "$as_shell" 2> /dev/null <<\_ASEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi : (as_func_return () { (exit $1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = "$1" ); then : else exitcode=1 echo positional parameters were not saved. fi test $exitcode = 0) || { (exit 1); exit 1; } ( as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } _ASEOF }; then break fi fi done if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done export CONFIG_SHELL exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi if test $as_have_required = no; then echo This script requires a shell more modern than all the echo shells that I found on your system. Please install a echo modern shell, or manually run the script under such a echo shell if you do have one. { (exit 1); exit 1; } fi fi fi (eval "as_func_return () { (exit \$1) } as_func_success () { as_func_return 0 } as_func_failure () { as_func_return 1 } as_func_ret_success () { return 0 } as_func_ret_failure () { return 1 } exitcode=0 if as_func_success; then : else exitcode=1 echo as_func_success failed. fi if as_func_failure; then exitcode=1 echo as_func_failure succeeded. fi if as_func_ret_success; then : else exitcode=1 echo as_func_ret_success failed. fi if as_func_ret_failure; then exitcode=1 echo as_func_ret_failure succeeded. fi if ( set x; as_func_ret_success y && test x = \"\$1\" ); then : else exitcode=1 echo positional parameters were not saved. fi test \$exitcode = 0") || { echo No shell found that supports shell functions. echo Please tell bug-autoconf@gnu.org about your system, echo including any error possibly output before this message. echo This can help us improve future autoconf versions. echo Configuration will now proceed without shell functions. } as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line after each line using $LINENO; the second 'sed' # does the real work. The second script uses 'N' to pair each # line-number line with the line containing $LINENO, and appends # trailing '-' during substitution so that $LINENO is not a special # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # scripts with optimization help from Paolo Bonzini. Blame Lee # E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in -n*) case `echo 'x\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. *) ECHO_C='\c';; esac;; *) ECHO_N='-n';; esac if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='gtans' PACKAGE_TARNAME='gtans' PACKAGE_VERSION='1.99.0' PACKAGE_STRING='gtans 1.99.0' PACKAGE_BUGREPORT='http://gtans.sourceforge.net/' ac_unique_file="src/main.c" # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='LTLIBOBJS LIBOBJS MKINSTALLDIRS POSUB POFILES PO_IN_DATADIR_FALSE PO_IN_DATADIR_TRUE INTLLIBS INSTOBJEXT GMOFILES CATOBJEXT CATALOGS MSGFMT_OPTS GETTEXT_PACKAGE RSVG_CONVERT GTK_UPDATE_ICON_CACHE SED GTK_LIBS GTK_CFLAGS PKG_CONFIG LIBM host_os host_vendor host_cpu host build_os build_vendor build_cpu build DATADIRNAME ALL_LINGUAS INTLTOOL_PERL GMSGFMT MSGFMT MSGMERGE XGETTEXT INTLTOOL_POLICY_RULE INTLTOOL_SERVICE_RULE INTLTOOL_THEME_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_CAVES_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_XML_RULE INTLTOOL_KBD_RULE INTLTOOL_XAM_RULE INTLTOOL_UI_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_SHEET_RULE INTLTOOL_SERVER_RULE INTLTOOL_PONG_RULE INTLTOOL_OAF_RULE INTLTOOL_PROP_RULE INTLTOOL_KEYS_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_DESKTOP_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE USE_NLS EGREP GREP CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_maintainer_mode enable_dependency_tracking enable_nls ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP PKG_CONFIG GTK_CFLAGS GTK_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) { $as_echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` { $as_echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2 { (exit 1); exit 1; }; } ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used." >&2 elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || { $as_echo "$as_me: error: working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures gtans 1.99.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/gtans] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of gtans 1.99.0:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --disable-nls do not use Native Language Support Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor PKG_CONFIG path to pkg-config utility GTK_CFLAGS C compiler flags for GTK, overriding pkg-config GTK_LIBS linker flags for GTK, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF gtans configure 1.99.0 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gtans $as_me 1.99.0, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; 2) ac_configure_args1="$ac_configure_args1 '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac done done $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo cat <<\_ASBOX ## ---------------- ## ## Cache variables. ## ## ---------------- ## _ASBOX echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo cat <<\_ASBOX ## ----------------- ## ## Output variables. ## ## ----------------- ## _ASBOX echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then cat <<\_ASBOX ## ------------------- ## ## File substitutions. ## ## ------------------- ## _ASBOX echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then cat <<\_ASBOX ## ----------- ## ## confdefs.h. ## ## ----------- ## _ASBOX echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then ac_site_file1=$CONFIG_SITE elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test -r "$ac_site_file"; then { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.10' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} { (exit 1); exit 1; }; } fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Just in case sleep 1 echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 $as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi test "$2" = conftest.file ) then # Ok. : else { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! Check your system clock" >&5 $as_echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if test "${ac_cv_path_mkdir+set}" = set; then $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. test -d ./--version && rmdir ./--version MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } mkdir_p="$MKDIR_P" case $mkdir_p in [\\/$]* | ?:[\\/]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AWK+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:$LINENO: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='gtans' VERSION='1.99.0' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"} # Installed binaries are usually stripped using `strip' when the user # run `make install-strip'. However `strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the `STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" # We need awk for the "check" target. The system "awk" is bad on # some platforms. # Always define AMTAR for backward compatibility. AMTAR=${AMTAR-"${am_missing_run}tar"} am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' { $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=no fi { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 $as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:$LINENO: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } # Provide some information about the compiler. $as_echo "$as_me:$LINENO: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { (ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi { $as_echo "$as_me:$LINENO: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } if test -z "$ac_file"; then $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables See \`config.log' for more details." >&5 $as_echo "$as_me: error: C compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; }; } fi ac_exeext=$ac_cv_exeext # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 $as_echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi fi fi { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi rm -f conftest$ac_cv_exeext { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:$LINENO: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:$LINENO: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo done .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # We grep out `Entering directory' and `Leaving directory' # messages which can occur if `w' ends up in MAKEFLAGS. # In particular we don't look at `^make:' because GNU make might # be invoked under some other name (usually "gmake"), in which # case it prints its new name instead of `make'. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then am__include=include am__quote= _am_result=GNU fi # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then am__include=.include am__quote="\"" _am_result=BSD fi fi { $as_echo "$as_me:$LINENO: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi depcc="$CC" am_compiler_list= { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with # Solaris 8's {/usr,}/bin/sh. touch sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf case $depmode in nosideeffect) # after this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; none) break ;; esac # We check with `-c' and `-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle `-M -o', and we need to detect this. if depmode=$depmode \ source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi { $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5 $as_echo_n "checking for library containing strerror... " >&6; } if test "${ac_cv_search_strerror+set}" = set; then $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char strerror (); int main () { return strerror (); ; return 0; } _ACEOF for ac_lib in '' cposix; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_search_strerror=$ac_res else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_strerror+set}" = set; then break fi done if test "${ac_cv_search_strerror+set}" = set; then : else ac_cv_search_strerror=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 $as_echo "$ac_cv_search_strerror" >&6; } ac_res=$ac_cv_search_strerror if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:$LINENO: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. continue fi rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:$LINENO: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF rm -f conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 _ACEOF fi { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 $as_echo "$USE_NLS" >&6; } case "$am__api_version" in 1.01234) { { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5 $as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;} { (exit 1); exit 1; }; } ;; *) ;; esac if test -n "0.40.5"; then { $as_echo "$as_me:$LINENO: checking for intltool >= 0.40.5" >&5 $as_echo_n "checking for intltool >= 0.40.5... " >&6; } INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.5 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5 $as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || { { $as_echo "$as_me:$LINENO: error: Your intltool is too old. You need intltool 0.40.5 or later." >&5 $as_echo "$as_me: error: Your intltool is too old. You need intltool 0.40.5 or later." >&2;} { (exit 1); exit 1; }; } fi # Extract the first word of "intltool-update", so it can be a program name with args. set dummy intltool-update; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then $as_echo_n "(cached) " >&6 else case $INTLTOOL_UPDATE in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE if test -n "$INTLTOOL_UPDATE"; then { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5 $as_echo "$INTLTOOL_UPDATE" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "intltool-merge", so it can be a program name with args. set dummy intltool-merge; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then $as_echo_n "(cached) " >&6 else case $INTLTOOL_MERGE in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE if test -n "$INTLTOOL_MERGE"; then { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5 $as_echo "$INTLTOOL_MERGE" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "intltool-extract", so it can be a program name with args. set dummy intltool-extract; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then $as_echo_n "(cached) " >&6 else case $INTLTOOL_EXTRACT in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT if test -n "$INTLTOOL_EXTRACT"; then { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5 $as_echo "$INTLTOOL_EXTRACT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5 $as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;} { (exit 1); exit 1; }; } fi INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' # Check the gettext tools to make sure they are GNU # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then $as_echo_n "(cached) " >&6 else case $XGETTEXT in [\\/]* | ?:[\\/]*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi XGETTEXT=$ac_cv_path_XGETTEXT if test -n "$XGETTEXT"; then { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGMERGE+set}" = set; then $as_echo_n "(cached) " >&6 else case $MSGMERGE in [\\/]* | ?:[\\/]*) ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi MSGMERGE=$ac_cv_path_MSGMERGE if test -n "$MSGMERGE"; then { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5 $as_echo "$MSGMERGE" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then $as_echo_n "(cached) " >&6 else case $MSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi MSGFMT=$ac_cv_path_MSGFMT if test -n "$MSGFMT"; then { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 $as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} { (exit 1); exit 1; }; } fi xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 $as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} { (exit 1); exit 1; }; } fi # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then $as_echo_n "(cached) " >&6 else case $INTLTOOL_PERL in [\\/]* | ?:[\\/]*) ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL if test -n "$INTLTOOL_PERL"; then { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5 $as_echo "$INTLTOOL_PERL" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$INTLTOOL_PERL"; then { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5 $as_echo "$as_me: error: perl not found; required for intltool" >&2;} { (exit 1); exit 1; }; } fi if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5 $as_echo "$as_me: error: perl 5.x required for intltool" >&2;} { (exit 1); exit 1; }; } fi if test "x" != "xno-xml"; then { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5 $as_echo_n "checking for XML::Parser... " >&6; } if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then { $as_echo "$as_me:$LINENO: result: ok" >&5 $as_echo "ok" >&6; } else { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 $as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;} { (exit 1); exit 1; }; } fi fi # Substitute ALL_LINGUAS so we can use it in po/Makefile # Set DATADIRNAME correctly if it is not set yet # (copied from glib-gettext.m4) if test -z "$DATADIRNAME"; then cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then DATADIRNAME=share else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 case $host in *-*-solaris*) { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 $as_echo_n "checking for bind_textdomain_codeset... " >&6; } if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define bind_textdomain_codeset to an innocuous variant, in case declares bind_textdomain_codeset. For example, HP-UX 11i declares gettimeofday. */ #define bind_textdomain_codeset innocuous_bind_textdomain_codeset /* System header to define __stub macros and hopefully few prototypes, which can conflict with char bind_textdomain_codeset (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef bind_textdomain_codeset /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char bind_textdomain_codeset (); /* 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_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset choke me #endif int main () { return bind_textdomain_codeset (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_func_bind_textdomain_codeset=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_bind_textdomain_codeset=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 $as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; } if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then DATADIRNAME=share else DATADIRNAME=lib fi ;; *) DATADIRNAME=lib ;; esac fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} { (exit 1); exit 1; }; } { $as_echo "$as_me:$LINENO: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if test "${ac_cv_build+set}" = set; then $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} { (exit 1); exit 1; }; } fi { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 $as_echo "$as_me: error: invalid value of canonical build" >&2;} { (exit 1); exit 1; }; };; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:$LINENO: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if test "${ac_cv_host+set}" = set; then $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} { (exit 1); exit 1; }; } fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 $as_echo "$as_me: error: invalid value of canonical host" >&2;} { (exit 1); exit 1; }; };; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac LIBM= case $host in *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) { $as_echo "$as_me:$LINENO: checking for _mwvalidcheckl in -lmw" >&5 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; } if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lmw $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char _mwvalidcheckl (); int main () { return _mwvalidcheckl (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_mw__mwvalidcheckl=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_mw__mwvalidcheckl=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_mw__mwvalidcheckl" >&5 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; } if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then LIBM="-lmw" fi { $as_echo "$as_me:$LINENO: checking for cos in -lm" >&5 $as_echo_n "checking for cos in -lm... " >&6; } if test "${ac_cv_lib_m_cos+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char cos (); int main () { return cos (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_m_cos=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_m_cos=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5 $as_echo "$ac_cv_lib_m_cos" >&6; } if test "x$ac_cv_lib_m_cos" = x""yes; then LIBM="$LIBM -lm" fi ;; *) { $as_echo "$as_me:$LINENO: checking for cos in -lm" >&5 $as_echo_n "checking for cos in -lm... " >&6; } if test "${ac_cv_lib_m_cos+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char cos (); int main () { return cos (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_m_cos=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_m_cos=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5 $as_echo "$ac_cv_lib_m_cos" >&6; } if test "x$ac_cv_lib_m_cos" = x""yes; then LIBM="-lm" fi ;; esac GTK_REQUIRED=2.6.0 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi pkg_failed=no { $as_echo "$as_me:$LINENO: checking for GTK" >&5 $as_echo_n "checking for GTK... " >&6; } if test -n "$GTK_CFLAGS"; then pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED\"") >&5 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_REQUIRED" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$GTK_LIBS"; then pkg_cv_GTK_LIBS="$GTK_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED\"") >&5 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_REQUIRED" 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED" 2>&1` else GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GTK_PKG_ERRORS" >&5 { { $as_echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= $GTK_REQUIRED) were not met: $GTK_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&5 $as_echo "$as_me: error: Package requirements (gtk+-2.0 >= $GTK_REQUIRED) were not met: $GTK_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&2;} { (exit 1); exit 1; }; } elif test $pkg_failed = untried; then { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." >&5 $as_echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. Alternatively, you may set the environment variables GTK_CFLAGS and GTK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see . See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; }; } else GTK_CFLAGS=$pkg_cv_GTK_CFLAGS GTK_LIBS=$pkg_cv_GTK_LIBS { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } : fi { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if test "${ac_cv_path_SED+set}" = set; then $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed $as_unset ac_script || ac_script= if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5 $as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed for ac_prog in gtk-update-icon-cache do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_GTK_UPDATE_ICON_CACHE+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$GTK_UPDATE_ICON_CACHE"; then ac_cv_prog_GTK_UPDATE_ICON_CACHE="$GTK_UPDATE_ICON_CACHE" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_GTK_UPDATE_ICON_CACHE="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi GTK_UPDATE_ICON_CACHE=$ac_cv_prog_GTK_UPDATE_ICON_CACHE if test -n "$GTK_UPDATE_ICON_CACHE"; then { $as_echo "$as_me:$LINENO: result: $GTK_UPDATE_ICON_CACHE" >&5 $as_echo "$GTK_UPDATE_ICON_CACHE" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$GTK_UPDATE_ICON_CACHE" && break done test -n "$GTK_UPDATE_ICON_CACHE" || GTK_UPDATE_ICON_CACHE=":" for ac_prog in rsvg-convert do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RSVG_CONVERT+set}" = set; then $as_echo_n "(cached) " >&6 else if test -n "$RSVG_CONVERT"; then ac_cv_prog_RSVG_CONVERT="$RSVG_CONVERT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RSVG_CONVERT="$ac_prog" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RSVG_CONVERT=$ac_cv_prog_RSVG_CONVERT if test -n "$RSVG_CONVERT"; then { $as_echo "$as_me:$LINENO: result: $RSVG_CONVERT" >&5 $as_echo "$RSVG_CONVERT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi test -n "$RSVG_CONVERT" && break done test -n "$RSVG_CONVERT" || RSVG_CONVERT=":" GETTEXT_PACKAGE=gtans cat >>confdefs.h <<_ACEOF #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" _ACEOF # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 $as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in locale.h do as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 $as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 fi ac_res=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 $as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 $as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to http://gtans.sourceforge.net/ ## ## -------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 $as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi ac_res=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi as_val=`eval 'as_val=${'$as_ac_Header'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done if test $ac_cv_header_locale_h = yes; then { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 $as_echo_n "checking for LC_MESSAGES... " >&6; } if test "${am_cv_val_LC_MESSAGES+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { return LC_MESSAGES ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then am_cv_val_LC_MESSAGES=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_val_LC_MESSAGES=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 $as_echo "$am_cv_val_LC_MESSAGES" >&6; } if test $am_cv_val_LC_MESSAGES = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_LC_MESSAGES 1 _ACEOF fi fi USE_NLS=yes gt_cv_have_gettext=no CATOBJEXT=NONE XGETTEXT=: INTLLIBS= if test "${ac_cv_header_libintl_h+set}" = set; then { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5 $as_echo_n "checking for libintl.h... " >&6; } if test "${ac_cv_header_libintl_h+set}" = set; then $as_echo_n "(cached) " >&6 fi { $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 $as_echo "$ac_cv_header_libintl_h" >&6; } else # Is the header compilable? { $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5 $as_echo_n "checking libintl.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_header_compiler=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5 $as_echo_n "checking libintl.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then ac_header_preproc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 $as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5 $as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## -------------------------------------------- ## ## Report this to http://gtans.sourceforge.net/ ## ## -------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5 $as_echo_n "checking for libintl.h... " >&6; } if test "${ac_cv_header_libintl_h+set}" = set; then $as_echo_n "(cached) " >&6 else ac_cv_header_libintl_h=$ac_header_preproc fi { $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 $as_echo "$ac_cv_header_libintl_h" >&6; } fi if test "x$ac_cv_header_libintl_h" = x""yes; then gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" # # First check in libc # { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5 $as_echo_n "checking for ngettext in libc... " >&6; } if test "${gt_cv_func_ngettext_libc+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { return !ngettext ("","", 1) ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then gt_cv_func_ngettext_libc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_ngettext_libc=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5 $as_echo "$gt_cv_func_ngettext_libc" >&6; } if test "$gt_cv_func_ngettext_libc" = "yes" ; then { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5 $as_echo_n "checking for dgettext in libc... " >&6; } if test "${gt_cv_func_dgettext_libc+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include int main () { return !dgettext ("","") ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then gt_cv_func_dgettext_libc=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_dgettext_libc=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5 $as_echo "$gt_cv_func_dgettext_libc" >&6; } fi if test "$gt_cv_func_ngettext_libc" = "yes" ; then for ac_func in bind_textdomain_codeset do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 $as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $ac_func to an innocuous variant, in case declares $ac_func. For example, HP-UX 11i declares gettimeofday. */ #define $ac_func innocuous_$ac_func /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $ac_func /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$ac_func || defined __stub___$ac_func choke me #endif int main () { return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then eval "$as_ac_var=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done fi # # If we don't have everything we want, check in libintl # if test "$gt_cv_func_dgettext_libc" != "yes" \ || test "$gt_cv_func_ngettext_libc" != "yes" \ || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5 $as_echo_n "checking for bindtextdomain in -lintl... " >&6; } if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char bindtextdomain (); int main () { return bindtextdomain (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_intl_bindtextdomain=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_bindtextdomain=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5 $as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; } if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 $as_echo_n "checking for ngettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_ngettext+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ngettext (); int main () { return ngettext (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_intl_ngettext=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_ngettext=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 $as_echo "$ac_cv_lib_intl_ngettext" >&6; } if test "x$ac_cv_lib_intl_ngettext" = x""yes; then { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5 $as_echo_n "checking for dgettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_dgettext+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dgettext (); int main () { return dgettext (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_intl_dgettext=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_dgettext=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 $as_echo "$ac_cv_lib_intl_dgettext" >&6; } if test "x$ac_cv_lib_intl_dgettext" = x""yes; then gt_cv_func_dgettext_libintl=yes fi fi fi if test "$gt_cv_func_dgettext_libintl" != "yes" ; then { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5 $as_echo_n "checking if -liconv is needed to use gettext... " >&6; } { $as_echo "$as_me:$LINENO: result: " >&5 $as_echo "" >&6; } { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 $as_echo_n "checking for ngettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_ngettext+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl -liconv $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char ngettext (); int main () { return ngettext (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_intl_ngettext=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_ngettext=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 $as_echo "$ac_cv_lib_intl_ngettext" >&6; } if test "x$ac_cv_lib_intl_ngettext" = x""yes; then { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5 $as_echo_n "checking for dcgettext in -lintl... " >&6; } if test "${ac_cv_lib_intl_dcgettext+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lintl -liconv $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dcgettext (); int main () { return dcgettext (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_lib_intl_dcgettext=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_dcgettext=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5 $as_echo "$ac_cv_lib_intl_dcgettext" >&6; } if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then gt_cv_func_dgettext_libintl=yes libintl_extra_libs=-liconv else : fi else : fi fi # # If we found libintl, then check in it for bind_textdomain_codeset(); # we'll prefer libc if neither have bind_textdomain_codeset(), # and both have dgettext and ngettext # if test "$gt_cv_func_dgettext_libintl" = "yes" ; then glib_save_LIBS="$LIBS" LIBS="$LIBS -lintl $libintl_extra_libs" unset ac_cv_func_bind_textdomain_codeset for ac_func in bind_textdomain_codeset do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 $as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $ac_func to an innocuous variant, in case declares $ac_func. For example, HP-UX 11i declares gettimeofday. */ #define $ac_func innocuous_$ac_func /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $ac_func /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$ac_func || defined __stub___$ac_func choke me #endif int main () { return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then eval "$as_ac_var=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done LIBS="$glib_save_LIBS" if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then gt_cv_func_dgettext_libc=no else if test "$gt_cv_func_dgettext_libc" = "yes" \ && test "$gt_cv_func_ngettext_libc" = "yes"; then gt_cv_func_dgettext_libintl=no fi fi fi fi if test "$gt_cv_func_dgettext_libc" = "yes" \ || test "$gt_cv_func_dgettext_libintl" = "yes"; then gt_cv_have_gettext=yes fi if test "$gt_cv_func_dgettext_libintl" = "yes"; then INTLLIBS="-lintl $libintl_extra_libs" fi if test "$gt_cv_have_gettext" = "yes"; then cat >>confdefs.h <<\_ACEOF #define HAVE_GETTEXT 1 _ACEOF # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then $as_echo_n "(cached) " >&6 else case "$MSGFMT" in /*) ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then ac_cv_path_MSGFMT="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no" ;; esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != "no"; then { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 $as_echo "$MSGFMT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi if test "$MSGFMT" != "no"; then glib_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" for ac_func in dcgettext do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 $as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $ac_func to an innocuous variant, in case declares $ac_func. For example, HP-UX 11i declares gettimeofday. */ #define $ac_func innocuous_$ac_func /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $ac_func /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $ac_func (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$ac_func || defined __stub___$ac_func choke me #endif int main () { return $ac_func (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then eval "$as_ac_var=yes" else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } as_val=`eval 'as_val=${'$as_ac_var'} $as_echo "$as_val"'` if test "x$as_val" = x""yes; then cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done MSGFMT_OPTS= { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5 $as_echo_n "checking if msgfmt accepts -c... " >&6; } cat >conftest.foo <<_ACEOF msgid "" msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Project-Id-Version: test 1.0\n" "PO-Revision-Date: 2007-02-15 12:01+0100\n" "Last-Translator: test \n" "Language-Team: C \n" "MIME-Version: 1.0\n" "Content-Transfer-Encoding: 8bit\n" _ACEOF if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5 ($MSGFMT -c -o /dev/null conftest.foo) 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } echo "$as_me: failed input was:" >&5 sed 's/^/| /' conftest.foo >&5 fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT" ;; esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 $as_echo "$GMSGFMT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in /*) ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$ac_word; then if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then ac_cv_path_XGETTEXT="$ac_dir/$ac_word" break fi fi done IFS="$ac_save_ifs" test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":" ;; esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 $as_echo "$XGETTEXT" >&6; } else { $as_echo "$as_me:$LINENO: result: no" >&5 $as_echo "no" >&6; } fi cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { extern int _nl_msg_cat_cntr; return _nl_msg_cat_cntr ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then CATOBJEXT=.gmo DATADIRNAME=share else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 case $host in *-*-solaris*) { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 $as_echo_n "checking for bind_textdomain_codeset... " >&6; } if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define bind_textdomain_codeset to an innocuous variant, in case declares bind_textdomain_codeset. For example, HP-UX 11i declares gettimeofday. */ #define bind_textdomain_codeset innocuous_bind_textdomain_codeset /* System header to define __stub macros and hopefully few prototypes, which can conflict with char bind_textdomain_codeset (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef bind_textdomain_codeset /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char bind_textdomain_codeset (); /* 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_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset choke me #endif int main () { return bind_textdomain_codeset (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" $as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || $as_test_x conftest$ac_exeext }; then ac_cv_func_bind_textdomain_codeset=yes else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_bind_textdomain_codeset=no fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 $as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; } if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then CATOBJEXT=.gmo DATADIRNAME=share else CATOBJEXT=.mo DATADIRNAME=lib fi ;; *) CATOBJEXT=.mo DATADIRNAME=lib ;; esac fi rm -rf conftest.dSYM rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$glib_save_LIBS" INSTOBJEXT=.mo else gt_cv_have_gettext=no fi fi fi if test "$gt_cv_have_gettext" = "yes" ; then cat >>confdefs.h <<\_ACEOF #define ENABLE_NLS 1 _ACEOF fi if test "$XGETTEXT" != ":"; then if $XGETTEXT --omit-header /dev/null 2> /dev/null; then : ; else { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } XGETTEXT=":" fi fi # We need to process the po/ directory. POSUB=po ac_config_commands="$ac_config_commands default-1" for lang in $ALL_LINGUAS; do GMOFILES="$GMOFILES $lang.gmo" POFILES="$POFILES $lang.po" done if test "$gt_cv_have_gettext" = "yes"; then if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 $as_echo_n "checking for catalogs to be installed... " >&6; } NEW_LINGUAS= for presentlang in $ALL_LINGUAS; do useit=no if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then desiredlanguages="$LINGUAS" else desiredlanguages="$ALL_LINGUAS" fi for desiredlang in $desiredlanguages; do # Use the presentlang catalog if desiredlang is # a. equal to presentlang, or # b. a variant of presentlang (because in this case, # presentlang can be used as a fallback for messages # which are not translated in the desiredlang catalog). case "$desiredlang" in "$presentlang"*) useit=yes;; esac done if test $useit = yes; then NEW_LINGUAS="$NEW_LINGUAS $presentlang" fi done LINGUAS=$NEW_LINGUAS { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5 $as_echo "$LINGUAS" >&6; } fi if test -n "$LINGUAS"; then for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done fi fi MKINSTALLDIRS= if test -n "$ac_aux_dir"; then MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" fi if test -z "$MKINSTALLDIRS"; then MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" fi test -d po || mkdir po if test "x$srcdir" != "x."; then if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then posrcprefix="$srcdir/" else posrcprefix="../$srcdir/" fi else posrcprefix="../" fi rm -f po/POTFILES sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ < $srcdir/po/POTFILES.in > po/POTFILES ac_config_files="$ac_config_files Makefile data/Makefile data/icons/Makefile doc/Makefile po/Makefile.in src/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote # substitution turns \\\\ into \\, and sed turns \\ into \). sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then test "x$cache_file" != "x/dev/null" && { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' # Transform confdefs.h into DEFS. # Protect against shell expansion while executing Makefile rules. # Protect against Makefile macro expansion. # # If the first sed substitution is executed (which looks for macros that # take arguments), then branch to the quote section. Otherwise, # look for a macro that doesn't take arguments. ac_script=' :mline /\\$/{ N s,\\\n,, b mline } t clear :clear s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g t quote s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g t quote b any :quote s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g s/\[/\\&/g s/\]/\\&/g s/\$/$$/g H :any ${ g s/^\n// s/\n/ /g p } ' DEFS=`sed -n "$ac_script" confdefs.h` ac_libobjs= ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi ac_config_commands="$ac_config_commands po/stamp-it" : ${CONFIG_STATUS=./config.status} ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # PATH needs CR # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # Support unset when possible. if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then as_unset=unset else as_unset=false fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. case $0 in *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi # Work around bugs in pre-3.0 UWIN ksh. for as_var in ENV MAIL MAILPATH do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi # Name of the executable. as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # CDPATH. $as_unset CDPATH as_lineno_1=$LINENO as_lineno_2=$LINENO test "x$as_lineno_1" != "x$as_lineno_2" && test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { # Create $as_me.lineno as a copy of $as_myself, but with $LINENO # uniformly replaced by the line number. The first 'sed' inserts a # line-number line after each line using $LINENO; the second 'sed' # does the real work. The second script uses 'N' to pair each # line-number line with the line containing $LINENO, and appends # trailing '-' during substitution so that $LINENO is not a special # case at line end. # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the # scripts with optimization help from Paolo Bonzini. Blame Lee # E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 { (exit 1); exit 1; }; } # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in -n*) case `echo 'x\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. *) ECHO_C='\c';; esac;; *) ECHO_N='-n';; esac if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -p'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -p' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -p' fi else as_ln_s='cp -p' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 # Save the log message, to keep $[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by gtans $as_me 1.99.0, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. Usage: $0 [OPTION]... [FILE]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE Configuration files: $config_files Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ gtans config.status 1.99.0 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2008 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" ac_need_defaults=false;; --he | --h | --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) { $as_echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *) ac_config_targets="$ac_config_targets $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= trap 'exit_status=$? { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status ' 0 trap '{ (exit 1); exit 1; }' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || { $as_echo "$as_me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=' ' ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\).*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\).*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 $as_echo "$as_me: error: could not setup config files machinery" >&2;} { (exit 1); exit 1; }; } _ACEOF # VPATH may cause trouble with some makes, so we remove $(srcdir), # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=/{ s/:*\$(srcdir):*/:/ s/:*\${srcdir}:*/:/ s/:*@srcdir@:*/:/ s/^\([^=]*=[ ]*\):*/\1/ s/:*$// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" eval set X " :F $CONFIG_FILES :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac ac_file_inputs="$ac_file_inputs '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin" \ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 $as_echo "$as_me: error: could not create $ac_file" >&2;} { (exit 1); exit 1; }; } ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` { as_dir="$ac_dir" case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p ' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 $as_echo "$as_me: error: could not create $ac_file" >&2;} { (exit 1); exit 1; }; } test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in -) cat "$tmp/out" && rm -f "$tmp/out";; *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; esac \ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 $as_echo "$as_me: error: could not create $ac_file" >&2;} { (exit 1); exit 1; }; } ;; :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || 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. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running `make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # When using ansi2knr, U may be empty or an underscore; expand it U=`sed -n 's/^U = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` { as_dir=$dirpart/$fdir case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done ;; "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile esac ;; "po/stamp-it":C) if ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5 $as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;} { (exit 1); exit 1; }; } fi rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp" >"po/stamp-it.tmp" sed '/^#/d s/^[[].*] *// /^[ ]*$/d '"s|^| $ac_top_srcdir/|" \ "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES" sed '/^POTFILES =/,/[^\\]$/ { /^POTFILES =/!d r po/POTFILES } ' "po/Makefile.in" >"po/Makefile" rm -f "po/Makefile.tmp" mv "po/stamp-it.tmp" "po/stamp-it" ;; esac done # for ac_tag { (exit 0); exit 0; } _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi gtans-1.99.0/configure.ac0000644000175400010010000000140011133031060012105 00000000000000dnl Process this file with autoconf to produce a configure script AC_INIT(gtans, 1.99.0, [http://gtans.sourceforge.net/]) AC_CONFIG_SRCDIR(src/main.c) AM_INIT_AUTOMAKE([1.10 dist-bzip2]) AM_MAINTAINER_MODE dnl AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_ISC_POSIX AC_HEADER_STDC IT_PROG_INTLTOOL([0.40.5]) AC_CHECK_LIBM GTK_REQUIRED=2.6.0 PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= $GTK_REQUIRED]) AC_PROG_SED AC_CHECK_PROGS(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache, :) AC_CHECK_PROGS(RSVG_CONVERT, rsvg-convert, :) GETTEXT_PACKAGE=gtans AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext domain]) AM_GLIB_GNU_GETTEXT AC_OUTPUT([ Makefile data/Makefile data/icons/Makefile doc/Makefile po/Makefile.in src/Makefile ]) gtans-1.99.0/COPYING0000644000175400010010000004311011132575540010675 00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This 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 Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. gtans-1.99.0/data/0000777000175400010010000000000011133040115010622 500000000000000gtans-1.99.0/data/figures/0000777000175400010010000000000011133040115012266 500000000000000gtans-1.99.0/data/figures/alpha.figures0000644000175400010010000006056711133011653014700 00000000000000gTans v1.0 83 1.000000e+00 1.000000e+00 1024 p 3 0 1.438904e+00 7.119497e+00 57344 p 2 0 1.938904e+00 6.119497e+00 0 p 4 0 2.105571e+00 7.286164e+00 32768 p 0 0 2.853117e+00 5.148092e+00 57344 p 0 0 4.933998e+00 6.952830e+00 16384 p 1 0 3.795926e+00 6.090901e+00 49152 p 4 0 3.146011e+00 6.855199e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 2.716981e+00 6.749326e+00 32768 p 3 1 2.883648e+00 5.415993e+00 24576 p 0 0 4.050314e+00 5.082659e+00 0 p 4 0 5.050314e+00 5.082659e+00 32768 p 2 0 4.883648e+00 5.915993e+00 0 p 4 0 4.716981e+00 6.749326e+00 0 p 1 0 5.383648e+00 7.082659e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.267442e+00 5.023256e+00 32768 p 3 1 2.434109e+00 3.689922e+00 57344 p 2 0 3.434109e+00 3.189922e+00 0 p 4 0 4.267442e+00 3.356589e+00 16384 p 0 0 5.600775e+00 5.023256e+00 16384 p 1 0 4.462704e+00 4.161327e+00 49152 p 4 0 3.227002e+00 4.339838e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 2.604651e+00 4.941860e+00 16384 p 0 0 2.604651e+00 2.275194e+00 0 p 3 1 2.998645e+00 3.254974e+00 16384 p 4 0 3.823603e+00 3.608527e+00 8192 p 4 0 3.823603e+00 5.022741e+00 8192 p 1 0 4.392638e+00 4.729847e+00 40960 p 2 0 4.059305e+00 2.194314e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.662791e+00 7.406977e+00 57344 p 2 0 3.077004e+00 7.171274e+00 57344 p 4 0 3.450778e+00 6.504608e+00 49152 p 3 1 2.784111e+00 5.671274e+00 8192 p 0 0 1.427088e+00 5.757061e+00 40960 p 1 0 1.357971e+00 4.078468e+00 24576 p 4 0 2.593673e+00 4.452241e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 9.154605e-01 8.384563e-01 0 p 1 0 9.154605e-01 2.171790e+00 8192 p 0 0 9.154605e-01 3.505123e+00 16384 p 2 0 2.248794e+00 3.464683e+00 57344 p 4 0 1.915461e+00 1.676696e+00 49152 p 3 1 2.602347e+00 2.404023e+00 0 p 4 0 2.617917e+00 8.193263e-01 43008 1.000000e+00 1.000000e+00 1024 p 0 0 1.043368e+00 6.307449e+00 16384 p 0 0 1.319510e+00 4.974115e+00 8192 p 2 0 2.290914e+00 4.059902e+00 0 p 4 0 3.026617e+00 4.267008e+00 40960 p 3 1 2.876701e+00 6.974115e+00 57344 p 1 0 1.376701e+00 7.307449e+00 24576 p 4 0 2.043368e+00 7.640782e+00 32768 1.000000e+00 1.000000e+00 1024 p 2 0 2.290914e+00 4.059902e+00 0 p 0 0 1.043368e+00 6.307449e+00 16384 p 4 0 3.026617e+00 4.267008e+00 40960 p 1 0 1.376701e+00 7.307449e+00 24576 p 3 0 2.376701e+00 7.474115e+00 24576 p 0 0 1.319510e+00 4.974115e+00 8192 p 4 0 3.043368e+00 7.640782e+00 32768 1.000000e+00 1.000000e+00 1024 p 1 0 9.643844e-01 3.653358e+00 16384 p 0 0 1.435789e+00 2.710549e+00 8192 p 2 0 2.614300e+00 1.296336e+00 57344 p 0 0 1.280967e+00 1.255896e+00 0 p 3 0 2.967854e+00 2.356996e+00 0 p 4 0 3.085705e+00 3.417656e+00 8192 p 4 0 2.614300e+00 3.889061e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 2.168347e+00 6.733805e+00 57344 p 2 0 3.582561e+00 6.498103e+00 57344 p 4 0 4.053965e+00 5.790996e+00 8192 p 1 0 3.623001e+00 5.083889e+00 40960 p 4 0 2.956334e+00 4.417223e+00 49152 p 3 0 1.936114e+00 4.437443e+00 49152 p 0 0 1.432645e+00 5.583889e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 7.698541e-01 7.466800e-01 0 p 0 0 7.698541e-01 3.413347e+00 16384 p 1 0 7.698541e-01 2.080013e+00 8192 p 3 1 2.103187e+00 3.580013e+00 40960 p 2 0 1.603187e+00 2.114382e+00 49152 p 4 0 1.769854e+00 7.466800e-01 32768 p 4 0 2.436521e+00 4.133466e-01 0 1.000000e+00 1.000000e+00 1024 p 0 0 7.698541e-01 7.466800e-01 0 p 0 0 7.698541e-01 3.413347e+00 16384 p 1 0 7.698541e-01 2.080013e+00 8192 p 3 0 2.456741e+00 3.726460e+00 49152 p 4 0 2.769854e+00 4.133466e-01 49152 p 4 0 3.281699e+00 3.372907e+00 8192 p 2 0 1.810294e+00 2.056242e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 7.698541e-01 7.466800e-01 0 p 0 0 7.698541e-01 3.413347e+00 16384 p 1 0 7.698541e-01 2.080013e+00 8192 p 2 0 1.603187e+00 2.114382e+00 49152 p 3 0 2.456741e+00 3.726460e+00 49152 p 4 0 2.103187e+00 5.514178e-01 57344 p 4 0 2.810294e+00 3.157156e-01 24576 1.000000e+00 1.000000e+00 1024 p 0 0 7.698541e-01 7.466800e-01 0 p 3 0 2.103187e+00 5.800133e-01 24576 p 0 0 7.698541e-01 2.746680e+00 0 p 4 0 7.698541e-01 1.746680e+00 32768 p 1 0 7.698541e-01 4.080013e+00 8192 p 4 0 4.365208e-01 4.746680e+00 16384 p 2 0 6.031875e-01 5.580013e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 2.014040e+00 9.094707e-01 24576 p 4 0 3.428254e+00 9.094707e-01 57344 p 2 0 1.514040e+00 2.352280e+00 49152 p 0 0 1.680707e+00 3.518946e+00 0 p 4 0 1.347374e+00 1.518946e+00 16384 p 3 1 1.514040e+00 4.852280e+00 57344 p 1 0 2.014040e+00 5.518946e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 3.525668e+00 2.595517e+00 0 p 0 0 3.801810e+00 3.928851e+00 8192 p 1 0 3.330406e+00 4.871660e+00 16384 p 3 0 3.919662e+00 5.696617e+00 16384 p 4 0 2.859001e+00 5.814469e+00 57344 p 2 0 4.980322e+00 3.928851e+00 57344 p 4 0 5.525668e+00 2.262184e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 1.607063e+00 3.293192e+00 16384 p 0 0 1.883206e+00 1.959858e+00 8192 p 4 0 2.687944e+00 8.789780e-01 0 p 4 0 3.354610e+00 1.017049e+00 57344 p 1 0 1.940397e+00 4.293192e+00 24576 p 3 0 2.940397e+00 4.459858e+00 57344 p 2 0 3.440397e+00 3.459858e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 1.766927e+00 3.331951e+00 0 p 0 0 1.766927e+00 5.998618e+00 16384 p 1 0 3.100260e+00 5.998618e+00 24576 p 2 0 3.600260e+00 5.165285e+00 0 p 3 0 7.467067e-01 4.311731e+00 0 p 4 0 8.645578e-01 5.372391e+00 8192 p 4 0 3.100260e+00 3.136689e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.848322e+00 3.785440e+00 0 p 0 0 3.514989e+00 3.452106e+00 32768 p 2 0 1.681655e+00 2.618773e+00 0 p 3 1 1.681655e+00 5.118773e+00 57344 p 1 0 3.848322e+00 5.118773e+00 8192 p 4 0 3.514989e+00 4.452106e+00 0 p 4 0 3.514989e+00 2.452106e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 1.848322e+00 3.785440e+00 0 p 0 0 3.124464e+00 4.118773e+00 8192 p 4 0 3.514989e+00 2.452106e+00 0 p 3 0 1.535209e+00 5.472326e+00 32768 p 4 0 1.555429e+00 6.492546e+00 32768 p 1 0 3.222096e+00 5.825880e+00 40960 p 2 0 1.681655e+00 2.618773e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 3.058356e+00 3.869464e+00 40960 p 0 0 3.529761e+00 5.283678e+00 8192 p 4 0 3.294059e+00 2.219548e+00 57344 p 1 0 3.529761e+00 2.926655e+00 49152 p 2 0 3.274679e+00 1.248144e+00 0 p 3 1 2.940505e+00 6.344338e+00 0 p 4 0 3.529761e+00 6.697891e+00 40960 1.000000e+00 1.000000e+00 1024 p 3 0 5.557516e+00 5.442999e+00 16384 p 4 0 4.496856e+00 5.560850e+00 57344 p 1 0 4.968260e+00 4.618041e+00 16384 p 0 0 5.439665e+00 3.675232e+00 8192 p 0 0 4.968260e+00 2.261019e+00 40960 p 2 0 5.203963e+00 8.468050e-01 57344 p 4 0 5.675367e+00 1.553912e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 2.851981e+00 2.563344e+00 40960 p 0 0 3.323386e+00 3.977558e+00 8192 p 2 0 3.087684e+00 5.391771e+00 57344 p 4 0 2.616279e+00 4.684664e+00 40960 p 3 0 2.027023e+00 5.745325e+00 49152 p 4 0 2.380577e+00 6.334580e+00 24576 p 1 0 3.323386e+00 1.620535e+00 49152 1.000000e+00 1.000000e+00 1024 p 3 1 3.213070e+00 1.268580e+00 49152 p 4 0 2.152410e+00 1.150729e+00 24576 p 1 0 2.623814e+00 2.093538e+00 0 p 0 0 3.095219e+00 3.036347e+00 8192 p 0 0 2.623814e+00 4.450561e+00 40960 p 4 0 1.445303e+00 5.629072e+00 57344 p 2 0 7.381962e-01 5.157668e+00 57344 1.000000e+00 1.000000e+00 1024 p 1 0 3.158698e+00 9.772593e-01 0 p 0 0 3.630103e+00 1.920068e+00 8192 p 0 0 3.158698e+00 3.334282e+00 40960 p 3 0 2.333740e+00 5.102049e+00 49152 p 4 0 1.606413e+00 4.415162e+00 16384 p 2 0 3.394400e+00 4.748495e+00 57344 p 4 0 3.865805e+00 4.041389e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 1.839405e+00 4.571231e+00 40960 p 0 0 2.310809e+00 3.157018e+00 8192 p 3 1 3.282214e+00 2.742804e+00 24576 p 4 0 4.115547e+00 2.076137e+00 0 p 1 0 1.839405e+00 2.214209e+00 0 p 4 0 3.017916e+00 4.449911e+00 40960 p 2 0 3.489321e+00 5.157018e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.996856e+00 1.784925e+00 49152 p 0 0 1.996856e+00 4.451591e+00 32768 p 1 0 1.996856e+00 3.118258e+00 40960 p 3 0 3.663523e+00 2.618258e+00 24576 p 4 0 4.330189e+00 1.784925e+00 32768 p 4 0 3.996856e+00 3.784925e+00 16384 p 2 0 4.163523e+00 4.618258e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 1.996856e+00 1.784925e+00 49152 p 0 0 1.996856e+00 4.451591e+00 32768 p 4 0 2.192118e+00 3.118258e+00 40960 p 3 1 3.663523e+00 3.618258e+00 8192 p 2 0 4.163523e+00 4.618258e+00 0 p 1 0 3.667873e+00 2.175449e+00 0 p 4 0 4.277349e+00 1.370711e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 1.349813e+00 1.171545e+00 0 p 3 1 1.183146e+00 2.504878e+00 57344 p 1 0 1.349813e+00 3.504878e+00 8192 p 0 0 1.349813e+00 4.838211e+00 16384 p 4 0 2.349813e+00 4.838211e+00 49152 p 2 0 3.183146e+00 5.004878e+00 0 p 4 0 4.016479e+00 4.838211e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 1.297079e+00 2.711385e+00 40960 p 4 0 1.906554e+00 2.044719e+00 49152 p 3 1 1.239888e+00 1.211385e+00 40960 p 0 0 1.768483e+00 4.125599e+00 8192 p 1 0 1.297079e+00 5.068408e+00 16384 p 2 0 2.739888e+00 5.039812e+00 0 p 4 0 3.475590e+00 4.832706e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 1.834968e+00 7.074830e-01 16384 p 0 0 4.501635e+00 7.074830e-01 32768 p 2 0 1.668301e+00 1.874150e+00 0 p 4 0 1.501635e+00 2.707483e+00 0 p 4 0 4.834968e+00 1.707483e+00 49152 p 1 0 3.168301e+00 1.707483e+00 24576 p 3 0 4.668301e+00 2.374150e+00 8192 1.000000e+00 1.000000e+00 1024 p 1 0 3.062833e+00 2.340294e+00 24576 p 0 0 1.650412e+00 2.537349e+00 40960 p 0 0 4.464707e+00 2.547896e+00 8192 p 3 1 1.679007e+00 3.951562e+00 57344 p 2 0 4.436112e+00 4.462109e+00 0 p 4 0 4.269445e+00 3.628776e+00 16384 p 4 0 1.845674e+00 4.618229e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 1.566037e+00 1.999459e+00 40960 p 2 0 2.508846e+00 2.706566e+00 57344 p 3 0 1.448186e+00 3.767226e+00 0 p 4 0 7.612990e-01 4.494553e+00 32768 p 0 0 3.451655e+00 3.413673e+00 8192 p 4 0 3.451655e+00 1.999459e+00 40960 p 1 0 3.451655e+00 1.056650e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 1.334006e+00 1.767428e+00 16384 p 0 0 2.000673e+00 3.100762e+00 49152 p 3 0 3.020893e+00 3.373435e+00 0 p 4 0 2.903042e+00 2.312775e+00 40960 p 2 0 3.374446e+00 1.605668e+00 57344 p 4 0 9.030416e-01 3.141202e+00 40960 p 1 0 9.030416e-01 4.084011e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 1.566037e+00 1.999459e+00 40960 p 3 0 1.448186e+00 3.767226e+00 0 p 4 0 1.801739e+00 4.592184e+00 57344 p 1 0 2.980250e+00 2.470864e+00 0 p 0 0 3.451655e+00 3.413673e+00 8192 p 4 0 2.273144e+00 2.706566e+00 8192 p 2 0 3.423059e+00 1.499459e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 1.323459e+00 1.925631e+00 8192 p 1 0 8.520546e-01 2.868440e+00 16384 p 0 0 1.794864e+00 3.811249e+00 24576 p 4 0 2.501970e+00 3.104142e+00 57344 p 4 0 2.973375e+00 2.632738e+00 8192 p 3 0 2.855524e+00 1.572078e+00 0 p 2 0 2.501970e+00 5.114176e-01 57344 1.000000e+00 1.000000e+00 1024 p 0 0 3.102674e+00 1.986643e+00 40960 p 1 0 3.574078e+00 2.929452e+00 32768 p 3 1 2.984822e+00 3.754410e+00 49152 p 0 0 1.452758e+00 2.693750e+00 8192 p 4 0 7.456510e-01 1.986643e+00 40960 p 2 0 1.217056e+00 1.279537e+00 57344 p 4 0 1.924162e+00 8.081321e-01 24576 1.000000e+00 1.000000e+00 1024 p 0 0 3.514001e+00 2.429611e+00 40960 p 0 0 1.709263e+00 1.682064e+00 0 p 4 0 2.806894e+00 1.722505e+00 8192 p 2 0 2.542596e+00 3.343825e+00 49152 p 1 0 1.709263e+00 3.015398e+00 8192 p 3 0 1.542596e+00 4.015398e+00 40960 p 4 0 1.375930e+00 4.682064e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 1.709263e+00 1.682064e+00 0 p 1 0 3.985405e+00 1.486802e+00 49152 p 2 0 3.749703e+00 2.429611e+00 57344 p 4 0 3.042596e+00 2.901016e+00 57344 p 4 0 2.375930e+00 2.762945e+00 0 p 3 1 1.542596e+00 3.015398e+00 24576 p 0 0 1.375930e+00 4.348731e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 1.832884e+00 3.946092e+00 8192 p 1 0 1.361480e+00 4.888901e+00 16384 p 2 0 2.804289e+00 3.031878e+00 0 p 4 0 3.539991e+00 3.238985e+00 40960 p 3 0 3.657842e+00 4.299645e+00 0 p 0 0 2.597182e+00 5.831710e+00 24576 p 4 0 4.011395e+00 5.124603e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.250674e+00 4.693639e+00 16384 p 2 0 2.584007e+00 4.653198e+00 57344 p 1 0 2.819709e+00 3.710389e+00 49152 p 3 0 2.230454e+00 2.885431e+00 49152 p 4 0 1.405496e+00 3.238985e+00 40960 p 0 0 2.584007e+00 5.831710e+00 24576 p 4 0 9.340914e-01 3.238985e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 1.247080e+00 1.368098e+00 0 p 3 1 1.080413e+00 2.701431e+00 24576 p 1 0 1.109009e+00 3.644240e+00 32768 p 2 0 2.580413e+00 1.408538e+00 57344 p 4 0 2.287520e+00 2.351347e+00 24576 p 4 0 2.758925e+00 2.822752e+00 8192 p 0 0 3.661294e+00 3.448978e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 3.769110e+00 5.670002e+00 16384 p 2 0 3.809550e+00 4.336669e+00 57344 p 4 0 4.183324e+00 3.670002e+00 49152 p 3 1 3.516657e+00 2.836669e+00 8192 p 4 0 2.183324e+00 2.670002e+00 49152 p 0 0 2.366741e+00 4.129562e+00 40960 p 1 0 2.045253e+00 5.865265e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 1.395349e+00 1.174419e+00 0 p 4 0 2.492980e+00 1.214859e+00 8192 p 2 0 1.435789e+00 2.507752e+00 57344 p 4 0 1.907193e+00 3.214859e+00 8192 p 0 0 2.614300e+00 3.921966e+00 40960 p 1 0 1.671491e+00 4.864775e+00 32768 p 3 0 1.082236e+00 4.275519e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 4.093023e+00 1.732558e+00 0 p 3 1 4.487017e+00 2.712338e+00 16384 p 4 0 5.615805e+00 1.209777e+00 32768 p 1 0 3.093023e+00 2.065891e+00 8192 p 0 0 4.549615e+00 4.023513e+00 32768 p 2 0 3.216282e+00 3.983073e+00 57344 p 4 0 2.549615e+00 3.609300e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 3.921708e+00 5.744444e+00 32768 p 1 0 3.588375e+00 4.744444e+00 24576 p 2 0 2.588375e+00 5.704003e+00 57344 p 4 0 1.921708e+00 5.330230e+00 0 p 0 0 2.487599e+00 3.744444e+00 16384 p 3 0 2.881593e+00 2.764664e+00 16384 p 4 0 3.901813e+00 2.744444e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 1.510855e+00 1.593281e+00 0 p 0 0 4.177522e+00 1.593281e+00 49152 p 1 0 2.844189e+00 1.593281e+00 57344 p 2 0 2.867444e+00 2.426614e+00 49152 p 3 0 2.867444e+00 3.926614e+00 8192 p 4 0 3.034111e+00 3.259947e+00 49152 p 4 0 2.700778e+00 4.593281e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 1.510855e+00 1.593281e+00 0 p 0 0 4.177522e+00 1.593281e+00 49152 p 2 0 2.844189e+00 1.633721e+00 57344 p 3 0 3.197742e+00 2.694381e+00 0 p 4 0 2.372784e+00 2.340828e+00 40960 p 4 0 2.608486e+00 3.047934e+00 8192 p 1 0 2.844189e+00 4.421708e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.968220e+00 2.942118e+00 8192 p 3 0 1.939624e+00 4.356332e+00 40960 p 2 0 2.939624e+00 4.856332e+00 49152 p 0 0 3.911029e+00 2.942118e+00 40960 p 1 0 4.439624e+00 1.861238e+00 24576 p 4 0 3.772957e+00 4.689665e+00 0 p 4 0 4.106291e+00 4.022998e+00 32768 1.000000e+00 1.000000e+00 1024 p 3 0 1.009392e+00 1.763308e+00 40960 p 0 0 1.176058e+00 3.096642e+00 16384 p 2 0 3.009392e+00 3.263308e+00 49152 p 1 0 2.842725e+00 1.763308e+00 40960 p 4 0 3.176058e+00 2.429975e+00 32768 p 4 0 3.176058e+00 1.096642e+00 49152 p 0 0 2.095178e+00 4.234713e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 5.851940e+00 4.000258e+00 32768 p 0 0 5.185274e+00 5.333591e+00 0 p 4 0 5.851940e+00 3.000258e+00 0 p 1 0 4.185274e+00 5.666924e+00 8192 p 3 1 4.018607e+00 4.666924e+00 57344 p 4 0 3.851940e+00 4.000258e+00 0 p 2 0 4.018607e+00 3.166924e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 1.210942e+00 3.282688e+00 49152 p 0 0 3.291822e+00 5.087426e+00 24576 p 1 0 2.349013e+00 4.144617e+00 16384 p 2 0 4.706036e+00 3.908915e+00 57344 p 4 0 3.998929e+00 4.380319e+00 57344 p 4 0 5.079809e+00 3.242248e+00 49152 p 3 0 4.352482e+00 2.555361e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 1.210942e+00 3.282688e+00 49152 p 0 0 3.291822e+00 5.087426e+00 24576 p 1 0 2.349013e+00 4.144617e+00 16384 p 2 0 4.706036e+00 3.908915e+00 57344 p 4 0 3.998929e+00 4.380319e+00 57344 p 3 0 3.645376e+00 3.555361e+00 32768 p 4 0 4.234631e+00 3.201808e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 4.559264e+00 6.238589e+00 0 p 2 0 3.392597e+00 6.071922e+00 0 p 0 0 2.225931e+00 6.238589e+00 49152 p 3 0 5.892597e+00 5.071922e+00 24576 p 4 0 1.225931e+00 5.238589e+00 16384 p 4 0 5.592640e-01 4.905255e+00 49152 p 1 0 3.372269e+00 5.238589e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 5.438079e+00 6.506031e+00 24576 p 0 0 2.609652e+00 6.506031e+00 24576 p 1 0 1.666843e+00 5.563222e+00 16384 p 4 0 8.621047e-01 4.953746e+00 49152 p 3 0 6.852292e+00 5.534626e+00 24576 p 4 0 7.145186e+00 4.798924e+00 57344 p 2 0 4.032132e+00 5.534626e+00 0 1.000000e+00 1.000000e+00 1024 p 1 0 3.484590e+00 3.672697e+00 8192 p 4 0 3.151257e+00 3.006031e+00 0 p 3 0 3.817924e+00 2.172697e+00 24576 p 0 0 2.151257e+00 4.006031e+00 32768 p 2 0 2.403710e+00 2.379804e+00 57344 p 4 0 1.696603e+00 1.908400e+00 24576 p 0 0 4.484590e+00 4.006031e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 2.151257e+00 4.006031e+00 32768 p 3 1 2.464370e+00 1.612037e+00 0 p 2 0 3.317924e+00 2.172697e+00 0 p 4 0 3.151257e+00 3.006031e+00 0 p 4 0 3.582221e+00 3.379804e+00 8192 p 1 0 4.289328e+00 4.201293e+00 16384 p 0 0 4.484590e+00 1.339364e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 1.744280e+00 3.889752e+00 57344 p 3 0 2.804940e+00 4.714710e+00 49152 p 0 0 3.865601e+00 5.539667e+00 24576 p 4 0 3.865601e+00 4.596858e+00 24576 p 1 0 4.101303e+00 3.889752e+00 32768 p 2 0 2.451387e+00 5.775370e+00 57344 p 4 0 1.744280e+00 6.246774e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.767536e+00 2.296728e+00 49152 p 2 0 2.934203e+00 3.130062e+00 49152 p 0 0 4.100869e+00 2.296728e+00 0 p 4 0 2.767536e+00 3.963395e+00 0 p 3 1 2.934203e+00 4.630062e+00 24576 p 1 0 3.434203e+00 5.296728e+00 57344 p 4 0 2.100869e+00 5.296728e+00 32768 1.000000e+00 1.000000e+00 1024 p 2 0 4.434203e+00 3.653318e+00 40960 p 4 0 5.141310e+00 3.181913e+00 24576 p 0 0 3.491394e+00 4.360424e+00 40960 p 0 0 3.962798e+00 5.774638e+00 8192 p 1 0 3.491394e+00 6.717447e+00 16384 p 3 1 2.666436e+00 3.299764e+00 0 p 4 0 5.141310e+00 2.710508e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 4.295183e+00 4.286266e+00 8192 p 1 0 3.823778e+00 5.229075e+00 16384 p 4 0 4.433254e+00 2.205386e+00 49152 p 0 0 5.433254e+00 2.538719e+00 0 p 3 1 3.766588e+00 2.372052e+00 40960 p 2 0 5.266588e+00 5.200479e+00 32768 p 4 0 6.099921e+00 5.367146e+00 16384 1.000000e+00 1.000000e+00 1024 p 4 0 5.576665e+00 6.320634e+00 32768 p 3 1 4.556445e+00 6.300414e+00 49152 p 1 0 3.495785e+00 5.987301e+00 24576 p 0 0 3.829118e+00 4.987301e+00 32768 p 0 0 5.162451e+00 4.320634e+00 0 p 4 0 3.829118e+00 3.987301e+00 0 p 2 0 2.995785e+00 4.153968e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 3.282607e+00 5.022185e+00 24576 p 1 0 4.584675e+00 5.134330e+00 32768 p 4 0 2.575500e+00 4.315078e+00 57344 p 2 0 3.282607e+00 3.843673e+00 24576 p 3 1 4.343267e+00 2.783013e+00 49152 p 4 0 3.989713e+00 3.372269e+00 24576 p 0 0 3.989713e+00 1.958055e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.919137e+00 2.048518e+00 40960 p 3 0 1.094180e+00 1.694964e+00 0 p 0 0 2.390542e+00 3.462731e+00 8192 p 4 0 1.683435e+00 4.169838e+00 40960 p 2 0 2.154840e+00 4.876945e+00 57344 p 1 0 2.390542e+00 5.819754e+00 32768 p 4 0 1.683435e+00 5.584051e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 2.781671e+00 1.764600e+00 8192 p 2 0 1.838862e+00 2.471707e+00 40960 p 0 0 2.310267e+00 4.593027e+00 40960 p 4 0 3.017373e+00 5.300134e+00 8192 p 3 1 2.899522e+00 3.532367e+00 0 p 4 0 2.310267e+00 3.178814e+00 8192 p 1 0 2.545969e+00 5.966801e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.986817e+00 6.469038e+00 32768 p 4 0 2.986817e+00 6.802371e+00 16384 p 1 0 3.653483e+00 6.469038e+00 24576 p 0 0 3.124888e+00 4.721491e+00 40960 p 3 0 1.653483e+00 3.807278e+00 57344 p 4 0 2.320150e+00 3.973944e+00 32768 p 2 0 1.153483e+00 4.807278e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 5.108715e+00 1.745750e+00 49152 p 2 0 3.775382e+00 1.786190e+00 24576 p 4 0 3.401608e+00 2.452857e+00 16384 p 1 0 5.108715e+00 3.079083e+00 40960 p 0 0 4.108715e+00 4.412417e+00 32768 p 4 0 5.108715e+00 4.412417e+00 0 p 3 0 5.775382e+00 4.579083e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 2.456424e+00 1.400736e+00 24576 p 3 0 3.517084e+00 1.989992e+00 32768 p 4 0 3.496864e+00 3.383986e+00 0 p 1 0 2.830198e+00 3.050652e+00 8192 p 4 0 3.927829e+00 3.757759e+00 8192 p 2 0 3.456424e+00 4.464866e+00 24576 p 0 0 2.123091e+00 4.505306e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 5.508535e+00 6.596950e+00 32768 p 0 0 6.646607e+00 5.849403e+00 40960 p 1 0 5.841869e+00 4.263617e+00 8192 p 2 0 4.175202e+00 6.556510e+00 24576 p 4 0 6.508535e+00 3.596950e+00 0 p 4 0 6.468095e+00 3.027915e+00 57344 p 3 1 5.407435e+00 2.910063e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 3.955975e+00 5.626600e+00 40960 p 0 0 3.955975e+00 2.798173e+00 40960 p 1 0 3.151237e+00 4.212386e+00 8192 p 3 1 2.484570e+00 6.540813e+00 40960 p 4 0 3.151237e+00 6.374147e+00 49152 p 2 0 2.984570e+00 1.883959e+00 16384 p 4 0 2.151237e+00 2.050626e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 1.238994e+00 3.768523e+00 40960 p 0 0 2.181803e+00 4.711332e+00 57344 p 1 0 1.710398e+00 2.825714e+00 49152 p 2 0 3.096016e+00 5.682737e+00 16384 p 3 1 3.242463e+00 4.122076e+00 32768 p 4 0 3.360314e+00 3.061416e+00 8192 p 4 0 3.929350e+00 4.516070e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 1.238994e+00 3.768523e+00 40960 p 0 0 2.181803e+00 4.711332e+00 57344 p 4 0 3.262683e+00 5.516070e+00 49152 p 1 0 3.067421e+00 6.125546e+00 16384 p 2 0 4.096016e+00 4.682737e+00 16384 p 3 0 3.096016e+00 4.182737e+00 8192 p 4 0 1.238994e+00 2.354309e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 1.362396e+00 4.474135e+00 16384 p 3 0 1.195729e+00 3.140802e+00 8192 p 4 0 2.029062e+00 3.807469e+00 16384 p 0 0 3.029062e+00 4.807469e+00 49152 p 1 0 3.167134e+00 6.083611e+00 16384 p 2 0 4.195729e+00 4.640802e+00 16384 p 4 0 3.029062e+00 3.807469e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 5.530410e+00 5.907199e+00 49152 p 0 0 3.863743e+00 5.573866e+00 16384 p 2 0 6.697077e+00 5.740532e+00 16384 p 3 0 3.697077e+00 4.240532e+00 8192 p 1 0 3.863743e+00 3.240532e+00 8192 p 4 0 3.530410e+00 2.573866e+00 0 p 4 0 5.530410e+00 4.907199e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 2.317472e+00 1.206390e+00 57344 p 2 0 1.403259e+00 2.177795e+00 16384 p 0 0 2.236592e+00 3.344462e+00 49152 p 1 0 3.236592e+00 3.677795e+00 40960 p 4 0 3.569925e+00 4.344462e+00 32768 p 4 0 3.196152e+00 4.913497e+00 24576 p 3 0 2.135492e+00 5.031348e+00 16384 1.000000e+00 1.000000e+00 1024 p 3 0 2.286435e+00 7.273936e+00 16384 p 2 0 3.347095e+00 6.920383e+00 24576 p 1 0 3.720869e+00 5.920383e+00 8192 p 0 0 2.639988e+00 5.391787e+00 24576 p 0 0 1.892441e+00 3.587049e+00 0 p 4 0 1.892441e+00 4.587049e+00 32768 p 4 0 3.225775e+00 3.391787e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 3.179072e+00 3.386396e+00 8192 p 0 0 2.902930e+00 4.719730e+00 16384 p 4 0 3.983810e+00 2.305516e+00 0 p 3 1 3.236263e+00 5.886396e+00 8192 p 1 0 4.236263e+00 5.719730e+00 24576 p 2 0 4.736263e+00 4.886396e+00 32768 p 4 0 4.529156e+00 4.150694e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 3.179072e+00 3.386396e+00 8192 p 0 0 2.902930e+00 4.719730e+00 16384 p 3 1 3.236263e+00 5.886396e+00 8192 p 1 0 4.236263e+00 5.719730e+00 24576 p 4 0 4.902930e+00 5.053063e+00 32768 p 2 0 4.150476e+00 2.472183e+00 32768 p 4 0 4.529156e+00 4.622099e+00 24576 1.000000e+00 1.000000e+00 1024 p 3 1 3.363401e+00 3.804933e+00 16384 p 2 0 2.302741e+00 4.865593e+00 24576 p 1 0 1.595634e+00 5.532260e+00 57344 p 4 0 3.009848e+00 4.394189e+00 24576 p 4 0 3.716955e+00 3.215678e+00 57344 p 0 0 4.424061e+00 2.508571e+00 24576 p 0 0 2.302741e+00 2.272869e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 2.302741e+00 2.143489e+00 32768 p 2 0 9.694077e-01 2.103048e+00 24576 p 1 0 2.498003e+00 3.281560e+00 49152 p 0 0 2.440812e+00 4.638582e+00 40960 p 3 1 2.469408e+00 6.052796e+00 57344 p 4 0 1.636074e+00 4.719463e+00 32768 p 4 0 2.636074e+00 6.719463e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 2.009545e+00 5.997073e+00 8192 p 2 0 2.980950e+00 6.911286e+00 16384 p 0 0 3.952354e+00 5.997073e+00 40960 p 3 1 2.480950e+00 4.082859e+00 40960 p 4 0 2.147616e+00 3.249526e+00 32768 p 1 0 3.814283e+00 3.582859e+00 40960 p 4 0 3.147616e+00 2.916193e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 2.009545e+00 5.997073e+00 8192 p 2 0 2.980950e+00 6.911286e+00 16384 p 0 0 3.952354e+00 5.997073e+00 40960 p 3 1 2.980950e+00 4.582859e+00 24576 p 1 0 2.147616e+00 3.582859e+00 8192 p 4 0 2.814283e+00 2.916193e+00 0 p 4 0 3.716652e+00 3.289966e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 2.205724e+00 6.255833e+00 24576 p 1 0 3.148533e+00 5.313024e+00 32768 p 3 0 3.266384e+00 4.016661e+00 32768 p 2 0 2.912830e+00 2.956001e+00 8192 p 4 0 2.246164e+00 2.582228e+00 0 p 0 0 1.441426e+00 3.663108e+00 8192 p 4 0 2.246164e+00 4.743988e+00 16384 gtans-1.99.0/data/figures/default.figures0000644000175400010010000013262111133011653015226 00000000000000gTans v1.0 158 1.0 1.000000e+00 1024 p 3 1 1.555033e+00 3.667909e+00 40960 p 2 0 3.055033e+00 4.667909e+00 0 p 4 0 2.221700e+00 4.501242e+00 49152 p 4 0 3.888367e+00 4.834575e+00 16384 p 0 0 3.083629e+00 2.753695e+00 8192 p 0 0 1.221700e+00 5.834575e+00 0 p 1 0 5.221700e+00 5.167909e+00 8192 1.000000e+00 1.000000e+00 1024 p 2 0 3.450292e+00 1.017544e+00 8192 p 4 0 3.450292e+00 2.196055e+00 57344 p 1 0 3.450292e+00 3.098424e+00 57344 p 3 0 3.096739e+00 5.199524e+00 16384 p 4 0 4.157399e+00 5.081673e+00 24576 p 0 0 3.450292e+00 6.495887e+00 57344 p 0 0 3.450292e+00 4.374566e+00 57344 1.000000e+00 1.000000e+00 1024 p 2 0 3.438596e+00 2.666667e+00 8192 p 4 0 2.967192e+00 1.959560e+00 40960 p 0 0 3.438596e+00 3.845178e+00 24576 p 3 0 3.852810e+00 5.287987e+00 24576 p 0 0 3.438593e+00 6.730796e+00 57344 p 1 0 2.852810e+00 5.121320e+00 24576 p 4 0 3.910001e+00 1.959560e+00 8192 1.000000e+00 1.000000e+00 1024 p 4 0 3.095847e+00 1.526811e+00 24576 p 3 1 4.156507e+00 1.644662e+00 49152 p 2 0 3.812865e+00 2.498216e+00 0 p 4 0 3.802954e+00 3.469620e+00 57344 p 1 0 3.802954e+00 4.371989e+00 57344 p 0 0 3.802954e+00 5.176727e+00 24576 p 0 0 3.802954e+00 7.062345e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 2.153831e+00 1.808306e+00 32768 p 0 0 3.487164e+00 1.808306e+00 16384 p 2 0 2.820498e+00 3.182080e+00 8192 p 4 0 2.584795e+00 4.596293e+00 8192 p 4 0 3.056200e+00 4.596293e+00 40960 p 3 1 3.256913e+00 5.803400e+00 40960 p 1 0 2.256913e+00 5.970067e+00 57344 1.000000e+00 1.000000e+00 1024 p 2 0 2.902369e+00 2.363366e+00 8192 p 3 1 3.397264e+00 3.570473e+00 40960 p 1 0 2.397264e+00 3.737140e+00 57344 p 0 0 3.373773e+00 5.484686e+00 40960 p 0 0 2.430964e+00 5.484686e+00 8192 p 4 0 3.609476e+00 6.663198e+00 57344 p 4 0 2.195262e+00 6.663198e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 3.163247e+00 6.432055e+00 32768 p 1 0 3.829914e+00 4.432055e+00 24576 p 2 0 3.829914e+00 3.391615e+00 24576 p 0 0 4.496580e+00 6.432055e+00 16384 p 3 1 4.183467e+00 2.330955e+00 0 p 4 0 3.358509e+00 2.684508e+00 40960 p 4 0 3.594212e+00 1.977401e+00 8192 1.000000e+00 1.000000e+00 1024 p 1 0 3.662999e+00 2.404054e+00 24576 p 3 0 4.662999e+00 2.570721e+00 57344 p 2 0 4.162999e+00 3.570721e+00 16384 p 0 0 4.660323e+00 5.484934e+00 40960 p 0 0 3.717514e+00 5.484934e+00 8192 p 4 0 3.481812e+00 6.663446e+00 57344 p 4 0 4.896025e+00 6.663446e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 3.537516e+00 6.748092e+00 57344 p 2 0 3.531420e+00 5.305283e+00 16384 p 4 0 3.537516e+00 4.333879e+00 24576 p 0 0 3.301814e+00 2.683963e+00 40960 p 1 0 3.773218e+00 3.626772e+00 32768 p 3 0 2.476856e+00 2.330409e+00 0 p 4 0 1.887600e+00 2.683963e+00 8192 1.0 1.000000e+00 1024 p 0 0 1.935065e+00 5.077922e+00 0 p 0 0 4.601732e+00 5.077922e+00 49152 p 1 0 3.268398e+00 5.077922e+00 57344 p 3 0 7.147138e-01 5.382560e+00 63488 p 2 0 5.768398e+00 3.911255e+00 49152 p 4 0 5.103896e+00 3.077922e+00 16384 p 4 0 6.437229e+00 3.077922e+00 32768 1.0 1.000000e+00 1024 p 1 0 4.651857e+00 5.850875e+00 57344 p 4 0 4.318524e+00 6.517542e+00 49152 p 2 0 3.792342e+00 5.336616e+00 8192 p 0 0 5.166116e+00 4.003283e+00 0 p 0 0 2.378129e+00 6.515128e+00 24576 p 3 0 3.438789e+00 4.275956e+00 0 p 4 0 3.418569e+00 3.255736e+00 0 1.0 1.000000e+00 1024 p 0 0 2.497890e+00 4.789741e+00 57344 p 3 0 4.265657e+00 4.200485e+00 32768 p 1 0 4.912104e+00 4.927812e+00 57344 p 4 0 4.854913e+00 2.951977e+00 40960 p 2 0 2.828798e+00 3.442802e+00 61440 p 4 0 6.168903e+00 5.496848e+00 24576 p 0 0 3.614864e+00 5.732550e+00 24576 1.0 1.000000e+00 1024 p 0 0 3.282274e+00 3.230250e+00 28672 p 0 0 4.769235e+00 3.124575e+00 61440 p 4 0 5.151919e+00 3.837105e+00 53248 p 4 0 2.899590e+00 4.154130e+00 61440 p 2 0 2.632062e+00 2.448136e+00 4096 p 3 0 4.011915e+00 1.934690e+00 18432 p 1 0 3.200930e+00 1.310510e+00 61440 1.0 1.000000e+00 1024 p 0 0 3.606391e+00 6.172609e+00 16384 p 4 0 2.606391e+00 5.505942e+00 32768 p 0 0 5.273058e+00 6.505942e+00 49152 p 1 0 4.882534e+00 5.367871e+00 32768 p 3 0 6.784348e+00 6.571814e+00 12288 p 4 0 3.273058e+00 7.172609e+00 0 p 2 0 5.138347e+00 3.973167e+00 53248 1.0 1.000000e+00 1024 p 0 0 3.211796e+00 1.997019e+00 16384 p 0 0 5.211796e+00 3.997019e+00 16384 p 2 0 4.045129e+00 3.163686e+00 49152 p 1 0 3.073725e+00 3.606495e+00 32768 p 4 0 3.878462e+00 3.997019e+00 0 p 3 1 4.898682e+00 2.310133e+00 0 p 4 0 5.252236e+00 1.485175e+00 24576 1.0 1.000000e+00 1024 p 0 0 1.676773e+00 3.120715e+00 49152 p 0 0 3.676773e+00 5.120715e+00 49152 p 2 0 2.843440e+00 3.954049e+00 49152 p 1 0 2.107738e+00 4.689751e+00 16384 p 4 0 2.383880e+00 5.494489e+00 0 p 4 0 1.303000e+00 4.413609e+00 32768 p 3 0 3.343440e+00 2.954049e+00 24576 1.0 1.000000e+00 1024 p 0 0 2.018474e+00 1.306042e+00 57344 p 0 0 4.846901e+00 1.306042e+00 57344 p 3 1 2.461382e+00 2.331131e+00 18432 p 2 0 3.570637e+00 2.470967e+00 59392 p 1 0 4.910437e+00 3.165744e+00 18432 p 4 0 4.170934e+00 3.072520e+00 10240 p 4 0 3.708587e+00 3.635891e+00 57344 1.0 1.000000e+00 1024 p 0 0 1.676773e+00 3.120715e+00 49152 p 0 0 3.676773e+00 5.120715e+00 49152 p 2 0 2.843440e+00 3.954049e+00 49152 p 4 0 3.676773e+00 3.787382e+00 0 p 1 0 3.286249e+00 2.982644e+00 32768 p 3 0 1.989887e+00 4.807602e+00 16384 p 4 0 9.292265e-01 4.925453e+00 57344 1.0 1.000000e+00 1024 p 0 0 2.007623e+00 4.822653e+00 16384 p 0 0 2.755170e+00 5.960724e+00 24576 p 4 0 1.007623e+00 3.822653e+00 49152 p 2 0 2.776477e+00 4.217733e+00 40960 p 3 0 3.837137e+00 3.864180e+00 16384 p 4 0 2.608747e+00 7.228515e+00 40960 p 1 0 2.540775e+00 3.274924e+00 0 1.0 1.000000e+00 1024 p 0 0 3.172520e+00 5.889314e+00 40960 p 2 0 4.115329e+00 5.182207e+00 57344 p 1 0 2.936817e+00 4.239398e+00 49152 p 4 0 4.822436e+00 5.653611e+00 57344 p 4 0 3.798692e+00 6.677355e+00 57344 p 3 0 4.152245e+00 7.266611e+00 49152 p 0 0 2.034449e+00 5.970194e+00 49152 1.0 1.000000e+00 1024 p 0 0 4.970691e+00 1.323460e+00 24576 p 0 0 3.556477e+00 1.794865e+00 57344 p 4 0 2.808930e+00 2.599603e+00 49152 p 2 0 3.642263e+00 2.766269e+00 0 p 1 0 4.475597e+00 3.266269e+00 40960 p 3 0 5.202924e+00 2.619823e+00 49152 p 4 0 1.702561e+00 2.297971e+00 57344 1.0 1.000000e+00 1024 p 0 0 1.797422e+00 5.554328e+00 57344 p 0 0 4.625849e+00 5.554328e+00 57344 p 1 0 3.211635e+00 6.359066e+00 24576 p 3 0 3.565189e+00 4.965072e+00 0 p 2 0 3.211635e+00 3.904412e+00 57344 p 4 0 2.740231e+00 4.611519e+00 40960 p 4 0 2.975933e+00 5.318626e+00 8192 1.0 1.000000e+00 1024 p 2 0 3.281491e+00 3.937032e+00 57344 p 0 0 5.321931e+00 3.270366e+00 32768 p 0 0 1.241051e+00 3.270366e+00 16384 p 1 0 3.281491e+00 4.977472e+00 24576 p 3 0 2.220831e+00 4.290586e+00 49152 p 4 0 3.988598e+00 4.408437e+00 57344 p 4 0 4.695705e+00 4.172735e+00 24576 1.0 1.000000e+00 1024 p 0 0 2.552134e+00 5.185651e+00 16384 p 0 0 5.218800e+00 5.185651e+00 32768 p 2 0 3.885467e+00 5.145211e+00 57344 p 4 0 1.552134e+00 5.185651e+00 49152 p 4 0 1.218800e+00 4.518985e+00 16384 p 1 0 3.885467e+00 6.185651e+00 24576 p 3 1 6.385467e+00 4.852318e+00 24576 1.0 1.000000e+00 1024 p 4 0 5.528042e+00 3.138071e+00 24576 p 0 0 3.406721e+00 3.373773e+00 24576 p 0 0 4.820935e+00 2.430964e+00 57344 p 2 0 3.406721e+00 2.195262e+00 57344 p 1 0 2.463912e+00 2.430964e+00 16384 p 3 0 1.638954e+00 2.548816e+00 32768 p 4 0 1.049699e+00 2.902369e+00 8192 1.0 1.000000e+00 1024 p 0 0 2.368198e+00 4.022125e+00 57344 p 2 0 3.782412e+00 3.786422e+00 57344 p 0 0 5.196625e+00 4.022125e+00 57344 p 4 0 5.903732e+00 3.315018e+00 24576 p 4 0 6.610839e+00 3.550720e+00 57344 p 1 0 3.782412e+00 4.826862e+00 24576 p 3 1 1.307538e+00 3.432869e+00 16384 1.0 1.000000e+00 1024 p 0 0 5.999446e+00 5.023689e+00 40960 p 3 1 5.174488e+00 5.377243e+00 0 p 0 0 4.113828e+00 5.966498e+00 57344 p 4 0 3.171019e+00 5.023689e+00 8192 p 1 0 2.228210e+00 4.552285e+00 32768 p 2 0 2.699614e+00 5.730796e+00 57344 p 4 0 1.992508e+00 5.259392e+00 24576 1.0 1.000000e+00 1024 p 0 0 6.054946e+00 5.834254e+00 40960 p 3 1 5.229989e+00 6.187808e+00 0 p 1 0 4.405031e+00 6.069956e+00 32768 p 2 0 3.462222e+00 5.834254e+00 57344 p 4 0 4.169328e+00 6.777063e+00 24576 p 4 0 2.990817e+00 6.541361e+00 40960 p 0 0 2.283710e+00 5.834254e+00 8192 1.0 1.000000e+00 1024 p 1 0 2.610036e+00 3.563218e+00 8192 p 4 0 3.276703e+00 2.896552e+00 0 p 2 0 2.443370e+00 5.063218e+00 49152 p 3 1 2.943370e+00 6.063218e+00 40960 p 0 0 4.276703e+00 4.896552e+00 32768 p 0 0 3.610036e+00 4.229885e+00 0 p 4 0 2.276703e+00 4.229885e+00 16384 1.0 1.000000e+00 1024 p 0 0 5.858014e+00 3.455496e+00 49152 p 0 0 5.191347e+00 4.122163e+00 16384 p 1 0 5.524680e+00 5.122163e+00 24576 p 3 0 4.024680e+00 3.788829e+00 40960 p 4 0 3.191347e+00 3.122163e+00 49152 p 4 0 2.858014e+00 2.455496e+00 16384 p 2 0 2.024680e+00 2.288829e+00 49152 1.0 1.000000e+00 1024 p 0 0 1.578303e+00 4.622807e+00 49152 p 2 0 1.744970e+00 3.456140e+00 49152 p 4 0 9.116364e-01 3.622807e+00 32768 p 3 0 2.244970e+00 2.456140e+00 24576 p 1 0 3.244970e+00 3.289474e+00 24576 p 0 0 2.911636e+00 4.289474e+00 16384 p 4 0 2.578303e+00 5.622807e+00 16384 1.0 1.000000e+00 1024 p 0 0 1.578303e+00 3.289474e+00 32768 p 0 0 1.578303e+00 4.622807e+00 49152 p 2 0 2.744970e+00 3.456140e+00 49152 p 4 0 2.578303e+00 4.289474e+00 0 p 1 0 3.244970e+00 4.622807e+00 57344 p 3 0 3.744970e+00 3.956140e+00 40960 p 4 0 3.911636e+00 3.289474e+00 49152 1.0 1.000000e+00 1024 p 0 0 1.636783e+00 1.681287e+00 57344 p 0 0 3.050996e+00 1.209882e+00 24576 p 1 0 3.993805e+00 1.681287e+00 32768 p 2 0 2.550996e+00 2.652691e+00 49152 p 4 0 2.717663e+00 3.486024e+00 49152 p 3 0 2.550996e+00 4.152691e+00 40960 p 4 0 2.384330e+00 4.819358e+00 16384 1.0 1.000000e+00 1024 p 4 0 2.277778e+00 4.230994e+00 16384 p 1 0 2.944444e+00 3.897661e+00 24576 p 0 0 4.277778e+00 4.897661e+00 32768 p 2 0 2.444444e+00 5.064327e+00 49152 p 4 0 4.277778e+00 3.897661e+00 0 p 0 0 1.473040e+00 4.564327e+00 8192 p 3 1 3.444444e+00 4.564327e+00 24576 1.0 1.000000e+00 1024 p 0 0 1.846318e+00 2.566607e+00 24576 p 2 0 1.802458e+00 1.595203e+00 49152 p 4 0 2.317722e+00 3.509416e+00 8192 p 0 0 1.610616e+00 4.216523e+00 40960 p 3 0 2.199871e+00 5.277183e+00 0 p 4 0 1.610616e+00 5.630737e+00 8192 p 1 0 1.791407e+00 7.618693e-01 57344 1.0 1.000000e+00 1024 p 1 0 2.298890e+00 3.718158e+00 49152 p 0 0 1.827485e+00 4.660967e+00 40960 p 0 0 2.298890e+00 6.075181e+00 8192 p 4 0 2.888245e+00 2.913421e+00 16384 p 4 0 2.221578e+00 2.913421e+00 32768 p 3 0 1.554911e+00 2.746754e+00 24576 p 2 0 2.054911e+00 1.746754e+00 49152 1.0 1.000000e+00 1024 p 0 0 6.583160e+00 2.286698e+00 32768 p 0 0 6.583160e+00 4.286698e+00 32768 p 3 0 6.249827e+00 3.453365e+00 24576 p 2 0 6.749827e+00 5.453365e+00 49152 p 4 0 5.916493e+00 5.620032e+00 32768 p 1 0 6.249827e+00 6.620032e+00 57344 p 4 0 6.916493e+00 6.286698e+00 49152 1.0 1.000000e+00 1024 p 0 0 5.296610e+00 5.747894e+00 49152 p 1 0 4.434681e+00 6.024036e+00 16384 p 2 0 3.463277e+00 5.581227e+00 49152 p 4 0 2.629944e+00 5.414560e+00 49152 p 3 0 1.609723e+00 5.434780e+00 16384 p 4 0 5.895034e-01 5.455001e+00 16384 p 0 0 6.629944e+00 6.777133e+00 16384 1.0 1.000000e+00 1024 p 0 0 1.140995e+00 6.414362e+00 40960 p 0 0 1.612400e+00 5.000149e+00 8192 p 4 0 1.417138e+00 3.919268e+00 0 p 4 0 9.116364e-01 3.252602e+00 16384 p 1 0 1.578303e+00 2.919268e+00 24576 p 2 0 1.583804e+00 2.085935e+00 49152 p 3 0 2.083804e+00 1.085935e+00 24576 1.0 1.000000e+00 1024 p 0 0 2.325850e+00 4.450441e+00 8192 p 1 0 1.854445e+00 3.507632e+00 0 p 0 0 1.854445e+00 5.864655e+00 40960 p 3 0 2.443701e+00 2.682674e+00 49152 p 4 0 1.383041e+00 2.800525e+00 57344 p 2 0 2.092576e+00 1.829121e+00 49152 p 4 0 2.083804e+00 1.093419e+00 57344 1.0 1.000000e+00 1024 p 0 0 1.563218e+00 3.954023e+00 0 p 4 0 1.563218e+00 4.954023e+00 32768 p 3 0 2.896552e+00 3.787356e+00 57344 p 1 0 3.896552e+00 3.954023e+00 57344 p 0 0 5.229885e+00 3.954023e+00 49152 p 4 0 5.229885e+00 4.954023e+00 16384 p 2 0 3.396552e+00 4.787356e+00 0 1.0 1.000000e+00 1024 p 0 0 2.058312e+00 6.045977e+00 32768 p 3 1 2.224979e+00 4.712644e+00 57344 p 4 0 2.058312e+00 4.045977e+00 0 p 2 0 3.224979e+00 4.212644e+00 49152 p 1 0 4.391646e+00 4.712644e+00 8192 p 0 0 4.391646e+00 6.045977e+00 16384 p 4 0 4.058312e+00 4.045977e+00 0 1.0 1.000000e+00 1024 p 0 0 2.196243e+00 4.436782e+00 16384 p 3 1 1.029577e+00 4.103448e+00 57344 p 4 0 1.196243e+00 4.770115e+00 32768 p 2 0 1.029577e+00 5.603448e+00 49152 p 4 0 3.862910e+00 5.770115e+00 16384 p 0 0 3.862910e+00 4.770115e+00 49152 p 1 0 3.529577e+00 3.770115e+00 57344 1.0 1.000000e+00 1024 p 0 0 3.919540e+00 2.885057e+00 49152 p 0 0 3.252874e+00 3.551724e+00 16384 p 1 0 2.252874e+00 3.218391e+00 8192 p 3 0 2.086207e+00 4.218391e+00 40960 p 4 0 1.919540e+00 2.551724e+00 0 p 2 0 4.086207e+00 4.718391e+00 0 p 4 0 1.919540e+00 4.885057e+00 16384 1.0 1.000000e+00 1024 p 1 0 3.666667e+00 5.701149e+00 57344 p 3 1 4.666667e+00 5.534483e+00 40960 p 4 0 3.000000e+00 5.367816e+00 0 p 4 0 5.333333e+00 5.367816e+00 49152 p 0 0 6.333333e+00 6.367816e+00 16384 p 0 0 2.000000e+00 6.367816e+00 32768 p 2 0 4.166667e+00 6.534483e+00 0 1.0 1.000000e+00 1024 p 0 0 3.184749e+00 3.804598e+00 49152 p 3 0 3.351416e+00 5.137931e+00 40960 p 2 0 4.351416e+00 3.637931e+00 49152 p 0 0 5.518082e+00 3.804598e+00 0 p 1 0 5.518082e+00 5.137931e+00 8192 p 4 0 5.184749e+00 5.804598e+00 16384 p 4 0 3.184749e+00 5.804598e+00 16384 1.0 1.000000e+00 1024 p 0 0 1.563218e+00 3.954023e+00 0 p 4 0 1.563218e+00 4.954023e+00 32768 p 1 0 2.896552e+00 3.954023e+00 57344 p 0 0 4.229885e+00 3.954023e+00 49152 p 3 0 4.396552e+00 5.287356e+00 40960 p 4 0 4.229885e+00 5.954023e+00 16384 p 2 0 1.396552e+00 5.787356e+00 0 1.0 1.000000e+00 1024 p 0 0 1.563218e+00 3.954023e+00 0 p 4 0 1.563218e+00 4.954023e+00 32768 p 3 0 2.896552e+00 3.787356e+00 24576 p 1 0 3.563218e+00 4.287356e+00 8192 p 2 0 2.396552e+00 2.787356e+00 0 p 0 0 2.379310e+00 1.815952e+00 57344 p 4 0 3.229885e+00 4.954023e+00 16384 1.0 1.000000e+00 1024 p 0 0 1.563218e+00 3.954023e+00 0 p 4 0 1.563218e+00 4.954023e+00 32768 p 3 0 2.896552e+00 3.787356e+00 57344 p 1 0 3.896552e+00 3.954023e+00 57344 p 0 0 5.229885e+00 3.954023e+00 49152 p 4 0 5.229885e+00 4.954023e+00 16384 p 2 0 3.396552e+00 2.787356e+00 0 1.0 1.000000e+00 1024 p 0 0 5.124393e+00 8.767578e-01 24576 p 0 0 2.295966e+00 8.767578e-01 24576 p 1 0 3.710179e+00 1.072020e+00 57344 p 4 0 1.629299e+00 1.486234e+00 16384 p 2 0 1.795966e+00 2.319567e+00 49152 p 3 1 5.624393e+00 1.819567e+00 57344 p 4 0 5.791060e+00 2.486234e+00 32768 1.0 1.000000e+00 1024 p 0 0 1.564526e+00 6.764378e+00 32768 p 1 0 2.564526e+00 6.431045e+00 40960 p 3 1 3.231193e+00 5.931045e+00 8192 p 2 0 4.731193e+00 5.931045e+00 32768 p 0 0 5.897860e+00 6.764378e+00 16384 p 4 0 3.897860e+00 5.764378e+00 49152 p 4 0 4.897860e+00 6.764378e+00 49152 1.0 1.000000e+00 1024 p 0 0 1.356734e+00 5.322820e+00 16384 p 3 1 2.690067e+00 5.489486e+00 8192 p 1 0 3.690067e+00 5.322820e+00 24576 p 0 0 5.023401e+00 5.322820e+00 32768 p 2 0 1.190067e+00 6.489486e+00 32768 p 4 0 5.356734e+00 6.322820e+00 49152 p 4 0 5.023401e+00 6.656153e+00 16384 1.0 1.000000e+00 1024 p 0 0 1.915176e+00 6.426716e+00 57344 p 2 0 2.622282e+00 5.483907e+00 24576 p 3 0 3.682943e+00 5.130353e+00 49152 p 4 0 4.036496e+00 5.719609e+00 24576 p 1 0 4.979305e+00 5.248204e+00 49152 p 4 0 5.686412e+00 5.483907e+00 40960 p 0 0 6.157816e+00 6.426716e+00 57344 1.0 1.000000e+00 1024 p 0 0 1.672589e+00 7.305329e+00 57344 p 2 0 2.379696e+00 6.362520e+00 40960 p 4 0 3.086803e+00 5.891116e+00 24576 p 1 0 3.793909e+00 6.322080e+00 57344 p 3 0 4.854570e+00 6.008967e+00 49152 p 4 0 5.208123e+00 6.598222e+00 24576 p 0 0 5.915230e+00 7.305329e+00 57344 1.0 1.000000e+00 1024 p 0 0 1.929588e+00 6.681953e+00 32768 p 1 0 2.929588e+00 5.348619e+00 40960 p 0 0 6.262921e+00 6.681953e+00 16384 p 4 0 3.262921e+00 4.681953e+00 49152 p 2 0 4.096254e+00 4.848619e+00 49152 p 3 0 5.096254e+00 5.348619e+00 40960 p 4 0 5.262921e+00 4.681953e+00 49152 1.0 1.000000e+00 1024 p 3 0 3.153271e+00 5.021954e+00 24576 p 1 0 4.153271e+00 5.188620e+00 57344 p 4 0 3.819938e+00 5.855287e+00 49152 p 4 0 3.486604e+00 6.188620e+00 16384 p 2 0 3.653271e+00 7.021954e+00 32768 p 0 0 5.819938e+00 6.855287e+00 16384 p 0 0 1.486604e+00 6.855287e+00 32768 1.0 1.000000e+00 1024 p 0 0 1.929588e+00 6.681953e+00 32768 p 0 0 6.262921e+00 6.681953e+00 16384 p 2 0 3.096254e+00 5.848619e+00 49152 p 3 0 5.096254e+00 5.348619e+00 40960 p 1 0 3.596254e+00 5.015286e+00 57344 p 4 0 4.262921e+00 4.681953e+00 49152 p 4 0 4.929588e+00 6.015286e+00 16384 1.0 1.000000e+00 1024 p 0 0 3.769415e+00 5.326060e+00 57344 p 0 0 2.436081e+00 5.049918e+00 0 p 3 0 4.830075e+00 4.736805e+00 49152 p 4 0 4.436081e+00 4.049918e+00 32768 p 2 0 2.269415e+00 3.883251e+00 49152 p 1 0 1.769415e+00 3.049918e+00 57344 p 4 0 1.436081e+00 5.049918e+00 32768 1.0 1.000000e+00 1024 p 0 0 2.804401e+00 5.932443e+00 0 p 0 0 4.137734e+00 6.208586e+00 57344 p 3 1 5.551948e+00 7.179990e+00 40960 p 4 0 1.902032e+00 5.265777e+00 8192 p 2 0 4.844841e+00 5.265777e+00 8192 p 1 0 5.551948e+00 4.599110e+00 24576 p 4 0 1.902032e+00 7.265771e+00 8192 1.0 1.000000e+00 1024 p 0 0 4.767605e+00 5.514695e+00 0 p 1 0 3.629533e+00 5.790837e+00 32768 p 0 0 2.767605e+00 5.514695e+00 0 p 3 0 1.368400e+00 5.692651e+00 28672 p 4 0 5.434271e+00 4.514695e+00 16384 p 4 0 6.279449e+00 4.555135e+00 8192 p 2 0 6.100938e+00 5.555135e+00 24576 1.0 1.000000e+00 1024 p 0 0 2.304094e+00 5.777778e+00 40960 p 4 0 3.011200e+00 5.070671e+00 8192 p 0 0 3.718307e+00 5.777778e+00 40960 p 3 0 2.186242e+00 3.302904e+00 32768 p 4 0 2.068391e+00 2.242244e+00 40960 p 2 0 2.539796e+00 4.363564e+00 40960 p 1 0 1.361285e+00 1.770841e+00 32768 1.0 1.000000e+00 1024 p 0 0 2.643275e+00 6.070175e+00 0 p 2 0 3.976608e+00 6.110616e+00 40960 p 4 0 3.505204e+00 6.817722e+00 40960 p 0 0 2.643275e+00 4.736842e+00 16384 p 3 1 2.330162e+00 3.049955e+00 0 p 1 0 1.505204e+00 2.224997e+00 32768 p 4 0 5.017048e+00 5.443949e+00 0 1.0 1.000000e+00 1024 p 0 0 2.261111e+00 5.761448e+00 16384 p 1 0 2.594444e+00 4.761448e+00 24576 p 0 0 3.927778e+00 6.094781e+00 49152 p 4 0 4.927778e+00 6.094781e+00 16384 p 4 0 1.261111e+00 6.563336e+00 32768 p 2 0 1.094444e+00 5.148894e+00 32768 p 3 0 5.326982e+00 4.583491e+00 28672 1.0 1.000000e+00 1024 p 0 0 4.203463e+00 2.813853e+00 57344 p 0 0 3.455916e+00 4.618591e+00 16384 p 1 0 3.789250e+00 3.618591e+00 24576 p 4 0 4.553547e+00 3.992364e+00 8192 p 2 0 4.910570e+00 1.871044e+00 40960 p 4 0 2.523810e+00 5.520960e+00 24576 p 3 1 5.761845e+00 1.515212e+00 40960 1.0 1.000000e+00 1024 p 0 0 2.390981e+00 5.566643e+00 57344 p 1 0 1.934728e+00 4.413420e+00 24576 p 0 0 4.431421e+00 5.997607e+00 49152 p 4 0 4.040897e+00 6.745154e+00 40960 p 4 0 5.045250e+00 4.587460e+00 45056 p 3 0 4.636148e+00 3.674523e+00 45056 p 2 0 3.520927e+00 3.595267e+00 36864 1.0 1.000000e+00 1024 p 0 0 2.157215e+00 4.293915e+00 16384 p 1 0 1.961953e+00 5.431987e+00 0 p 0 0 3.726479e+00 4.529846e+00 49152 p 3 0 4.893146e+00 4.863179e+00 8192 p 4 0 1.157215e+00 5.041462e+00 32768 p 2 0 9.905483e-01 3.692977e+00 32768 p 4 0 4.059812e+00 3.196513e+00 49152 1.0 1.000000e+00 1024 p 0 0 2.445887e+00 2.272727e+00 16384 p 0 0 3.112554e+00 3.606061e+00 49152 p 2 0 3.072114e+00 4.939394e+00 40960 p 1 0 3.779221e+00 5.606061e+00 57344 p 3 0 5.132774e+00 5.585841e+00 49152 p 4 0 1.543519e+00 2.939194e+00 8192 p 4 0 1.445887e+00 1.090842e+00 32768 1.0 1.000000e+00 1024 p 4 0 5.286550e+00 4.245614e+00 16384 p 2 0 5.453216e+00 5.078947e+00 0 p 4 0 5.246110e+00 5.814650e+00 24576 p 0 0 4.352556e+00 4.099941e+00 6144 p 3 0 4.185449e+00 5.932501e+00 16384 p 0 0 3.243929e+00 4.840701e+00 55296 p 1 0 3.949881e+00 3.000253e+00 38912 1.0 1.000000e+00 1024 p 0 0 4.910391e+00 3.413801e+00 43008 p 0 0 6.019017e+00 4.154561e+00 59392 p 4 0 3.874819e+00 3.510231e+00 30720 p 2 0 3.548779e+00 4.295037e+00 63488 p 1 0 4.941627e+00 5.216308e+00 24576 p 3 1 3.941627e+00 5.382975e+00 40960 p 4 0 2.698943e+00 4.295926e+00 30720 1.0 1.000000e+00 1024 p 0 0 5.761707e+00 3.791988e+00 16384 p 0 0 4.181063e+00 3.636308e+00 30720 p 1 0 4.441184e+00 2.328594e+00 38912 p 4 0 5.428374e+00 4.791988e+00 0 p 2 0 4.595040e+00 4.958655e+00 0 p 4 0 3.761707e+00 4.791988e+00 49152 p 3 1 3.095040e+00 4.958655e+00 40960 1.0 1.000000e+00 1024 p 0 0 5.814544e+00 4.193508e+00 16384 p 0 0 4.676473e+00 3.624327e+00 8192 p 1 0 4.481211e+00 2.210114e+00 40960 p 2 0 3.733664e+00 4.331434e+00 8192 p 4 0 4.440770e+00 4.802838e+00 57344 p 3 0 4.539003e+00 5.392094e+00 16384 p 4 0 5.599663e+00 5.274243e+00 24576 1.0 1.000000e+00 1024 p 0 0 4.411035e+00 4.006374e+00 6144 p 0 0 3.302409e+00 4.747134e+00 55296 p 4 0 3.930816e+00 5.818713e+00 0 p 3 0 4.597482e+00 5.985380e+00 24576 p 2 0 3.097482e+00 5.985380e+00 0 p 4 0 2.264149e+00 5.818713e+00 49152 p 1 0 4.301253e+00 2.710981e+00 38912 1.0 1.000000e+00 1024 p 0 0 3.055506e+00 5.359996e+00 49152 p 0 0 1.722173e+00 5.636138e+00 57344 p 4 0 1.654575e+00 6.440876e+00 0 p 2 0 4.222173e+00 5.193329e+00 32768 p 4 0 4.388840e+00 6.026663e+00 49152 p 1 0 5.193577e+00 5.221925e+00 16384 p 3 0 1.862008e+00 3.584075e+00 34816 1.0 1.000000e+00 1024 p 0 0 4.313807e+00 1.233621e+00 24576 p 4 0 5.020914e+00 1.940727e+00 57344 p 0 0 6.435128e+00 9.979184e-01 57344 p 1 0 2.899594e+00 1.428883e+00 57344 p 4 0 2.192487e+00 9.979184e-01 24576 p 2 0 1.485380e+00 1.469323e+00 40960 p 3 1 4.247199e-01 1.115770e+00 16384 1.0 1.000000e+00 1024 p 0 0 2.996531e+00 6.134205e+00 0 p 2 0 4.829864e+00 5.967539e+00 49152 p 4 0 3.996531e+00 6.134205e+00 32768 p 3 0 4.390525e+00 6.821092e+00 16384 p 1 0 5.686887e+00 6.938943e+00 49152 p 0 0 1.663198e+00 5.800872e+00 32768 p 4 0 5.663198e+00 6.134205e+00 16384 1.0 1.000000e+00 1024 p 0 0 1.557935e+00 5.917831e+00 8192 p 0 0 2.696006e+00 5.170284e+00 0 p 1 0 3.557935e+00 5.446427e+00 32768 p 2 0 4.529339e+00 5.003618e+00 49152 p 3 1 4.029339e+00 6.417831e+00 8192 p 4 0 1.849688e+00 7.485727e+00 16384 p 4 0 5.362672e+00 4.941223e+00 16384 1.0 1.000000e+00 1024 p 0 0 2.997027e+00 6.237189e+00 0 p 0 0 1.663693e+00 6.536723e+00 32768 p 2 0 4.330360e+00 6.277629e+00 40960 p 1 0 5.273169e+00 6.041927e+00 49152 p 3 1 6.098127e+00 6.631182e+00 32768 p 4 0 5.037467e+00 6.749034e+00 57344 p 4 0 3.623253e+00 6.749034e+00 57344 1.0 1.000000e+00 1024 p 0 0 3.722173e+00 6.471107e+00 57344 p 0 0 2.388840e+00 6.194965e+00 0 p 1 0 1.250768e+00 5.727128e+00 32768 p 2 0 5.136386e+00 6.235405e+00 24576 p 4 0 5.607791e+00 6.942512e+00 8192 p 4 0 4.429280e+00 5.764000e+00 24576 p 3 1 6.251608e+00 5.607554e+00 45056 1.0 1.000000e+00 1024 p 0 0 5.707602e+00 7.029240e+00 32768 p 1 0 6.845674e+00 6.753097e+00 0 p 0 0 4.374269e+00 6.753097e+00 24576 p 2 0 4.460055e+00 5.781693e+00 0 p 3 0 6.142036e+00 5.221033e+00 32768 p 4 0 6.024185e+00 4.160373e+00 40960 p 4 0 6.259887e+00 3.453266e+00 8192 1.0 1.000000e+00 1024 p 0 0 1.618892e+00 6.880464e+00 24576 p 0 0 4.447319e+00 6.880464e+00 24576 p 3 1 2.679552e+00 7.469719e+00 49152 p 4 0 3.033105e+00 6.880464e+00 57344 p 4 0 3.740212e+00 7.587571e+00 57344 p 1 0 2.561701e+00 5.937655e+00 32768 p 2 0 2.803913e+00 4.548584e+00 20480 1.0 1.000000e+00 1024 p 0 0 1.584795e+00 6.623154e+00 24576 p 0 0 2.999009e+00 7.094558e+00 57344 p 3 0 4.059669e+00 6.505303e+00 49152 p 4 0 5.120329e+00 6.387452e+00 24576 p 2 0 3.002121e+00 5.651749e+00 16384 p 1 0 2.981653e+00 4.818416e+00 57344 p 4 0 4.413222e+00 7.094558e+00 24576 1.0 1.000000e+00 1024 p 0 0 1.584795e+00 6.623154e+00 24576 p 0 0 2.918129e+00 6.899296e+00 32768 p 1 0 4.056200e+00 6.623154e+00 0 p 3 0 1.526514e+00 5.651749e+00 57344 p 2 0 1.437596e+00 4.659641e+00 2048 p 4 0 3.326942e+00 5.277389e+00 18432 p 4 0 3.588840e+00 4.885431e+00 51200 1.0 1.000000e+00 1024 p 0 0 3.478541e+00 5.909704e+00 49152 p 0 0 2.811874e+00 6.576370e+00 16384 p 1 0 1.673803e+00 6.300228e+00 49152 p 3 1 2.791159e+00 4.889483e+00 49152 p 2 0 4.645208e+00 6.743037e+00 16384 p 4 0 3.851819e+00 5.007335e+00 57344 p 4 0 5.478541e+00 6.576370e+00 0 1.0 1.000000e+00 1024 p 0 0 3.613044e+00 7.100406e+00 57344 p 1 0 2.198830e+00 6.905144e+00 24576 p 0 0 3.198830e+00 5.629002e+00 24576 p 4 0 5.027258e+00 7.100406e+00 24576 p 3 1 6.087918e+00 7.218257e+00 49152 p 4 0 6.815245e+00 6.531371e+00 32768 p 2 0 2.510705e+00 4.504316e+00 61440 1.0 1.000000e+00 1024 p 0 0 3.239766e+00 7.314501e+00 57344 p 0 0 4.653980e+00 6.843096e+00 24576 p 1 0 1.825553e+00 7.119239e+00 24576 p 4 0 2.118446e+00 6.550203e+00 57344 p 3 0 1.764892e+00 5.725245e+00 32768 p 4 0 2.354148e+00 5.371692e+00 40960 p 2 0 2.429900e+00 4.271347e+00 59392 1.0 1.000000e+00 1024 p 0 0 1.584795e+00 6.623154e+00 24576 p 0 0 2.999009e+00 7.094558e+00 57344 p 1 0 4.413222e+00 6.899296e+00 24576 p 3 0 3.766776e+00 5.505303e+00 0 p 4 0 4.120329e+00 6.330261e+00 57344 p 4 0 4.356031e+00 5.151749e+00 40960 p 2 0 3.750659e+00 4.107206e+00 8192 1.0 1.000000e+00 1024 p 0 0 4.724155e+00 4.960055e+00 32768 p 0 0 4.057488e+00 4.293389e+00 0 p 2 0 5.890822e+00 5.126722e+00 0 p 3 1 2.390822e+00 5.126722e+00 40960 p 1 0 4.390822e+00 3.293389e+00 57344 p 4 0 3.057488e+00 4.960055e+00 49152 p 4 0 6.724155e+00 4.960055e+00 0 1.0 1.000000e+00 1024 p 0 0 6.311975e+00 7.402032e+00 57344 p 0 0 4.897762e+00 6.930627e+00 24576 p 1 0 3.897762e+00 7.540103e+00 57344 p 2 0 3.190655e+00 6.873437e+00 8192 p 3 1 3.484936e+00 5.372049e+00 57344 p 4 0 3.930158e+00 6.073106e+00 55296 p 4 0 4.669661e+00 5.979883e+00 22528 1.0 1.000000e+00 1024 p 2 0 6.782274e-01 1.649326e+00 0 p 3 0 1.618497e+00 6.493256e-01 24576 p 0 0 1.844894e+00 2.482659e+00 16384 p 0 0 2.511561e+00 3.815992e+00 49152 p 1 0 2.235418e+00 4.677921e+00 16384 p 4 0 1.528312e+00 4.442219e+00 8192 p 4 0 9.425251e-01 3.314066e+00 8192 1.0 1.000000e+00 1024 p 1 0 4.570777e+00 7.093045e+00 24576 p 0 0 4.156563e+00 6.288307e+00 57344 p 0 0 2.823230e+00 6.012165e+00 0 p 2 0 2.396306e+00 4.845498e+00 0 p 4 0 2.248769e+00 3.976375e+00 55296 p 4 0 1.601232e+00 3.607252e+00 22528 p 3 0 3.036141e+00 3.236243e+00 34816 1.0 1.000000e+00 1024 p 0 0 6.080761e+00 5.552321e+00 40960 p 0 0 6.356904e+00 6.885654e+00 32768 p 4 0 7.259273e+00 6.845214e+00 40960 p 2 0 5.109357e+00 4.638107e+00 0 p 1 0 4.017886e+00 3.666703e+00 16384 p 3 0 4.881438e+00 3.022886e+00 36864 p 4 0 5.276024e+00 6.056758e+00 32768 1.0 1.000000e+00 1024 p 0 0 7.975691e-01 7.192670e+00 16384 p 0 0 1.073711e+00 5.859337e+00 8192 p 2 0 2.045116e+00 4.592126e+00 16384 p 3 1 1.898669e+00 6.152786e+00 32768 p 1 0 1.211783e+00 3.445123e+00 8192 p 4 0 2.033475e+00 3.529044e+00 36864 p 4 0 2.521833e+00 2.965962e+00 4096 1.0 1.000000e+00 1024 p 0 0 6.314559e+00 5.902951e+00 49152 p 4 0 7.216928e+00 5.236284e+00 40960 p 0 0 4.981226e+00 6.179093e+00 57344 p 2 0 4.501704e+00 5.008700e+00 57344 p 1 0 4.433564e+00 3.762049e+00 49152 p 3 0 5.637507e+00 3.860235e+00 28672 p 4 0 3.794597e+00 5.951509e+00 24576 1.0 1.000000e+00 1024 p 0 0 5.610390e+00 6.891775e+00 32768 p 0 0 5.334247e+00 5.558442e+00 40960 p 1 0 4.529509e+00 5.144228e+00 8192 p 3 0 7.277056e+00 7.058442e+00 24576 p 2 0 4.490548e+00 3.809416e+00 8192 p 4 0 4.019144e+00 3.102309e+00 40960 p 4 0 4.961953e+00 3.102309e+00 8192 1.0 1.000000e+00 1024 p 0 0 5.610390e+00 6.891775e+00 32768 p 3 0 7.277056e+00 7.058442e+00 24576 p 1 0 5.277056e+00 5.891775e+00 24576 p 0 0 4.943723e+00 4.891775e+00 16384 p 2 0 4.715657e+00 3.289935e+00 8192 p 4 0 5.187061e+00 2.582828e+00 8192 p 4 0 4.244252e+00 2.582828e+00 40960 1.0 1.000000e+00 1024 p 0 0 5.610390e+00 6.891775e+00 32768 p 0 0 5.334247e+00 5.558442e+00 40960 p 1 0 4.529509e+00 4.454545e+00 8192 p 3 0 4.362843e+00 5.454545e+00 40960 p 2 0 4.477561e+00 3.132720e+00 8192 p 4 0 4.948966e+00 2.425613e+00 8192 p 4 0 4.006157e+00 2.425613e+00 40960 1.0 1.000000e+00 1024 p 0 0 5.731602e+00 6.909091e+00 32768 p 0 0 5.455459e+00 5.575758e+00 40960 p 1 0 4.650722e+00 5.161544e+00 8192 p 3 0 3.984055e+00 4.661544e+00 24576 p 2 0 2.799333e+00 4.639159e+00 8192 p 4 0 3.270737e+00 3.932053e+00 8192 p 4 0 2.327928e+00 3.932053e+00 40960 1.0 1.000000e+00 1024 p 0 0 3.082251e+00 6.441558e+00 0 p 0 0 4.347234e+00 5.303487e+00 57344 p 1 0 5.347234e+00 4.694012e+00 24576 p 3 0 5.079772e+00 3.516055e+00 28672 p 4 0 2.179882e+00 5.369336e+00 8192 p 2 0 1.708478e+00 6.076443e+00 8192 p 4 0 1.237073e+00 5.369336e+00 40960 1.0 1.000000e+00 1024 p 0 0 3.561181e+00 4.637842e+00 24576 p 0 0 2.854075e+00 5.816354e+00 57344 p 3 0 3.914735e+00 6.641311e+00 49152 p 1 0 1.854075e+00 6.621091e+00 24576 p 4 0 7.327543e-01 6.052056e+00 57344 p 2 0 3.328402e+00 3.513156e+00 12288 p 4 0 5.290428e+00 7.230567e+00 24576 1.0 1.000000e+00 1024 p 0 0 3.983122e+00 2.092827e+00 24576 p 3 1 4.483122e+00 3.035636e+00 57344 p 2 0 3.814346e+00 1.033485e+00 2048 p 1 0 4.649789e+00 4.035636e+00 8192 p 0 0 5.454527e+00 4.449850e+00 40960 p 4 0 6.767366e+00 5.096480e+00 22528 p 4 0 4.747420e+00 6.143460e+00 8192 1.0 1.000000e+00 1024 p 0 0 5.785890e+00 4.685795e+00 16384 p 1 0 4.647819e+00 3.823866e+00 49152 p 3 0 4.619223e+00 4.766675e+00 8192 p 0 0 4.371676e+00 2.685795e+00 16384 p 4 0 5.354925e+00 6.059568e+00 40960 p 4 0 7.390664e+00 5.685795e+00 49152 p 2 0 4.931317e+00 1.654890e+00 61440 1.0 1.000000e+00 1024 p 0 0 4.759494e+00 5.848355e+00 57344 p 4 0 6.320802e+00 6.653093e+00 49152 p 1 0 4.092827e+00 4.905546e+00 40960 p 3 0 3.405940e+00 5.551992e+00 32768 p 4 0 3.011947e+00 6.986426e+00 32768 p 0 0 4.590717e+00 3.793960e+00 24576 p 2 0 4.752849e+00 2.734618e+00 2048 1.0 1.000000e+00 1024 p 0 0 4.560012e+00 4.922423e+00 24576 p 0 0 4.000000e+00 3.979614e+00 57344 p 3 0 3.499352e+00 5.511679e+00 16384 p 1 0 4.891007e+00 6.200904e+00 8192 p 4 0 5.460042e+00 7.139241e+00 40960 p 2 0 3.599023e+00 2.606769e+00 2048 p 4 0 2.245201e+00 5.297969e+00 16384 1.0 1.000000e+00 1024 p 0 0 5.434599e+00 3.979614e+00 57344 p 3 1 5.788153e+00 2.683252e+00 32768 p 0 0 6.182146e+00 5.117686e+00 49152 p 1 0 5.848813e+00 6.117686e+00 57344 p 4 0 6.287047e+00 7.169906e+00 34816 p 4 0 4.598445e+00 6.686721e+00 24576 p 2 0 4.781318e+00 2.766207e+00 4096 1.0 1.000000e+00 1024 p 0 0 3.576636e+00 6.012619e+00 32768 p 0 0 4.909969e+00 6.012619e+00 16384 p 3 0 4.211479e+00 4.004003e+00 32768 p 1 0 3.386521e+00 4.593258e+00 32768 p 4 0 6.496092e+00 7.012619e+00 49152 p 4 0 2.066088e+00 6.914988e+00 24576 p 2 0 3.213767e+00 3.370729e+00 12288 1.0 1.000000e+00 1024 p 4 0 2.808704e+00 4.448680e+00 49152 p 3 0 3.642037e+00 5.662409e+00 40960 p 0 0 4.808704e+00 5.995742e+00 16384 p 0 0 5.670632e+00 5.248195e+00 8192 p 4 0 4.133223e+00 4.320261e+00 49152 p 1 0 6.613442e+00 6.427291e+00 16384 p 2 0 6.795318e+00 5.213884e+00 12288 1.0 1.000000e+00 1024 p 0 0 3.285081e+00 1.607090e+00 16384 p 4 0 3.951748e+00 4.940423e+00 16384 p 1 0 4.285081e+00 4.273757e+00 8192 p 3 1 4.118415e+00 3.273757e+00 24576 p 0 0 3.285081e+00 2.940423e+00 0 p 4 0 3.285081e+00 3.940423e+00 32768 p 2 0 3.118415e+00 4.773757e+00 16384 1.0 1.000000e+00 1024 p 3 1 3.387943e+00 2.927721e+00 0 p 4 0 3.270092e+00 3.988381e+00 40960 p 2 0 2.327283e+00 4.695488e+00 24576 p 4 0 1.855878e+00 3.988381e+00 40960 p 0 0 2.091581e+00 1.867061e+00 40960 p 0 0 2.562985e+00 3.281274e+00 8192 p 1 0 3.270092e+00 4.931190e+00 32768 1.0 1.000000e+00 1024 p 0 0 3.949045e+00 1.582505e+00 0 p 0 0 4.615712e+00 2.249171e+00 32768 p 4 0 4.949045e+00 3.249171e+00 49152 p 3 1 4.282378e+00 3.415838e+00 40960 p 2 0 4.782378e+00 4.415838e+00 32768 p 1 0 3.615712e+00 3.915838e+00 40960 p 4 0 3.949045e+00 4.582505e+00 32768 1.0 1.000000e+00 1024 p 0 0 4.563521e+00 1.582505e+00 8192 p 3 1 4.681372e+00 3.350272e+00 32768 p 1 0 3.856414e+00 2.761016e+00 49152 p 0 0 3.620712e+00 3.939527e+00 57344 p 2 0 2.913605e+00 2.996718e+00 40960 p 4 0 3.620712e+00 2.053909e+00 57344 p 4 0 2.442200e+00 3.703825e+00 40960 1.0 1.000000e+00 1024 p 0 0 3.829608e+00 4.753225e+00 49152 p 0 0 3.162941e+00 5.419891e+00 16384 p 1 0 3.496274e+00 6.419891e+00 24576 p 2 0 2.996274e+00 3.586558e+00 49152 p 3 0 3.996274e+00 3.086558e+00 40960 p 4 0 3.162941e+00 2.753225e+00 32768 p 4 0 3.829608e+00 3.753225e+00 16384 1.0 1.000000e+00 1024 p 0 0 2.484950e+00 3.359330e+00 65536 p 0 0 3.151616e+00 2.025997e+00 32768 p 3 1 2.318283e+00 1.692663e+00 57344 p 4 0 3.151616e+00 1.025997e+00 0 p 1 0 1.484950e+00 2.692663e+00 8192 p 2 0 1.318283e+00 4.192663e+00 0 p 4 0 1.151616e+00 3.359330e+00 16384 1.0 1.000000e+00 1024 p 0 0 4.333300e+00 2.746824e+00 16384 p 0 0 6.333300e+00 4.746824e+00 16384 p 2 0 5.166634e+00 3.913490e+00 0 p 3 1 4.166634e+00 4.413490e+00 57344 p 1 0 4.666634e+00 5.080157e+00 57344 p 4 0 3.999967e+00 3.746824e+00 0 p 4 0 5.333300e+00 4.746824e+00 49152 1.0 1.000000e+00 1024 p 0 0 2.777285e+00 2.216335e+00 24576 p 0 0 3.720094e+00 3.159144e+00 8192 p 1 0 4.662903e+00 4.101953e+00 16384 p 3 0 5.959265e+00 4.219804e+00 49152 p 4 0 5.605712e+00 3.630549e+00 57344 p 4 0 4.427201e+00 2.452037e+00 40960 p 2 0 4.898605e+00 3.159144e+00 8192 1.0 1.000000e+00 1024 p 0 0 1.642868e+00 2.098167e+00 0 p 3 1 1.976202e+00 3.931500e+00 40960 p 0 0 2.309535e+00 2.764833e+00 32768 p 1 0 3.309535e+00 2.431500e+00 40960 p 2 0 3.476202e+00 3.931500e+00 16384 p 4 0 3.642868e+00 3.098167e+00 32768 p 4 0 2.642868e+00 3.764833e+00 49152 1.0 1.000000e+00 1024 p 0 0 5.199409e+00 5.955687e+00 16384 p 1 0 5.532742e+00 4.955687e+00 24576 p 0 0 3.866076e+00 5.289020e+00 49152 p 3 1 2.532742e+00 5.122354e+00 8192 p 2 0 3.032742e+00 6.122354e+00 16384 p 4 0 3.866076e+00 6.289020e+00 16384 p 4 0 2.199409e+00 6.289020e+00 32768 1.0 1.000000e+00 1024 p 0 0 3.237814e+00 1.488922e+00 24576 p 1 0 3.904481e+00 2.431731e+00 8192 p 2 0 2.737814e+00 2.931731e+00 32768 p 4 0 2.571147e+00 2.098397e+00 16384 p 3 0 3.737814e+00 3.431731e+00 8192 p 0 0 3.237814e+00 4.374540e+00 57344 p 4 0 2.571147e+00 3.765064e+00 0 1.0 1.000000e+00 1024 p 0 0 5.282127e+00 1.973412e+00 0 p 4 0 4.282127e+00 1.640079e+00 49152 p 3 0 4.115460e+00 2.306745e+00 8192 p 4 0 2.948794e+00 2.640079e+00 0 p 1 0 3.615460e+00 2.973412e+00 57344 p 2 0 3.115460e+00 1.806745e+00 32768 p 0 0 1.948794e+00 1.973412e+00 49152 1.0 1.000000e+00 1024 p 0 0 6.144756e+00 1.890694e+00 24576 p 0 0 3.316329e+00 1.890694e+00 24576 p 3 0 5.084096e+00 2.479950e+00 16384 p 4 0 4.730543e+00 1.890694e+00 57344 p 2 0 4.023436e+00 2.833503e+00 24576 p 4 0 5.437649e+00 3.069206e+00 24576 p 1 0 4.730543e+00 3.500170e+00 57344 1.0 1.000000e+00 1024 p 0 0 1.685605e+00 1.429838e+00 24576 p 1 0 1.214201e+00 3.315456e+00 32768 p 0 0 3.099819e+00 3.315456e+00 57344 p 3 1 3.453372e+00 1.311986e+00 49152 p 2 0 2.392712e+00 2.372647e+00 40960 p 4 0 3.099819e+00 1.901242e+00 24576 p 4 0 1.921308e+00 3.079753e+00 40960 1.0 1.000000e+00 1024 p 0 0 3.560676e+00 3.752679e+00 49152 p 4 0 3.894009e+00 5.752679e+00 32768 p 1 0 5.227342e+00 5.752679e+00 57344 p 0 0 5.894009e+00 3.752679e+00 0 p 2 0 4.727342e+00 3.586012e+00 49152 p 3 1 4.727342e+00 5.086012e+00 24576 p 4 0 4.560676e+00 4.419345e+00 0 1.0 1.000000e+00 1024 p 0 0 5.314984e+00 3.090936e+00 24576 p 1 0 3.900770e+00 3.286198e+00 57344 p 2 0 4.400770e+00 4.119531e+00 49152 p 4 0 5.234104e+00 4.286198e+00 16384 p 4 0 3.567437e+00 4.286198e+00 32768 p 3 0 2.900770e+00 4.119531e+00 24576 p 0 0 2.486557e+00 3.090936e+00 24576 1.0 1.000000e+00 1024 p 0 0 3.883177e+00 2.807332e+00 0 p 1 0 4.216510e+00 4.807332e+00 57344 p 2 0 2.716510e+00 2.640665e+00 16384 p 4 0 1.883177e+00 2.473998e+00 49152 p 0 0 2.549844e+00 4.473998e+00 32768 p 4 0 2.549844e+00 3.473998e+00 0 p 3 1 3.716510e+00 4.140665e+00 57344 1.0 1.000000e+00 1024 p 0 0 2.206897e+00 3.126437e+00 24576 p 0 0 5.035324e+00 3.126437e+00 24576 p 1 0 3.149706e+00 3.597841e+00 32768 p 3 0 3.267557e+00 4.422799e+00 16384 p 2 0 4.328217e+00 4.069246e+00 57344 p 4 0 3.856812e+00 3.362139e+00 40960 p 4 0 3.621110e+00 2.419330e+00 57344 1.0 1.000000e+00 1024 p 0 0 3.745938e+00 4.762186e+00 57344 p 3 1 2.685278e+00 4.172930e+00 49152 p 1 0 2.803129e+00 3.347973e+00 16384 p 0 0 5.160152e+00 4.290782e+00 24576 p 2 0 6.074365e+00 3.319377e+00 49152 p 4 0 5.241032e+00 3.486044e+00 32768 p 4 0 5.631556e+00 5.233591e+00 8192 1.0 1.000000e+00 1024 p 3 0 1.704480e+00 4.007495e+00 8192 p 4 0 1.204480e+00 4.478899e+00 57344 p 2 0 2.704480e+00 4.507495e+00 49152 p 4 0 2.871147e+00 3.674161e+00 32768 p 0 0 3.871147e+00 4.340828e+00 16384 p 0 0 4.537813e+00 3.674161e+00 49152 p 1 0 5.537813e+00 4.007495e+00 40960 1.0 1.000000e+00 1024 p 0 0 4.761234e+00 5.422863e+00 57344 p 1 0 5.761234e+00 4.813387e+00 24576 p 0 0 3.347021e+00 4.951458e+00 24576 p 2 0 2.432807e+00 3.980054e+00 49152 p 3 0 2.932807e+00 2.980054e+00 24576 p 4 0 2.461403e+00 2.480054e+00 40960 p 4 0 3.266141e+00 4.146721e+00 16384 1.0 1.000000e+00 1024 p 0 0 2.106253e+00 4.171547e+00 49152 p 0 0 3.439586e+00 4.838214e+00 16384 p 4 0 1.773034e+00 4.976399e+00 57344 p 4 0 5.336001e+00 5.016522e+00 61440 p 2 0 5.808884e+00 4.310403e+00 45056 p 1 0 6.536889e+00 2.988364e+00 4096 p 3 1 5.729628e+00 3.195182e+00 4096 1.0 1.000000e+00 1024 p 1 0 3.334526e+00 6.982456e+00 57344 p 2 0 2.627419e+00 6.315789e+00 40960 p 0 0 3.570228e+00 5.608682e+00 8192 p 0 0 4.708299e+00 5.689562e+00 0 p 4 0 6.433591e+00 4.760997e+00 14336 p 3 1 5.541633e+00 6.022896e+00 24576 p 4 0 4.708299e+00 6.689562e+00 32768 1.0 1.000000e+00 1024 p 2 0 6.361540e+00 6.091269e+00 40960 p 0 0 5.418731e+00 5.384162e+00 40960 p 1 0 5.654434e+00 6.757936e+00 57344 p 0 0 4.280660e+00 5.465043e+00 49152 p 3 0 2.593773e+00 5.151929e+00 16384 p 4 0 3.101243e+00 4.562674e+00 57344 p 4 0 2.629838e+00 4.091269e+00 40960 1.0 1.000000e+00 1024 p 0 0 3.347130e+00 5.027819e+00 49152 p 0 0 4.485201e+00 4.946939e+00 40960 p 2 0 5.428010e+00 5.654046e+00 40960 p 1 0 4.720903e+00 6.320713e+00 57344 p 3 1 6.488670e+00 6.007599e+00 49152 p 4 0 2.013796e+00 4.832557e+00 57344 p 4 0 2.347130e+00 4.027819e+00 16384 1.0 1.000000e+00 1024 p 0 0 5.300563e+00 3.186230e+00 0 p 3 0 5.633896e+00 4.019564e+00 24576 p 0 0 3.967230e+00 3.852897e+00 32768 p 4 0 2.162492e+00 3.105350e+00 40960 p 2 0 2.633896e+00 3.812457e+00 40960 p 4 0 3.341003e+00 3.341052e+00 24576 p 1 0 2.150599e+00 1.955386e+00 24576 1.0 1.000000e+00 1024 p 0 0 5.300563e+00 3.186230e+00 0 p 0 0 3.967230e+00 3.852897e+00 32768 p 2 0 2.633896e+00 3.812457e+00 24576 p 4 0 3.341003e+00 3.341052e+00 24576 p 4 0 4.357251e+00 5.186230e+00 16384 p 3 0 6.118387e+00 2.019564e+00 24576 p 1 0 5.118387e+00 1.852897e+00 24576 1.0 1.000000e+00 1024 p 0 0 2.163709e+00 5.143651e+00 40960 p 1 0 3.106518e+00 5.810317e+00 57344 p 0 0 4.025637e+00 5.396104e+00 49152 p 4 0 1.358971e+00 4.396104e+00 32768 p 3 1 3.220497e+00 4.229437e+00 8192 p 2 0 3.328813e+00 3.241187e+00 63488 p 4 0 5.255386e+00 5.217796e+00 20480 1.0 1.000000e+00 1024 p 0 0 2.498166e+00 5.968232e+00 57344 p 2 0 1.791060e+00 5.025423e+00 57344 p 3 0 1.083953e+00 4.525423e+00 57344 p 0 0 4.124393e+00 5.984983e+00 49152 p 1 0 5.262464e+00 6.261125e+00 16384 p 4 0 2.457726e+00 6.772970e+00 49152 p 4 0 5.354142e+00 4.829958e+00 61440 1.0 1.000000e+00 1024 p 0 0 2.508195e+00 5.063927e+00 0 p 3 1 1.341528e+00 5.397260e+00 24576 p 4 0 3.508195e+00 5.730594e+00 49152 p 0 0 4.255742e+00 4.925856e+00 57344 p 4 0 4.508195e+00 5.730594e+00 49152 p 2 0 4.962849e+00 3.983047e+00 57344 p 1 0 5.905658e+00 3.747345e+00 49152 1.0 1.000000e+00 1024 p 0 0 2.333664e+00 5.808973e+00 0 p 0 0 3.666997e+00 6.085115e+00 57344 p 2 0 4.374104e+00 5.142306e+00 57344 p 1 0 4.609807e+00 4.199497e+00 49152 p 4 0 2.919451e+00 6.889853e+00 49152 p 4 0 3.919451e+00 6.889853e+00 49152 p 3 0 9.344597e-01 5.986929e+00 61440 1.0 1.000000e+00 1024 p 0 0 5.715987e+00 6.245745e+00 49152 p 4 0 3.618356e+00 5.286185e+00 40960 p 0 0 4.089761e+00 6.228994e+00 57344 p 1 0 2.911250e+00 5.107229e+00 32768 p 4 0 7.126135e+00 5.631916e+00 53248 p 3 1 4.675290e+00 5.088686e+00 10240 p 2 0 4.549177e+00 4.098293e+00 0 1.0 1.000000e+00 1024 p 0 0 2.371501e+00 6.026768e+00 61440 p 3 1 3.667121e+00 5.459153e+00 12288 p 0 0 4.962741e+00 5.102888e+00 53248 p 1 0 1.755581e+00 4.689253e+00 53248 p 4 0 3.500791e+00 4.626055e+00 36864 p 4 0 5.811897e+00 3.668764e+00 36864 p 2 0 3.198528e+00 3.530568e+00 57344 1.0 1.000000e+00 1024 p 0 0 2.163709e+00 5.143651e+00 40960 p 2 0 2.399411e+00 3.729437e+00 8192 p 0 0 3.732744e+00 5.103211e+00 49152 p 1 0 3.399411e+00 4.103211e+00 57344 p 3 1 1.338751e+00 4.082991e+00 32768 p 4 0 1.456602e+00 3.022330e+00 8192 p 4 0 9.851972e-01 2.550926e+00 24576 1.0 1.000000e+00 1024 p 0 0 2.110423e+00 5.769964e+00 24576 p 2 0 3.524637e+00 6.005666e+00 57344 p 0 0 2.817530e+00 6.948475e+00 57344 p 3 1 1.756870e+00 4.945006e+00 16384 p 1 0 3.760339e+00 5.062857e+00 49152 p 4 0 4.467446e+00 5.298559e+00 40960 p 4 0 2.817530e+00 5.062857e+00 57344 1.0 1.000000e+00 1024 p 0 0 5.409137e+00 2.941823e+00 49152 p 0 0 4.742470e+00 3.608489e+00 16384 p 4 0 6.409137e+00 3.941823e+00 16384 p 3 0 6.075803e+00 4.775156e+00 24576 p 2 0 4.575803e+00 4.775156e+00 32768 p 4 0 5.409137e+00 4.608489e+00 0 p 1 0 3.742470e+00 4.275156e+00 8192 1.0 1.000000e+00 1024 p 0 0 2.459855e+00 3.121351e+00 49152 p 0 0 3.793188e+00 3.121351e+00 0 p 2 0 3.833628e+00 4.454685e+00 8192 p 4 0 4.305033e+00 3.747578e+00 8192 p 1 0 3.126522e+00 5.121351e+00 57344 p 4 0 2.655117e+00 4.454685e+00 40960 p 3 1 2.065861e+00 4.101131e+00 0 1.0 1.000000e+00 1024 p 4 0 1.618830e+00 2.744810e+00 40960 p 1 0 2.090235e+00 2.078143e+00 24576 p 0 0 2.325937e+00 3.451917e+00 8192 p 2 0 1.383128e+00 4.159024e+00 24576 p 0 0 2.090235e+00 5.101833e+00 57344 p 3 1 3.150895e+00 4.512577e+00 32768 p 4 0 9.117233e-01 4.866130e+00 40960 1.0 1.000000e+00 1024 p 0 0 4.364626e+00 1.968529e+00 0 p 0 0 3.031293e+00 1.968529e+00 49152 p 4 0 3.697960e+00 1.066160e+00 57344 p 2 0 2.990853e+00 3.301862e+00 40960 p 4 0 2.519448e+00 2.594756e+00 40960 p 1 0 3.933662e+00 3.537565e+00 32768 p 3 0 4.758620e+00 2.948309e+00 32768 1.0 1.000000e+00 1024 p 0 0 3.665319e+00 5.523247e+00 49152 p 1 0 2.665319e+00 5.856580e+00 40960 p 4 0 1.998652e+00 5.189914e+00 49152 p 3 0 1.831985e+00 5.856580e+00 8192 p 2 0 4.831985e+00 5.356580e+00 32768 p 4 0 4.665319e+00 6.189914e+00 0 p 0 0 3.331985e+00 6.799390e+00 57344 1.0 1.000000e+00 1024 p 0 0 3.917138e+00 4.775498e+00 57344 p 0 0 2.502924e+00 4.304094e+00 24576 p 2 0 5.331351e+00 4.539796e+00 57344 p 4 0 6.038458e+00 4.068391e+00 24576 p 1 0 3.409357e+00 5.580236e+00 24576 p 3 0 4.409357e+00 5.746903e+00 57344 p 4 0 4.624244e+00 4.068391e+00 24576 1.0 1.000000e+00 1024 p 0 0 2.421365e+00 4.225519e+00 16384 p 3 0 1.254698e+00 3.892186e+00 8192 p 1 0 3.421365e+00 3.892186e+00 8192 p 2 0 4.254698e+00 3.392186e+00 16384 p 4 0 4.088032e+00 4.225519e+00 0 p 4 0 1.421365e+00 3.225519e+00 49152 p 0 0 2.754698e+00 2.949377e+00 24576 1.0 1.000000e+00 1024 p 0 0 5.806399e+00 5.614971e+00 32768 p 1 0 4.806399e+00 5.281638e+00 40960 p 4 0 5.473066e+00 4.810233e+00 24576 p 3 0 5.119513e+00 4.220978e+00 49152 p 2 0 6.180173e+00 3.867424e+00 57344 p 4 0 4.765959e+00 3.631722e+00 57344 p 0 0 5.473066e+00 2.924615e+00 24576 1.0 1.000000e+00 1024 p 0 0 6.023392e+00 4.690058e+00 0 p 2 0 6.856725e+00 3.523392e+00 0 p 4 0 7.063832e+00 2.787690e+00 57344 p 0 0 4.690058e+00 4.690058e+00 49152 p 1 0 3.828130e+00 3.551987e+00 16384 p 4 0 6.063832e+00 5.787690e+00 57344 p 3 0 4.856725e+00 6.023392e+00 40960 1.0 1.000000e+00 1024 p 0 0 4.350877e+00 4.350877e+00 40960 p 0 0 5.293686e+00 5.293686e+00 57344 p 2 0 6.707900e+00 5.057984e+00 57344 p 1 0 6.236495e+00 6.236495e+00 49152 p 3 0 4.940133e+00 6.118644e+00 49152 p 4 0 4.919913e+00 6.805531e+00 0 p 4 0 3.546139e+00 2.685350e+00 49152 1.0 1.000000e+00 1024 p 0 0 4.459770e+00 4.436782e+00 0 p 0 0 3.126437e+00 3.816092e+00 49152 p 2 0 5.293103e+00 3.270115e+00 0 p 4 0 5.500210e+00 2.534413e+00 57344 p 3 0 2.293103e+00 4.149425e+00 8192 p 4 0 4.883757e+00 5.150866e+00 8192 p 1 0 2.793103e+00 2.816092e+00 57344 1.0 1.000000e+00 1024 p 0 0 5.291605e+00 5.454207e+00 57344 p 0 0 5.291605e+00 6.397017e+00 24576 p 4 0 6.705818e+00 5.454207e+00 24576 p 1 0 3.877391e+00 6.592279e+00 57344 p 3 0 3.230944e+00 5.864952e+00 0 p 2 0 2.877391e+00 4.804292e+00 24576 p 4 0 2.405987e+00 5.511398e+00 40960 1.0 1.000000e+00 1024 p 0 0 5.747745e+00 4.892804e+00 0 p 0 0 4.414412e+00 4.892804e+00 49152 p 4 0 5.965408e+00 5.813212e+00 57344 p 2 0 6.581078e+00 3.726137e+00 16384 p 3 1 3.081078e+00 3.726137e+00 8192 p 4 0 6.788185e+00 2.990435e+00 57344 p 1 0 4.935375e+00 6.551839e+00 16384 1.0 1.000000e+00 1024 p 0 0 3.572306e+00 5.781693e+00 24576 p 0 0 4.986520e+00 6.253097e+00 57344 p 4 0 3.567598e+00 7.053127e+00 16384 p 2 0 6.400734e+00 6.017395e+00 24576 p 3 0 6.607840e+00 5.017395e+00 8192 p 4 0 5.774507e+00 4.350728e+00 49152 p 1 0 4.891169e+00 4.467390e+00 57344 1.0 1.000000e+00 1024 p 0 0 5.654178e+00 5.816781e+00 24576 p 0 0 4.906631e+00 6.678709e+00 16384 p 1 0 3.906631e+00 6.345376e+00 8192 p 4 0 3.475666e+00 5.638269e+00 40960 p 2 0 3.947071e+00 4.931163e+00 24576 p 3 1 4.300624e+00 3.870502e+00 32768 p 4 0 4.320844e+00 2.850282e+00 49152 1.0 1.000000e+00 1024 p 1 0 4.243532e+00 4.931460e+00 16384 p 4 0 3.438795e+00 4.736198e+00 49152 p 2 0 3.272128e+00 3.902864e+00 32768 p 3 1 2.772128e+00 2.902864e+00 40960 p 0 0 5.186341e+00 4.460055e+00 24576 p 0 0 5.105461e+00 3.321984e+00 32768 p 4 0 2.007830e+00 3.109971e+00 40960 1.0 1.000000e+00 1024 p 2 0 3.962682e+00 3.879473e+00 32768 p 0 0 6.210229e+00 3.712806e+00 32768 p 0 0 5.584002e+00 6.029388e+00 57344 p 1 0 5.876896e+00 4.712806e+00 24576 p 4 0 3.755575e+00 3.143770e+00 57344 p 3 0 4.523342e+00 4.733026e+00 16384 p 4 0 4.876896e+00 5.322282e+00 24576 gtans-1.99.0/data/figures/misc.figures0000644000175400010010000007413111133011653014536 00000000000000gTans v1.0 102 1.000000e+00 1.000000e+00 1024 p 0 0 3.172414e+00 4.022989e+00 49152 p 3 0 3.339080e+00 5.356322e+00 8192 p 1 0 1.896271e+00 3.884917e+00 16384 p 4 0 1.505747e+00 2.689655e+00 49152 p 0 0 4.505747e+00 3.689655e+00 16384 p 4 0 3.850575e+00 6.701149e+00 16384 p 2 0 5.139818e+00 2.676274e+00 2048 1.000000e+00 1.000000e+00 1024 p 0 0 4.216683e+00 3.409361e+00 57344 p 0 0 2.802469e+00 2.937957e+00 24576 p 1 0 5.159492e+00 2.937957e+00 49152 p 4 0 2.095363e+00 3.645063e+00 57344 p 3 1 1.388256e+00 1.966552e+00 40960 p 2 0 6.811490e-01 2.466552e+00 24576 p 4 0 2.191388e+00 1.747665e+00 47104 1.000000e+00 1.000000e+00 1024 p 0 0 3.726435e+00 2.574091e+00 63488 p 0 0 3.737151e+00 3.935677e+00 6144 p 3 0 2.396723e+00 4.029529e+00 14336 p 1 0 2.648325e+00 2.160554e+00 47104 p 4 0 1.796477e+00 4.631159e+00 38912 p 4 0 4.232707e+00 5.569297e+00 14336 p 2 0 3.702638e+00 1.290173e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 2.643275e+00 5.748241e+00 57344 p 3 0 3.057488e+00 6.719645e+00 24576 p 1 0 3.724155e+00 5.219645e+00 8192 p 0 0 3.528893e+00 3.805432e+00 40960 p 4 0 2.821786e+00 2.087458e+00 8192 p 4 0 2.314008e+00 2.741728e+00 20480 p 2 0 2.404207e+00 4.363261e+00 36864 1.000000e+00 1.000000e+00 1024 p 0 0 3.984736e+00 6.004559e+00 40960 p 0 0 4.456140e+00 4.590346e+00 8192 p 3 0 3.927545e+00 3.676132e+00 24576 p 4 0 3.220438e+00 4.411835e+00 24576 p 4 0 2.260878e+00 3.842799e+00 16384 p 2 0 3.705323e+00 2.691248e+00 57344 p 1 0 4.286550e+00 7.116959e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 4.742999e+00 5.994156e+00 32768 p 1 0 4.409665e+00 4.994156e+00 24576 p 0 0 4.823879e+00 4.189419e+00 57344 p 4 0 6.904759e+00 4.994156e+00 49152 p 4 0 6.185255e+00 5.404304e+00 36864 p 2 0 5.909665e+00 3.332396e+00 32768 p 3 0 3.409665e+00 6.160823e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 2.871654e+00 6.461993e+00 57344 p 0 0 4.285867e+00 5.990588e+00 24576 p 4 0 4.904838e+00 4.852517e+00 49152 p 3 1 4.238171e+00 5.019184e+00 40960 p 4 0 3.571505e+00 5.185850e+00 16384 p 1 0 4.238171e+00 4.185850e+00 57344 p 2 0 4.053475e+00 2.996773e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 4.526316e+00 2.180989e+00 16384 p 0 0 5.192982e+00 4.180989e+00 32768 p 1 0 4.916840e+00 3.319060e+00 0 p 3 0 4.859649e+00 5.347656e+00 24576 p 4 0 3.623947e+00 8.476924e-01 8192 p 4 0 5.380117e+00 5.660521e+00 32768 p 2 0 3.738329e+00 4.261869e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 4.451581e+00 3.790465e+00 32768 p 1 0 4.175439e+00 4.928536e+00 0 p 4 0 2.996927e+00 4.692834e+00 24576 p 4 0 3.748421e+00 6.160292e+00 32768 p 0 0 4.411934e+00 2.220636e+00 40960 p 3 1 3.586976e+00 1.867083e+00 0 p 2 0 5.336044e+00 1.370468e+00 26624 1.000000e+00 1.000000e+00 1024 p 0 0 1.894737e+00 4.865497e+00 16384 p 0 0 4.642284e+00 5.060759e+00 57344 p 1 0 3.228070e+00 4.865497e+00 24576 p 3 0 6.117157e+00 4.885717e+00 16384 p 2 0 5.124248e+00 3.838644e+00 59392 p 4 0 5.209634e-01 5.296461e+00 57344 p 4 0 1.418129e+00 3.388889e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 4.074604e+00 2.852757e+00 57344 p 0 0 3.327057e+00 3.990829e+00 0 p 4 0 4.300699e+00 1.576615e+00 32768 p 1 0 3.886343e+00 1.186233e+00 0 p 3 0 2.160391e+00 4.324162e+00 40960 p 2 0 4.023978e+00 4.667681e+00 40960 p 4 0 3.960351e+00 5.644494e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 2.672987e+00 3.197771e+00 0 p 0 0 1.890106e+00 5.313985e+00 32768 p 3 0 3.556773e+00 3.480652e+00 24576 p 4 0 4.462606e-01 6.313985e+00 0 p 1 0 2.890106e+00 5.649845e+00 40960 p 4 0 2.837172e+00 6.840851e+00 8192 p 2 0 2.089620e+00 2.004739e+00 34816 1.000000e+00 1.000000e+00 1024 p 0 0 5.404931e+00 3.782988e+00 24576 p 0 0 6.007530e+00 5.066007e+00 8192 p 3 1 4.799067e+00 5.300352e+00 8192 p 1 0 4.856258e+00 6.271757e+00 0 p 4 0 4.622219e+00 7.310534e+00 32768 p 4 0 3.640037e+00 4.974656e+00 16384 p 2 0 5.086925e+00 2.723646e+00 30720 1.000000e+00 1.000000e+00 1024 p 0 0 4.778420e+00 4.268163e+00 24576 p 0 0 3.364206e+00 3.325354e+00 57344 p 3 0 5.131973e+00 5.564526e+00 0 p 4 0 4.836980e+00 6.899958e+00 32768 p 4 0 1.949992e+00 3.325354e+00 24576 p 2 0 3.092883e+00 1.962492e+00 22528 p 1 0 1.111048e+00 2.043836e+00 6144 1.000000e+00 1.000000e+00 1024 p 0 0 2.329166e+00 3.497861e+00 40960 p 0 0 2.800570e+00 4.912074e+00 8192 p 1 0 2.553128e+00 6.078845e+00 16384 p 2 0 2.551281e+00 1.945698e+00 26624 p 3 0 1.304077e+00 3.054952e+00 63488 p 4 0 1.694444e+00 1.449046e+00 63488 p 4 0 2.466169e+00 5.086968e-01 4096 1.000000e+00 1.000000e+00 1024 p 0 0 5.172538e+00 6.744958e+00 57344 p 3 1 3.404771e+00 6.862810e+00 49152 p 4 0 3.758324e+00 6.273554e+00 57344 p 0 0 2.815515e+00 5.802149e+00 40960 p 2 0 3.270344e+00 4.482699e+00 26624 p 4 0 2.896692e+00 3.082073e+00 8192 p 1 0 4.132394e+00 3.455846e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 3.419289e+00 3.753632e+00 16384 p 0 0 3.419289e+00 5.086965e+00 0 p 1 0 4.061302e+00 5.778285e+00 8192 p 4 0 4.196531e+00 6.913514e+00 16384 p 3 0 2.252622e+00 2.420299e+00 40960 p 4 0 2.516920e+00 6.381264e+00 8192 p 2 0 3.597130e+00 2.433337e+00 22528 1.000000e+00 1.000000e+00 1024 p 0 0 5.726566e+00 3.663785e+00 40960 p 0 0 4.588495e+00 2.916238e+00 49152 p 1 0 5.471014e+00 5.333550e+00 32768 p 3 0 4.942419e+00 6.304955e+00 24576 p 4 0 4.832805e+00 7.247902e+00 32768 p 4 0 3.542504e+00 7.040657e+00 24576 p 2 0 2.841922e+00 2.617989e+00 26624 1.000000e+00 1.000000e+00 1024 p 0 0 6.157833e+00 4.612572e+00 8192 p 0 0 6.022457e+00 2.862329e+00 40960 p 1 0 5.215024e+00 5.279238e+00 57344 p 4 0 6.548357e+00 6.279238e+00 16384 p 4 0 4.124714e+00 5.945905e+00 0 p 3 0 5.197499e+00 3.922990e+00 0 p 2 0 5.836311e+00 1.037374e+00 26624 1.000000e+00 1.000000e+00 1024 p 0 0 3.333035e+00 6.423892e+00 32768 p 0 0 4.471107e+00 5.676346e+00 40960 p 3 1 3.646149e+00 4.029899e+00 0 p 1 0 4.333035e+00 3.262132e+00 40960 p 4 0 4.471107e+00 4.262132e+00 8192 p 4 0 3.764000e+00 2.969239e+00 8192 p 2 0 4.420850e+00 1.942189e+00 26624 1.000000e+00 1.000000e+00 1024 p 0 0 4.147656e+00 6.258556e+00 57344 p 0 0 5.090465e+00 5.315747e+00 8192 p 3 0 5.915423e+00 5.669300e+00 0 p 4 0 5.797572e+00 4.608640e+00 40960 p 1 0 3.911954e+00 5.080044e+00 0 p 4 0 2.733443e+00 6.258556e+00 24576 p 2 0 5.207775e+00 3.548521e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 3.887704e+00 6.604761e+00 16384 p 3 0 4.721038e+00 6.271428e+00 8192 p 0 0 3.554371e+00 4.938095e+00 49152 p 4 0 2.985335e+00 6.564321e+00 8192 p 4 0 2.153972e+00 6.675767e+00 57344 p 1 0 4.836957e+00 4.526550e+00 4096 p 2 0 4.083088e+00 3.577908e+00 26624 1.000000e+00 1.000000e+00 1024 p 4 0 4.576850e+00 7.228630e+00 16384 p 1 0 3.300708e+00 7.090559e+00 16384 p 0 0 3.772113e+00 6.147750e+00 8192 p 0 0 3.300708e+00 4.733537e+00 40960 p 4 0 3.015901e+00 3.034516e+00 8192 p 3 0 3.605157e+00 2.680963e+00 32768 p 2 0 3.579537e+00 1.292369e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 3.623847e+00 6.044995e+00 8192 p 1 0 2.681038e+00 5.378329e+00 24576 p 3 1 1.106033e+00 4.969990e+00 8192 p 2 0 2.659907e+00 4.337888e+00 24576 p 0 0 4.761918e+00 6.792542e+00 16384 p 4 0 4.330954e+00 4.752102e+00 40960 p 4 0 4.566656e+00 4.044995e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 3.084763e+00 6.605642e+00 16384 p 0 0 3.360906e+00 5.272309e+00 8192 p 1 0 2.832310e+00 4.191429e+00 24576 p 3 1 4.185864e+00 4.918755e+00 0 p 4 0 4.068012e+00 5.979416e+00 40960 p 4 0 4.539417e+00 6.450820e+00 57344 p 2 0 4.896162e+00 4.214841e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 2.496575e+00 4.364851e+00 32768 p 0 0 1.829908e+00 3.698185e+00 0 p 1 0 2.163242e+00 2.698185e+00 57344 p 3 1 2.163242e+00 5.531518e+00 8192 p 4 0 2.829908e+00 5.364851e+00 49152 p 4 0 3.398944e+00 5.324411e+00 40960 p 2 0 2.527477e+00 1.688647e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 5.991633e+00 6.328913e+00 32768 p 0 0 5.715491e+00 4.995579e+00 40960 p 3 1 6.304747e+00 3.934919e+00 32768 p 4 0 5.715491e+00 3.581366e+00 8192 p 1 0 4.772682e+00 4.052770e+00 49152 p 4 0 4.577420e+00 4.662246e+00 16384 p 2 0 5.567537e+00 2.550809e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 4.568453e+00 5.703576e+00 8192 p 3 0 3.979197e+00 6.764236e+00 49152 p 0 0 2.918537e+00 5.939278e+00 57344 p 1 0 3.796354e+00 4.866199e+00 24576 p 4 0 1.504323e+00 6.646385e+00 24576 p 4 0 2.796354e+00 4.061461e+00 24576 p 2 0 4.796354e+00 3.825759e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 2.405706e+00 4.713619e+00 32768 p 0 0 3.739040e+00 4.713619e+00 16384 p 2 0 1.572373e+00 5.880286e+00 0 p 1 0 3.072373e+00 6.046953e+00 57344 p 3 1 4.072373e+00 5.880286e+00 8192 p 4 0 4.739040e+00 5.713619e+00 49152 p 4 0 2.405706e+00 5.713619e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 1.802739e+00 5.730666e+00 16384 p 0 0 2.469406e+00 5.063999e+00 49152 p 2 0 3.636073e+00 4.897333e+00 0 p 4 0 3.469406e+00 6.063999e+00 16384 p 4 0 3.802739e+00 5.730666e+00 49152 p 1 0 2.136073e+00 4.063999e+00 57344 p 3 1 3.136073e+00 3.897333e+00 8192 1.000000e+00 1.000000e+00 1024 p 3 1 2.940487e+00 5.442461e+00 16384 p 0 0 4.627374e+00 5.129348e+00 32768 p 0 0 4.472552e+00 3.674694e+00 40960 p 4 0 5.627374e+00 4.462681e+00 16384 p 4 0 4.667814e+00 2.593814e+00 49152 p 2 0 3.086933e+00 4.588908e+00 0 p 1 0 3.529743e+00 3.617503e+00 32768 1.000000e+00 1.000000e+00 1024 p 1 0 1.652118e+00 3.813089e+00 40960 p 4 0 1.985452e+00 3.146422e+00 49152 p 0 0 3.732998e+00 3.341685e+00 57344 p 0 0 1.767508e+00 2.341685e+00 57344 p 3 0 2.318785e+00 4.313089e+00 57344 p 4 0 2.985452e+00 4.479756e+00 32768 p 2 0 4.647212e+00 4.313089e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 4.945631e+00 2.226845e+00 57344 p 3 0 3.531417e+00 2.198250e+00 57344 p 2 0 4.031417e+00 1.198250e+00 0 p 1 0 3.484667e+00 3.169654e+00 0 p 0 0 4.427476e+00 3.641059e+00 57344 p 4 0 5.134583e+00 2.933952e+00 24576 p 4 0 5.605987e+00 3.405356e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 3.899394e+00 5.381773e+00 57344 p 0 0 2.956585e+00 4.438964e+00 40960 p 1 0 4.842203e+00 4.910368e+00 49152 p 3 0 2.838734e+00 1.964090e+00 0 p 2 0 3.899394e+00 3.731857e+00 8192 p 4 0 4.606501e+00 4.203262e+00 57344 p 4 0 2.956585e+00 3.024750e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 4.325686e+00 4.204261e+00 16384 p 3 0 4.159020e+00 2.870927e+00 40960 p 4 0 4.325686e+00 2.204261e+00 49152 p 0 0 2.992353e+00 5.204261e+00 32768 p 1 0 2.130424e+00 4.928118e+00 0 p 4 0 2.366126e+00 4.221012e+00 57344 p 2 0 5.159020e+00 5.370927e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 3.229568e+00 3.681879e+00 24576 p 0 0 4.562901e+00 3.958021e+00 32768 p 3 1 4.290228e+00 2.856921e+00 49152 p 2 0 4.631775e+00 2.003367e+00 16384 p 4 0 4.618228e+00 1.267665e+00 57344 p 1 0 2.286759e+00 4.153283e+00 16384 p 4 0 2.522461e+00 2.974772e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 5.867576e+00 2.721914e+00 32768 p 3 0 4.534243e+00 2.888581e+00 24576 p 2 0 3.034243e+00 2.888581e+00 0 p 1 0 2.062838e+00 2.917176e+00 32768 p 0 0 3.948456e+00 3.859985e+00 24576 p 4 0 3.867576e+00 2.721914e+00 0 p 4 0 3.615123e+00 5.469461e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 5.300377e+00 4.423511e+00 57344 p 0 0 3.886164e+00 3.952107e+00 24576 p 3 1 2.471950e+00 3.980702e+00 8192 p 2 0 1.971950e+00 2.980702e+00 0 p 1 0 1.471950e+00 2.147369e+00 57344 p 4 0 4.121866e+00 5.602022e+00 40960 p 4 0 3.179057e+00 5.130618e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 4.218660e+00 4.362837e+00 24576 p 0 0 4.137779e+00 3.224766e+00 32768 p 2 0 5.304446e+00 3.391432e+00 0 p 3 1 3.304446e+00 2.891432e+00 57344 p 1 0 2.333041e+00 2.948623e+00 49152 p 4 0 4.885326e+00 5.638979e+00 49152 p 4 0 3.885326e+00 5.972313e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 5.545998e+00 2.814035e+00 32768 p 3 0 4.212664e+00 2.980702e+00 57344 p 0 0 4.626878e+00 3.952107e+00 24576 p 2 0 3.212664e+00 4.187809e+00 8192 p 1 0 2.545998e+00 4.894916e+00 40960 p 4 0 4.293544e+00 5.561582e+00 32768 p 4 0 5.676193e+00 4.845600e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 4.939681e+00 4.985039e+00 24576 p 0 0 3.525468e+00 5.456443e+00 57344 p 3 1 2.611254e+00 4.927848e+00 57344 p 2 0 2.404147e+00 3.927848e+00 8192 p 1 0 1.461338e+00 3.692145e+00 0 p 4 0 2.761963e+00 6.594514e+00 32768 p 4 0 4.332662e+00 6.490930e+00 45056 1.000000e+00 1.000000e+00 1024 p 0 0 5.291736e+00 3.791965e+00 32768 p 3 1 3.604849e+00 4.105078e+00 49152 p 2 0 2.544189e+00 3.751525e+00 8192 p 0 0 3.958403e+00 4.930036e+00 24576 p 1 0 1.837082e+00 3.084858e+00 24576 p 4 0 3.625069e+00 6.539512e+00 32768 p 4 0 3.066394e+00 5.980836e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 3.958403e+00 4.930036e+00 24576 p 0 0 3.958403e+00 3.987227e+00 57344 p 1 0 4.901212e+00 3.515822e+00 49152 p 2 0 2.544189e+00 3.751525e+00 8192 p 3 1 1.483529e+00 3.397971e+00 49152 p 4 0 4.625069e+00 6.206178e+00 49152 p 4 0 3.625069e+00 6.539512e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 4.378569e-01 4.069458e+00 57344 p 0 0 1.852070e+00 3.598054e+00 24576 p 2 0 3.266284e+00 3.833756e+00 8192 p 3 1 4.326944e+00 4.187309e+00 49152 p 1 0 5.680498e+00 4.207529e+00 57344 p 4 0 2.185404e+00 5.207529e+00 16384 p 4 0 1.363712e+00 5.103945e+00 4096 1.000000e+00 1.000000e+00 1024 p 0 0 4.414245e+00 4.204370e+00 57344 p 0 0 3.000032e+00 3.732965e+00 24576 p 3 0 2.585818e+00 2.761561e+00 24576 p 2 0 3.085818e+00 1.761561e+00 16384 p 1 0 2.585818e+00 9.282274e-01 57344 p 4 0 2.666699e+00 5.342441e+00 32768 p 4 0 4.818374e+00 5.238856e+00 45056 1.000000e+00 1.000000e+00 1024 p 1 0 3.559663e+00 1.056164e+00 0 p 3 1 2.588258e+00 1.998973e+00 24576 p 2 0 2.795365e+00 2.998973e+00 57344 p 0 0 2.835805e+00 4.332306e+00 32768 p 0 0 2.169139e+00 5.665639e+00 0 p 4 0 2.835812e+00 6.665633e+00 16384 p 4 0 3.209585e+00 5.763264e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.582381e+00 4.100952e+00 0 p 0 0 2.915714e+00 4.377095e+00 57344 p 2 0 3.829928e+00 5.348499e+00 49152 p 3 0 1.831765e-01 4.278909e+00 28672 p 1 0 2.639896e+00 5.319904e+00 49152 p 4 0 4.236704e+00 4.108996e+00 6144 p 4 0 4.818286e+00 4.285417e+00 36864 1.000000e+00 1.000000e+00 1024 p 0 0 4.887782e+00 3.709781e+00 16384 p 2 0 4.721116e+00 4.876447e+00 49152 p 0 0 5.887782e+00 5.043114e+00 0 p 3 1 4.574669e+00 2.022894e+00 32768 p 1 0 4.456818e+00 7.265315e-01 49152 p 4 0 3.863700e+00 5.612150e+00 24576 p 4 0 5.158945e+00 6.771951e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 4.946458e+00 4.805062e+00 40960 p 1 0 4.141720e+00 4.390848e+00 8192 p 0 0 3.141720e+00 4.057515e+00 0 p 4 0 3.475053e+00 4.862253e+00 57344 p 2 0 2.975053e+00 2.890848e+00 49152 p 3 0 2.828607e+00 2.037295e+00 16384 p 4 0 6.272748e+00 4.754914e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 2.183349e+00 4.448686e+00 16384 p 0 0 3.850016e+00 4.782020e+00 49152 p 4 0 4.850016e+00 4.782020e+00 16384 p 1 0 1.988087e+00 5.586758e+00 0 p 3 0 4.016683e+00 3.115353e+00 8192 p 2 0 3.016683e+00 2.615353e+00 49152 p 4 0 1.183349e+00 3.292056e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 3.419727e+00 2.845720e+00 57344 p 0 0 3.500607e+00 3.983791e+00 0 p 4 0 3.005470e+00 5.617000e+00 8192 p 4 0 3.167274e+00 6.583542e+00 16384 p 2 0 4.833941e+00 2.610017e+00 40960 p 3 0 4.480387e+00 1.549357e+00 0 p 1 0 5.305345e+00 1.431506e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 3.199057e+00 3.122905e+00 49152 p 0 0 2.532390e+00 3.789572e+00 16384 p 4 0 1.532390e+00 3.122905e+00 32768 p 2 0 1.365724e+00 3.956239e+00 49152 p 4 0 4.199057e+00 4.122905e+00 16384 p 1 0 4.337128e+00 2.984834e+00 16384 p 3 0 1.710347e+00 5.188776e+00 12288 1.000000e+00 1.000000e+00 1024 p 0 0 4.548599e+00 4.179069e+00 49152 p 0 0 3.215266e+00 4.455211e+00 57344 p 2 0 2.508159e+00 3.512402e+00 57344 p 4 0 3.134386e+00 5.259949e+00 0 p 4 0 5.450968e+00 3.264973e+00 40960 p 1 0 1.835643e+00 3.006407e+00 0 p 3 0 2.364239e+00 2.035002e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 2.824094e+00 4.905059e+00 4096 p 0 0 4.236332e+00 3.959293e+00 36864 p 2 0 4.995289e+00 2.742930e+00 53248 p 1 0 4.416731e+00 5.116409e+00 4096 p 4 0 5.468172e+00 3.449049e+00 53248 p 3 1 4.150666e+00 2.010392e+00 12288 p 4 0 1.660127e+00 4.452996e+00 12288 1.000000e+00 1.000000e+00 1024 p 0 0 1.328904e+00 3.944524e+00 16384 p 0 0 3.995570e+00 3.944524e+00 32768 p 1 0 2.662237e+00 3.944524e+00 24576 p 2 0 2.662237e+00 2.904083e+00 8192 p 3 1 9.551302e-01 2.404083e+00 8192 p 4 0 4.036010e+00 2.570750e+00 32768 p 4 0 4.702677e+00 2.237417e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 4.821783e+00 3.164056e+00 24576 p 0 0 1.993355e+00 3.164056e+00 24576 p 4 0 2.700462e+00 4.342568e+00 24576 p 4 0 4.350378e+00 4.106865e+00 40960 p 1 0 3.643271e+00 4.342568e+00 32768 p 3 1 3.054016e+00 3.753312e+00 49152 p 2 0 3.407569e+00 1.985545e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 4.848993e+00 4.304573e+00 16384 p 2 0 3.682327e+00 4.471240e+00 16384 p 0 0 2.515660e+00 4.304573e+00 32768 p 3 1 4.682327e+00 2.971240e+00 40960 p 1 0 2.682327e+00 2.804573e+00 24576 p 4 0 5.348993e+00 2.804573e+00 49152 p 4 0 2.015660e+00 3.137907e+00 16384 1.000000e+00 1.000000e+00 1024 p 3 0 3.306542e+00 6.698445e+00 24576 p 4 0 3.328453e+00 5.705131e+00 40960 p 4 0 4.271262e+00 5.705131e+00 8192 p 1 0 4.299857e+00 6.871797e+00 57344 p 2 0 3.799857e+00 4.998024e+00 8192 p 0 0 4.978369e+00 4.998024e+00 40960 p 0 0 2.621346e+00 4.998024e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 2.136191e+00 1.211703e+00 0 p 0 0 4.802857e+00 1.211703e+00 49152 p 3 0 3.823077e+00 1.605697e+00 16384 p 2 0 2.762417e+00 1.959250e+00 8192 p 4 0 2.291013e+00 2.666357e+00 40960 p 4 0 3.480071e+00 3.093341e-01 57344 p 1 0 4.412333e+00 2.430654e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 1.777598e+00 6.590599e+00 57344 p 2 0 3.191811e+00 6.354896e+00 8192 p 4 0 1.306193e+00 5.647790e+00 40960 p 0 0 2.484704e+00 4.469278e+00 57344 p 3 0 2.131151e+00 5.294236e+00 16384 p 4 0 3.898918e+00 6.826301e+00 57344 p 1 0 3.427514e+00 5.412087e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 1.197988e+00 7.989731e-01 0 p 3 0 1.531322e+00 1.632306e+00 57344 p 0 0 2.531322e+00 2.075115e+00 57344 p 1 0 3.531322e+00 1.465640e+00 24576 p 2 0 4.031322e+00 6.323064e-01 16384 p 4 0 3.197988e+00 4.656398e-01 49152 p 4 0 4.197988e+00 1.798973e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 9.132232e-01 6.483728e+00 16384 p 0 0 3.579890e+00 6.483728e+00 32768 p 1 0 9.132232e-01 5.150394e+00 8192 p 4 0 1.579890e+00 5.817061e+00 16384 p 3 0 3.246557e+00 5.650394e+00 57344 p 2 0 2.246557e+00 5.443287e+00 8192 p 4 0 3.579890e+00 4.817061e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 1.681456e+00 1.031004e+00 24576 p 2 0 3.802776e+00 5.595994e-01 8192 p 3 1 4.863437e+00 9.131528e-01 16384 p 0 0 3.802776e+00 1.738111e+00 24576 p 1 0 2.859967e+00 2.209515e+00 16384 p 4 0 2.152861e+00 1.973813e+00 8192 p 4 0 2.388563e+00 3.238971e-01 57344 1.000000e+00 1.000000e+00 1024 p 0 0 2.034093e+00 1.153957e+00 57344 p 1 0 1.799390e+00 2.096766e+00 0 p 4 0 9.946522e-01 2.372908e+00 49152 p 2 0 2.742199e+00 2.332468e+00 8192 p 0 0 2.506497e+00 3.746682e+00 40960 p 4 0 1.799390e+00 3.422753e+00 8192 p 3 1 4.181844e+00 3.177091e+00 4096 1.000000e+00 1.000000e+00 1024 p 1 0 1.212632e+00 4.795851e+00 57344 p 2 0 1.919739e+00 4.129184e+00 8192 p 3 0 2.273293e+00 3.068524e+00 16384 p 4 0 2.586406e+00 3.755411e+00 49152 p 4 0 1.448335e+00 3.422077e+00 40960 p 0 0 1.623363e+00 2.048304e+00 16384 p 0 0 2.290029e+00 1.381637e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 3.111490e+00 1.244727e+00 49152 p 0 0 2.120946e+00 1.863658e+00 57344 p 1 0 1.447335e+00 2.806467e+00 0 p 3 1 1.890144e+00 3.335063e+00 57344 p 2 0 2.890144e+00 2.835063e+00 0 p 4 0 3.056811e+00 3.668396e+00 49152 p 4 0 1.693236e+00 4.365305e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 5.563257e+00 6.186106e+00 32768 p 2 0 5.522817e+00 4.852773e+00 8192 p 0 0 5.928440e+00 3.884623e+00 49152 p 4 0 4.830809e+00 3.925063e+00 40960 p 4 0 4.261774e+00 3.884623e+00 32768 p 1 0 5.066511e+00 2.746551e+00 16384 p 3 1 6.009320e+00 2.717956e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 6.904181e+00 2.073210e+00 8192 p 0 0 5.961372e+00 1.130401e+00 24576 p 1 0 5.336497e+00 1.919739e+00 16384 p 3 0 4.865092e+00 2.891144e+00 24576 p 4 0 4.531759e+00 2.057810e+00 32768 p 2 0 6.072199e+00 3.164822e+00 2048 p 4 0 5.287393e+00 3.490862e+00 34816 1.000000e+00 1.000000e+00 1024 p 0 0 5.280819e+00 4.361565e+00 57344 p 0 0 5.280819e+00 5.304374e+00 24576 p 3 1 7.048585e+00 3.772309e+00 16384 p 1 0 4.092690e+00 5.725721e+00 57344 p 4 0 4.385583e+00 6.294757e+00 24576 p 2 0 5.092690e+00 6.766161e+00 8192 p 4 0 3.923236e+00 6.858128e+00 43008 1.000000e+00 1.000000e+00 1024 p 0 0 5.375290e+00 3.419431e+00 40960 p 3 0 4.550332e+00 3.065878e+00 32768 p 0 0 5.070485e+00 5.333712e+00 32768 p 4 0 4.570552e+00 4.086098e+00 32768 p 4 0 3.863445e+00 3.793205e+00 32768 p 1 0 5.846695e+00 2.476622e+00 49152 p 2 0 4.740635e+00 6.500379e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 2.863445e+00 4.336224e+00 0 p 0 0 2.196779e+00 6.612366e+00 57344 p 2 0 2.903886e+00 5.669557e+00 8192 p 1 0 1.863445e+00 4.669557e+00 8192 p 4 0 3.522979e+00 4.814762e+00 8192 p 4 0 4.092014e+00 4.774322e+00 16384 p 3 0 1.118448e+00 5.964860e+00 22528 1.000000e+00 1.000000e+00 1024 p 0 0 1.631254e+00 1.128616e+00 57344 p 1 0 5.734161e-01 2.266687e+00 57344 p 0 0 1.906749e+00 2.266687e+00 49152 p 3 1 1.573416e+00 3.100020e+00 8192 p 2 0 2.073416e+00 4.100020e+00 0 p 4 0 9.067494e-01 3.266687e+00 16384 p 4 0 9.845893e-01 4.057009e+00 2048 1.000000e+00 1.000000e+00 1024 p 0 0 1.631254e+00 1.128616e+00 57344 p 3 0 6.150453e-01 2.100020e+00 57344 p 0 0 1.143641e+00 3.014234e+00 8192 p 2 0 2.115045e+00 2.100020e+00 0 p 4 0 2.281712e+00 2.933353e+00 49152 p 1 0 1.948379e+00 3.600020e+00 40960 p 4 0 4.972421e-01 3.832663e+00 18432 1.000000e+00 1.000000e+00 1024 p 0 0 1.536223e+00 1.117180e+00 0 p 3 1 2.369556e+00 1.450514e+00 57344 p 0 0 3.202890e+00 1.783847e+00 32768 p 2 0 1.369556e+00 2.950514e+00 0 p 4 0 2.202890e+00 2.783847e+00 0 p 1 0 2.869556e+00 3.117180e+00 57344 p 4 0 3.536223e+00 2.783847e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 4.949521e+00 5.508016e+00 49152 p 3 1 3.616187e+00 5.341349e+00 8192 p 0 0 3.282854e+00 6.508016e+00 0 p 1 0 3.616187e+00 7.508016e+00 57344 p 2 0 5.116187e+00 7.341349e+00 0 p 4 0 4.949521e+00 6.508016e+00 16384 p 4 0 4.282854e+00 7.174683e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 5.374498e+00 3.338205e+00 16384 p 1 0 4.374498e+00 3.004871e+00 8192 p 4 0 4.041165e+00 1.671538e+00 16384 p 0 0 5.041165e+00 1.671538e+00 49152 p 3 0 6.207831e+00 3.004871e+00 8192 p 2 0 6.207831e+00 1.504871e+00 0 p 4 0 4.041165e+00 3.671538e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 2.743770e+00 1.483757e+00 49152 p 2 0 9.104370e-01 1.317091e+00 0 p 0 0 1.077104e+00 2.483757e+00 0 p 1 0 2.743770e+00 2.817091e+00 40960 p 3 0 1.410437e+00 3.317091e+00 24576 p 4 0 3.077104e+00 3.483757e+00 32768 p 4 0 2.077104e+00 3.483757e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 6.840805e+00 7.025536e+00 32768 p 4 0 7.174139e+00 5.358870e+00 32768 p 1 0 5.840805e+00 6.692203e+00 40960 p 0 0 5.840805e+00 5.358870e+00 49152 p 3 0 5.007472e+00 5.692203e+00 8192 p 2 0 5.007472e+00 7.192203e+00 0 p 4 0 4.840805e+00 6.358870e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 1.614390e+00 9.815110e-01 49152 p 4 0 2.614390e+00 6.481777e-01 0 p 2 0 2.781057e+00 1.814844e+00 0 p 1 0 2.281057e+00 2.648178e+00 24576 p 0 0 9.477236e-01 2.648178e+00 16384 p 3 1 1.281057e+00 1.814844e+00 8192 p 4 0 2.947724e+00 2.981511e+00 32768 1.000000e+00 1.000000e+00 1024 p 4 0 7.121129e+00 7.128677e-01 49152 p 3 0 6.954462e+00 1.379534e+00 40960 p 0 0 5.787795e+00 2.046201e+00 49152 p 0 0 5.121129e+00 2.712868e+00 16384 p 2 0 6.954462e+00 2.879534e+00 0 p 1 0 5.454462e+00 1.046201e+00 57344 p 4 0 4.787795e+00 7.128677e-01 0 1.000000e+00 1.000000e+00 1024 p 0 0 3.351138e+00 1.463991e+00 49152 p 2 0 1.517804e+00 1.297324e+00 0 p 0 0 1.684471e+00 3.130657e+00 16384 p 3 0 2.517804e+00 2.797324e+00 8192 p 1 0 3.351138e+00 2.797324e+00 40960 p 4 0 3.684471e+00 3.463991e+00 32768 p 4 0 2.684471e+00 2.130657e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 1.432000e+00 6.552940e+00 16384 p 0 0 2.098667e+00 5.886273e+00 49152 p 3 1 3.265334e+00 5.219606e+00 57344 p 1 0 2.765334e+00 4.552940e+00 24576 p 2 0 1.265334e+00 4.719606e+00 0 p 4 0 3.432000e+00 6.886273e+00 32768 p 4 0 3.098667e+00 6.552940e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 2.452509e+00 3.473743e+00 16384 p 3 1 4.285843e+00 3.140409e+00 57344 p 2 0 3.285843e+00 2.640409e+00 0 p 4 0 3.452509e+00 3.473743e+00 49152 p 0 0 3.278291e+00 4.611814e+00 24576 p 4 0 1.452509e+00 3.807076e+00 32768 p 1 0 4.785843e+00 3.807076e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.283315e+00 5.413716e+00 0 p 3 0 2.616648e+00 5.247049e+00 57344 p 4 0 1.283315e+00 6.413716e+00 32768 p 1 0 3.283315e+00 5.747049e+00 8192 p 4 0 2.949981e+00 6.413716e+00 16384 p 2 0 4.116648e+00 6.247049e+00 0 p 0 0 2.109096e+00 4.275645e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.411758e+00 1.623363e+00 40960 p 3 0 5.867997e-01 1.269809e+00 32768 p 2 0 2.354567e+00 9.162560e-01 8192 p 1 0 2.590269e+00 1.859065e+00 32768 p 0 0 1.647460e+00 3.273279e+00 57344 p 4 0 2.354567e+00 2.566172e+00 24576 p 4 0 7.046508e-01 2.330470e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 3.130563e+00 5.248696e+00 8192 p 0 0 4.073372e+00 5.248696e+00 40960 p 2 0 2.187754e+00 4.541589e+00 57344 p 4 0 2.894861e+00 4.070185e+00 24576 p 4 0 5.016181e+00 4.777291e+00 24576 p 3 0 4.662628e+00 4.188036e+00 16384 p 1 0 3.601968e+00 3.501149e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 5.458035e+00 4.525028e+00 8192 p 3 0 4.868779e+00 5.585688e+00 49152 p 2 0 3.808119e+00 5.939242e+00 57344 p 1 0 2.629608e+00 5.467837e+00 32768 p 0 0 2.158203e+00 4.525028e+00 40960 p 4 0 4.515226e+00 4.996433e+00 57344 p 4 0 3.336715e+00 5.232135e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 1.825707e+00 6.070157e+00 24576 p 0 0 4.654134e+00 6.070157e+00 24576 p 1 0 3.239921e+00 6.265419e+00 57344 p 3 1 3.768678e+00 5.098752e+00 8192 p 2 0 3.268678e+00 4.098752e+00 0 p 4 0 2.435345e+00 5.265419e+00 32768 p 4 0 3.102012e+00 5.265419e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 1.603011e+00 5.379271e+00 16384 p 0 0 4.269677e+00 5.379271e+00 32768 p 1 0 2.464940e+00 5.103129e+00 49152 p 3 0 3.289897e+00 4.985278e+00 32768 p 2 0 2.936344e+00 3.924617e+00 8192 p 4 0 3.879153e+00 4.631724e+00 40960 p 4 0 2.229237e+00 4.396022e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 2.502706e+00 5.242361e+00 24576 p 2 0 3.916919e+00 5.478063e+00 8192 p 1 0 3.209813e+00 6.144730e+00 57344 p 0 0 2.502706e+00 4.299552e+00 57344 p 3 1 4.270473e+00 4.417403e+00 32768 p 4 0 3.681217e+00 4.063850e+00 8192 p 4 0 4.859728e+00 4.770956e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 2.117529e+00 5.123011e+00 16384 p 1 0 3.450863e+00 5.123011e+00 24576 p 0 0 4.784196e+00 5.123011e+00 32768 p 3 1 2.450863e+00 4.289678e+00 8192 p 4 0 4.784196e+00 4.123011e+00 0 p 4 0 4.117529e+00 4.456344e+00 32768 p 2 0 3.450863e+00 4.082571e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 2.233888e+00 2.435793e+00 49152 p 2 0 3.400554e+00 2.269126e+00 0 p 0 0 4.567221e+00 2.435793e+00 0 p 3 0 2.900554e+00 4.269126e+00 24576 p 1 0 3.900554e+00 4.435793e+00 57344 p 4 0 4.371959e+00 3.769126e+00 8192 p 4 0 2.429150e+00 3.769126e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 1.940509e+00 5.702077e+00 49152 p 2 0 3.107176e+00 6.535410e+00 0 p 0 0 4.273842e+00 5.702077e+00 0 p 3 1 2.607176e+00 4.535410e+00 40960 p 1 0 3.607176e+00 4.368743e+00 24576 p 4 0 2.940509e+00 5.702077e+00 16384 p 4 0 3.273842e+00 5.368743e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 2.362012e+00 6.085674e+00 16384 p 0 0 5.028679e+00 6.085674e+00 32768 p 2 0 3.695346e+00 6.045234e+00 57344 p 1 0 2.695346e+00 7.085674e+00 24576 p 3 0 3.695346e+00 7.252340e+00 24576 p 4 0 4.362012e+00 7.419007e+00 32768 p 4 0 5.028679e+00 7.085674e+00 0 1.000000e+00 1.000000e+00 1024 p 0 0 5.028679e+00 6.085674e+00 32768 p 2 0 3.695346e+00 6.045234e+00 57344 p 0 0 2.362012e+00 6.085674e+00 16384 p 3 0 3.219874e+00 7.252340e+00 24576 p 1 0 4.219874e+00 7.419007e+00 57344 p 4 0 2.988239e+00 5.573829e+00 24576 p 4 0 4.402453e+00 5.573829e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 2.504942e+00 3.964968e+00 40960 p 1 0 2.976346e+00 4.907777e+00 32768 p 4 0 3.683453e+00 4.672075e+00 40960 p 4 0 4.861964e+00 4.436373e+00 57344 p 3 0 5.215518e+00 5.025629e+00 16384 p 0 0 5.804773e+00 3.964968e+00 8192 p 2 0 4.154857e+00 3.964968e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 4.912848e+00 6.078176e+00 32768 p 0 0 2.246181e+00 6.078176e+00 16384 p 2 0 3.579515e+00 6.037736e+00 8192 p 3 1 2.518855e+00 4.977076e+00 0 p 4 0 3.108110e+00 5.330629e+00 40960 p 4 0 4.286622e+00 5.566331e+00 24576 p 1 0 4.522324e+00 4.859225e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 2.332435e+00 6.121303e+00 49152 p 0 0 3.665768e+00 6.787969e+00 16384 p 1 0 4.665768e+00 6.454636e+00 8192 p 3 1 5.499102e+00 6.454636e+00 24576 p 4 0 6.332435e+00 5.787969e+00 0 p 4 0 5.332435e+00 5.787969e+00 0 p 2 0 3.999102e+00 5.747529e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 2.851226e+00 6.078393e+00 57344 p 3 0 4.618993e+00 6.196244e+00 16384 p 0 0 3.558333e+00 4.899882e+00 24576 p 1 0 4.501142e+00 5.371286e+00 32768 p 2 0 2.144120e+00 5.135584e+00 8192 p 4 0 5.208249e+00 5.135584e+00 40960 p 4 0 3.543447e+00 4.192775e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 4.415913e+00 6.450006e+00 16384 p 0 0 3.082580e+00 6.450006e+00 32768 p 1 0 2.806438e+00 5.588078e+00 0 p 3 1 1.981480e+00 5.470226e+00 0 p 4 0 4.456353e+00 5.352375e+00 24576 p 2 0 5.163460e+00 5.823780e+00 24576 p 4 0 5.634865e+00 5.116673e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 4.728013e+00 1.285702e+00 32768 p 1 0 3.394680e+00 1.285702e+00 24576 p 0 0 2.061347e+00 1.285702e+00 16384 p 2 0 3.894680e+00 2.452369e+00 32768 p 4 0 4.728013e+00 2.285702e+00 0 p 3 1 2.394680e+00 2.452369e+00 8192 p 4 0 3.061347e+00 2.285702e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 2.130644e+00 5.716508e+00 40960 p 1 0 3.659240e+00 5.797389e+00 57344 p 2 0 3.159240e+00 6.630722e+00 49152 p 3 1 4.659240e+00 6.630722e+00 40960 p 0 0 5.187835e+00 5.716508e+00 8192 p 4 0 2.325906e+00 6.797389e+00 32768 p 4 0 3.992573e+00 6.797389e+00 16384 gtans-1.99.0/data/figures/similar.figures0000644000175400010010000002633511133011653015246 00000000000000gTans v1.0 38 1.000000e+00 1.000000e+00 1024 p 2 0 1.606884e+00 1.590910e+00 61440 p 0 0 1.620269e+00 3.194842e+00 16384 p 0 0 1.620269e+00 4.528175e+00 0 p 4 0 2.953603e+00 3.390104e+00 24576 p 1 0 1.896412e+00 5.390104e+00 32768 p 3 0 4.014263e+00 2.093741e+00 0 p 4 0 1.522778e+00 6.528175e+00 16384 1.000000e+00 1.000000e+00 1024 p 1 0 1.425007e+00 2.804317e+00 16384 p 2 0 1.606884e+00 1.590910e+00 61440 p 0 0 2.367816e+00 3.747126e+00 24576 p 3 0 4.135583e+00 2.215062e+00 0 p 0 0 1.425007e+00 4.689935e+00 40960 p 4 0 2.132114e+00 5.397042e+00 8192 p 4 0 1.660709e+00 5.868447e+00 57344 1.000000e+00 1.000000e+00 1024 p 3 0 3.784378e+00 4.174622e+00 49152 p 2 0 4.845038e+00 3.821068e+00 57344 p 1 0 3.666527e+00 3.349664e+00 32768 p 4 0 4.373633e+00 3.113961e+00 40960 p 0 0 4.804598e+00 5.194842e+00 0 p 0 0 3.471264e+00 5.194842e+00 49152 p 4 0 4.137931e+00 6.999580e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 4.597981e+00 3.596720e+00 40960 p 0 0 3.655172e+00 3.596720e+00 8192 p 2 0 4.833684e+00 5.010934e+00 57344 p 4 0 5.540790e+00 4.539529e+00 24576 p 3 1 3.773024e+00 5.364487e+00 32768 p 1 0 2.948066e+00 4.775231e+00 49152 p 4 0 4.362279e+00 5.718040e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 2.322119e+00 5.251892e+00 0 p 4 0 2.322119e+00 6.251892e+00 32768 p 1 0 3.655453e+00 5.251892e+00 57344 p 2 0 4.155453e+00 6.085226e+00 0 p 3 1 4.655453e+00 5.085226e+00 40960 p 0 0 5.988786e+00 5.251892e+00 49152 p 4 0 5.988786e+00 6.251892e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 5.954724e+00 2.240538e+00 49152 p 4 0 5.954724e+00 3.240538e+00 16384 p 0 0 4.207177e+00 2.102467e+00 57344 p 2 0 4.201850e+00 3.073872e+00 0 p 1 0 2.792963e+00 1.907205e+00 24576 p 3 0 2.292963e+00 2.573872e+00 8192 p 4 0 2.126297e+00 3.240538e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 3.517942e+00 3.826745e+00 40960 p 0 0 3.989347e+00 5.240959e+00 8192 p 1 0 3.989347e+00 2.883936e+00 49152 p 3 1 3.400091e+00 6.301619e+00 0 p 4 0 3.989347e+00 6.655172e+00 40960 p 4 0 4.460751e+00 7.126577e+00 57344 p 2 0 3.788057e+00 1.705425e+00 8192 1.000000e+00 1.000000e+00 1024 p 1 0 3.989347e+00 2.883936e+00 49152 p 2 0 3.788057e+00 1.705425e+00 8192 p 0 0 3.713204e+00 3.745865e+00 16384 p 0 0 3.713204e+00 5.079198e+00 0 p 4 0 3.753644e+00 6.176829e+00 57344 p 4 0 4.225049e+00 5.705425e+00 8192 p 3 0 4.107198e+00 6.766085e+00 49152 1.000000e+00 1.000000e+00 1024 p 0 0 4.712644e+00 2.942529e+00 0 p 0 0 3.379310e+00 2.942529e+00 49152 p 2 0 4.753084e+00 4.275862e+00 8192 p 1 0 3.810275e+00 4.511564e+00 16384 p 4 0 3.103168e+00 4.275862e+00 8192 p 3 0 4.399530e+00 5.336522e+00 16384 p 4 0 3.338870e+00 5.454373e+00 57344 1.000000e+00 1.000000e+00 1024 p 3 0 2.307576e+00 1.474453e+00 16384 p 4 0 2.661130e+00 2.063709e+00 24576 p 0 0 3.603939e+00 2.535113e+00 8192 p 1 0 4.546748e+00 1.592304e+00 0 p 4 0 4.311046e+00 3.242220e+00 40960 p 2 0 2.661130e+00 3.242220e+00 8192 p 0 0 3.368237e+00 4.185029e+00 57344 1.000000e+00 1.000000e+00 1024 p 3 1 2.388607e+00 6.404304e+00 49152 p 4 0 3.449267e+00 6.522155e+00 57344 p 2 0 3.449267e+00 5.343644e+00 40960 p 4 0 1.799351e+00 5.343644e+00 8192 p 0 0 2.506458e+00 4.636537e+00 40960 p 1 0 1.563649e+00 3.693728e+00 49152 p 0 0 3.449267e+00 3.693728e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 2.837209e+00 1.604651e+00 49152 p 0 0 4.170543e+00 1.604651e+00 0 p 2 0 4.210983e+00 2.937984e+00 8192 p 4 0 3.032471e+00 2.937984e+00 40960 p 4 0 2.561067e+00 2.937984e+00 8192 p 3 0 3.003876e+00 3.937984e+00 57344 p 1 0 4.003876e+00 4.104651e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 2.344828e+00 2.229885e+00 24576 p 0 0 5.173255e+00 2.229885e+00 24576 p 2 0 3.759041e+00 2.465587e+00 8192 p 4 0 3.051934e+00 2.936992e+00 57344 p 4 0 4.466148e+00 2.936992e+00 57344 p 3 0 3.264368e+00 3.672694e+00 57344 p 1 0 4.264368e+00 3.839361e+00 57344 1.000000e+00 1.000000e+00 1024 p 2 0 3.992956e+00 4.837223e+00 0 p 4 0 3.159623e+00 5.003890e+00 32768 p 4 0 4.826289e+00 5.003890e+00 16384 p 3 1 4.492956e+00 3.837223e+00 8192 p 1 0 3.492956e+00 4.003890e+00 57344 p 0 0 5.492956e+00 3.394414e+00 24576 p 0 0 2.492956e+00 3.394414e+00 24576 1.000000e+00 1.000000e+00 1024 p 0 0 4.163739e+00 3.489321e+00 24576 p 0 0 3.220930e+00 4.432130e+00 40960 p 4 0 3.928037e+00 5.139236e+00 8192 p 1 0 3.220930e+00 2.546512e+00 16384 p 2 0 3.581670e+00 1.604377e+00 55296 p 3 0 4.517293e+00 4.785683e+00 32768 p 4 0 3.456632e+00 5.610641e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 3.241379e+00 3.563218e+00 16384 p 0 0 3.241379e+00 4.896552e+00 0 p 2 0 3.404241e+00 2.227943e+00 55296 p 1 0 3.517522e+00 5.758481e+00 32768 p 3 0 4.342480e+00 5.169225e+00 32768 p 4 0 4.574713e+00 3.758481e+00 24576 p 4 0 5.281819e+00 3.051374e+00 24576 1.0 1.000000e+00 1024 p 4 0 3.011200e+00 5.070671e+00 8192 p 3 0 2.186242e+00 3.302904e+00 32768 p 0 0 2.304094e+00 5.777778e+00 40960 p 4 0 2.068391e+00 2.242244e+00 40960 p 2 0 2.539796e+00 4.363564e+00 40960 p 0 0 3.718307e+00 5.777778e+00 40960 p 1 0 1.361285e+00 1.770841e+00 32768 1.0 1.000000e+00 1024 p 4 0 3.505204e+00 6.817722e+00 40960 p 0 0 2.643275e+00 4.736842e+00 16384 p 4 0 5.017048e+00 5.443949e+00 0 p 3 1 2.330162e+00 3.049955e+00 0 p 0 0 2.643275e+00 6.070175e+00 0 p 2 0 3.976608e+00 6.110616e+00 40960 p 1 0 1.505204e+00 2.224997e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 2.673854e+00 3.989218e+00 24576 p 0 0 5.502282e+00 3.989218e+00 24576 p 2 0 4.088068e+00 4.224921e+00 8192 p 1 0 2.909557e+00 5.167730e+00 32768 p 3 0 5.148728e+00 5.285581e+00 16384 p 4 0 3.616663e+00 4.932027e+00 40960 p 4 0 4.795175e+00 4.696325e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 2.424995e+00 1.340832e+00 24576 p 0 0 5.253422e+00 1.340832e+00 24576 p 1 0 3.839209e+00 1.536095e+00 57344 p 2 0 3.339209e+00 2.369428e+00 32768 p 3 1 4.839209e+00 2.369428e+00 8192 p 4 0 2.505875e+00 2.536095e+00 32768 p 4 0 4.172542e+00 2.536095e+00 16384 1.000000e+00 1.000000e+00 1024 p 1 0 4.551644e+00 8.574364e-01 0 p 4 0 3.844538e+00 1.093139e+00 8192 p 0 0 4.355795e+00 2.466912e+00 49152 p 3 0 4.522462e+00 3.800245e+00 8192 p 2 0 3.315355e+00 2.800245e+00 57344 p 0 0 4.079653e+00 4.800245e+00 40960 p 4 0 4.274915e+00 5.881126e+00 32768 1.000000e+00 1.000000e+00 1024 p 3 1 4.348145e+00 1.429612e+00 16384 p 4 0 3.994591e+00 2.018868e+00 24576 p 1 0 4.022462e+00 2.823606e+00 24576 p 2 0 3.315355e+00 3.490272e+00 57344 p 0 0 4.551057e+00 3.904486e+00 8192 p 0 0 4.079653e+00 5.318700e+00 40960 p 4 0 4.274915e+00 6.399580e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 2.601648e+00 2.415094e+00 24576 p 0 0 4.682528e+00 3.277023e+00 16384 p 4 0 3.780159e+00 2.650797e+00 8192 p 2 0 3.308754e+00 3.357903e+00 8192 p 4 0 3.780159e+00 4.065010e+00 8192 p 3 1 3.015861e+00 4.272117e+00 40960 p 1 0 2.015861e+00 4.438784e+00 57344 1.000000e+00 1.000000e+00 1024 p 3 1 3.576508e+00 4.897454e+00 40960 p 0 0 3.099695e+00 3.253974e+00 49152 p 1 0 2.576508e+00 5.064121e+00 57344 p 2 0 4.266362e+00 3.087307e+00 16384 p 4 0 4.099695e+00 4.253974e+00 16384 p 4 0 4.433028e+00 3.920641e+00 49152 p 0 0 5.433028e+00 3.920641e+00 16384 1.000000e+00 1.000000e+00 1024 p 0 0 2.625302e+00 2.585511e+00 32768 p 0 0 2.625302e+00 3.918844e+00 49152 p 4 0 3.527670e+00 2.545070e+00 40960 p 4 0 3.527670e+00 3.959284e+00 40960 p 2 0 3.999075e+00 3.252177e+00 24576 p 3 1 4.706182e+00 4.752177e+00 40960 p 1 0 5.372848e+00 3.252177e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 3.229075e+00 4.587307e+00 8192 p 4 0 2.521968e+00 3.880201e+00 40960 p 2 0 2.993373e+00 3.173094e+00 24576 p 4 0 3.464777e+00 2.465987e+00 8192 p 0 0 4.171884e+00 3.858637e+00 40960 p 3 1 5.114693e+00 5.358637e+00 8192 p 1 0 5.781360e+00 3.858637e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 3.395604e+00 6.338422e+00 16384 p 0 0 4.062271e+00 5.671755e+00 49152 p 3 1 2.228937e+00 6.005088e+00 57344 p 2 0 3.228937e+00 4.505088e+00 49152 p 4 0 4.395604e+00 4.338422e+00 49152 p 4 0 4.062271e+00 4.671755e+00 16384 p 1 0 3.728937e+00 3.671755e+00 57344 1.000000e+00 1.000000e+00 1024 p 1 0 4.742414e+00 3.973642e+00 57344 p 4 0 5.075748e+00 4.640309e+00 0 p 2 0 4.242414e+00 4.806975e+00 16384 p 4 0 4.075748e+00 5.640309e+00 0 p 3 1 3.242414e+00 6.306975e+00 57344 p 0 0 4.156628e+00 6.835571e+00 57344 p 0 0 5.099437e+00 5.892762e+00 8192 1.000000e+00 1.000000e+00 1024 p 0 0 2.562175e+00 4.185538e+00 40960 p 3 0 3.090770e+00 5.099751e+00 24576 p 4 0 3.757437e+00 5.266418e+00 32768 p 4 0 4.424104e+00 5.266418e+00 16384 p 0 0 4.619366e+00 4.185538e+00 8192 p 2 0 3.590770e+00 3.564217e+00 8192 p 1 0 3.590770e+00 2.523777e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 1.957167e+00 3.816703e+00 40960 p 2 0 2.899976e+00 3.109596e+00 8192 p 3 1 2.546423e+00 4.877363e+00 16384 p 1 0 2.899976e+00 2.069156e+00 57344 p 0 0 3.842785e+00 3.816703e+00 8192 p 4 0 2.899976e+00 4.288107e+00 57344 p 4 0 3.607083e+00 4.995214e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 2.060954e+00 4.243473e+00 57344 p 0 0 4.889381e+00 4.243473e+00 57344 p 1 0 3.003763e+00 3.772068e+00 49152 p 2 0 4.182274e+00 3.300664e+00 24576 p 3 1 3.121614e+00 2.947110e+00 16384 p 4 0 3.475167e+00 2.357855e+00 57344 p 4 0 3.710870e+00 4.007771e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 5.105014e+00 5.149133e+00 8192 p 0 0 6.243085e+00 5.068253e+00 16384 p 4 0 4.162205e+00 5.620538e+00 57344 p 2 0 4.869312e+00 3.734920e+00 24576 p 1 0 3.690801e+00 4.677729e+00 32768 p 3 1 3.101545e+00 5.502687e+00 16384 p 4 0 4.397908e+00 4.442026e+00 40960 1.000000e+00 1.000000e+00 1024 p 3 0 3.705319e+00 3.022902e+00 40960 p 1 0 3.538652e+00 4.022902e+00 40960 p 0 0 4.538652e+00 4.356236e+00 32768 p 0 0 5.619532e+00 2.551498e+00 57344 p 2 0 5.705319e+00 3.522902e+00 16384 p 4 0 5.538652e+00 4.356236e+00 0 p 4 0 5.871985e+00 4.689569e+00 32768 1.000000e+00 1.000000e+00 1024 p 0 0 1.550039e+00 5.339147e+00 40960 p 1 0 2.078634e+00 6.420027e+00 57344 p 4 0 2.745301e+00 5.420027e+00 32768 p 3 1 3.078634e+00 6.253360e+00 40960 p 2 0 3.578634e+00 5.253360e+00 49152 p 4 0 3.745301e+00 6.086694e+00 49152 p 0 0 3.321275e+00 4.281956e+00 57344 1.000000e+00 1.000000e+00 1024 p 1 0 2.117389e+00 5.537580e+00 16384 p 0 0 2.393531e+00 4.675651e+00 49152 p 0 0 2.393531e+00 3.342318e+00 32768 p 2 0 2.998661e+00 1.508985e+00 0 p 4 0 3.007188e+00 7.732825e-01 57344 p 3 1 1.430804e+00 2.931271e+00 49152 p 4 0 2.072180e+00 6.675651e+00 32768 1.000000e+00 1.000000e+00 1024 p 1 0 3.799329e+00 6.939197e+00 32768 p 0 0 3.327925e+00 5.996388e+00 40960 p 0 0 3.799329e+00 4.582175e+00 8192 p 4 0 2.620818e+00 5.289282e+00 8192 p 3 1 2.502967e+00 4.228621e+00 49152 p 2 0 4.249335e+00 2.667961e+00 0 p 4 0 4.257862e+00 1.932259e+00 57344 1.000000e+00 1.000000e+00 1024 p 0 0 4.273723e+00 5.617215e+00 40960 p 2 0 3.302318e+00 4.703002e+00 0 p 4 0 3.095212e+00 3.967299e+00 57344 p 4 0 3.468985e+00 3.536335e+00 49152 p 1 0 4.468985e+00 3.203002e+00 8192 p 3 0 4.302318e+00 4.203002e+00 8192 p 0 0 5.273723e+00 3.617215e+00 40960 1.000000e+00 1.000000e+00 1024 p 0 0 4.157976e+00 3.978246e+00 49152 p 4 0 4.491309e+00 2.978246e+00 32768 p 3 1 5.324642e+00 4.311579e+00 57344 p 1 0 5.157976e+00 3.311579e+00 40960 p 4 0 3.073648e+00 4.031989e+00 57344 p 2 0 3.280755e+00 4.767692e+00 0 p 0 0 4.252160e+00 5.681905e+00 40960 gtans-1.99.0/data/gtanshelp.txt0000644000175400010010000000702611133013255013276 00000000000000Rules of the game -=-=-=-=-=-=-=-=- move the pieces (known as tans) until they match the figure drawn on the right window (the silhouette). You must always use the seven tans and they should not be laid on top of one another. To move a tan, click and drag it with left mouse button, for rotation click AROUND it. You can flip the selected tan by right-clicking. This is usefull for the parallelogram tan (all positions can not be reached by rotating only). If you are a beginner to Tangram you should try the first 10 figures of the default.figures file. The other ones are not sorted, some of them are very difficult (to my taste). When a figure has been solved the background color of the silhouette area changes. The solved figures are remembered by saving a status file in the user's directory (~/.gtans/afile.figures.status for a figure file called afile.figures) Show a tan -=-=-=-=-= This button shows the position of a tan. Each further click will display an other tan. Show outline -=-=-=-=-=-= Draw the figure in the main area. This makes the game much easier. Preferences -=-=-=-=-=- Most of this menu's options allow you to change the colors used by the game. For the main area you may choose textures (pixmap files) instead of colors. Some sample files are supplied (I can't remember where I found them) but as the complete pathname is saved in the config file you can choose a file located anywhere (for example in /usr/share/pixmaps/). On a 8 bits display the colors may not be exactly what you want (GTK tries to find the best matching color). Preferences/Tans size/Increase -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Makes the tans 5 % bigger relatively to the game area. If you resize the window the tans size will be scaled. Preferences/Tans size/Decrease -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Makes the tans 4.76 % smaller. Preferences/Accuracy -=-=-=-=-=-=-=-=-=-= Changes the precision of the comparison between the tans position and the solution. A lower accuracy makes the game more easy. Preferences/Rotation -=-=-=-=-=-=-=-=-=-= Step by step allows only rotation by increment of 11.5 degrees. Continuous rotation makes the game more difficult and you probably shouldn't use it unless you really dislike step by step rotation. Preferences/Figures file -=-=-=-=-=-=-=-=-=-=-=-= Allows you to choose another figures file. Preferences/Save config -=-=-=-=-=-=-=-=-=-=-=- Save a config file in the user's home directory (~/.gtans/.gtansrc). Misc/Clear figure status -=-=-=-=-=-=-=-=-=-=-=-= Set the current figure as unsolved. Misc/Clear all figures status -=-=-=-=-=-=-=-=-=-=-=-=-=-=- Set all the loaded figures (i.e. from the current figure file) as unsolved. To do: -=-=-= -a figure editor (at last!). -add more figures. -Gnome version. Copyright (C) 1999 Philippe Banwarth email: bwt@altern.org smail: Philippe Banwarth, 8 sente du milieu des Gaudins, 95150 Taverny, France. 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 gtans-1.99.0/data/gtanshelpcs.txt0000644000175400010010000000704711133013255013627 00000000000000Pravidla této hry -=-=-=-=-=-=-=-=- Pohybujte s kostkami (v originále tany), dokud dohromady neposkládáte figuru, která je nakreslená v pravém horním rohu. V¾dy se musí pou¾ít v¹ech sedmi kostek a ¾ádné se nesmí pøekrývat. Pohyb kostky se provádí tak, ¾e kliknete levým tlaèítkem na kostku a jednodu¹e ji pøetáhnete na jiné místo. Pokud chcete kostku otoèit, kliknìte vedle vybrané kostky. Kostku lze pøevrátit kliknutím pravého tlaèítka my¹i - bez toho se neobejdete u kosodélníkové kostky. Pokud jste zaèáteèníkem v Tangramu, mìli byste zkusit prvních 10 figur ze souboru default.figures. Ostatní soubory nejsou nijak setøídìny a navíc obsahují nìkteré velmi slo¾ité figury. Pokud jste slo¾ili figuru, zmìní se barva kostek a siluety. ji¾ slo¾ené figury se pamatují ve speciálních souborech v domovském adresáøi (napø. ~/.gtans/afile.figures.status pro figury v souboru afile.figures). Ukázat kostku -=-=-=-=-=-=- Tato ikonka uká¾e pozici jedné kostky. Ka¾dé dal¹í kliknutí na ikonku uká¾e dal¹í kostku. Ukázat obrys -=-=-=-=-=-= Uká¾e obrys figury na hlavní plo¹e, co¾ hru velmi usnadní. Nastavení -=-=-=-=-=- Vìt¹ina mo¾ností nastavení se týká barev ve høe. Na hlavní plo¹e si mù¾ete nastavit texturu (pixmapový soubor) místo barev. Nìkteré pøedvolené soubory zde ji¾ jsou (nemohu si vzpomenout, odkud je mám), ale mù¾ete si zvolit kterýkoliv jiný soubor na celém disku (napø. soubor v /usr/share/pixmaps/). Na 8-bitovém displeji se barvy nemusí zobrazit správnì (GTK se v¾dy sna¾í najít barvu, která nejlépe odpovídá po¾adavkùm). Nastavení/ Velikost kostek / Zvìt¹it -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Zvìt¹í velikost kostek o 5% relativnì k velikosti hrací plochy. Pokud zmìníte velikost okna, velikost kostek bude pøimìøenì upravena také. Nastavení/ Velikost kostek / Zmen¹it -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Zmen¹í velikost kostek o 4.76%. Nastavení / Tolerance -=-=-=-=-=-=-=-=-=-=- Zmìna tolerance porovnávání pozic kostek a chtìného výsledku. Ni¾¹í tolerance hru zjednodu¹uje. Nastavení / Rotace -=-=-=-=-=-=-=-=-= Rotace po èástech otáèí kostku o 11.5 stupòù. Plynulá rotace znamená o dost obtí¾nìj¹í hru a mìli byste ji pou¾ívat pouze v pøípadì, ¾e rotaci po èástech vyslovenì nesná¹íte. Nastavení / Soubor s figurami -=-=-=-=-=-=-=-=-=-=-=-=-=-=- Umo¾òuje vybrat jiný soubor s figurami. Nastavení / Ulo¾ení konfigurace -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Ulo¾ení konfigurace do souboru v domovském adresáøi (~/.gtans/.gtansrc). Rùzné / Zapomenout slo¾enou figuru -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Nastaví stav právì skládané figury na 'neslo¾ená'. Rùzné / Zapomenout v¹echny slo¾ené figury -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Oznaèí v¹echny figury z pou¾ívaného souboru jako neslo¾ené. Dodìlat: -=-=-=-= -editor figur (a¾ naposledy!). -pøidat více figur. -Gnome verze. Copyright (C) 1999 Philippe Banwarth email: bwt@altern.org smail: Philippe Banwarth, 8 sente du milieu des Gaudins, 95150 Taverny, France. Tento program je volné programové vybavení; mù¾ete jej ¹íøit a modifikovat podle ustanovení Obecné veøejné licence GNU, vydávané Free Software Foundation; a to buï verze 2 této licence anebo (podle va¹eho uvá¾ení) kterékoli pozdìj¹í verze. Tento program je roz¹iøován v nadìji, ¾e bude u¾iteèný, av¹ak BEZ JAKÉKOLI ZÁRUKY; neposkytují se ani odvozené záruky PRODEJNOSTI anebo VHODNOSTI PRO URÈITÝ ÚÈEL. Dal¹í podrobnosti hledejte v Obecné veøejné licenci GNU. Kopii Obecné veøejné licence GNU jste mìl obdr¾et spolu s tímto programem; pokud se tak nestalo, napi¹te o ni Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. gtans-1.99.0/data/gtanshelpes.txt0000644000175400010010000001035211133013255013622 00000000000000Las reglas del juego -=-=-=-=-=-=-=-=-=-=- Mueve las piezas (conocidas como tans) hasta que formen la figura mostrada en la ventana derecha. Siempre debes de usar los siete tans y no deben de quedar uno arriba del otro. Para mover un tan, haz click y arrástralo con el botón izquierdo del ratón. Para rotarlo, haz click afuera de él y verás una línea que se dibuja del puntero al centro de la pieza. Entonces, arrastra el cursor y la figura se moverá de acuerdo a la posición del puntero. Puedes voltear el tan seleccionado al dar un click con el botón derecho del ratón en el interior de la figura. Si eres un principiante de Tangramas, debes intentar con las primeras diez figuras. Las otras no están ordenadas, y algunas, a mi parecer, son muy difíciles. Cuando una figura ha sido resuelta, el color de fondo del área de la silueta cambia. El juego se acuerda de tus figuras resueltas guardando un archivo de estado en el directorio del usuario (~/.gtans/unarchivo.figures.status en el caso de un archivo de figuras llamado unarchivo.figures). Mostrar un tan -=-=-=-=-=-=-=- Este botón muestra la posición de un tangrama dentro de la figura que hay que construir. Por cada click que se haga en el botón se desplegará otro tan distinto. Mostrar contorno -=-=-=-=-=-=-=-=- Dibuja el contorno de la figura a construir en la pantalla principal. Esto ayuda a hacer un poco más fácil el juego. Preferencias -=-=-=-=-=-=- La mayoría de las opciones de este menú permiten cambiar los colores usados por el juego. Para el área principal puedes escojer texturas (archivos pixmap) en vez de colores. Algunos archivos de ejemplo vienen con el juego, pero puedes probar con otros, buscándolos en otros subdirectorios, como /usr/share/pixmaps. Preferencias/Tamaño de las piezas/Aumentar -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Hace a las piezas 5% más grandes en relación con el área de juego. Si cambias la ventana de tamaño, el tamaño de las piezas cambiará también. Preferencias/Tamaño de las piezas/Reducir -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Hace a las piezas un 4.76% más chicas. Preferencias/Precisión -=-=-=-=-=-=-=-=-=-=-= Cambia la exactitud con la que las piezas y la solución tienen que coincidir. Una menor precisión hará al juego más fácil. Preferencias/Rotación -=-=-=-=-=-=-=-=-=-=- "Paso a paso" sólo permite rotación en incrementos de 11.5 grados. Rotación continua hace el juego más dificil y probablemente no lo debes de usar a menos que realmente te disguste la rotación de paso por paso. Preferencias/Archivo de figuras -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Permite que escojas otros archivos de figuras. Por el momento esto no es muy útil porque sólo hay un archivo disponible, pero en el futuro gTans incluirá un editor de problemas para que construyas tus propios retos. Preferencias/Guardar configuración -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Guarda la configuración actual de colores o texturas para que las veas la próxima vez que arranques el juego. Misc/Borrar estado de la figura -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Marcar la figura actual como no resuelta. Misc/Borrar estado de todas las figuras -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Marcar todas las figuras abiertas (por ejemplo, del archivo de figuras actual) como no resueltas. --------------------------------------------- Copyright (C) 1999 Philippe Banwarth email: bwt@altern.org smail: Philippe Banwarth, 8 sente du milieu des Gaudins, 95150 Taverny, France. 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 gtans-1.99.0/data/gtanshelpfr.txt0000644000175400010010000000673311133013255013632 00000000000000 Le but du jeu est de construire une figure dont la silhouette est donnée en utilisant sept pièces (les tans). Vous devez tous les utiliser et ils ne doivent pas être superposés. Pour déplacer un tans, cliquer dessus et faites le glisser, pour le faire tourner, cliquer A COTE. Vous pouvez le retourner en cliquant avec le bouton de droite. C'est surtout utile pour le parallelogramme pour lequel on ne peut pas obtenir toutes les positions par rotation. Si vous ne connaissez pas le Tangram vous devriez commencer par les 10 premières figures du fichier default.figures. Les autres ne sont pas triées et certaines sont difficiles. Lorsque vous avez trouvé la solution la couleur de fond de la silhouette change. Les figures résolues par chaque utilisateur sont mémorisées par des fichiers situés dans son répertoire (par exemple ~/.gtans/exemple.figures.status pour un fichier de figures nommé exemple.figures). Afficher un tan -=-=-=-=-=-=-= Ce bouton affiche la position d'un des tans. En cliquant à nouveau vous pouvez voir la position des autres. Afficher le contour -=-=-=-=-=-=-=-=-= Dessine la figure dans l'aire de jeu, ce qui le rend beaucoup plus facile. Préférences -=-=-=-=-=- La plupart des options de ce menu permettent de modifier les couleurs du jeu. Pour certaines vous pouvez choisir des textures (fichiers pixmap). Quelques unes sont fournies (je ne me souviens d'ailleurs plus du tout où je les ai trouvées) mais comme gTans conserve le pathname complet vous pouvez en utiliser d'autres (par exemple dans /usr/share/pixmaps). Préférences/Taille des tans/augmenter -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Agrandit les tans de 5 %. Par ailleurs vous pouvez aussi changer la taille de la fenêtre. Préférences/Taille des tans/diminuer -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Rétrécit la taille des tans (de 4,76 %) Préférence/Précision nécéssaire -=-=-=-=-=-=-=-=-=-= Modifie la précision du placement requise pour qu'une figure soit acceptée. Plus elle est faible, plus le jeu est facile. Préférences/Rotation -=-=-=-=-=-=-=-=-=-= En mode pas à pas la rotation des tans se fait par pas de 11,5 degrés. Le mode continu rend le jeu plus difficile. Préférences/Fichier de figures -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Permet de changer de fichier de figures. Préférences/Sauver la config. -=-=-=-=-=-=-=-=-=-=-=-=-=-=- Sauve l'ensemble des préférences dans le répertoire utilisateur (~/.gtans/.gtansrc). Divers/Effacer l'état de la figure -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Marque la figure actuelle comme non résolue. Divers/Effacer l'état des figures -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Marque toutes les figures en mémoire (i.e. celles du fichier chargé) comme non résolues. Copyright (C) 1999 Philippe Banwarth email: bwt@altern.org smail: Philippe Banwarth, 8 sente du milieu des Gaudins, 95150 Taverny, France. 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 gtans-1.99.0/data/gtanshelppl.txt0000644000175400010010000000656111133013255013635 00000000000000Zasady gry -=-=-=-=-= Przesuwaj fragmenty (ich nazwa to 'tany'), dopóki nie u³o¿± siê w figurê narysowan± po prawej stronie okna (sylwetka.) Zawsze musisz u¿yæ siedem tanów. Nie mog± one te¿ le¿eæ na sobie. Aby przesun±æ tan, kliknij na nim lewym przyciskiem myszy. Aby go obróciæ kliknij POZA nim. Mo¿esz odbiæ wybrany tan naciskaj±c prawy przycisk myszy -- przydaje siê to przy równoleg³obocznym tanie (nie mo¿na osi±gn±c wszystkich pozycji tylko przez obracanie.) Je¿eli jeste¶ pocz±tkuj±cym, powiniene¶ najpierw u³o¿yæ pierwsze 10 figur z pliku default.figures. Nastêpne nie s± posortowane, niektóre z nich s± bardzo trudne. Gdy figura zosta³a u³o¿ona, kolor t³a sylwetki zmienia siê. U³o¿one figury s± zapamiêtywane w pliku znajduj±cym siê w katalogu domowym u¿ytkownika. (~/.gtans/nazwapliku.figures.status) Poka¿ tan -=-=-=-=- Ten przycisk pokazuje po³o¿enie tana. Ka¿de nastêpne przyci¶niêcie poka¿e nastêpnego tana. Poka¿ obwódkê -=-=-=-=-=-=- Rysuje figurê w obszarze g³ównym. Dziêki temu gra staje siê du¿o prostsza. Ustawienia -=-=-=-=-= Wiêkszo¶æ opcji z tego menu pozwala zmieniaæ kolory u¿ywane przez grê. Dla obszaru g³ównego mo¿esz te¿ wybraæ tekstury zamiast kolorów. Kilka przyk³adowych plików zosta³o za³±czonych (nie pamiêtam gdzie je znalez³em.) Na wy¶wietlaczach o¶miobitowych kolory mog± nie do koñca siê zgadzaæ (GTK próbuje znale¼æ najbli¿szy kolor.) Ustawienia/Rozmiar tanów/Zwiêksz -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Powiêksza tany o 5% w stosunku do obszaru gry. Je¿eli zmienisz rozmiar okna, tany te¿ zostan± przeskalowane. Ustawienia/Rozmiar tanów/Zmniejsz -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Tany staj± siê 4.76% mniejsze. Ustawienia/Dok³adno¶æ -=-=-=-=-=-=-=-=-=-=- Zmienia precyzjê porównania pozycji tanów i rozwi±zania. Ni¿sza dok³adno¶æ czyni grê ³atwiejsz±. Ustawienia/Obroty -=-=-=-=-=-=-=-=- Krok po kroku pozwala tylko na obroty co 11.5 stopnia. Rotacja ci±g³a sprawia, ¿e gra jest trudniejsza; jej u¿ycie nie jest zalecane poza krytycznymi przypadkami niechêci obracania krokowego. Ustawienia/Plik z figurami -=-=-=-=-=-=-=-=-=-=-=-=-= Pozwala wybraæ inny plik z figurami. Ustawienia/Zapisz konfiguracjê -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Zapisuje konfiguracjê w katalogu domowym. (~/.gtans/.gtansrc) Ró¿ne/Wyczy¶æ status figury -=-=-=-=-=-=-=-=-=-=-=-=-=- Ustawia aktualn± figurê jako nieu³o¿on±. Ró¿ne/Wyczy¶æ status wszystkich figur -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Ustawia wszystkie za³adowane figury (tzn. z aktualnego pliku figur) jako nieu³o¿one. Do zrobienia: -=-=-=-=-=-=- - edytor figur (w koñcu!) - wiêcej figur - wersje Gnome Copyright (C) 1999 Philippe Banwarth email: bwt@altern.org smail: Philippe Banwarth, 8 sente du milieu des Gaudins, 95150 Taverny, France. 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 gtans-1.99.0/data/gtanshelpru.txt0000644000175400010010000000756211133013255013652 00000000000000ðÒÁ×ÉÌÁ ÉÇÒÙ -=-=-=-=-=-=- ðÅÒÅÍÅÝÁÊÔÅ ËÕÓÏÞËÉ (ÎÁÚÙ×ÁÅÍÙÅ "ÔÁÎÙ") ÐÏËÁ ÏÎÉ ÎÅ ÓÏ×ÐÁÄÕÔ Ó ÆÉÇÕÒÏÊ ÎÁÒÉÓÏ×ÁÎÎÏÊ × ÐÒÁ×ÏÍ ÏËÎÅ (ÓÉÌÕÜÔÏÍ). ÷Ù ÄÏÌÖÎÙ ËÁÖÄÙÊ ÒÁÚ ÉÓÐÏÌØÚÏ×ÁÔØ ×ÓÅ ÓÅÍØ ÔÁÎÏ× É ÏÎÉ ÎÅ ÄÏÌÖÎÙ ÒÁÓÐÏÌÁÇÁÔØÓÑ ÏÄÉÎ ÐÏ×ÅÒÈ ÄÒÕÇÏÇÏ. þÔÏÂÙ ÐÅÒÅÄ×ÉÎÕÔØ ÔÁÎ, ÝÅÌËÎÉÔÅ É ÐÅÒÅÔÁÝÉÔÅ ÅÇÏ Ó ÐÏÍÏÝØÀ ÌÅ×ÏÊ ËÎÏÐËÉ ÍÙÛÉ, ÄÌÑ ×ÒÁÝÅÎÉÑ ÝÅÌËÎÉÔÅ ×ÏÚÌÅ ÆÉÇÕÒÙ É ÐÅÒÅÍÅÝÁÊÔÅ ËÕÒÓÏÒ ×ÏËÒÕÇ ÎÅÅ. ÷Ù ÍÏÖÅÔÅ ÚÅÒËÁÌØÎÏ ÏÔÒÁÚÉÔØ ×ÙÄÅÌÅÎÎÙÊ ÔÁÎ ÝÅÌËÎÕ× ÐÒÁ×ÏÊ ËÌÁ×ÉÛÅÊ. üÔÏ ÂÙ×ÁÅÔ ÎÕÖÎÏ ÄÌÑ ÐÁÒÁÌÌÅÌÏÇÒÁÍÁ (×ÓÅ ×ÏÚÍÏÖÎÙÅ ÐÏÌÏÖÅÎÉÑ ËÏÔÏÒÏÇÏ, ÎÅ×ÏÚÍÏÖÎÏ ÐÏÌÕÞÉÔØ ÔÏÌØËÏ ×ÒÁÝÅÎÉÅÍ). åÓÌÉ ×Ù ÎÏ×ÉÞÏË × ÜÔÏÊ ÉÇÒÅ, ×ÁÍ ÎÁÄÏ ÐÏÐÒÏÂÏ×ÁÔØ ÐÅÒ×ÙÅ 10 ÆÉÇÕÒ ÉÚ ÆÁÊÌÁ default.figures. ïÓÔÁÌØÎÙÅ ÆÉÇÕÒÙ ÎÅ ÏÔÓÏÒÔÉÒÏ×ÁÎÙ É ÎÅËÏÔÏÒÙÅ ÉÚ ÎÉÈ ÏÞÅÎØ ÔÒÕÄÎÙÅ (ÎÁ ÍÏÊ ×ÚÇÌÑÄ). ëÏÇÄÁ ÆÉÇÕÒÁ ÂÕÄÅÔ ÐÒÁ×ÉÌØÎÏ ÓÏÂÒÁÎÁ Ã×ÅÔ ÆÏÎÁ ÓÉÌÕÜÔÁ ÉÚÍÅÎÉÔÓÑ. óÏÂÒÁÎÎÙÅ ÆÉÇÕÒÙ ÚÁÐÏÍÉÎÁÀÔÓÑ × ÆÁÊÌÅ ÓÏÓÔÏÑÎÉÑ × ËÁÔÁÌÏÇÅ ÐÏÌØÚÏ×ÁÔÅÌÑ (~/.gtans/afile.figures.status ÄÌÑ ÆÁÊÌÁ ÆÉÇÕÒ ÎÁÚ×ÁÎÎÏÇÏ afile.figures) ðÏËÁÚÁÔØ ÔÁÎ -=-=-=-=-=-=- üÔÁ ËÎÏÐËÁ ÐÏËÁÚÙ×ÁÅÔ ÐÏÌÏÖÅÎÉÅ ÔÁÎÁ × ÆÉÇÕÒÅ. ëÁÖÄÏÅ ÓÌÅÄÕÀÝÅÅ ÎÁÖÁÔÉÅ ÂÕÄÅÔ ÐÏËÁÚÙ×ÁÔØ ÄÒÕÇÏÊ ÔÁÎ. ðÏËÁÚÁÔØ ËÏÎÔÕÒ -=-=-=-=-=-=-=- òÉÓÕÅÔ ÆÉÇÕÒÕ × ÇÌÁ×ÎÏÊ ÚÏÎÅ. üÔÏ ÄÅÌÁÅÔ ÉÇÒÕ ÇÏÒÁÚÄÏ ÐÒÏÝÅ. îÁÓÔÒÏÊËÉ -=-=-=-=- âÏÌØÛÉÎÓÔ×Ï ÉÚ ÓÔÒÏË ÍÅÎÀ ÐÏÚ×ÏÌÑÀÔ ×ÁÍ ÉÚÍÅÎÉÔØ Ã×ÅÔÁ ÉÓÐÏÌØÚÕÅÍÙÅ × ÉÇÒÅ. äÌÑ ÇÌÁ×ÎÏÊ ÚÏÎÙ ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÔÅËÓÔÕÒÙ (ÆÁÊÌÙ ÉÚÏÂÒÁÖÅÎÉÊ) ×ÍÅÓÔÏ Ã×ÅÔÁ. îÅËÏÔÏÒÙÅ ÆÁÊÌÙ-ÏÂÒÁÚÃÙ ×ËÌÀÞÅÎÙ × ÄÉÓÔÒÉÂÕÔÉ× (Ñ ÎÅ ÐÏÍÎÀ ÇÄÅ Ñ ÎÁÛÅÌ ÉÈ) ÎÏ ÔÁË ËÁË ÐÏÌÎÙÊ ÐÕÔØ Ë ÆÁÊÌÕ ÓÏÈÒÁÎÑÅÔÓÑ × ÆÁÊÌÅ ÎÁÓÔÒÏÅË, ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÆÁÊÌ ÒÁÓÐÏÌÏÖÅÎÎÙÊ ÇÄÅ ÕÇÏÄÎÏ (ÎÁÐÒÉÍÅÒ × /usr/share/pixmaps/). îÁ 8-ÂÉÔÎÙÈ ÄÉÓÐÌÅÑÈ Ã×ÅÔÁ ÍÏÇÕÔ ÂÙÔØ ÎÅ ÓÏ×ÓÅÍ ÔÅ ËÏÔÏÒÙÅ ×Ù ÈÏÔÅÌÉ (GTK ÐÙÔÁÅÔÓÑ ÐÏÄÏÂÒÁÔØ ÎÁÉÂÏÌÅÅ ÐÏÄÈÏÄÑÝÉÊ Ã×ÅÔ). îÁÓÔÒÏÊËÉ/òÁÚÍÅÒ ÔÁÎÁ/õ×ÅÌÉÞÉÔØ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- äÅÌÁÅÔ ÔÁÎÙ ÎÁ 5 % ÂÏÌØÛÅ ÏÔÎÏÓÉÔÅÌØÎÏ ÉÇÒÏ×ÏÊ ÚÏÎÙ. åÓÌÉ ×Ù ÉÚÍÅÎÉÔÅ ÒÁÚÍÅÒ ÏËÎÁ, ÒÁÚÍÅÒ ÔÁÎÏ× ÂÕÄÅÔ ÉÚÍÅÎÅÎ ÐÒÏÐÏÒÃÉÏÎÁÌØÎÏ. îÁÓÔÒÏÊËÉ/òÁÚÍÅÒ ÔÁÎÁ/õÍÅÎØÛÉÔØ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- äÅÌÁÅÔ ÔÁÎÙ ÎÁ 4.76 % ÍÅÎØÛÅ. îÁÓÔÒÏÊËÉ/ôÏÞÎÏÓÔØ -=-=-=-=-=-=-=-=-=- éÚÍÅÎÑÅÔ ÔÏÞÎÏÓÔØ ÓÒÁ×ÎÅÎÉÑ ÔÅËÕÝÅÊ ÐÏÚÉÃÉÉ ÔÁÎÏ× É ÒÅÛÅÎÉÅÍ. îÉÚËÁÑ ÔÏÞÎÏÓÔØ ÄÅÌÁÅÔ ÉÇÒÕ ÂÏÌÅÅ ÌÅÇËÏÊ. îÁÓÔÒÏÊËÉ/÷ÒÁÝÅÎÉÅ -=-=-=-=-=-=-=-=-=- "ûÁÇ ÚÁ ÛÁÇÏÍ" ÐÏÚ×ÏÌÑÅÔ ×ÒÁÝÅÎÉÅ ÔÏÌØËÏ ÐÒÉÒÁÝÅÎÉÑÍÉ ÐÏ 11.5 ÇÒÁÄÕÓÏ×. "ðÒÏÄÏÌÖÅÎÎÏÅ ×ÒÁÝÅÎÉÅ" ÄÅÌÁÅÔ ÉÇÒÕ ÂÏÌÅÅ ÔÒÕÄÎÏÊ É ×Ù ×ÏÚÍÏÖÎÏ ÎÅ ÄÏÌÖÎÙ ÉÓÐÏÌØÚÏ×ÁÔØ ÅÇÏ ÐÏËÁ ×Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÎÅ ÂÕÄÅÔÅ ÒÁÚÏÞÁÒÏ×ÁÎÙ ×ÒÁÝÅÎÉÅÍ "ûÁÇ ÚÁ ÛÁÇÏÍ". îÁÓÔÒÏÊËÉ/æÁÊÌ ÆÉÇÕÒ -=-=-=-=-=-=-=-=-=-=- ðÏÚ×ÏÌÑÅÔ ×ÁÍ ×ÙÂÒÁÔØ ÄÒÕÇÏÊ ÆÁÊÌ ÆÉÇÕÒ. îÁÓÔÒÏÊËÉ/óÏÈÒÁÎÉÔØ ËÏÎÆÉÇÕÒÁÃÉÀ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- óÏÈÒÁÎÑÅÔ ÆÁÊÌ ËÏÎÆÉÇÕÒÁÃÉÉ × ÄÏÍÁÛÎÅÍ ËÁÔÁÌÏÇÅ ÐÏÌØÚÏ×ÁÔÅÌÑ (~/.gtans/.gtansrc). òÁÚÎÏÅ/ïÞÉÓÔÉÔØ ÓÏÓÔÏÑÎÉÅ ÆÉÇÕÒÙ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- õÓÔÁÎÏ×ÉÔØ ÔÅËÕÝÕÀ ÆÉÇÕÒÕ ËÁË ÎÅÒÅÛÅÎÎÕÀ. òÁÚÎÏÅ/ïÞÉÓÔÉÔØ ÓÏÓÔÏÑÎÉÅ ×ÓÅÈ ÆÉÇÕÒ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- õÓÔÁÎÏ×ÉÔØ ×ÓÅ ÚÁÇÒÕÖÅÎÎÙÅ ÆÉÇÕÒÙ (ÉÚ ÔÅËÕÝÅÇÏ ÆÁÊÌÁ ÆÉÇÕÒ) ËÁË ÎÅÒÅÛÅÎÎÙÅ. ðÌÁÎÉÒÕÅÔÓÑ ÓÄÅÌÁÔØ: -=-=-=-=-=-=-=-=-=-=- - ÒÅÄÁËÔÏÒ ÆÉÇÕÒ. - ÄÏÐÏÌÎÉÔÅÌØÎÙÅ ÆÉÇÕÒÙ. - ×ÅÒÓÉÀ ÄÌÑ Gnome. á×ÔÏÒÓËÏÅ ÐÒÁ×Ï (C) 1999 Philippe Banwarth email: bwt@altern.org smail: Philippe Banwarth, 8 sente du milieu des Gaudins, 95150 Taverny, France. üÔÁ ÐÒÏÇÒÁÍÍÁ - Ó×ÏÂÏÄÎÁÑ; ×Ù ÍÏÖÅÔÅ ÒÁÓÐÒÏÓÔÒÁÎÑÔØ ÅÅ É/ÉÌÉ ÉÚÍÅÎÑÔØ × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ÕÓÌÏ×ÉÑÍÉ õÎÉ×ÅÒÓÁÌØÎÏÊ ïÂÝÅÓÔ×ÅÎÎÏÊ ÌÉÃÅÎÚÉÉ GNU, ÏÐÕÂÌÉËÏ×ÁÎÎÏÊ æÏÎÄÏÍ ó×ÏÂÏÄÎÏÇÏ ÐÒÏÇÒÁÍÎÏÇÏ ÏÂÅÓÐÅÞÅÎÉÑ, 2-ÏÊ ×ÅÒÓÉÉ ÌÉÃÅÎÚÉÉ ÉÌÉ (ÐÏ ×ÁÛÅÍÕ ×ÙÂÏÒÕ) ÌÀÂÏÊ ÂÏÌÅÅ ÐÏÚÄÎÅÊ. üÔÁ ÐÒÏÇÒÁÍÍÁ ÒÁÓÐÒÏÓÔÒÁÎÑÅÔÓÑ × ÎÁÄÅÖÄÅ ÎÁ ÔÏ ÞÔÏ ÏÎÁ ÂÕÄÅÔ ÐÏÌÅÚÎÁ, ÎÏ âåú ëáëéè-ìéâï çáòáîôéê; × ÔÏÍ ÞÉÓÌÅ ÂÅÚ ÐÏÄÒÁÚÕÍÅ×ÁÅÍÏÊ ÇÁÒÁÎÔÉÉ ëïííåòþåóëïê ãåîîïóôé é ðòéçïäîïóôé äìñ ëïîëòåôîïê ãåìé. äÌÑ ÄÏÐÏÌÎÉÔÅÌØÎÏÊ ÉÎÆÏÒÍÁÃÉÉ ÞÉÔÁÊÔÅ GNU General Public License. ÷Ù ÄÏÌÖÎÙ ÂÙÌÉ ÐÏÌÕÞÉÔØ ËÏÐÉÀ õÎÉ×ÅÒÓÁÌØÎÏÊ ïÂÝÅÓÔ×ÅÎÎÏÊ ÌÉÃÅÎÚÉÉ GNU ×ÍÅÓÔÅ Ó ÜÔÏÊ ÐÒÏÇÒÁÍÍÏÊ, ÅÓÌÉ ÜÔÏ ÎÅ ÔÁË, ÎÁÐÉÛÉÔÅ × æÏÎÄ ó×ÏÂÏÄÎÏÇÏ ÐÒÏÇÒÁÍÍÎÏÇÏ ÏÂÅÓÐÅÞÅÎÉÑ Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA gtans-1.99.0/data/gtanshelpuk.txt0000644000175400010010000000755311133013255013643 00000000000000ðÒÁ×ÉÌÁ ÇÒÉ -=-=-=-=-=- ðÅÒÅÓÕ×ÁÊÔÅ ÍÏÚÁ§ËÉ (Ñ˦ ÔÁËÏÖ Ú×ÕÔØÓÑ "ÔÁÎÉ") ÐÏËÉ ×ÏÎÉ ÎÅ ÓÆÏÒÍÕÀÔØ ƦÇÕÒÕ ÎÁÍÁÌØÏ×ÁÎÕ × ÐÒÁ×ÏÍÕ ×¦ËÏÎæ (ÓÉÌÕÅÔ). úÁ×ÖÄÉ ÔÒÅÂÁ ×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ Ó¦Í ÍÏÚÁ§Ë ¦ ×ÏÎÉ ÎÅ ÐÏ×ÉÎΦ ÎÁËÌÁÄÁÔÉÓÑ ÏÄÎÁ ÎÁ ÏÄÎÕ. ýÏ ÐÅÒÅÓÕ×ÁÔÉ ÍÏÚÁ§ËÕ, ËÌÁÃÎ¦ÔØ ÔÁ ÐÏÔÑÇÎ¦ÔØ §§ ̦×ÏÀ ËÌÁצÛÅÀ ÍÉÛËÉ, ÄÌÑ ÔÏÇÏ, ÝÏ ÐÏ×ÅÒÎÕÔÉ ÍÏÚÁ§ËÕ ËÌÁÃÎ¦ÔØ â¶ìñ Îŧ. ðÅÒÅËÉÎÕÔÉ ÍÏÚÁ§ËÕ ÍÏÖÎÁ ËÌÁÃÎÕ×ÛÉ ÐÒÁ×ÏÀ ËÌÁצÛÅÀ ÍÉÛËÉ. ãÅ ÍÏÖÅ ×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉÓÑ ÄÌÑ ÍÏÚÁ§ËÉ Õ ×ÉÇÌÑĦ ÐÁÒÁÌÅÌÏÇÒÁÍÁ (ÎÅ ×Ó¦ ƦÇÕÒÉ ÍÏÖÎÁ ÓËÌÁÓÔÉ Ô¦ÌØËÉ ÚÁ ÄÏÐÏÍÏÇÏÀ ÐÏ×ÏÒÏÔ¦× ÍÏÚÁ§Ë). ñËÝÏ ÷É Ô¦ÌØËÉ ÐÏÞÉÎÁ¤ÔÅ ÇÒÁÔÉ × ôÁέÒÁÍ, ÷ÁÍ ÓÌ¦Ä ÐÏÞÁÔÉ Ú ÐÅÒÛÉÈ ÄÅÓÑÔÉ Æ¦ÇÕÒ × ÆÁÊ̦ default.figures. ¶ÎÛ¦ ƦÇÕÒÉ ÎŠצÄÓÏÒÔÏ×ÁΦ ¦ ÄÅÑ˦ Ú ÎÉÈ - ÄÕÖÅ ×ÁÖ˦ (ÑË ÎÁ Í¦Ê ÓÍÁË). ð¦ÓÌÑ ÒÏÚ×'ÑÚËÕ Æ¦ÇÕÒÉ ÔÌÏ Õ ×¦ËΦ ÓÉÌÕÅÔÕ ÚͦÎÀ¤ÔØÑ. òÏÚ×'ÑÚÁΦ ƦÇÕÒÉ ÚÁÐÁÍ'ÑÔÏ×ÕÀÔØÓÑ ÐÒÉ ÚÁÐÉÓ¦ ÆÁÊÌÕ × ÄÏÍÁÛÎ¦Ê ÄÉÒÅËÔÏÒ¦§ ËÏÒÉÓÔÕ×ÁÞÁ (~/.gtans/afile.figures.status ÄÌÑ ÆÁÊÌÕ Æ¦ÇÕÒ afile.figures). ðÏËÁÚÁÔÉ ÍÏÚÁ§ËÕ -=-=-=-=-=-=-=-=- ãÑ ËÎÏÐËÁ ÐÏËÁÚÕ¤ ÐÏÚÉ˦À ÍÏÚÁ§ËÉ. ëÏÖÎÅ ÎÁÓÔÕÐÎÅ ËÌÁÃÁÎÎÑ ÂÕÄÅ ÐÏËÁÚÕ×ÁÔÉ ¦ÎÛÕ ÍÏÚÁ§ËÕ. ðÏËÁÚÁÔÉ ËÏÎÔÕÒ -=-=-=-=-=-=-=- íÁÌÀ¤ ƦÇÕÒÕ × ÇÏÌÏ×ÎÏÍÕ ×¦Ë¦Î¦. ãÅ ÒÏÂÉÔØ ÇÒÕ ÎÁÂÁÇÁÔÏ ÐÒÏÓÔ¦ÛÏÀ. õÓÔÁÎÏ×ËÉ -=-=-=-=- â¦ÌØÛ¦ÓÔØ ÐÕÎËÔ¦× ÍÅÎÀ ÔÕÔ ÄÏÚ×ÏÌѤ ×ÓÔÁÎÏ×ÌÀ×ÁÔÉ ËÏÌØÏÒÉ, Ñ˦ ×ÉËÏÒÉÓÔÏ×ÕÀÔØÓÑ × ÇÒ¦. äÌÑ ÇÏÌÏ×Îϧ ÏÂÌÁÓÔ¦ צËÎÁ ÷É ÍÏÖÅÔÅ ×ÓÔÁÎÏ×ÉÔÉ ÚÁÌÉ×ËÕ ×¦ÚÅÒÕÎËÏÍ (ÆÁÊÌ pixmap) ÚÁͦÓÔØ ËÏÌØÏÒÕ. äÅÑ˦ ÆÁÊÌÉ ÚÒÁÚË¦× ÐÏÓÔÁÞÁÀÔØÓÑ Ú ÇÒÏÀ (Ñ ÎÅ ÐÁÍ'ÑÔÁÀ ÚצÄËÉ Ñ §È ×ÚÑ×), ÁÌÅ ÞÅÒÅÚ ÔÅ, ÝÏ × ÇÒ¦ ÚÁÐÁÍ'ÑÔÏ×ÕÀÔØÓÑ ÐÏ×Φ ÍÁÒÛÒÕÔÉ ÄÏ ÆÁÊ̦×, ÷É ÍÏÖÅÔÅ ÓËÏÒÉÓÔÁÔÉÓÑ ÂÕÄØ-ÑËÉÍ ÆÁÊÌÏÍ, ÑËÉÊ ÚÎÁÈÏÄÉÔØÓÑ × ÂÕÄØ-ÑËÏÍÕ ¦ÎÛÏÍÕ Í¦Óæ (ÎÁÐÒÉËÌÁÄ, × /usr/share/pixmaps/). îÁ 8 ¦ÔÎÉÈ ÄÉÓÐÌÅÑÈ ÎÅ ×Ó¦ ËÏÌØÏÒÉ ÍÏÖÕÔØ צÄÏÂÒÁÖÁÔÉÓÑ ×¦ÒÎÏ (GTK ÎÁÍÁÇÁ¤ÔØÓÑ ÚÎÁÊÔÉ ÎÁÊËÁÝÉÊ ËÏ̦Ò). õÓÔÁÎÏ×ËÉ/òÏÚÍ¦Ò ÍÏÚÁ§Ë/úÂ¦ÌØÛÉÔÉ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- òÏÂÉÔØ ÍÏÚÁ§ËÉ ÎÁ 5% Â¦ÌØÛÅ ÐÏ ×¦ÄÎÏÛÅÎÎÀ ÄÏ ÐÌÏݦ ÇÒÉ. ñËÝÏ ÷É ÚͦÎÉÔÅ ÒÏÚÍ¦Ò ×¦ËÎÁ - ÍÏÚÁ§ËÉ ÔÅÖ ÚͦÎÑÔØ Ó×¦Ê ÒÏÚͦÒ. õÓÔÁÎÏ×ËÉ/òÏÚÍ¦Ò ÍÏÚÁ§Ë/úÍÅÎÛÉÔÉ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- òÏÂÉÔØ ÍÏÚÁ§ËÉ ÎÁ 4.76 % ÍÅÎÛÉÍÉ. õÓÔÁÎÏ×ËÉ/ôÏÞΦÓÔØ -=-=-=-=-=-=-=-=-=- úͦÎÀ¤ ÔÏÞΦÓÔØ ÐÏÒ¦×ÎÑÎÎÑ ÐÏÚÉÃ¦Ê ÍÏÚÁ§Ë ÔÁ ÒÏÚ×'ÑÚËÕ. ðÒÉ ÍÅÎÛ¦Ê ÔÏÞÎÏÓÔ¦ ÇÒÁ ÌÅÇÛÁ. õÓÔÁÎÏ×ËÉ/ïÂÅÒÔÁÎÎÑ -=-=-=-=-=-=-=-=-=- õÓÔÁÎÏ×ËÁ "ëÒÏË ÚÁ ËÒÏËÏÍ" ÏÂÍÅÖÕ¤ ÏÂÅÒÔÁÎÎÑ Ô¦ÌØËÉ ÄÏ ËÒÏË¦× Õ 11,5 ÇÒÁÄÕÓ¦×. îÅÐÅÒÅÒ×ÎÅ ÏÂÅÒÔÁÎÎÑ ÒÏÂÉÔØ ÇÒÕ ÓËÌÁÄΦÛÏÀ, ¦ ÎÁÐÅ×ÎÅ ÷É ÎÅ ÂÕÄÅÔÅ ÎÉÍ ËÏÒÉÓÔÕ×ÁÔÉÓÑ, ËÒ¦Í È¦ÂÁ ÝÏ ÷ÁÍ ÐÒÏÓÔÏ ÎÅ ÐÏÄÏÂÁ¤ÔØÓÑ ÎÅÐÅÒÅ×ÎÅ ÏÂÅÒÔÁÎÎÑ. õÓÔÁÎÏ×ËÉ/æÁÊÌ Æ¦ÇÕÒ... -=-=-=-=-=-=-=-=-=-=-=-= äÁ¤ ÍÏÖÌÉצÓÔØ ×ÉÂÒÁÔÉ ¦ÎÛÉÊ ÆÁÊÌ Æ¦ÇÕÒ. õÓÔÁÎÏ×ËÉ/úÁÐÉÓÁÔÉ ËÏÎÆ¦­ÕÒÁæÀ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- úÁÐÉÓÕ¤ ËÏÎÆ¦­ÕÒÁæÀ ËÏÒÉÓÔÕ×ÁÞÁ × ÆÁÊÌ Õ ÄÏÍÁÛÎ¦Ê ÄÉÒÅËÔÏÒ¦§ (~/.gtans/.gtansrc). ò¦ÚÎÅ/ïÞÉÓÔÉÔÉ ÓÔÁÔÕÓ Æ¦ÇÕÒÉ -=-=-=-=-=-=-=-=-=-=-=-=-=-=- ÷ÓÔÁÎÏ×ÌÀ¤ ÓÔÁÔÕÓ ÄÁÎϧ ƦÇÕÒÉ ÑË ÎÅÒÏÚ×'ÑÚÁÎϧ. ò¦ÚÎÅ/ïÞÉÓÔÉÔÉ ÓÔÁÔÕÓ ×Ó¦È Æ¦ÇÕÒ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ÷ÓÔÁÎÏ×ÌÀ¤ ×Ó¦ ÐÒÏÞÉÔÁΦ ƦÇÕÒÉ (ÔÏÂÔÏ Ú ÄÁÎÏÇÏ ÚÁ×ÁÎÔÁÖÅÎÏÇÏ ÆÁÊÌÕ) ÑË ÎÅÒÏÚ×'ÑÚÁΦ. úÁÌÉÛÉÌÏÓØ ÚÒÏÂÉÔÉ: -=-=-=-=-=-=-=-=-=- -ÒÅÄÁËÔÏÒ Æ¦ÇÕÒ (×ÒÅÛÔ¦ ÒÅÛÔ!). -ÄÏÄÁÔÉ Â¦ÌØÛŠƦÇÕÒ. -×ÅÒÓ¦À ÄÌÑ Gnome. Copyright (C) 1999 Philippe Banwarth email: bwt@altern.org smail: Philippe Banwarth, 8 sente du milieu des Gaudins, 95150 Taverny, France. 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 ðÅÒÅËÌÁÄ ÕËÒÁ§ÎÓØËÏÀ ÍÏ×ÏÀ (C) äÍÉÔÒÏ ëÏ×ÁÌØÏ×, 2000 mailto: kov@tokyo.email.ne.jpgtans-1.99.0/data/gtansrc.in0000644000175400010010000000067111133016475012547 00000000000000gTans v1.0 config file 1 ispx 1 pxcol 32768 32768 50000 pxnam @pkgdatadir@/pixmaps/gtans_burtwood.xpm ispx 1 pxcol 40000 40000 65535 pxnam @pkgdatadir@/pixmaps/gtans_brightburtwood.xpm ispx 1 pxcol 65535 32768 32768 pxnam @pkgdatadir@/pixmaps/gtans_paper.xpm phlp 65535 0 0 ffg 0 0 0 fbg 65535 65535 65535 fhlp 32767 32767 32767 fchk 57365 65535 53738 fgnam @pkgdatadir@/figures/defaultfigs.gtans accur 1 rot 2048 0.125 end of config file 1 gtans-1.99.0/data/icons/0000777000175400010010000000000011133040116011736 500000000000000gtans-1.99.0/data/icons/16x16/0000777000175400010010000000000011133040116012523 500000000000000gtans-1.99.0/data/icons/16x16/gtans.png0000644000175400010010000000046611133020020014257 00000000000000‰PNG  IHDRóÿabKGDÿÿÿ ½§“ëIDAT8ѽJA†á'haa´‚a—ÊÂF[ÁBDð,½ o!µ…´‘TÁôiRˆ¥•µ?(Ä"³p”L6ëËÌîÌûž3;”§†ÝÜb} ¸‡ýÿ øŸU®-j1'h`½ Ž‚U\a‚ûô~€›2AÌFxÅÖÐÂ5.sP#Ìßq‹´ÓøÇÔÑèÛÆÇ3¿÷yžÞ¦ {ŒaŸ9¾mãh`¢Û‹ƒÑ”rÕ=Ç7^ôPqV´¯ði€öžÇÕ_à5\ ‰ì´ÁsU\FÏxÃv›‹ñÜ£(ÇÀ;¾Rð&&»!…”µ®±€GÌÆà4¦p‹§8—Œ’è}tÚt÷¢¹žø}2ÎâÍÂ(â›Ýº ñ$\Çe€±ç*½À-ü8?Ä÷V°ä*D©Vìb)Å^ƒµ Ï3*«&ªjµ¼ÑCW‹¢Ñ¤Ž" ÷Іx­\Çz´Ëñ• çEÛFwýFáè?Pî'öðÀ^ÚQ…û¯IEND®B`‚gtans-1.99.0/data/icons/24x24/0000777000175400010010000000000011133040116012521 500000000000000gtans-1.99.0/data/icons/24x24/gtans.png0000644000175400010010000000064411133020020014253 00000000000000‰PNG  IHDRàw=øbKGDÿÿÿ ½§“YIDATH‰µÔ=KAÀñßEÉ5W(ØÚØùRÙi¥àK+ù~KKÑÒNHˆ)-´±ñ¥4•/Q‚ hÎbwqo¹ug÷ô-fž™ÿÿyf˜¥Zôa(tax ·8*Zü¡üÆð/dCAŸ,³/ta^êXûᛘ( '¬ƒ4«Àéì`sxˆÇ—ø‰;Œc _ªHÒ±ŠG´qŽÅT®ŽÝ8ׯl¯’SQõy’Ê‚DrƒºI~a!T{%·.zPÿE¼ƒ¿qnø–³w7¸/*` O¢Nö¼œ˜ÊŸ QÏJ²‚C\g$ÃØçƒ‰¤ÕEÐNIx2× óæ1“#hâ»è‚“øìå¡Ö0Šéx|ƒüIC–3&ßo| 貎ílE‚PxV$( OKŽ‹UáiÉǽôâf›Ò)IEND®B`‚gtans-1.99.0/data/icons/32x32/0000777000175400010010000000000011133040116012517 500000000000000gtans-1.99.0/data/icons/32x32/gtans.png0000644000175400010010000000076411133020020014254 00000000000000‰PNG  IHDR szzôbKGDÿÿÿ ½§“©IDATX…ÅÖÏjÔPÇñOÿX]h»™">‚ A|Á]+]tS·¾ˆ+ÿì}w¾€ˆ(‚ (í®ŠÐE)"P‹ã"¼sçfòg.éBHrs~ßœœ““ù´†%üͳ•ùOl´½q9“ù{¬fˆÕÉü~ãT‡ ä2÷ ›÷ 2ï ` ŸæÚvÁuÜ•¶F95À¡Lˆ{÷6^á"8·‚Çø69á>âN[Ã&zˆ3ÿŸìG¸Pq&²aq<Ù×Adï‚¢¨ƒè4 š@ü0]lUã.K Ölá9þç.0ŒÖ]Ãk¼­‰w÷ð¥!#Ø1]˜ßͶáXÑ)÷kÌßáeóDÀÉdKA”æc<íBÌ(÷!Dh¾@ vF „ˆÍ§â"|¤(yº‰s¬'®Ý0ýO¸ª`»Ñºgx’ þ¡âÉÂíL1šj€}ˆ§á¯š`CÜU|šj„m¤.¶ÇCÅ:oqO-DS€EÌS•ÿo̾ó#l.`k€½¦¹Íg4ïäH{g€^ÌSúª‡´ÏÓ‹Ë4¿ýI€¬“w&ðOIEND®B`‚gtans-1.99.0/data/icons/48x48/0000777000175400010010000000000011133040116012535 500000000000000gtans-1.99.0/data/icons/48x48/gtans.png0000644000175400010010000000121311133020020014260 00000000000000‰PNG  IHDR00Wù‡bKGDÿÿÿ ½§“@IDAThíØ¿kÔPðVQ8ÑI°.ºØÖèîÿàêä"]ñ?ðopPtpppquVp+–Š ÅA¨-U¬ P\ÔsHcsw/×$÷^¡_Èr—÷Þ÷s—\ráj¥‡ë]—hšúXŽ9éþ˜“I¯ð +1'n—?ƒ™Ø“§ËL±@J@òò¤´Rž4€ÖÊÐjyâZ/"ÍÓÃfµXžx€8i®Z‰u½Ã¾Fš¯rbžoqEˈ²Cè*náKà½#xˆ§÷rÄ ‹Qp’<ÀÙdq[Çw\3v[±}cMd£ˆª€ªˆ¼|?€ADÀ^ˆbù¤€"¢.  1\>9 G¬6 #B僀²Ûésšý5¼‡ÃÆ?ÛÆ›Àë3x‰û¸ãU,¬à›ìYfÕ•ýAº`²çŸ ¸©" ,e÷òã¶-œŸdÑBæñ!°Fås . fùOŽØ Ðfù image/svg+xml gtans-1.99.0/data/Makefile.am0000644000175400010010000000161611133025010012573 00000000000000SUBDIRS = icons sysconf_DATA = gtansrc gtansrc: gtansrc.in $(SED) -e "s!\@pkgdatadir\@!$(pkgdatadir)!" $< > $@ helpdir = $(pkgdatadir) help_DATA = \ gtanshelp.txt \ gtanshelpcs.txt \ gtanshelpes.txt \ gtanshelpfr.txt \ gtanshelppl.txt \ gtanshelpru.txt \ gtanshelpuk.txt figuresdir = $(pkgdatadir)/figures figures_DATA = \ figures/alpha.figures \ figures/default.figures \ figures/misc.figures \ figures/similar.figures pixmapsdir = $(pkgdatadir)/pixmaps pixmaps_DATA = \ pixmaps/gtans_brightburtwood.xpm \ pixmaps/gtans_brightwood.xpm \ pixmaps/gtans_burtwood.xpm \ pixmaps/gtans_paper.xpm \ pixmaps/gtans_puzzle.xpm \ pixmaps/gtans_recessed.xpm \ pixmaps/gtans_rope.xpm \ pixmaps/gtans_stones.xpm \ pixmaps/gtans_volcanic.xpm \ pixmaps/gtans_wood.xpm CLEANFILES = $(sysconf_DATA) EXTRA_DIST = \ gtansrc.in \ $(help_DATA) \ $(figures_DATA) \ $(pixmaps_DATA) gtans-1.99.0/data/Makefile.in0000644000175400010010000004711011133032422012610 00000000000000# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = data DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(figuresdir)" "$(DESTDIR)$(helpdir)" \ "$(DESTDIR)$(pixmapsdir)" "$(DESTDIR)$(sysconfdir)" figuresDATA_INSTALL = $(INSTALL_DATA) helpDATA_INSTALL = $(INSTALL_DATA) pixmapsDATA_INSTALL = $(INSTALL_DATA) sysconfDATA_INSTALL = $(INSTALL_DATA) DATA = $(figures_DATA) $(help_DATA) $(pixmaps_DATA) $(sysconf_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBM = @LIBM@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ 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@ PKG_CONFIG = @PKG_CONFIG@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RSVG_CONVERT = @RSVG_CONVERT@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = icons sysconf_DATA = gtansrc helpdir = $(pkgdatadir) help_DATA = \ gtanshelp.txt \ gtanshelpcs.txt \ gtanshelpes.txt \ gtanshelpfr.txt \ gtanshelppl.txt \ gtanshelpru.txt \ gtanshelpuk.txt figuresdir = $(pkgdatadir)/figures figures_DATA = \ figures/alpha.figures \ figures/default.figures \ figures/misc.figures \ figures/similar.figures pixmapsdir = $(pkgdatadir)/pixmaps pixmaps_DATA = \ pixmaps/gtans_brightburtwood.xpm \ pixmaps/gtans_brightwood.xpm \ pixmaps/gtans_burtwood.xpm \ pixmaps/gtans_paper.xpm \ pixmaps/gtans_puzzle.xpm \ pixmaps/gtans_recessed.xpm \ pixmaps/gtans_rope.xpm \ pixmaps/gtans_stones.xpm \ pixmaps/gtans_volcanic.xpm \ pixmaps/gtans_wood.xpm CLEANFILES = $(sysconf_DATA) EXTRA_DIST = \ gtansrc.in \ $(help_DATA) \ $(figures_DATA) \ $(pixmaps_DATA) all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu data/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-figuresDATA: $(figures_DATA) @$(NORMAL_INSTALL) test -z "$(figuresdir)" || $(MKDIR_P) "$(DESTDIR)$(figuresdir)" @list='$(figures_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(figuresDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(figuresdir)/$$f'"; \ $(figuresDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(figuresdir)/$$f"; \ done uninstall-figuresDATA: @$(NORMAL_UNINSTALL) @list='$(figures_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(figuresdir)/$$f'"; \ rm -f "$(DESTDIR)$(figuresdir)/$$f"; \ done install-helpDATA: $(help_DATA) @$(NORMAL_INSTALL) test -z "$(helpdir)" || $(MKDIR_P) "$(DESTDIR)$(helpdir)" @list='$(help_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(helpDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(helpdir)/$$f'"; \ $(helpDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(helpdir)/$$f"; \ done uninstall-helpDATA: @$(NORMAL_UNINSTALL) @list='$(help_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(helpdir)/$$f'"; \ rm -f "$(DESTDIR)$(helpdir)/$$f"; \ done install-pixmapsDATA: $(pixmaps_DATA) @$(NORMAL_INSTALL) test -z "$(pixmapsdir)" || $(MKDIR_P) "$(DESTDIR)$(pixmapsdir)" @list='$(pixmaps_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(pixmapsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pixmapsdir)/$$f'"; \ $(pixmapsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pixmapsdir)/$$f"; \ done uninstall-pixmapsDATA: @$(NORMAL_UNINSTALL) @list='$(pixmaps_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(pixmapsdir)/$$f'"; \ rm -f "$(DESTDIR)$(pixmapsdir)/$$f"; \ done install-sysconfDATA: $(sysconf_DATA) @$(NORMAL_INSTALL) test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" @list='$(sysconf_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \ $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \ done uninstall-sysconfDATA: @$(NORMAL_UNINSTALL) @list='$(sysconf_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \ rm -f "$(DESTDIR)$(sysconfdir)/$$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): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(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; nonemtpy = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ 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; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ distdir=`$(am__cd) $(distdir) && pwd`; \ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ (cd $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$top_distdir" \ distdir="$$distdir/$$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(figuresdir)" "$(DESTDIR)$(helpdir)" "$(DESTDIR)$(pixmapsdir)" "$(DESTDIR)$(sysconfdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive info: info-recursive info-am: install-data-am: install-figuresDATA install-helpDATA \ install-pixmapsDATA install-dvi: install-dvi-recursive install-exec-am: install-sysconfDATA install-html: install-html-recursive install-info: install-info-recursive install-man: install-pdf: install-pdf-recursive install-ps: install-ps-recursive installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-figuresDATA uninstall-helpDATA \ uninstall-pixmapsDATA uninstall-sysconfDATA .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ install-strip .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic ctags \ ctags-recursive distclean distclean-generic distclean-tags \ distdir dvi dvi-am html html-am info info-am install \ install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am \ install-figuresDATA install-helpDATA install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-pixmapsDATA install-ps \ install-ps-am install-strip install-sysconfDATA installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-figuresDATA uninstall-helpDATA uninstall-pixmapsDATA \ uninstall-sysconfDATA gtansrc: gtansrc.in $(SED) -e "s!\@pkgdatadir\@!$(pkgdatadir)!" $< > $@ # 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: gtans-1.99.0/data/pixmaps/0000777000175400010010000000000011133040115012303 500000000000000gtans-1.99.0/data/pixmaps/gtans_brightburtwood.xpm0000644000175400010010000005463511133016175017234 00000000000000/* XPM */ static char * lightburtwood_xpm[] = { "96 96 254 2", " c None", ". c #DB8645", "+ c #CC7B35", "@ c #D3853C", "# c #D39446", "$ c #CC853D", "% c #D3864F", "& c #DB9658", "* c #C5945F", "= c #D3A655", "- c #CC9D53", "; c #CC944C", "> c #E0B069", ", c #E09F57", "' c #D37D3D", ") c #D37633", "! c #DB7D3C", "~ c #DC8E50", "{ c #E0A862", "] c #E0AF5F", "^ c #E0B869", "/ c #E7B067", "( c #E78E46", "_ c #D39F63", ": c #E0B974", "< c #B57A43", "[ c #CC7D42", "} c #E07F48", "| c #B56734", "1 c #AC6947", "2 c #A3603B", "3 c #B56E47", "4 c #CC7D4F", "5 c #C5763C", "6 c #CC763B", "7 c #C56233", "8 c #C56E35", "9 c #C56E3D", "0 c #D38646", "a c #D37D47", "b c #CC8E53", "c c #CC8E42", "d c #B5602E", "e c #AC6735", "f c #B56D34", "g c #CC8546", "h c #B56035", "i c #BD6734", "j c #D38E46", "k c #E0954E", "l c #DB9545", "m c #DB9D4E", "n c #DB9F57", "o c #DB954E", "p c #C57B43", "q c #BD7B42", "r c #D3944E", "s c #D38E4F", "t c #C58545", "u c #D39F55", "v c #E7A060", "w c #D37D34", "x c #E09659", "y c #E0A755", "z c #DB884F", "A c #DB7D47", "B c #B56740", "C c #C57D50", "D c #D37641", "E c #C56735", "F c #BD602E", "G c #D39558", "H c #E09F62", "I c #BD6D35", "J c #CC7647", "K c #C56E47", "L c #BC763B", "M c #DC8E46", "N c #DBA757", "O c #CC6E35", "P c #C57647", "Q c #BD6E3D", "R c #CC6431", "S c #BD6E47", "T c #AC623A", "U c #7D4F33", "V c #A36948", "W c #D39C42", "X c #A35438", "Y c #D36E35", "Z c #B55939", "` c #BD6035", " . c #9B5435", ".. c #D36E3F", "+. c #BD7648", "@. c #B56B57", "#. c #CC8650", "$. c #AC5939", "%. c #BD7D50", "&. c #915333", "*. c #C58E4E", "=. c #A3593A", "-. c #914A2C", ";. c #A3532C", ">. c #B5623F", ",. c #C5663D", "'. c #D36739", "). c #E07A3B", "!. c #BD6740", "~. c #9B4C2D", "{. c #DB7635", "]. c #E7A255", "^. c #BD7F60", "/. c #CC6E46", "(. c #BD6240", "_. c #9B5F3B", ":. c #AC693D", "<. c #C57D35", "[. c #9B543D", "}. c #914327", "|. c #CC6E3D", "1. c #AC5435", "2. c #E09D4E", "3. c #AC542F", "4. c #AC5423", "5. c #AC7450", "6. c #AC7143", "7. c #A8592D", "8. c #7F4738", "9. c #CC8560", "0. c #B5542D", "a. c #A37341", "b. c #915F32", "c. c #9B6246", "d. c #E7A75D", "e. c #EDB069", "f. c #E08643", "g. c #DBA062", "h. c #E79554", "i. c #C57057", "j. c #AC5F2D", "k. c #A3431B", "l. c #B57648", "m. c #9B6B60", "n. c #91543D", "o. c #B5592E", "p. c #CC945B", "q. c #916B46", "r. c #B56D3D", "s. c #9B5933", "t. c #E79869", "u. c #D39469", "v. c #DB763D", "w. c #D3B06B", "x. c #E0B173", "y. c #D3A762", "z. c #DBA862", "A. c #C58658", "B. c #EDA75C", "C. c #DB7041", "D. c #E7C286", "E. c #DBC386", "F. c #DBAF69", "G. c #DBA873", "H. c #DBAF60", "I. c #DBBA76", "J. c #E0884F", "K. c #EDB970", "L. c #E06B3D", "M. c #A34C29", "N. c #E0C07B", "O. c #DBB767", "P. c #D3AF60", "Q. c #E7B173", "R. c #DB6E35", "S. c #D3BC77", "T. c #E7C077", "U. c #F1BA76", "V. c #CCAA69", "W. c #D3A776", "X. c #E0A873", "Y. c #DBB076", "Z. c #E7B871", "`. c #EDC280", " + c #9B6946", ".+ c #BD854B", "++ c #A36935", "@+ c #D38860", "#+ c #C5854E", "$+ c #E7B97D", "%+ c #AC6246", "&+ c #914C35", "*+ c #864F40", "=+ c #E07641", "-+ c #CC9C67", ";+ c #BD865B", ">+ c #864E2E", ",+ c #E7A869", "'+ c #693A24", ")+ c #9B764E", "!+ c #A3693D", "~+ c #B58658", "{+ c #B57B53", "]+ c #DBC98C", "^+ c #D3BF73", "/+ c #E09C73", "(+ c #CCAF57", "_+ c #AC7B4C", ":+ c #E0C986", "<+ c #E7C789", "[+ c #E7CA79", "}+ c #98593F", "|+ c #AC7F57", "1+ c #915935", "2+ c #C58E5B", "3+ c #B57A60", "4+ c #A3764E", "5+ c #9B693B", "6+ c #BD8E5C", "7+ c #A36246", "8+ c #866041", "9+ c #C58969", "0+ c #C57A60", "a+ c #865035", "b+ c #734335", "c+ c #EDC786", "d+ c #915F41", "e+ c #DBB386", "f+ c #CC9669", "g+ c #CC673D", "h+ c #865838", "i+ c #C59869", "j+ c #DB7F57", "k+ c #DB8960", "l+ c #C5A664", "m+ c #CCA273", "n+ c #E78546", "o+ c #BD9C73", "p+ c #9B7A4E", "q+ c #734C3D", "r+ c #7D5D46", "s+ c #604735", "t+ c #A35F2E", "u+ c #9B532A", "v+ c #EDBC82", "w+ c #9B5F2F", "x+ c #91401B", "y+ c #E7A06D", "z+ c #917057", "A+ c #D37F57", "B+ c #7D4727", "C+ c #E0C773", "D+ c #A34C1B", "E+ c #864027", ". + @ # @ $ % & * = - ; > , ' . ) ! ~ { ] ^ ] / ( ' , _ : < [ } [ | 1 2 3 4 5 ! 6 7 8 ' 8 9 0 a b c d | [ 0 % e 8 f 5 ~ g h i % & % 5 a ' 8 ' a < j k l m { n o . ! 6 . 0 % p p q g r s 0 @ 0 . ", "j + $ # @ t g s u > u c { v @ ! w ' ~ x y y m u . ) z r > f 5 A [ B 3 2 B C 6 @ D E E 8 F i 6 0 g G 0 o H , j d I I [ & % i f [ . @ . 6 J K 2 3 L $ . M o N # j D ' O % [ 0 p P L g & l 0 0 . % ", "4 Q 5 % j $ @ g u / G t M k ' R 9 9 J A . M p 3 . O ! M { L 3 4 [ Q S T B Q 6 ' 6 6 J a a 9 9 a c & 0 ~ ~ z 0 L 5 8 5 [ [ d 8 & M . x i B 3 U V 3 4 . l & N m W 6 6 8 % [ g 8 5 q % & o j [ [ 0 ", "3 X h [ 0 0 0 0 ~ n j p 0 z Y 7 T Z ` Y ! ' Q .a ..! . , t +.@.#.[ C S S 9 [ . D a J a z J 8 % , o + 8 8 [ @ ' J 9 Q 6 5 5 [ x P [ 4 $.1 %.&.V S p ~ o b *.; c 9 6 5 % [ [ 5 p p b & o 0 $ [ 6 ", "=.-.;.9 a . j j . 0 [ @ z . Y O >.h ,.'.).! !.~.P D {.! ].& ^.T & & s % 4 [ A . 4 /.` Z (.d Q , H #.8 E 8 [ [ [ a 9 /.% z 0 . ~ _.1 :.T S C S | < <.M 0 | 2 T >.Q Q | [ 5 [ p 0 0 % # s j % 5 !.", "[.}.~.!.' 0 @ @ . 6 O 0 ~ a D Y P K |.... . K 1.8 D {.! 2.y b Q o x % % a 6 . A ,.` 3.1.1.4.i ~ & 5 i d 8 J 9 [ A J |.D a D a a 5.3 .;.h 8 a I 6.f $ g 7.}.1.$.T T T +.Q 0 g 0 % % 0 0 0 % 5 h ", "_.8.;.E 6 ' ' @ ' O 8 ' @ . a ..+ D 9 9 0 o ~ p 6 ' ! . , n 0 . 0 o [ A a |.a 6 ` 3.Z (.>.$.I 0 #.e h d !.J I C a D E F F 7 |.D 9.>.>.Z 0.9 a 8 a.b.Q [ =.;.!.K 2 T 7.S 5 #.[ 0 g [ g g % g J Q ", "c.-.;.8 D ) @ w . ' w [ a ~ ~ Y O O 9 S c d.e.d.f.A . H g.# @ h.$ ~ [ % z |.. 6 /.Z ` i.Z d [ o %.j.S P 4 % Q p E 8 O 7 F Z E /.O k.a a 9 & #.l.m.n.B C j.T 5 ) :.:.2 q p % [ [ [ [ [ [ [ 4 p Q ", "o.F i I 9 [ 0 0 ' 6 8 6 # n o 0 @ ) L W d.].0 [ + @ M k m ; $ @ $ 0 j 0 0 0 0 a c g G p.q f p s ' 0 d !.Q h & M Y '.7 E 7 7 7 R [ @ ) |.[ 4 3 b.q.b.2 L % g P r.j.I 6 a a 6 + [ [ p [ [ g & & I ", "I d d E 0 ~ 0 6 ' O E 8 j n m . ( j # N 2.@ O !.@ @ ! M r # # M # m n , & r % s m r & o p I [ [ $ @ 7.Q P Q o j f.. O 8 F 7 O ..6 ' ' ..a a q 2 _.s.;.j.F o.o.j.I 5 p O 8 O @ M [ 0 0 g 0 o ~ L ", "[ 9 F 9 z t.. O ' ) O w r n , ~ A % u.n o w |.|.a ' D ' o o n ~ j l , N n r G _ u 0 #.a |.[ 0 # n r | 9 P 8 0 [ l o o % g [ D 6 7 O ..Y a A 4 p C #.s ' O 6 D a g % 0 a [ 6 [ 0 @ , k o o n o c ", "[ [ [ ' a . a |.8 O Y 0 o ~ . v./.r.S #.z . D D 5 6 ..! s & o ~ # o m r u _ w.x.y.p.[ J 6 % y z.] n p g a 6 @ [ # m y { m ~ @ @ 9 |.D ' A ~ % [ A.G x ~ ' ! 0 z 0 0 0 % . 0 [ [ [ o o $ M # 0 o ", "g s ~ 0 0 a ' ' O ' ~ B.{ o ' C./.$.;.B ' A R ` Z ,...A . o & ~ y m N N ] : : D.E.F.G.g.G _ H.I.y N s % 0 a z M r u m & o o m m & & ~ ~ l j 0 <.t s G j $ 0 # j % [ 8 [ 0 % . ~ @ o o 0 r j # y ", "o o l s o & , x 0 J.B.e.K., . L.a >.M.d 6 ! E 3.M.o...! . & n r 2.y n { > : : F.I.I.N.: y.F.O.P.n o a ' D 6 ' 0 $ c % o & o o m & G # j # r c [ q p L I I L <.p . ' [ 0 o % 0 % o k o o o o o , ", "k n o o & { / Q., l ~ , { m ! R.D !.h 6 . . ) P 7.i ..w M m { n m n N z.z.z.y.= y.z.I.S.w.I.x.g.o ' 6 Y R O 8 [ [ a [ a z o r # s j j j @ 0 . 0 ~ . 0 0 0 0 0 o ! . o H o [ [ a g 6 [ s 0 g g g ", "@ o o r c u > T.U.H # n ] n J.).D 6 0 k ( M ~ & +.[ D w l y / g.{ { { { N z.] > y z.w.w.V.W.X.& ~ 6 Y R Y ! ' 0 ~ a E 7 9 0 m n o k k k . ' D } D D A z z ' [ A 6 ' 0 0 p L [ x a I [ & & & s g ", "I E D ! 0 s z.F.T.H.o o h.d., c j m / Y.Z.`.n t ' ' $ , y y N m m y y ] { z.n N n { ; > H.r / z.~ p E O D 6 ' . @ 5 i d F 5 g r [ j o 0 g % 0 [ ' 6 5 p I 4.4.o.o.d e U +c.6..+[ i j d.# m { p ", "0 5 i O a g.Q.F.T.^ N o & ].n @ # m { b p.Q.N c ! a M , / { m m W m N z.z.n N y n { ; z.] u ] r 0 + 8 ..a D w @ @ ' 8 d T r.g r @ 0 g [ <.[ [ p 5 5 [ p Q Q 5 z 6 p :.b.V _.l.p s 5 0 m @ # { G ", "H ~ [ a & H g._ > Z.: ] z.] , o . o ~ f Q H H j . . x y d., 2.o y N z.z.z.N n & { { ; z.> u { s 0 a D 6 v.a ' w Y O >. .&.2 q $ g 0 [ 5 5 [ [ [ 0 [ | 7.>.Q 9 h !.P ++2 5.=.4 @ C | Q P Q 5 0 k ", "H , s % @+#.#+#+#.z.$+N.: Z.H k 0 a a E 9 & x ~ z k x , , l M k y ] > ^ > G.n m { N u ] ^ { y s k . a |.6 ! ' + {.|.%+&+*+V p l [ $ @ [ $ 0 0 p % S 7.$.B C Q T ;.3 T 2 @.%+a @ +.T $.>.K 9 [ k ", "n & q B +.+.S p :.#+y.Y.w.H.{ , J.a a /.a z a o x k , o ~ . . f.# n ] : Z.: > { o n u > ^ { n o ~ J.a 9 6 0 . @ =+O T 8.8.1 [ 0 $ 0 s j % % g 0 +.Q S !.B h h f ~.4 t %.3 3 4 6 r.T X $.i.J a k ", "~ % B e ^.%.e T 3 q * -+_ u H / x a a a A 0 [ & , { , n l M f.. . o z.> : : ] H o n N F.z.n o J.~ a [ [ 0 % M M w |.Z }.-.T L O j ~ o 0 $ [ [ % p 5 9 K i j.j.| 4.% G p 1 S B r.| T X Z K a [ . ", "' % +.l.* ;+2 2 ;+%.q s b b u x.x % 0 . 0 M j n N z.y n o o f.! ).. & z.F.> z.n n n z.H.z.n 0 . a [ [ b & r g j @ 0 [ >.` K a ' 0 r o % [ 5 5 g $ p 8 9 a ~ o # D @ o #+T @.>+1 K 5 5 [ % ~ z J ", "E a +.1 ;+;+6.A.* %.+.@+% p #+= #.g 0 0 M , r y u N N n o k . {.R.v.0 u G.F.{ z.,+y > H.H.G ' ' @ [ g n z.# $ <.<.0 a |.E a A 0 <.0 x o g L 8 [ <.% 0 8 8 @ k m B.M o g V 1 '+)+h Q @ j M 0 J o.", "_..+^.!+6.l.l.l.~+;+6.V {+:.:.A.r.e q G F.N.]+]+^+I.^ K.d.' 6 z @ M % a /+{ y.H.(+T.^ u ,+2.a ' [ <.t y.x.y.b t L $ @ ' [ 0 # g j j r % [ I p g [ 0 O Y ) w 2.y l j $ @ 5 I P i I <.0 0 0 0 5 e ", ":.%.< :.1 {+l.3 ~+;+_+6.l.!+s.5.3 T q g.> > :+<+:+: H.y ].. ) A + ' 6 9 [ G z.> P.[+^ N { d.0 . . @ s g.z.n 0 @ j o o 0 @ M r # $ j o #.[ <.g #.j . 6 . . 0 , y j l k , g 8 p 5 [ g a z % a 5 i ", "A.%.%.+.l.C #+%.{+~+{+{+5.}+n.}+3 6.#.H { z.> T.<+Z.n o , ~ ! a w ' D 9 !.[ n ] O.<+N.= ] y o l M . o o & s 0 . n n o 0 $ j r # $ j s 0 #.s s # g [ 9 0 z 5 g #+2.o , ,+d.H & 0 s % a a a [ J 5 ", "b S %.C +.^.9.A.5.{+~+^.|+1+*+n.c.1 #.H x o H ,+> { n s x k . . . ! A A O a v y I.[+N.N H.y m 2.h.l l & o r ~ o & m r g g s o G j g b G G r r & r #.[ % 4 | S q o 5 <.~ , d.o $ z a 6 a a /.4 a ", "#.3 +.%.r.+.2+b 5.5.3+;+5.c.n.n.8.T #.~ 0 z x & % & & o x M . z ! D A A D o d.d.: T.: H.z.] y ] 2.m n n z.N N n m G r # r r m r n g c g.{ G j o H r [ #.9 7.e q [ | [ $ g o o o % a [ J [ [ a a ", "C p %.C {+l.;+;+{+4+3+;+l.%+2 .2 Q @+z J 6 K Q [ M & & , s 0 l ~ ' a ' ' o , n F.F.> H.m N N m N N u y.z.H.z.N n n n n z.n G o , s r G.F.r # & o & [ g L j.Q p o 5 0 [ 0 , o x M . s g % % % a ", "C A.#+A.A.;+5.1 ~+5.{+;+^.S +.Q #.g ~ x 6 h $.=.. [ [ r g.o # , , H o 0 j o m N = N { N u u m r N N N n _ u = = & u u _ N _ n r & & n z.z.n o # x x j o o $ o r ].L + [ 0 d.g g 0 n , n u n % p ", "q p.2+A.* ;+5+1+6+a.< A.#+#+~ g v ' . h.a $. .7+. + I #.{ { m / H e.{ k d.y N ] N N ] / n n y m N { { { G G u _ r b r u = u G r ~ g.{ u y.z.n @ 0 0 0 o 2.y ].m , + , o s , 0 & @ , { N , y o 5 ", "k @ j j . H & 6.a.6+a.6+;+s ~ [ 2.j C C !.j.b.8+[ K j.l r H.N.P.= z.K.N Z.; N > r z.H.N ] r t o u u n n u u u V.<.G I p ;.g g u = V.H.u { # o g $ g G z.z.m m , N = = ] # y m # W <.o ~ ; t r t ", ". + $ [ ' ~ & .+l.;+l.2+9+#.~ a n q 1 2 T &.1+q.C [ % { y T.^ I.> z./ o e.r n z.# u N N { u # l u u m r r r p.u s % [ J I 5 r { z.u > u { r r 0 j ~ b g t #.o d.H.y N K.y { o r n g k o g.N { j ", "D 9 + + O ' % b S 0+@.9+C C 4 z A.}+a+b+V &._.7+e p { { { c+F.<+Z.N n $ y 0 ~ % j $ r y n # ~ 0 u m n G r s G n & $ % 5 4 j.t n F.G.] g.{ r n 0 d.n p $.X I # 2.y n u y g 0 0 , 2.' . % & { e.. ", "..|.6 a D D a j S @.2 3+1 5.S #.S [.d+U l.T +.B e b X.g.> D.F.N.x.z.r 6 M D ' |.0 [ o , r j ~ $ r n g.& & r r & s p % P % j.<.p.> z.z._ / n n o y & S ~.~.Q j m / H H v 5 I |.x M ' A /.5 s x a ", "C./.9 9 D v.' . %.7+a+c.d+c.2 q !.1 3+2 #+9 % S u.Z.G.y.e+x.z.f+> { & [ . ....... 0 , v % . ~ ' [ b & n & s ~ s t #.& G & b _ g.z._ z.g./ g.{ H m g Q X >.s { y 5 L p , [ a [ x . ! A |.4.Q z {.", "..g+d 0.7 ..' z %.c.U }+h+5+s.l.$.%+3 h ' ' z g G.$+-+_ Y.* f+r._ H & w D O ..D A z ~ o j % 0 a I [ s G r s b s G x.H X.G X.G.z.G.= G.z.x.z.> > z.u #.C b H > N <.| d % % h.~ ~ . } v./.~.d D v.", "..|.d ;.F ..D . C T _.c.[.B $.P }+ .%+K z ' s _ z.i+-+i+_ 2+;+e t r z [ 6 |.|.A 6 a D [ 0 ~ 0 [ E [ s g.G G r u > : z._ p.G.F.P.Y.F.F.F.: y.> Z.Z.> g.n g.> ] > U.,+o , [ ~ a ! f.{...J 3.| D ! ", "v.J.p h /.A A J.i.B B @.=.i.(.j+a.c.@.k+t.~ A.l+F..+e+m+W.f+;+:.P s % ' D a a z ..D 8 I ~ & 0 a /.@+x z.z.= y.z.x.y.p.A.b y.I.N.: Y.N.: : y.F.N.x.F.N y ] ] : T.r n n , 5 5 [ ' M ! /.k+B 4 . n+", "] u 6 R ! A z g.I #.=.%+l.%+J a B T p [ & C k+g.u ; g.e+o+p+ +3 {+q #.[ 6 . o g [ H [ n { > N j D 6 a & { : I.w._ _ !+_.+.9.Y.N.]+S.I.F.Z.u n n u u - H.Z.N # y I l o u j j m l l l + $ K.] u : ", "z.m @ ' f.~ ~ g.& & :.1 @.S % a %.+.C % @+[ u.& u b _ m+~+)+_+^.#+#.% @ [ . & c s d.g.> ] { z.N ~ z s u G.x.O.F.G -+c.&.1 ^.y.I.]+S.N.G.> n n N ] = ; W Z.] u n @ n o m n m , $ l 2.j k e.{ N Z.", "n , j . k o n > { G e T 3 C H a P 0+J % [ [ % & n G _ f+|+4+2+f+p 4 % a ' ~ , s & % { { F.N z.z., n & n z.z.F.y.s 9+b.U c.@._ O.S.I.N.G.H.n { { N ] H.= H.y m y , , s j g j & . j M . M & [ 5 r ", "n o j . o y z.T.,+_ r.:.:.#.,+a 3 K !.4 8 a % x u G u.A._+|+9+#.4 #.z a [ ~ x % G f u u > ^ z.N N u u g.z.z.g.G p 3 8+q+*+V p.] w.I.T.z.G.z.{ { u ] Z.> z.= r #.~ ].r g <.<.~ o ~ x k z A O i a ", "& o j @ , N ] : K.{ p.#+p #.H g Q P Q a 6 ~ ~ H _ g.& _ p.-+p.#+% % @+0 0 % & #.& | G y.Z.> H.y.> z.u u g.g.G b i 2 r+s+8.7+#+r -+F.T.F.> g.{ g.> ] = u y.g.t t++ & & , r g j 0 o ~ z z z J D z ", "0 o o o n & _ G.x.> { _ G g.H & #.s % s z H H & W.u.g.X.G.e+g.A.i.3 p % % 0 ~ z ~ #.g.> > y.u n Z.> u G r r s #.S 2 +}+n.3 C c u z.Z.> > g.{ & > N y.u p.u #.| g ~ r n H & & 0 r b g a a 6 ' a ", "g o x o @+p +.@+= G.> { ,+{ g.{ g.g., o H v H #.6.1 %.u.-+i+2+l.:.u+!+#.s g M x % & G g.g.G ; u { z.{ n s % g 0 S 2 %.l.Q @+r G G u { G.> _ n G N u > > u p.u.g & G ; r u r u s F.= n & 0 . a a ", "g o n % 9 $.>.0+z.> Z.Q.v+,+n ,+z.n n 0 , & u.I 8+&.1 A.* i+;++.5.&.++b r [ @ ~ % /+5 G g.g.n G c r { H & [ [ p 3 2 C t a ].{ u g.G z.z.: r _ & > u G.x.z._ b r.b n z.> N b G r P.- u n o ~ M 0 ", ";.P 9 ~ #.u+7.6.t u F.y.g.o k m . . a ~ I ~ j p ++s.w+;+{+< _ ;+7+l.2 _ 4 s ' M c c # & s g 0 k @ o u u r g 8 |.2 &.t+b P.w.y.r ; { z.H.; z.o s t ; z.: F.z.n ; # m r t #.c r & u H.; y o ~ ~ Q ", "h T x+K & | r.r.% & y.u s s z s a 9 p [ g & n <.l.>+&.b 2+%.p.f+V 1 3 #.% g % o m u n & & % $ [ p 0 r r n g 9 6 +.e Q u F.P.N r n n ; = u { r s ; r y.x.y.N u # u N o c s s G g.] Z.= ] % a J T ", "X S 3.j.9 K 4 Q A s s % % a 4 +.+.e Q r.G & d.g b 7.:.p.G p.b p.6.6.4 [ x % > z.z.{ { { y n o % $ j r u g.r [ a 3 Q 4 & _ y.n % p.n u g.; ; s H , n z.{ z.g.n o o , n s r & G H = F.= H 9 7 (.T ", "~.P S 3.0.i a K J.~ & & u.@+^.l.l.1 3 e #.G { & u.r.C #.p.H G c .+t % J y+u.T.y.G.g.F.] { r & H ~ o G , ,+& [ [ T K % G ; - & g #.#.s g.s #.s ,+y 2.{ H r b & r #.& o s r o & n z.] z.{ 9 /.,.(.", "S 1.M.,.|./.a a a u.n g.@++.c.8+V {+6.l.< G { / G +.p q #.{ r s u m % % x g.Y.l+X.#.#.u n g [ k+o ~ g & { & [ [ S a k+x p.G & 4 #.r.3 #.& & @+s r s & r 5 | Q p 9 #.s s o n G H H.F.z.n E ,.Z Z ", "4 ` ` |.A ~ z J P #.s r t e q+s+c.~+5.q l.g.g.K.{ % t % s b 4 s r , 0 n H : : w./+r.7.+.; #.[ . s [ I [ & G p 4 S 4 k+n G u g.% 3 t+T Q u.#.#.t C p g % | 4.7.T >.C s r n N n z.F.z.z.G 7 ..Z >.", "J a J.D |.J.~ E 4 C #.o z +.d+r+!+;+%.%.p.g.g.Q.K.X.r G s +.Q %.a o b > : T.T.: ~ Q u+=.P @+~ f.s [ i <.& & @+r | !.[ s G u & @+2 s.:.B #.p #+t 3 !.C a S h B :.$.P G n ] z.N F.Z.x.^ { [ } ..a ", "D R D D O a 6 h (.h i ' a 4 5.z+6.%.A..+G.z.g.u z.K.G #.%.r.r.T 6 ~ n Z.N.F.> { . [ >.X T J . f.H g 8 #.y+H g.H 3 i 9 % ; p.b [ 6.s.=.T #.#.#+l.=.X 3 4 [ +.Q 3 $.C g.{ ^ ^ H.F.x.F.: 2.8 v.R [ ", "E a D 8 8 6 5 I 5+5+!+B [ ~ C 5+#+* L u.#.s p #.0 [ #.3 +.1 1 =.p u.r Z./ n G H % 5 B 2 T L 0 ! $ l W m { n s o p.b g G ~ #.P +.l.w+w+f .+G r L 1+s.f K [ 6 9 o a P g & m m g.z.u m { , 0 O D ..", "R |.O E 8 ' [ [ ++!+1 Q ..a [ {+G -+r.#+4 #+p g 8 5 C e 1 2 2 =.q r #.Q.{ r #.z.% p q L +.#.~ . j 2.m 2.{ { n l b p.n H g 5 +.#.b T j.+.% 0 0 @ 2 T S 5 [ 6 I 4 a 6 0 x & r n g.m u m G @ [ a |.", "D D O O D 0 z ~ Q S K /...D % & _ f+f +.p #.p +.| +.C 2 2 2 5.2 p s g e.{ # c H & % #.b t #.4 ` K % m o g.H g.# p.s s % #.p S S K S J 4 x a [ D r.r.q [ % a i 5 a 6 0 o g [ #.#.o # 0 0 0 z . 6 ", "A ..J D J J z ~ J P J a A ! z g.2+A.e P % @+C r.T l.A.7+2 7++.:.p G g / , n & H /+& u ] / Q.@+1.9 ~ ,+g.G z.,+y & p.#.g g 4 9 T 1.P @+/.~ 4 D 9 +.r.P [ o ~ I 8 a [ a 0 [ 5 P [ 0 g 0 g z , , [ ", "v.O D 4 (.` /.a [ S 3 J . a #.A.l.C Q 5 k+s A.:.=.3 ^.s._.2 3 r.I ~ 0 m o , o s +.B e t z.Q.u.$.1.[ & <.j.r.G # s g.g.r #.[ P !.2 %.#.B C S P 4 P 9 p [ , & 5 8 [ p [ 0 [ [ a a ~ ' [ @ ~ v x 0 ", "v./.D P Z h K 7 P r.T p s ~ q :.6.#+C 9 z C C :._.1 l.s.2 :.q !.Q ~ [ o k , ~ [ C B e L g.`.v+G @+H / #.t+Q & , s & n o r s [ d !+!+1 < 3 7.j.C [ /.[ g H , [ I S I p [ [ % z z % [ 0 z ~ k k 0 ", "! |.P S X B J ` /.K S C z & q _.:.#+% |.4 Q +.V T 7+1 2 3 S [ 5 9 [ Q ~ H v % [ +.r.3 r.+._ : z.g.n y u I p ~ ' g o o r n , a d 2 s.2 b 3 T ;.C D J [ g H H [ 9 T T f [ g . % [ [ 5 ' o . 0 . . ", "' E !.T u+S 4 h g+/.K J z z S . .C & D a >.S 7+%+2 1 2 +.p [ 5 i (.4.~ v x [ 0 +.C 9.+.3 b H.H.,+N ] / G x x 8 8 l Z./ m o ~ 6 :.T T 9.$.+.K A+/.|.[ g , ,+g 5 2 2 +.g % o 0 8 I | [ k % ) A k ", "O O 8 Z h K p p <.+.r.B Q q :.&.&+S @+#.9 B S {+I f r.T 2 l.l.e ;.q 9 x x k ~ 9 q.B+1 0+S C s / 2.N ^ C+O.; [ v.Y 0 M ,+m n [ ' I I 5 % 4 t r r [ [ 0 0 , n { ; R O @ p.; #.p 9 7.Q #.% a O O z ", "i 9 9 i !.L S r.< 3 >.:.Q +.:. .}+3 4 4 6 Q Q +.$ Q L 3 1 :.r.e | p 5 ~ 0 s [ 5 5.s.c.^.0+r.p n H m u H.z.j @ J.+ [ t r r n o k [ i S 4 #.s r # j 0 o 0 , o n n . ' <.p p r.!.Q Q P [ 4 % [ !.9 ", "2 B P J 9 S :.c._.2 =.%+P #.4 @.T >.P 4 J 5 P %.[ % C 3 2 B l.T 9 [ [ . 6 z [ #._.>+'+c.{+_.Q #.,+# j m N r o , e./ ] u = n n s [ 3.3.P u.g.n N o c o 0 ~ g n { , 0 [ a [ B $.2 d Q Q Q C C B T ", "&.1 P [ 6 3 2 1+c.V %+3 4 @+P >.%+%+B J [ K 9 P a P +.B 2 :.%.%.a [ z . 9 % r.C i.@.>+ +|+2 >.6 r M j ~ x d.z.N > Z.T.z.^ > / n J ;.u+Q u.{ { N G 0 % 0 0 5 0 n m j . a ..!.T u+7.5 4 r.>.1 2 =.", "h+7++.J +.r.c.d+_.!+1 C #.o % S T =.>.S K Q Q J 4 7.X 1 1 2 C H ~ % x z 5 [ T B 0+3 V 1+4+l.B a <.0 z ' . , y r - N Z.= H.z./ z.& S | #.G n z.u N j o 0 o O [ [ N , % E ` !.S :.I % @+Q 2 _.n.n.", "n.7+3 3 r.B !+V b.++3 +.j o 0 S =.2 T B >.>.(.K $.T _.&._.A.& ~ b s % & g #.L q d 2 1 a+u+%.I % 6 M ~ w [ o , r n { > n u u N z.,+G s G g.y.z.z.n r r 0 . 8 8 I o d.& |.i J 4 S 6 g p B 1 2 n.a+", "=.=.7+V 6.1 1 r.l.{+S +.5 p r.;.c.7+7+2 T >.>.(. .1 +U _._ ,+6 l.C L s s & g.X.s #.#.C Q p g $ . J.. @ [ . ~ . 0 o o n n z.z.> > , n z.n z.> z.n r r [ 0 O 6 E + o , G & n % I [ [ !.T :.7+}+}+", "$.=._. +V 6.3 9 !+1 %+%+r.C S %+_.7+7+[.=.B (.T 1 n.h+5+|+p.o @ ++l.s.t #.& X.Q.N g.x y+k+0 ,+W A ' @ 0 0 + D ) O [ [ x 0 u ; u y N N u - z.F._ u r o [ ' ' . . E [ r N { y 0 R % 4 p r.B =. .7+", "2 s.7+1 &+1 .:._.1+1+2 1 %+7+1.5+2 X $.[.n._.3 >.Q i [ M g #.p 2 e :.l.f #.[ a g p #.% 0 % z . $ m 8 x |.v.' w *.$ # @ j l p f + , k s d f z.n u ; o # $ o l 2.m $ <.j x o [ L @ j % [ h $.P 1.", "1 2 2 %+ .S T :._._._.2 7+2 %+@.6.T %+X [.n. .T B K 8 6 [ 0 #.p 2 2 !+e T #+Q 9 t p g % [ ' a 5 r.<.I . /.a 6 w p #.~ M z ~ [ 9 $ r g.g f t n z., u m , c , # 2.2.l j s s [ <.[ $ j s % | >.K >.", "S T T T $.%.3 T c.c.2 _.}+=.1 +.+.S B }+n.h+s.1.!.Q 6 |.' o #.p 2 1 :.2 2 #.3 | r.p #.a 9 [ [ I &.2 <.' a A J [ d Q J z z z A+a g s { #.C _ b G.m & r { $ y g 0 j o o g <.[ s o $ & r & 4 L p S ", "p Q S >.>.C P | 2 2 V 2 2 2 3 C P 4 S 2 h+1+7+Z 3 ` |.D J.~ [ p 1 3 :.5+2 2++.T :.p @+[ 9 J [ f 8.>+t + . a 9 P 0.` F |.a D a D I #.& A.G _ *.n n s s n 0 , g @ t s s #.p g r o s & s o & g [ g ", "a [ J K S S 4 r.%+1 3 3 3 S %.C 9 a J %+&.2 S /.+.>.E D } z K S B 3 :._._.A.1 2 3 #.& a 9 9 C r.b+>+#.5 0 J Q B 0 a 8 a z . . a 4.P L #+f+b G g.x g x % & & , m 0 o s [ p #.t <.#.G $ s m % g p ", "5 P 4 P Q T +.Q S P P 4 4 #.p 9 B K D i T S J A+#.0+E D A ..4 q S S 3 2 s.%.7+2 1 +.@+a /.[ #.l.8.1+#.8 6 !.>.2 6 i D+| I F + 8 E #.L #.p.t n & & P & 5 o s H n o s % C p q q f @+#.g r r s b p ", "8 9 P J S M.+.S P [ % 4 [ 4 J Q j.Q ..'.|.D a j+l.u.9 D D E s +.J C p 3 2 3 2 %+2 >.K a a #.4 l.>+1 P O ,.Z r.w+S Q -.r.p L & . z a [ G G ; o j a i a Q 5 p o G M j $ p S r.3 %.t #.s m s b & S ", "9 i 4 4 0+u+%.%.' % . [ 6 |.9 Q w+(.7 L.=+A A ) >+p.J D |.` G T 4 % 4 +.2 1 [.1 3 :.!.a % 4 l.s.&.q 9 /.,.$.r.++T =.E+2 @.T #.% } F % G & { s @ P ` K I d p [ % l M g q | 2 r.A.+.t G n t #.u.B ", "t r.J @+P B 9 ' a [ J |.J p B ;.T Q [ D v.. . + ; l w . 4 T #+e t #+6.!+!+:.f P K S r.S 0 % S &+s.f P Q ` Q 5 Q <.+ | <.0 5 7.l.P I 8 ' . @ 0 % a Q i i ` [ % I 6 & P #.| >+3 S !+p q c b - C C ", "t r.P A+q p % A % [ [ 9 6 P S =.T Q a D A M k m m 2.@ f.P T #+q 4 [ r.T 3 S P [ K S S #.% 4 B }+e L +.Q ` 9 P 6 # l j k o g t+| P !.8 D ' 6 J [ [ 8 9 5 5 5 6 I i 0 g r q u+r.@.6.p p 0 b & #.a ", "#+q J 4 P #+% a [ J O 8 9 !.>.2 ` 9 /...! k ].].y / M M 5 T #.[ z |.K =.C K A+z P S +.4 [ !.>.7+3 3 | ` ` 8 6 a j o l l 0 s p C 9 ` 7 ,.|.8 9 |.K 9 5 a @+6 i 9 i @ j o t j.:.e ++S 9 P p g [ A ", "q C J P p % % |.' [ 6 9 !.| >.T ,.9 |.|.' . k 2.N 2.k k P T 4 g z J p ;.C B 4 A+[ 5 +.P 8 ` >.V T T h (.8 |.D z y 2.o k $ o g I ,.` 7 ,.9 g+9 |.|.[ [ a z [ i 9 I [ [ 0 L T r.:.1 +.S Q +.q P A+", ":.+.J P #.g.% a a a [ P 9 Q !.S |./.|.|.D z M ~ r o h.k [ Q C [ s p #+s.3 s.3 +.5 #.4 9 O 6 3 7+[.T Q |.6 a A A #.o 2.B., d.~ L ,.,.,.K /.K g+/.8 a 6 9 4 4 Q Q Q 9 d h h T 1 V 5+6.1 2 _._.++3 ", ":.C A+4 s & ~ a a p P P K K 9 |.,.,.,.|.D a ' a [ @ f.k #.C [ [ s #+%.b.c.h+_.:.| C 4 6 J a !.&.X T K 5 6 a [ 9 f p [ ~ k y+o a 9 K K K K 9 9 |.6 a |.i 9 [ 9 | Z $.0.0.Z >.%+s.b.++e &.h+U h+_.", "1 #.k+#.s r #.z Q Q B r.K 9 O ..8 !.E 9 O |.Y Y a O . . b b b g #.#+l._.d+&.&.2 | 9 4 J ..D B &.$.B I i 5 g p T Q 4 8 [ 8 [ I [ 9 K 9 Q Q Q 9 [ ' [ [ 6 9 S Q h h !.(.` h >.=.s.++l.+.s.c.U 8+c.", "_.4 @+[ s b a x S T :.S P 6 D v.J K |.|.|...g+'.A O v.. #._ G r a C B }+[.}+ .7+I +.p D D |.3 V B S I d 5 G 4 2 7.C 5 a a ' i % 8 9 Q :.| I p ' . 6 A ~ P I Q B p 6 [ E F d t+w+t+h K .1+b+*+}+", "r.q S f q r z.- !.i Q L g ' ! ).O A O z [ 4.+ ' #.I z ..a K r.#+| T 2 i.[ i [ L h i 7 J I f | Q ` 5 + 0 @ c b f e $ c m j H r #.Q I f [ Q Q 0+T r.q t % [ 6 |...p t m y r L T ;.t+:.r.p u+&.h+q.", "< A.b p g u _ - #.p 5 6 0 . . ! 6 |.d 6 % 6 . O 5 d 9 9 J Q Q q [ S %+C P E [ f T P 9 9 h p +.S 6 6 5 j j j & g o , j $ I g G v #+#.f 5 [ #.g u+f p n r @ [ a a g 0 r o c [ Q T 7.T K a Q | e 6.", "#+G g._ p.u N u f+#.p 6 A . . @ @ [ g % % a A A [ K Q r.r.;.p @+~ C r.S K 8 9 B u+Q ,.` ;.l.I h 8 6 6 2.v # o s . z 0 o o & p | f G & s s s G [ r # 2.<.l l , 0 & n o j c #.p h $.3.` /.a 4 a C ", "f+g.z.n u u y.z.u r a v.A M o # o o , & a . a } z x G p.< u+4 t.~ p r.S 9 ,.Q T ;.P /.8 7.q +.B 8 ' ' , ,+o z g D 8 E 0 x o 5 T D+u.,+].o 0 l { ,+0 @ I k o n p g & o g j ~ #.5 3 1.h F /.J x ~ ", "n u G G u n z.] y.n o . f.k 2.m o j s 0 a % ....a x x.x.G.f % j+0 Q r.S 9 6 9 h T P /.J Q q Q K ' J.[ [ o ~ . ' ,.,.|.6 a 6 4 z r.[ % 0 o l $ n s 5 0 8 o I Q e d [ #.g o n & ~ 2+Q q h p [ & o ", "& r b c u n N n N , x M ~ k 2.m j M ~ s [ ` 8 |.z % & z.Z.% z /.0 I S S /.z a Q B 9 g+a Q 5 B K D z I I g #.5 F d (.a [ % [ a a #.Q I 5 z o j y & p [ 6 ~ !.B T j.[ 0 g x & ~ , g.p.G #.g c o j ", "~ @ j r m G o o m m # j 2.d.2.@ @ 2.& v % 7.6 ~ x + 0 s v & a a a Q +.P J ~ ' g J J '.A 6 % [ z 9 [ h T #.P F 4.K S 9 d 6 J % D C Q % 0 [ M & { / & 0 0 ~ 0 [ +.9 @+[ g x o $ o r & G g.#.o o c ", ". @ j n , r 0 0 x l # # y K.].. M ~ <.y+H 5 & x 2.0 ].x ].z O ' a B P S O ~ . g 5 ..R ..O % a A z 4 u+7.A.+.` E :.p u.9 P 8 A+a 9 9 v ~ [ s % % N ] B.B.k z g g 4 s J [ & M [ o + 0 0 & 0 & l @ "}; gtans-1.99.0/data/pixmaps/gtans_brightwood.xpm0000644000175400010010000004117211133016175016327 00000000000000/* XPM */ static char * brightwood_xpm[] = { "50 50 735 2", " c None", ". c #E38044", "+ c #DB7F48", "@ c #D97848", "# c #D17448", "$ c #C67146", "% c #CB7146", "& c #CD6B44", "* c #C97148", "= c #C87448", "- c #C06B44", "; c #C46B44", "> c #C47148", ", c #C26B46", "' c #C66B46", ") c #C86E46", "! c #CD7848", "~ c #C26E46", "{ c #C06B4B", "] c #C2714D", "^ c #BD714B", "/ c #BB6E4B", "( c #B7684D", "_ c #C46B48", ": c #CB6B44", "< c #D67444", "[ c #D97B44", "} c #D27844", "| c #D67B46", "1 c #D77B44", "2 c #D97444", "3 c #D97442", "4 c #D67844", "5 c #DB7B48", "6 c #D27144", "7 c #C96E4B", "8 c #B06548", "9 c #A25F48", "0 c #A55F48", "a c #A56248", "b c #B46548", "c c #BB6848", "d c #C6744D", "e c #CF7848", "f c #CF7B48", "g c #CD7148", "h c #D68048", "i c #C9744D", "j c #C6714D", "k c #D2714B", "l c #D67448", "m c #D2744D", "n c #CF744F", "o c #CB7148", "p c #CF7146", "q c #CF7446", "r c #CD7146", "s c #CB7B48", "t c #C97146", "u c #C96E46", "v c #C26544", "w c #C26244", "x c #C87148", "y c #CF784F", "z c #DA7846", "A c #D27848", "B c #CB744D", "C c #D17B4B", "D c #C27148", "E c #BD6E48", "F c #BD6B48", "G c #B96B48", "H c #B96848", "I c #C26B48", "J c #C67148", "K c #D47848", "L c #DE7844", "M c #E48444", "N c #D98048", "O c #D28048", "P c #CD7B48", "Q c #D77F48", "R c #D27444", "S c #D97844", "T c #DB7444", "U c #D17146", "V c #CF7148", "W c #C9714B", "X c #BD6B4B", "Y c #C67448", "Z c #B26B4B", "` c #B4684B", " . c #B4654B", ".. c #BB6E4D", "+. c #B2654B", "@. c #B9714D", "#. c #C0714D", "$. c #C2714B", "%. c #CD744D", "&. c #C8744B", "*. c #C9744B", "=. c #C66E48", "-. c #CF6E44", ";. c #CF7448", ">. c #C97448", ",. c #DB8046", "'. c #D77F46", "). c #DD8748", "!. c #DD8044", "~. c #D77B46", "{. c #D2804B", "]. c #CB7448", "^. c #D97F48", "/. c #DD7B48", "(. c #E17B44", "_. c #E37F44", ":. c #DF7F46", "<. c #D97846", "[. c #E28044", "}. c #D77B48", "|. c #D17446", "1. c #D9804D", "2. c #D67B48", "3. c #D47448", "4. c #CB7446", "5. c #CB7144", "6. c #D27448", "7. c #D26B44", "8. c #D27146", "9. c #CF744D", "0. c #C06E46", "a. c #BD6B46", "b. c #B97148", "c. c #C06B48", "d. c #D6804B", "e. c #CF7B4B", "f. c #D27F48", "g. c #CF804B", "h. c #C97144", "i. c #CB7B4B", "j. c #CB7848", "k. c #C06B46", "l. c #D27846", "m. c #D77444", "n. c #DA7B44", "o. c #D47B46", "p. c #D47B48", "q. c #D67848", "r. c #D27B46", "s. c #C66E44", "t. c #C86B44", "u. c #BD6846", "v. c #CB6E44", "w. c #B76848", "x. c #C66548", "y. c #CB744B", "z. c #DB874B", "A. c #C9784D", "B. c #CB784B", "C. c #C66B44", "D. c #C67144", "E. c #C46544", "F. c #D97B46", "G. c #CF7444", "H. c #D78046", "I. c #DD8446", "J. c #E28744", "K. c #E38744", "L. c #E88744", "M. c #E98E44", "N. c #EA9144", "O. c #E78742", "P. c #E48742", "Q. c #E48442", "R. c #DF7B42", "S. c #E4843F", "T. c #E68442", "U. c #E17F44", "V. c #EA873F", "W. c #E9873F", "X. c #E48042", "Y. c #DD7B44", "Z. c #D67F48", "`. c #D77448", " + c #CD6E46", ".+ c #C2784D", "++ c #D17148", "@+ c #DE8746", "#+ c #DE7F44", "$+ c #DE8044", "%+ c #DA8448", "&+ c #DF8746", "*+ c #E28444", "=+ c #E38442", "-+ c #E98742", ";+ c #D47B4B", ">+ c #CB7444", ",+ c #C97446", "'+ c #D17848", ")+ c #D47444", "!+ c #E98B42", "~+ c #ED9744", "{+ c #EE943F", "]+ c #ED8E3F", "^+ c #EA843F", "/+ c #E8803F", "(+ c #DD7B42", "_+ c #DB7B44", ":+ c #E28B48", "<+ c #DA7B46", "[+ c #D97F46", "}+ c #CF744B", "|+ c #D1744B", "1+ c #DF8B48", "2+ c #C46E46", "3+ c #C46B46", "4+ c #C46844", "5+ c #C66844", "6+ c #D16E44", "7+ c #C86E44", "8+ c #C9714D", "9+ c #D27442", "0+ c #D2744B", "a+ c #C07448", "b+ c #B46E4B", "c+ c #B46546", "d+ c #BB6B46", "e+ c #D67F46", "f+ c #E79446", "g+ c #E88E44", "h+ c #EF8E3F", "i+ c #EB873F", "j+ c #E27F42", "k+ c #DD7442", "l+ c #D67846", "m+ c #D47B44", "n+ c #C87146", "o+ c #C06844", "p+ c #C06846", "q+ c #DD7B46", "r+ c #DD7842", "s+ c #DB7844", "t+ c #D17444", "u+ c #CF7144", "v+ c #C96B44", "w+ c #CD6E44", "x+ c #D2784B", "y+ c #D2784D", "z+ c #CD7B4D", "A+ c #DB7B46", "B+ c #E48E48", "C+ c #E68B44", "D+ c #DF8046", "E+ c #B46B48", "F+ c #AD5F46", "G+ c #B25F44", "H+ c #BB6544", "I+ c #BD7148", "J+ c #C66E46", "K+ c #DF7B44", "L+ c #E27B42", "M+ c #E68042", "N+ c #EB8E42", "O+ c #EB9144", "P+ c #DF8446", "Q+ c #ED8B3F", "R+ c #E9803F", "S+ c #E27F44", "T+ c #E17B42", "U+ c #E77F3F", "V+ c #E77F42", "W+ c #DE7444", "X+ c #DD7444", "Y+ c #DA7442", "Z+ c #DA7444", "`+ c #DA7144", " @ c #D97144", ".@ c #D77144", "+@ c #E28442", "@@ c #E28742", "#@ c #E78B44", "$@ c #E68744", "%@ c #E18446", "&@ c #D9874B", "*@ c #CB7F4B", "=@ c #C4784D", "-@ c #AD6B4B", ";@ c #A05D46", ">@ c #9D5D46", ",@ c #975A46", "'@ c #9A5A46", ")@ c #B96B46", "!@ c #E18444", "~@ c #ED9142", "{@ c #F1943F", "]@ c #ED9442", "^@ c #EE8B3F", "/@ c #EA803F", "(@ c #EB803F", "_@ c #DF7F44", ":@ c #DF8044", "<@ c #D67B4B", "[@ c #D27B4B", "}@ c #C06E48", "|@ c #BD6E4D", "1@ c #BD714D", "2@ c #C4744D", "3@ c #C97B4B", "4@ c #CD7B4B", "5@ c #D27B48", "6@ c #CD7F4B", "7@ c #D17B48", "8@ c #C6784B", "9@ c #AA684B", "0@ c #A05A46", "a@ c #A85F46", "b@ c #F4A242", "c@ c #F4A542", "d@ c #F2973F", "e@ c #F1913F", "f@ c #EE8E3F", "g@ c #DA8044", "h@ c #D9804B", "i@ c #E1914B", "j@ c #DB8B4B", "k@ c #DB8048", "l@ c #C26546", "m@ c #BD6544", "n@ c #B26848", "o@ c #A85D44", "p@ c #A25A44", "q@ c #9D5A46", "r@ c #AD6248", "s@ c #DF8744", "t@ c #E39146", "u@ c #E49448", "v@ c #E18B46", "w@ c #D78748", "x@ c #DA8748", "y@ c #DB8748", "z@ c #DB7F44", "A@ c #D27446", "B@ c #D77848", "C@ c #F4A544", "D@ c #F2A042", "E@ c #ED9D46", "F@ c #EA9444", "G@ c #E28746", "H@ c #DA8048", "I@ c #B9714B", "J@ c #C0744B", "K@ c #C47448", "L@ c #BD7146", "M@ c #E4803F", "N@ c #CD7446", "O@ c #EE9442", "P@ c #F0943F", "Q@ c #EB9746", "R@ c #E18046", "S@ c #E38446", "T@ c #E78042", "U@ c #E7843F", "V@ c #E7803F", "W@ c #E2783F", "X@ c #DB7F46", "Y@ c #D97448", "Z@ c #DE8042", "`@ c #E68E46", " # c #E48E46", ".# c #E18744", "+# c #DB8044", "@# c #B46544", "## c #AA5F46", "$# c #A86248", "%# c #B26548", "&# c #E18746", "*# c #E49748", "=# c #EE9D46", "-# c #D67B44", ";# c #BB6844", "># c #AD5D44", ",# c #A05F48", "'# c #A86548", ")# c #B4714B", "!# c #C96E44", "~# c #C2744B", "{# c #BB6E48", "]# c #BB6B48", "^# c #BD744B", "/# c #BD744D", "(# c #B96E48", "_# c #C0714B", ":# c #C47B4D", "<# c #C4744B", "[# c #AD6848", "}# c #B06B4B", "|# c #B26E4B", "1# c #D1804B", "2# c #E68746", "3# c #E28042", "4# c #DF7442", "5# c #DD7F44", "6# c #E37F42", "7# c #E48744", "8# c #E78744", "9# c #E7873F", "0# c #ED873F", "a# c #E88B44", "b# c #E18044", "c# c #DE8448", "d# c #E48044", "e# c #DF7842", "f# c #EC873F", "g# c #EF943F", "h# c #EE9742", "i# c #EC9442", "j# c #DB874D", "k# c #DA8B4D", "l# c #D17F4B", "m# c #CD7448", "n# c #DD8B48", "o# c #DE8B48", "p# c #D27B4D", "q# c #C26E48", "r# c #B46848", "s# c #C67B4D", "t# c #C97F4D", "u# c #CB7B4D", "v# c #D17B46", "w# c #D98748", "x# c #DA7F44", "y# c #D67442", "z# c #DB8448", "A# c #DE8748", "B# c #E38E48", "C# c #E49148", "D# c #DA8046", "E# c #D7874B", "F# c #DD8448", "G# c #BB714D", "H# c #B06B48", "I# c #B06848", "J# c #9D5F48", "K# c #945A48", "L# c #AD5F44", "M# c #B26B48", "N# c #C8784B", "O# c #C97B4F", "P# c #CD7B4F", "Q# c #D27F4B", "R# c #D47846", "S# c #CF784D", "T# c #D98046", "U# c #DB7F42", "V# c #DF8E46", "W# c #E18E46", "X# c #D18048", "Y# c #CF8048", "Z# c #B76E4B", "`# c #CF7B46", " $ c #B26546", ".$ c #AD6246", "+$ c #AA6246", "@$ c #B06244", "#$ c #B46846", "$$ c #D17F48", "%$ c #D17846", "&$ c #D78448", "*$ c #C87848", "=$ c #C07148", "-$ c #D68448", ";$ c #E28B44", ">$ c #DD8046", ",$ c #D77844", "'$ c #D9844B", ")$ c #D47F4B", "!$ c #CF804D", "~$ c #D4804B", "{$ c #D47F48", "]$ c #E18748", "^$ c #DE8444", "/$ c #DD8444", "($ c #D6844B", "_$ c #DA7F46", ":$ c #DD8746", "<$ c #DF8748", "[$ c #E99142", "}$ c #E78B42", "|$ c #DB8446", "1$ c #E28E48", "2$ c #E28B46", "3$ c #E79146", "4$ c #E89446", "5$ c #E38746", "6$ c #DF8B46", "7$ c #EA9446", "8$ c #E99446", "9$ c #E99748", "0$ c #E79448", "a$ c #E99444", "b$ c #EB9744", "c$ c #EC9746", "d$ c #EB9444", "e$ c #D97B48", "f$ c #D48048", "g$ c #CF7F4B", "h$ c #C97848", "i$ c #D4804D", "j$ c #D2804D", "k$ c #CD7846", "l$ c #C27448", "m$ c #DD8B4B", "n$ c #DF8E48", "o$ c #E29148", "p$ c #D97F44", "q$ c #D67446", "r$ c #DE7B48", "s$ c #DE8046", "t$ c #E89146", "u$ c #EC9744", "v$ c #D78048", "w$ c #E69148", "x$ c #E99448", "y$ c #E48B46", "z$ c #E28448", "A$ c #DD7F48", "B$ c #DF8048", "C$ c #E78444", "D$ c #F1973F", "E$ c #F29A3F", "F$ c #F3A03F", "G$ c #F0A044", "H$ c #E38742", "I$ c #E68742", "J$ c #E48746", "K$ c #E69146", "L$ c #F09D44", "M$ c #E89748", "N$ c #E79748", "O$ c #EA9746", "P$ c #E99148", "Q$ c #EF9744", "R$ c #F09742", "S$ c #F19D42", "T$ c #F19A42", "U$ c #F39D3F", "V$ c #F3A242", "W$ c #F3A042", "X$ c #F09A42", "Y$ c #ED9A46", "Z$ c #DE8E48", "`$ c #E38E46", " % c #ED943F", ".% c #E39448", "+% c #E69748", "@% c #DA804D", "#% c #EC9444", "$% c #F2A244", "%% c #ED9A44", "&% c #EF9742", "*% c #ED9444", "=% c #EF9A42", "-% c #E39148", ";% c #DA874B", ">% c #D9844D", ",% c #DD8E4B", "'% c #E38B46", ")% c #DF8E4B", "!% c #E89448", "~% c #E78E44", "{% c #E88E42", "]% c #EA8E42", "^% c #ED8E42", "/% c #EF9A44", "(% c #EE9A44", "_% c #E49446", ":% c #E99746", "<% c #EC9A46", "[% c #EA9748", "}% c #DF8444", "|% c #EB8E44", "1% c #EF9D44", "2% c #F29D3F", "3% c #DE7F48", "4% c #DA7F48", "5% c #DE8048", "6% c #E38748", "7% c #DA8446", "8% c #E78E46", "9% c #EA8B42", "0% c #EE913F", "a% c #E88042", "b% c #D67148", "c% c #D7844B", "d% c #D6874D", "e% c #E18E48", "f% c #DB804B", "g% c #DA804B", "h% c #CD6E48", "i% c #C8714B", "j% c #CF784B", "k% c #EA9448", "l% c #EB9448", "m% c #E89144", "n% c #DD8E4D", "o% c #D9874D", "p% c #E48B44", "q% c #D98448", "r% c #E28446", "s% c #D6874B", "t% c #D4874B", "u% c #E28E46", "v% c #E18B44", "w% c #E28E44", "x% c #E38B44", "y% c #D47B4D", "z% c #D1784B", "A% c #CF7B4D", "B% c #C2744D", "C% c #D17844", "D% c #B76B46", "E% c #B06546", "F% c #AA5F44", "G% c #DD8048", "H% c #CF7F48", "I% c #CD7F48", "J% c #C97B4D", "K% c #B76B48", "L% c #AD6548", "M% c #9A5D48", "N% c #AA6548", "O% c #C47146", "P% c #C06E44", "Q% c #D67842", "R% c #D6743F", "S% c #D97842", "T% c #D67144", "U% c #D2844B", "V% c #E37B42", "W% c #E8843F", "X% c #E38444", "Y% c #E47F42", "Z% c #E88742", "`% c #D47142", " & c #E88E46", ".& c #C6744B", "+& c #BD784D", "@& c #B96E4B", "#& c #B9744B", "$& c #B26246", "%& c #B25F46", "&& c #BD6844", "*& c #D26E42", "=& c #E68E44", "-& c #DF7B46", ";& c #DF8448", ">& c #E48448", ",& c #E48446", "'& c #EF913F", ")& c #D67F4B", "!& c #C4714B", "~& c #C27B4D", "{& c #F29D42", "]& c #C26B4B", "^& c #B96246", "/& c #B46246", "(& c #9D5A44", "_& c #A85A44", ":& c #B76546", "<& c #B76246", "[& c #DB8E4D", "}& c #DB8444", "|& c #B06248", "1& c #A25F46", "2& c #A25D46", "3& c #CD7F4D", "4& c #C6784D", "5& c #DD7F46", "6& c #ED913F", "7& c #DA7844", "8& c #DB7144", "9& c #E17842", "0& c #DE7B42", "a& c #DE7B44", "b& c #D9743F", "c& c #D1784D", "d& c #D26E44", "e& c #D47446", "f& c #CF714B", "g& c #C96E48", "h& c #DA7842", "i& c #E78442", "j& c #EC8E3F", "k& c #B76544", "l& c #BB714B", "m& c #BB744B", "n& c #CD7144", "o& c #C66E4B", "p& c #C46E48", "q& c #CD714D", "r& c #CB714B", "s& c #CD7444", "t& c #DE8744", "u& c #C4714D", "v& c #E37B3F", "w& c #E47F3F", "x& c #E88B42", "y& c #C9784B", "z& c #C8744D", "A& c #C86E48", "B& c #B96846", "C& c #CB6E46", "D& c #CF7846", "E& c #D77B4B", "F& c #C6714B", "G& c #CB6E4B", "H& c #D7804D", "I& c #DE7F46", "J& c #C86E4B", "K& c #CF6B44", "L& c #B96548", "M& c #D77442", "N& c #E27B44", "O& c #D17144", "P& c #C26E4B", "Q& c #D2744F", "R& c #CB7B4F", "S& c #B96546", "T& c #C06544", "U& c #D1744F", "V& c #D4744B", "W& c #C46E4D", "X& c #C66B48", "Y& c #D47144", "Z& c #C66544", ". + @ # $ % & * = - ; > , ' ) ! ~ { ] ^ / ( _ : < [ } | 1 2 3 3 3 4 5 6 7 8 9 0 a b c d e f ! g h h ", "i j j j k l m n o p q r s s t u v w v v x i y m z A x B C > D E F G H I B J r % t r K + L M N O P ) ", "Q R S T U V W X F Y > Z 8 ` ... . . . .+.Z @.#.$.%.&.*.=.-.q ;.p J >.R < ,.'.r % ;.e Q ).!.~.N {.].", "D >.^./.(._.:.<.5 . [.}.|.1.2.3.;.4.4.5.r 6.-.7.8.9.x B 9.~ 0.0.a.b.c.B 7 o # ! * * ~.d.e.f.g.! h.;.", "i.j.> k.r l.m.[ 4 S n.n.o.p.2.p.q.4 | r.5.s.x t.r u.) 5.v.a.a.J ) F w.J x.J x y.e h z.A.X ] $ B.].d.", "t C.s.D.; E.-.F.r.t G.H.I.J.K.L.M.N.O.P.Q.R.S.P.T.U.V.V.W.X.R.Y.N | |.;.g Z.| | ^.F.`.y.g +.+>.h.++", "@+#+$+%+I.&+*+=+O.X.-+X.n.;+;+;+q >+4.,+,+|.r '+t Y f P = )+#+!+~+{+]+^+/+M (+_+:+<+o %.Q [+}+|+^.1+", "2+3+, F 4+5+-.6+v.7+8+E a.k.H D = 9+K 0+;.S S 6 % o.| q t a+b+c+d+e+f+g+h+i+-+O.j+k+T l+R m+n+o+p+u.", "q+2 r+s+t+u+u+5.v+w+< 3.t+R A x+q < y+z+z+|.1 3 A+Y.B+C+D+n.2.>.E+F+G+H+I+J+6 [ K+L+M+^+N+O+P+_+q+q+", "Q+^+-+R+j+L+S+Y.T+U+V+W+X+Y+<++ Z+`+ @.@m.~.F.<+<+_++@@@*+#@$@%@).&@*@=@-@;@>@,@'@)@!@~@{@{@]@]+]+^@", "-+/@/@/@Q+Q+(@U+_@:@+ <@[@q t $ }@|@1@2@3@x * B.4@5@q ;.f.6@4@7@5@R 7@8@9@,@0@a@F 4 ]+b@c@b@d@{@e@f@", "g@h@i@j@&@+ k@2.=.I l@m@G n@F+o@p@q@q@r@w.a.u+l+).s@t@u@v@w@x@y@N z@D+4 A@Z.B@_@(@{@b@c@C@D@E@F@G@H@", "I@J@=@W - c.K@L@$ F.*+M@Y.2 < N@e 6.6.^.).%@M.O@P@Q@R@q+S@T@U@V@W@_+X@6 Y@m.Z@G@`@ #.#+#q 3+@###$#%#", "&#*#M.^@d@{@e@e@]@=#$@-#C.;#@#o@p@>#>#>#F+,#'#)#I@!#~#{#H ]#{#^#/#(#~#_#:#.+8@<#G [#%#}#|#%#5.1#l+2.", "2#*+3#$@ #D+[ R < `+T B@Y.4#Y.<+5#L+6#7#&#G@G@8#9#V.0#a#T@[.b#%@c#[.8#X.j+. d#. . S+4#e#^+f#g#h#~@i#", "j#k#l#m#7.}.n#o#^.5@p#[ r.q#]#r#(#]#D ^ (#~#s#t#u#v#r.f.w#k@,.,.~.4 x#5#y#z#Z.&@A#A#A#c#B#C#7#_+D#@+", "t $ n+* P {.E#F#g@o G#H#I#[#J#K#9 L#M#E+r#n@(#^#N#O#P#Q#R#S#5@O 7@4 _+,.2 T#U#+#V#W#z@f.X#Y#P j.s 4.", "Z#G j.h `#G.l+F.Z.>.J {# $ $.$a@+$@$c+#$)@2+s $$O s f %$|.N@4.q q.h &$&$h q v.v#v#5@P s s s *$=$=$X ", "-$!.;$!@>$_+,$%+'$[@f |+[@{.)$p#!$~$~${$N Q#5@^.k@p.p.o.l.[ _+A+D+J.*+*+*+>$&$&@&@n#H@]$z#N ^$'.h -$", "/$l+R#&@{.g.f i o 5@2.<.| k@&+,.~.F.^.o.5@&@w#k@!.[ '.($7@2.2.Q _$D#^./$:$n#).).).).k@%@M M <$<$<$D+", "[$}$|$N e 5@| p.5@1 :@X.1$7#P.[.,.:@&+y@y@2$K.3$4$g+U@5$Y.2.^.z#y@y@).6$O.7$8$4$9$0$f+f+a$F@Q@b$c$d$", ", G E G _#A e$2.Y >.f$F#<$X@7@g$h$>.j.i$j$P r.f.m#Y#k$= l$j.8@Y ].g$($m$A#]$A#y@m$H@n$o$X@p$&@| d.}+", "u+q$r$S+s$7#d$O.#@t$u$u$ #v$! ! 5@x@).1$C#]$w$x$]$7#7#*+y$z$A$5 B$C$~@D$E$F$b@c@c@D$G$~+g+H$J.+#R % ", "f+:@#@I$G@J$K$!@K.O+L$=#d$M$N$N$M$9$9$9$O$9$9$9$9$9$N$N$N$x$P$x$Q@Q$R$S$T$U$U$U$V$W$b@U$F$b@X$X$~+Y$", "d@P@h#]@]@d$a#g+2$Z$1$G@`$f+0$0$N. %8$B+.%+%n$u@0$7#F@J$5$1$@%z.C#F@#%#%#%$%c@O$+%N$E@%%&%&%&%R$U$U$", "E@E@*%~+u$E@E@E@E@.%=%c@$%%%%%F@t$-%;%>%,%G@&#'%D+!@A#<$g+N$+%+%0$u@+%0$f+2$o#,%)%`@!%~%{%]%]@h#]@T$", "^%&%U$U$b@U$U$F$C@C@c@c@V$/%/%R$(%c$x$P$!%_%N$9$:%N$N$N$N$<%<%[%9$M$N$!%M$F@E@L$D$!+!.J.*+}%9#9#).C#", "J 5@k@).-+|%1%L$2%U$W$U$E$h#h#~@8#3%4%N 5%B$/.6%3%'%8$4$`@u@C#).7%f * f w#B+8%d$#%9%9%0%a%_@. /.b%l ", "0+~${$c%l#d%e%2$f%<$]$]$B+A#).g%2.h%>.>.o >.j.&.7@i%6@i.i.l#P ! ].m#}+j%N B#&+{$s *$B.v$i.I+(#/ E > ", "F@c$d$u$k%k%l%7$x$9$9$N$m%y$)%).m$n%o%d.Z.Y.J$Q.-+8%p%y$5$y@q%&+*+,.[.Q.r%b#5#q%O q p.r.7@4.Z.z#I$[$", "D#&+&+&+G@5$r%;%).F#F#n#J.).^.e$H@D+s$s$A+f ~$[ >$k@x@w#s%5@l.e$F.B@>$_@2.o.@ @ B@q ].4@g.g$h R#q$+#", "t%&$x#J.u%u%v%w%n#&@'$h ).x%*+*+s@F#z#H@[+K 2.p.2.,.k@5@f N {$d.y%z%x+;+Q#A%e.# [@h +#n.5#.#z@2$s@!.", "J@B%l$s >.s P f.l.v#v#C%q f.&$&$h ~$5@4.4.6.k$5@5@|.f.].J ]#D%G E%F%a@F+c+ $E J f h G%r.`#`#h f I+E ", "J+H%P I%X#O h $+s@V#z@[ '.[ ,.S < p.[ | R#A@e P#J%$ E F K%E+M#Z L%>@K#M%N%M#n@@.>.k@g%c%{.>.v+O%P%; ", "I.,.Y.!@;$&+>$s$F#A#>$H.^.Q%n.[ [ R%S%n._$&@f.r.r.g$i.8@q#I@I@J@I+(#r#F > 5@[ A%A%v$<$+ <+T%A 1#U%z.", "]@~@&%g#f#^+V%V%. . M+W%#@X%. p%. . Y%[.:@T@Z%0#0#U@O.8#X%G@J.6#L+Y.`%r+e##+B@T `+6 r.[+P+8% &j+3#x$", "G%B@| v.%#|#}#n@b+Z#^#.&J@+&b+/#(#/#/#I@@&c.E J >.#&)#'#0 $&%&>#L#F+>#@#&&, *&$@=#/%e@e@d@P@0#M.d$5$", "##0 %#F+&&%$!.!@=&~%1$_@k@3.G.5 q+-&d#M.8#;&>&,&F@D$'&M.y$A#;%)&{.u#r < 2 K+r%J.[+% > Y C.- !&B%~&I+", ").2$F@E@{&b@c@F$h+(@U.K+T#l.2 #+Y.N w@E#-$:$N$u%!..#v$J ]&^&/&;@q@(&_&_&##n@%#:&<&u.R#k@5#&@[&[&T#}&", "e@e@{@d@U$c@b@]+< u.|&1&2&L%_#e |.{$Z.1#4@;.R u+7@3&3@4&4&s#d ] ^ I+J n+q e |.4%5&U.U+(@Q+]+/@/@/@f#", "^@f@]+6&{@{@g#*+; 2&,@,@9 %#B%P p.&#J$#@#@&#C+&#N k@<+7&7&< )+m.2 `+n.7&8&X+9&X.6#T+Y.(.6#J./@]+^+-+", "_+s$0&[.W.V.R+d#_@a&<.b&5.E ]#%&%#Z#.&j$k@Z$o$B#y@A@4 _+T '+S#p#l.q c&6.d&7.d&e&f&g&5.-.u+R h&x#6 [+", "&&D &&h.9+9+< Z+s+j+i&-+j&Q+]+i&(+C.k&l&m&~ q l.'+;.r e$_+n&].e e x o&I F ]#p&8+8+* u+5.5+4+a.Y $ 0.", "!@>$6 T%p$v$q&r&< ,._+(+G@S+a%0#0%O@I$A#m#> j.j.J % 4.4.q 4.,+4.s&9+y#~.Z.n.X.O.O.Z%K.3#}%t&5#_@5#5#", "-.h.u&].: * *.A g@| | '.h@[@l.)+S X+L v&w&W.i+V.b#Q.P.P.R.Q.P.x&#%8#X%K.$+p$h % $ 7@}.A@t.4+t N@7+-.", "# *.*.N@9.=$y&z.N >.z&i A&p&$.G G I .&B&c.C&U 7 q#n+' Y Y t D&r.r.| }.2.p.,.K+A+E&<@_+n.<@].w._ >.O ", "4.5.f s%l#f.{$# > J ;.# t F&~#E ]#a.k.k.~ >.r&G&].C&C&g ;.t $ $ n+4.A@2.H&R e$-&r$e$}.I&6#Y.5 }.>.= ", "t Q#v$q$^$z#h@j%! % q '.'.-#p J&x U -.K&& x x =.&.d ] ] L&b %#%# . .` ` ` 8 K%q#I E ^ W 4@>.M&S p.Q ", "$ = O [+j+N&_@l+O&% % N@o W P&G F q#> D $.%.9.9.Q&B.y R&u&=$S&:&w.T&].s s ! p ;.q ;.U&V&m n W&j j i ", "N Z.A A [@A B ]&]#a J#'#b X&A 5 Y.Z+X@n.n.A++ ,$p$<+Y&) ]#X&Z&Z&Z&Z&s x ' E G x $ n+V -.e B '+}./.. "}; gtans-1.99.0/data/pixmaps/gtans_burtwood.xpm0000644000175400010010000005463011133016175016027 00000000000000/* XPM */ static char * burtwood_xpm[] = { "96 96 254 2", " c None", ". c #BC6C33", "+ c #AC6324", "@ c #B46B2B", "# c #B47734", "$ c #AC6B2C", "% c #B46C3D", "& c #BC7945", "* c #A4774B", "= c #B48643", "- c #AC7F40", "; c #AC773A", "> c #C49054", ", c #C48044", "' c #B4642C", ") c #B45E21", "! c #BC642B", "~ c #BD723E", "{ c #C4884E", "] c #C48F4B", "^ c #C49753", "/ c #CC9052", "( c #CC7234", "_ c #B4804F", ": c #C4985D", "< c #946232", "[ c #AC6431", "} c #C46637", "| c #945222", "1 c #8C5435", "2 c #844C29", "3 c #945836", "4 c #AC653D", "5 c #A45E2B", "6 c #AC5E2A", "7 c #A44D21", "8 c #A45823", "9 c #A4592C", "0 c #B46C34", "a c #B46536", "b c #AC7240", "c c #AC7231", "d c #944C1B", "e c #8C5223", "f c #945722", "g c #AC6B34", "h c #944C24", "i c #9C5222", "j c #B47234", "k c #C4783B", "l c #BC7833", "m c #BC7F3B", "n c #BC8044", "o c #BC783C", "p c #A46332", "q c #9C6331", "r c #B4773C", "s c #B4723D", "t c #A46B33", "u c #B48043", "v c #CC814C", "w c #B46422", "x c #C47946", "y c #C48743", "z c #BC6D3D", "A c #BC6536", "B c #94522E", "C c #A4643E", "D c #B45E2F", "E c #A45223", "F c #9C4C1B", "G c #B47845", "H c #C4804D", "I c #9C5723", "J c #AC5E35", "K c #A45935", "L c #9B5E29", "M c #BE7234", "N c #BC8744", "O c #AC5924", "P c #A45E35", "Q c #9C582C", "R c #AC501F", "S c #9C5935", "T c #8C4D28", "U c #643D21", "V c #845437", "W c #B47E31", "X c #844126", "Y c #B45823", "Z c #954627", "` c #9C4C24", " . c #7C4124", ".. c #B4592D", "+. c #9C5E37", "@. c #945644", "#. c #AC6C3E", "$. c #8C4627", "%. c #9C643E", "&. c #744021", "*. c #A4723C", "=. c #844628", "-. c #743819", ";. c #844019", ">. c #944D2D", ",. c #A4512C", "'. c #B45227", "). c #C4622A", "!. c #9C522E", "~. c #7C3A1A", "{. c #BC5E24", "]. c #CC8243", "^. c #9C664C", "/. c #AC5934", "(. c #9C4E2E", "_. c #7C4B29", ":. c #8C532C", "<. c #A46423", "[. c #7C422C", "}. c #743214", "|. c #AC592C", "1. c #8C4224", "2. c #C47F3C", "3. c #8C421C", "4. c #8C410F", "5. c #8C5D3E", "6. c #8C5B32", "7. c #88461A", "8. c #663626", "9. c #AC6B4C", "0. c #94411A", "a. c #845C30", "b. c #744B20", "c. c #7C4D34", "d. c #CC874A", "e. c #D49053", "f. c #C46C32", "g. c #BC814D", "h. c #CC7842", "i. c #A45A44", "j. c #8C4B1A", "k. c #843204", "l. c #945E37", "m. c #7C564C", "n. c #74422C", "o. c #95461B", "p. c #AC7747", "q. c #745634", "r. c #94572C", "s. c #7C4621", "t. c #CC7A54", "u. c #B47654", "v. c #BC5E2C", "w. c #B49056", "x. c #C4915C", "y. c #B4874E", "z. c #BC884D", "A. c #A46C45", "B. c #D48749", "C. c #BC5A30", "D. c #CCA06C", "E. c #BCA26C", "F. c #BC8F54", "G. c #BC895C", "H. c #BC8F4C", "I. c #BC995E", "J. c #C46D3D", "K. c #D4985A", "L. c #C4562C", "M. c #843A16", "N. c #C49F63", "O. c #BC9652", "P. c #B48F4C", "Q. c #CC915C", "R. c #BC5824", "S. c #B49A60", "T. c #CC9F60", "U. c #DC995F", "V. c #AC8A54", "W. c #B4875F", "X. c #C4885C", "Y. c #BC905E", "Z. c #CC975B", "`. c #D4A167", " + c #7C5334", ".+ c #9C6B39", "++ c #845323", "@+ c #B46D4C", "#+ c #A46B3C", "$+ c #CC9864", "%+ c #8C4E34", "&+ c #743A24", "*+ c #6C3D2E", "=+ c #C45E30", "-+ c #AC7E52", ";+ c #9C6C47", ">+ c #6C3C1B", ",+ c #CC8954", "'+ c #542810", ")+ c #7C5E3C", "!+ c #84532C", "~+ c #946C45", "{+ c #946340", "]+ c #BCA870", "^+ c #B49E5C", "/+ c #C47E5C", "(+ c #AC8E44", "_+ c #8C633A", ":+ c #C4A86C", "<+ c #CCA76E", "[+ c #CCA961", "}+ c #7A462D", "|+ c #8C6644", "1+ c #744623", "2+ c #A47248", "3+ c #94624C", "4+ c #845E3C", "5+ c #7C5329", "6+ c #9C7249", "7+ c #844D34", "8+ c #6C4C30", "9+ c #A46E54", "0+ c #A4624C", "a+ c #6C3E24", "b+ c #5C3224", "c+ c #D4A66C", "d+ c #744B30", "e+ c #BC926C", "f+ c #AC7954", "g+ c #AC522C", "h+ c #6C4526", "i+ c #A47A54", "j+ c #BC6644", "k+ c #BC6E4C", "l+ c #A48650", "m+ c #AC825C", "n+ c #CC6A34", "o+ c #9C7E5C", "p+ c #7C623C", "q+ c #5C3A2C", "r+ c #644A34", "s+ c #4C3624", "t+ c #844B1B", "u+ c #7C4018", "v+ c #D49A68", "w+ c #7C4B1C", "x+ c #742E04", "y+ c #CC8157", "z+ c #745A44", "A+ c #B46644", "B+ c #643614", "C+ c #C4A65C", "D+ c #843A04", "E+ c #6C2E14", ". + @ # @ $ % & * = - ; > , ' . ) ! ~ { ] ^ ] / ( ' , _ : < [ } [ | 1 2 3 4 5 ! 6 7 8 ' 8 9 0 a b c d | [ 0 % e 8 f 5 ~ g h i % & % 5 a ' 8 ' a < j k l m { n o . ! 6 . 0 % p p q g r s 0 @ 0 . ", "j + $ # @ t g s u > u c { v @ ! w ' ~ x y y m u . ) z r > f 5 A [ B 3 2 B C 6 @ D E E 8 F i 6 0 g G 0 o H , j d I I [ & % i f [ . @ . 6 J K 2 3 L $ . M o N # j D ' O % [ 0 p P L g & l 0 0 . % ", "4 Q 5 % j $ @ g u / G t M k ' R 9 9 J A . M p 3 . O ! M { L 3 4 [ Q S T B Q 6 ' 6 6 J a a 9 9 a c & 0 ~ ~ z 0 L 5 8 5 [ [ d 8 & M . x i B 3 U V 3 4 . l & N m W 6 6 8 % [ g 8 5 q % & o j [ [ 0 ", "3 X h [ 0 0 0 0 ~ n j p 0 z Y 7 T Z ` Y ! ' Q .a ..! . , t +.@.#.[ C S S 9 [ . D a J a z J 8 % , o + 8 8 [ @ ' J 9 Q 6 5 5 [ x P [ 4 $.1 %.&.V S p ~ o b *.; c 9 6 5 % [ [ 5 p p b & o 0 $ [ 6 ", "=.-.;.9 a . j j . 0 [ @ z . Y O >.h ,.'.).! !.~.P D {.! ].& ^.T & & s % 4 [ A . 4 /.` Z (.d Q , H #.8 E 8 [ [ [ a 9 /.% z 0 . ~ _.1 :.T S C S | < <.M 0 | 2 T >.Q Q | [ 5 [ p 0 0 % # s j % 5 !.", "[.}.~.!.' 0 @ @ . 6 O 0 ~ a D Y P K |.... . K 1.8 D {.! 2.y b Q o x % % a 6 . A ,.` 3.1.1.4.i ~ & 5 i d 8 J 9 [ A J |.D a D a a 5.3 .;.h 8 a I 6.f $ g 7.}.1.$.T T T +.Q 0 g 0 % % 0 0 0 % 5 h ", "_.8.;.E 6 ' ' @ ' O 8 ' @ . a ..+ D 9 9 0 o ~ p 6 ' ! . , n 0 . 0 o [ A a |.a 6 ` 3.Z (.>.$.I 0 #.e h d !.J I C a D E F F 7 |.D 9.>.>.Z 0.9 a 8 a.b.Q [ =.;.!.K 2 T 7.S 5 #.[ 0 g [ g g % g J Q ", "c.-.;.8 D ) @ w . ' w [ a ~ ~ Y O O 9 S c d.e.d.f.A . H g.# @ h.$ ~ [ % z |.. 6 /.Z ` i.Z d [ o %.j.S P 4 % Q p E 8 O 7 F Z E /.O k.a a 9 & #.l.m.n.B C j.T 5 ) :.:.2 q p % [ [ [ [ [ [ [ 4 p Q ", "o.F i I 9 [ 0 0 ' 6 8 6 # n o 0 @ ) L W d.].0 [ + @ M k m ; $ @ $ 0 j 0 0 0 0 a c g G p.q f p s ' 0 d !.Q h & M Y '.7 E 7 7 7 R [ @ ) |.[ 4 3 b.q.b.2 L % g P r.j.I 6 a a 6 + [ [ p [ [ g & & I ", "I d d E 0 ~ 0 6 ' O E 8 j n m . ( j # N 2.@ O !.@ @ ! M r # # M # m n , & r % s m r & o p I [ [ $ @ 7.Q P Q o j f.. O 8 F 7 O ..6 ' ' ..a a q 2 _.s.;.j.F o.o.j.I 5 p O 8 O @ M [ 0 0 g 0 o ~ L ", "[ 9 F 9 z t.. O ' ) O w r n , ~ A % u.n o w |.|.a ' D ' o o n ~ j l , N n r G _ u 0 #.a |.[ 0 # n r | 9 P 8 0 [ l o o % g [ D 6 7 O ..Y a A 4 p C #.s ' O 6 D a g % 0 a [ 6 [ 0 @ , k o o n o c ", "[ [ [ ' a . a |.8 O Y 0 o ~ . v./.r.S #.z . D D 5 6 ..! s & o ~ # o m r u _ w.x.y.p.[ J 6 % y z.] n p g a 6 @ [ # m y { m ~ @ @ 9 |.D ' A ~ % [ A.G x ~ ' ! 0 z 0 0 0 % . 0 [ [ [ o o $ M # 0 o ", "g s ~ 0 0 a ' ' O ' ~ B.{ o ' C./.$.;.B ' A R ` Z ,...A . o & ~ y m N N ] : : D.E.F.G.g.G _ H.I.y N s % 0 a z M r u m & o o m m & & ~ ~ l j 0 <.t s G j $ 0 # j % [ 8 [ 0 % . ~ @ o o 0 r j # y ", "o o l s o & , x 0 J.B.e.K., . L.a >.M.d 6 ! E 3.M.o...! . & n r 2.y n { > : : F.I.I.N.: y.F.O.P.n o a ' D 6 ' 0 $ c % o & o o m & G # j # r c [ q p L I I L <.p . ' [ 0 o % 0 % o k o o o o o , ", "k n o o & { / Q., l ~ , { m ! R.D !.h 6 . . ) P 7.i ..w M m { n m n N z.z.z.y.= y.z.I.S.w.I.x.g.o ' 6 Y R O 8 [ [ a [ a z o r # s j j j @ 0 . 0 ~ . 0 0 0 0 0 o ! . o H o [ [ a g 6 [ s 0 g g g ", "@ o o r c u > T.U.H # n ] n J.).D 6 0 k ( M ~ & +.[ D w l y / g.{ { { { N z.] > y z.w.w.V.W.X.& ~ 6 Y R Y ! ' 0 ~ a E 7 9 0 m n o k k k . ' D } D D A z z ' [ A 6 ' 0 0 p L [ x a I [ & & & s g ", "I E D ! 0 s z.F.T.H.o o h.d., c j m / Y.Z.`.n t ' ' $ , y y N m m y y ] { z.n N n { ; > H.r / z.~ p E O D 6 ' . @ 5 i d F 5 g r [ j o 0 g % 0 [ ' 6 5 p I 4.4.o.o.d e U +c.6..+[ i j d.# m { p ", "0 5 i O a g.Q.F.T.^ N o & ].n @ # m { b p.Q.N c ! a M , / { m m W m N z.z.n N y n { ; z.] u ] r 0 + 8 ..a D w @ @ ' 8 d T r.g r @ 0 g [ <.[ [ p 5 5 [ p Q Q 5 z 6 p :.b.V _.l.p s 5 0 m @ # { G ", "H ~ [ a & H g._ > Z.: ] z.] , o . o ~ f Q H H j . . x y d., 2.o y N z.z.z.N n & { { ; z.> u { s 0 a D 6 v.a ' w Y O >. .&.2 q $ g 0 [ 5 5 [ [ [ 0 [ | 7.>.Q 9 h !.P ++2 5.=.4 @ C | Q P Q 5 0 k ", "H , s % @+#.#+#+#.z.$+N.: Z.H k 0 a a E 9 & x ~ z k x , , l M k y ] > ^ > G.n m { N u ] ^ { y s k . a |.6 ! ' + {.|.%+&+*+V p l [ $ @ [ $ 0 0 p % S 7.$.B C Q T ;.3 T 2 @.%+a @ +.T $.>.K 9 [ k ", "n & q B +.+.S p :.#+y.Y.w.H.{ , J.a a /.a z a o x k , o ~ . . f.# n ] : Z.: > { o n u > ^ { n o ~ J.a 9 6 0 . @ =+O T 8.8.1 [ 0 $ 0 s j % % g 0 +.Q S !.B h h f ~.4 t %.3 3 4 6 r.T X $.i.J a k ", "~ % B e ^.%.e T 3 q * -+_ u H / x a a a A 0 [ & , { , n l M f.. . o z.> : : ] H o n N F.z.n o J.~ a [ [ 0 % M M w |.Z }.-.T L O j ~ o 0 $ [ [ % p 5 9 K i j.j.| 4.% G p 1 S B r.| T X Z K a [ . ", "' % +.l.* ;+2 2 ;+%.q s b b u x.x % 0 . 0 M j n N z.y n o o f.! ).. & z.F.> z.n n n z.H.z.n 0 . a [ [ b & r g j @ 0 [ >.` K a ' 0 r o % [ 5 5 g $ p 8 9 a ~ o # D @ o #+T @.>+1 K 5 5 [ % ~ z J ", "E a +.1 ;+;+6.A.* %.+.@+% p #+= #.g 0 0 M , r y u N N n o k . {.R.v.0 u G.F.{ z.,+y > H.H.G ' ' @ [ g n z.# $ <.<.0 a |.E a A 0 <.0 x o g L 8 [ <.% 0 8 8 @ k m B.M o g V 1 '+)+h Q @ j M 0 J o.", "_..+^.!+6.l.l.l.~+;+6.V {+:.:.A.r.e q G F.N.]+]+^+I.^ K.d.' 6 z @ M % a /+{ y.H.(+T.^ u ,+2.a ' [ <.t y.x.y.b t L $ @ ' [ 0 # g j j r % [ I p g [ 0 O Y ) w 2.y l j $ @ 5 I P i I <.0 0 0 0 5 e ", ":.%.< :.1 {+l.3 ~+;+_+6.l.!+s.5.3 T q g.> > :+<+:+: H.y ].. ) A + ' 6 9 [ G z.> P.[+^ N { d.0 . . @ s g.z.n 0 @ j o o 0 @ M r # $ j o #.[ <.g #.j . 6 . . 0 , y j l k , g 8 p 5 [ g a z % a 5 i ", "A.%.%.+.l.C #+%.{+~+{+{+5.}+n.}+3 6.#.H { z.> T.<+Z.n o , ~ ! a w ' D 9 !.[ n ] O.<+N.= ] y o l M . o o & s 0 . n n o 0 $ j r # $ j s 0 #.s s # g [ 9 0 z 5 g #+2.o , ,+d.H & 0 s % a a a [ J 5 ", "b S %.C +.^.9.A.5.{+~+^.|+1+*+n.c.1 #.H x o H ,+> { n s x k . . . ! A A O a v y I.[+N.N H.y m 2.h.l l & o r ~ o & m r g g s o G j g b G G r r & r #.[ % 4 | S q o 5 <.~ , d.o $ z a 6 a a /.4 a ", "#.3 +.%.r.+.2+b 5.5.3+;+5.c.n.n.8.T #.~ 0 z x & % & & o x M . z ! D A A D o d.d.: T.: H.z.] y ] 2.m n n z.N N n m G r # r r m r n g c g.{ G j o H r [ #.9 7.e q [ | [ $ g o o o % a [ J [ [ a a ", "C p %.C {+l.;+;+{+4+3+;+l.%+2 .2 Q @+z J 6 K Q [ M & & , s 0 l ~ ' a ' ' o , n F.F.> H.m N N m N N u y.z.H.z.N n n n n z.n G o , s r G.F.r # & o & [ g L j.Q p o 5 0 [ 0 , o x M . s g % % % a ", "C A.#+A.A.;+5.1 ~+5.{+;+^.S +.Q #.g ~ x 6 h $.=.. [ [ r g.o # , , H o 0 j o m N = N { N u u m r N N N n _ u = = & u u _ N _ n r & & n z.z.n o # x x j o o $ o r ].L + [ 0 d.g g 0 n , n u n % p ", "q p.2+A.* ;+5+1+6+a.< A.#+#+~ g v ' . h.a $. .7+. + I #.{ { m / H e.{ k d.y N ] N N ] / n n y m N { { { G G u _ r b r u = u G r ~ g.{ u y.z.n @ 0 0 0 o 2.y ].m , + , o s , 0 & @ , { N , y o 5 ", "k @ j j . H & 6.a.6+a.6+;+s ~ [ 2.j C C !.j.b.8+[ K j.l r H.N.P.= z.K.N Z.; N > r z.H.N ] r t o u u n n u u u V.<.G I p ;.g g u = V.H.u { # o g $ g G z.z.m m , N = = ] # y m # W <.o ~ ; t r t ", ". + $ [ ' ~ & .+l.;+l.2+9+#.~ a n q 1 2 T &.1+q.C [ % { y T.^ I.> z./ o e.r n z.# u N N { u # l u u m r r r p.u s % [ J I 5 r { z.u > u { r r 0 j ~ b g t #.o d.H.y N K.y { o r n g k o g.N { j ", "D 9 + + O ' % b S 0+@.9+C C 4 z A.}+a+b+V &._.7+e p { { { c+F.<+Z.N n $ y 0 ~ % j $ r y n # ~ 0 u m n G r s G n & $ % 5 4 j.t n F.G.] g.{ r n 0 d.n p $.X I # 2.y n u y g 0 0 , 2.' . % & { e.. ", "..|.6 a D D a j S @.2 3+1 5.S #.S [.d+U l.T +.B e b X.g.> D.F.N.x.z.r 6 M D ' |.0 [ o , r j ~ $ r n g.& & r r & s p % P % j.<.p.> z.z._ / n n o y & S ~.~.Q j m / H H v 5 I |.x M ' A /.5 s x a ", "C./.9 9 D v.' . %.7+a+c.d+c.2 q !.1 3+2 #+9 % S u.Z.G.y.e+x.z.f+> { & [ . ....... 0 , v % . ~ ' [ b & n & s ~ s t #.& G & b _ g.z._ z.g./ g.{ H m g Q X >.s { y 5 L p , [ a [ x . ! A |.4.Q z {.", "..g+d 0.7 ..' z %.c.U }+h+5+s.l.$.%+3 h ' ' z g G.$+-+_ Y.* f+r._ H & w D O ..D A z ~ o j % 0 a I [ s G r s b s G x.H X.G X.G.z.G.= G.z.x.z.> > z.u #.C b H > N <.| d % % h.~ ~ . } v./.~.d D v.", "..|.d ;.F ..D . C T _.c.[.B $.P }+ .%+K z ' s _ z.i+-+i+_ 2+;+e t r z [ 6 |.|.A 6 a D [ 0 ~ 0 [ E [ s g.G G r u > : z._ p.G.F.P.Y.F.F.F.: y.> Z.Z.> g.n g.> ] > U.,+o , [ ~ a ! f.{...J 3.| D ! ", "v.J.p h /.A A J.i.B B @.=.i.(.j+a.c.@.k+t.~ A.l+F..+e+m+W.f+;+:.P s % ' D a a z ..D 8 I ~ & 0 a /.@+x z.z.= y.z.x.y.p.A.b y.I.N.: Y.N.: : y.F.N.x.F.N y ] ] : T.r n n , 5 5 [ ' M ! /.k+B 4 . n+", "] u 6 R ! A z g.I #.=.%+l.%+J a B T p [ & C k+g.u ; g.e+o+p+ +3 {+q #.[ 6 . o g [ H [ n { > N j D 6 a & { : I.w._ _ !+_.+.9.Y.N.]+S.I.F.Z.u n n u u - H.Z.N # y I l o u j j m l l l + $ K.] u : ", "z.m @ ' f.~ ~ g.& & :.1 @.S % a %.+.C % @+[ u.& u b _ m+~+)+_+^.#+#.% @ [ . & c s d.g.> ] { z.N ~ z s u G.x.O.F.G -+c.&.1 ^.y.I.]+S.N.G.> n n N ] = ; W Z.] u n @ n o m n m , $ l 2.j k e.{ N Z.", "n , j . k o n > { G e T 3 C H a P 0+J % [ [ % & n G _ f+|+4+2+f+p 4 % a ' ~ , s & % { { F.N z.z., n & n z.z.F.y.s 9+b.U c.@._ O.S.I.N.G.H.n { { N ] H.= H.y m y , , s j g j & . j M . M & [ 5 r ", "n o j . o y z.T.,+_ r.:.:.#.,+a 3 K !.4 8 a % x u G u.A._+|+9+#.4 #.z a [ ~ x % G f u u > ^ z.N N u u g.z.z.g.G p 3 8+q+*+V p.] w.I.T.z.G.z.{ { u ] Z.> z.= r #.~ ].r g <.<.~ o ~ x k z A O i a ", "& o j @ , N ] : K.{ p.#+p #.H g Q P Q a 6 ~ ~ H _ g.& _ p.-+p.#+% % @+0 0 % & #.& | G y.Z.> H.y.> z.u u g.g.G b i 2 r+s+8.7+#+r -+F.T.F.> g.{ g.> ] = u y.g.t t++ & & , r g j 0 o ~ z z z J D z ", "0 o o o n & _ G.x.> { _ G g.H & #.s % s z H H & W.u.g.X.G.e+g.A.i.3 p % % 0 ~ z ~ #.g.> > y.u n Z.> u G r r s #.S 2 +}+n.3 C c u z.Z.> > g.{ & > N y.u p.u #.| g ~ r n H & & 0 r b g a a 6 ' a ", "g o x o @+p +.@+= G.> { ,+{ g.{ g.g., o H v H #.6.1 %.u.-+i+2+l.:.u+!+#.s g M x % & G g.g.G ; u { z.{ n s % g 0 S 2 %.l.Q @+r G G u { G.> _ n G N u > > u p.u.g & G ; r u r u s F.= n & 0 . a a ", "g o n % 9 $.>.0+z.> Z.Q.v+,+n ,+z.n n 0 , & u.I 8+&.1 A.* i+;++.5.&.++b r [ @ ~ % /+5 G g.g.n G c r { H & [ [ p 3 2 C t a ].{ u g.G z.z.: r _ & > u G.x.z._ b r.b n z.> N b G r P.- u n o ~ M 0 ", ";.P 9 ~ #.u+7.6.t u F.y.g.o k m . . a ~ I ~ j p ++s.w+;+{+< _ ;+7+l.2 _ 4 s ' M c c # & s g 0 k @ o u u r g 8 |.2 &.t+b P.w.y.r ; { z.H.; z.o s t ; z.: F.z.n ; # m r t #.c r & u H.; y o ~ ~ Q ", "h T x+K & | r.r.% & y.u s s z s a 9 p [ g & n <.l.>+&.b 2+%.p.f+V 1 3 #.% g % o m u n & & % $ [ p 0 r r n g 9 6 +.e Q u F.P.N r n n ; = u { r s ; r y.x.y.N u # u N o c s s G g.] Z.= ] % a J T ", "X S 3.j.9 K 4 Q A s s % % a 4 +.+.e Q r.G & d.g b 7.:.p.G p.b p.6.6.4 [ x % > z.z.{ { { y n o % $ j r u g.r [ a 3 Q 4 & _ y.n % p.n u g.; ; s H , n z.{ z.g.n o o , n s r & G H = F.= H 9 7 (.T ", "~.P S 3.0.i a K J.~ & & u.@+^.l.l.1 3 e #.G { & u.r.C #.p.H G c .+t % J y+u.T.y.G.g.F.] { r & H ~ o G , ,+& [ [ T K % G ; - & g #.#.s g.s #.s ,+y 2.{ H r b & r #.& o s r o & n z.] z.{ 9 /.,.(.", "S 1.M.,.|./.a a a u.n g.@++.c.8+V {+6.l.< G { / G +.p q #.{ r s u m % % x g.Y.l+X.#.#.u n g [ k+o ~ g & { & [ [ S a k+x p.G & 4 #.r.3 #.& & @+s r s & r 5 | Q p 9 #.s s o n G H H.F.z.n E ,.Z Z ", "4 ` ` |.A ~ z J P #.s r t e q+s+c.~+5.q l.g.g.K.{ % t % s b 4 s r , 0 n H : : w./+r.7.+.; #.[ . s [ I [ & G p 4 S 4 k+n G u g.% 3 t+T Q u.#.#.t C p g % | 4.7.T >.C s r n N n z.F.z.z.G 7 ..Z >.", "J a J.D |.J.~ E 4 C #.o z +.d+r+!+;+%.%.p.g.g.Q.K.X.r G s +.Q %.a o b > : T.T.: ~ Q u+=.P @+~ f.s [ i <.& & @+r | !.[ s G u & @+2 s.:.B #.p #+t 3 !.C a S h B :.$.P G n ] z.N F.Z.x.^ { [ } ..a ", "D R D D O a 6 h (.h i ' a 4 5.z+6.%.A..+G.z.g.u z.K.G #.%.r.r.T 6 ~ n Z.N.F.> { . [ >.X T J . f.H g 8 #.y+H g.H 3 i 9 % ; p.b [ 6.s.=.T #.#.#+l.=.X 3 4 [ +.Q 3 $.C g.{ ^ ^ H.F.x.F.: 2.8 v.R [ ", "E a D 8 8 6 5 I 5+5+!+B [ ~ C 5+#+* L u.#.s p #.0 [ #.3 +.1 1 =.p u.r Z./ n G H % 5 B 2 T L 0 ! $ l W m { n s o p.b g G ~ #.P +.l.w+w+f .+G r L 1+s.f K [ 6 9 o a P g & m m g.z.u m { , 0 O D ..", "R |.O E 8 ' [ [ ++!+1 Q ..a [ {+G -+r.#+4 #+p g 8 5 C e 1 2 2 =.q r #.Q.{ r #.z.% p q L +.#.~ . j 2.m 2.{ { n l b p.n H g 5 +.#.b T j.+.% 0 0 @ 2 T S 5 [ 6 I 4 a 6 0 x & r n g.m u m G @ [ a |.", "D D O O D 0 z ~ Q S K /...D % & _ f+f +.p #.p +.| +.C 2 2 2 5.2 p s g e.{ # c H & % #.b t #.4 ` K % m o g.H g.# p.s s % #.p S S K S J 4 x a [ D r.r.q [ % a i 5 a 6 0 o g [ #.#.o # 0 0 0 z . 6 ", "A ..J D J J z ~ J P J a A ! z g.2+A.e P % @+C r.T l.A.7+2 7++.:.p G g / , n & H /+& u ] / Q.@+1.9 ~ ,+g.G z.,+y & p.#.g g 4 9 T 1.P @+/.~ 4 D 9 +.r.P [ o ~ I 8 a [ a 0 [ 5 P [ 0 g 0 g z , , [ ", "v.O D 4 (.` /.a [ S 3 J . a #.A.l.C Q 5 k+s A.:.=.3 ^.s._.2 3 r.I ~ 0 m o , o s +.B e t z.Q.u.$.1.[ & <.j.r.G # s g.g.r #.[ P !.2 %.#.B C S P 4 P 9 p [ , & 5 8 [ p [ 0 [ [ a a ~ ' [ @ ~ v x 0 ", "v./.D P Z h K 7 P r.T p s ~ q :.6.#+C 9 z C C :._.1 l.s.2 :.q !.Q ~ [ o k , ~ [ C B e L g.`.v+G @+H / #.t+Q & , s & n o r s [ d !+!+1 < 3 7.j.C [ /.[ g H , [ I S I p [ [ % z z % [ 0 z ~ k k 0 ", "! |.P S X B J ` /.K S C z & q _.:.#+% |.4 Q +.V T 7+1 2 3 S [ 5 9 [ Q ~ H v % [ +.r.3 r.+._ : z.g.n y u I p ~ ' g o o r n , a d 2 s.2 b 3 T ;.C D J [ g H H [ 9 T T f [ g . % [ [ 5 ' o . 0 . . ", "' E !.T u+S 4 h g+/.K J z z S . .C & D a >.S 7+%+2 1 2 +.p [ 5 i (.4.~ v x [ 0 +.C 9.+.3 b H.H.,+N ] / G x x 8 8 l Z./ m o ~ 6 :.T T 9.$.+.K A+/.|.[ g , ,+g 5 2 2 +.g % o 0 8 I | [ k % ) A k ", "O O 8 Z h K p p <.+.r.B Q q :.&.&+S @+#.9 B S {+I f r.T 2 l.l.e ;.q 9 x x k ~ 9 q.B+1 0+S C s / 2.N ^ C+O.; [ v.Y 0 M ,+m n [ ' I I 5 % 4 t r r [ [ 0 0 , n { ; R O @ p.; #.p 9 7.Q #.% a O O z ", "i 9 9 i !.L S r.< 3 >.:.Q +.:. .}+3 4 4 6 Q Q +.$ Q L 3 1 :.r.e | p 5 ~ 0 s [ 5 5.s.c.^.0+r.p n H m u H.z.j @ J.+ [ t r r n o k [ i S 4 #.s r # j 0 o 0 , o n n . ' <.p p r.!.Q Q P [ 4 % [ !.9 ", "2 B P J 9 S :.c._.2 =.%+P #.4 @.T >.P 4 J 5 P %.[ % C 3 2 B l.T 9 [ [ . 6 z [ #._.>+'+c.{+_.Q #.,+# j m N r o , e./ ] u = n n s [ 3.3.P u.g.n N o c o 0 ~ g n { , 0 [ a [ B $.2 d Q Q Q C C B T ", "&.1 P [ 6 3 2 1+c.V %+3 4 @+P >.%+%+B J [ K 9 P a P +.B 2 :.%.%.a [ z . 9 % r.C i.@.>+ +|+2 >.6 r M j ~ x d.z.N > Z.T.z.^ > / n J ;.u+Q u.{ { N G 0 % 0 0 5 0 n m j . a ..!.T u+7.5 4 r.>.1 2 =.", "h+7++.J +.r.c.d+_.!+1 C #.o % S T =.>.S K Q Q J 4 7.X 1 1 2 C H ~ % x z 5 [ T B 0+3 V 1+4+l.B a <.0 z ' . , y r - N Z.= H.z./ z.& S | #.G n z.u N j o 0 o O [ [ N , % E ` !.S :.I % @+Q 2 _.n.n.", "n.7+3 3 r.B !+V b.++3 +.j o 0 S =.2 T B >.>.(.K $.T _.&._.A.& ~ b s % & g #.L q d 2 1 a+u+%.I % 6 M ~ w [ o , r n { > n u u N z.,+G s G g.y.z.z.n r r 0 . 8 8 I o d.& |.i J 4 S 6 g p B 1 2 n.a+", "=.=.7+V 6.1 1 r.l.{+S +.5 p r.;.c.7+7+2 T >.>.(. .1 +U _._ ,+6 l.C L s s & g.X.s #.#.C Q p g $ . J.. @ [ . ~ . 0 o o n n z.z.> > , n z.n z.> z.n r r [ 0 O 6 E + o , G & n % I [ [ !.T :.7+}+}+", "$.=._. +V 6.3 9 !+1 %+%+r.C S %+_.7+7+[.=.B (.T 1 n.h+5+|+p.o @ ++l.s.t #.& X.Q.N g.x y+k+0 ,+W A ' @ 0 0 + D ) O [ [ x 0 u ; u y N N u - z.F._ u r o [ ' ' . . E [ r N { y 0 R % 4 p r.B =. .7+", "2 s.7+1 &+1 .:._.1+1+2 1 %+7+1.5+2 X $.[.n._.3 >.Q i [ M g #.p 2 e :.l.f #.[ a g p #.% 0 % z . $ m 8 x |.v.' w *.$ # @ j l p f + , k s d f z.n u ; o # $ o l 2.m $ <.j x o [ L @ j % [ h $.P 1.", "1 2 2 %+ .S T :._._._.2 7+2 %+@.6.T %+X [.n. .T B K 8 6 [ 0 #.p 2 2 !+e T #+Q 9 t p g % [ ' a 5 r.<.I . /.a 6 w p #.~ M z ~ [ 9 $ r g.g f t n z., u m , c , # 2.2.l j s s [ <.[ $ j s % | >.K >.", "S T T T $.%.3 T c.c.2 _.}+=.1 +.+.S B }+n.h+s.1.!.Q 6 |.' o #.p 2 1 :.2 2 #.3 | r.p #.a 9 [ [ I &.2 <.' a A J [ d Q J z z z A+a g s { #.C _ b G.m & r { $ y g 0 j o o g <.[ s o $ & r & 4 L p S ", "p Q S >.>.C P | 2 2 V 2 2 2 3 C P 4 S 2 h+1+7+Z 3 ` |.D J.~ [ p 1 3 :.5+2 2++.T :.p @+[ 9 J [ f 8.>+t + . a 9 P 0.` F |.a D a D I #.& A.G _ *.n n s s n 0 , g @ t s s #.p g r o s & s o & g [ g ", "a [ J K S S 4 r.%+1 3 3 3 S %.C 9 a J %+&.2 S /.+.>.E D } z K S B 3 :._._.A.1 2 3 #.& a 9 9 C r.b+>+#.5 0 J Q B 0 a 8 a z . . a 4.P L #+f+b G g.x g x % & & , m 0 o s [ p #.t <.#.G $ s m % g p ", "5 P 4 P Q T +.Q S P P 4 4 #.p 9 B K D i T S J A+#.0+E D A ..4 q S S 3 2 s.%.7+2 1 +.@+a /.[ #.l.8.1+#.8 6 !.>.2 6 i D+| I F + 8 E #.L #.p.t n & & P & 5 o s H n o s % C p q q f @+#.g r r s b p ", "8 9 P J S M.+.S P [ % 4 [ 4 J Q j.Q ..'.|.D a j+l.u.9 D D E s +.J C p 3 2 3 2 %+2 >.K a a #.4 l.>+1 P O ,.Z r.w+S Q -.r.p L & . z a [ G G ; o j a i a Q 5 p o G M j $ p S r.3 %.t #.s m s b & S ", "9 i 4 4 0+u+%.%.' % . [ 6 |.9 Q w+(.7 L.=+A A ) >+p.J D |.` G T 4 % 4 +.2 1 [.1 3 :.!.a % 4 l.s.&.q 9 /.,.$.r.++T =.E+2 @.T #.% } F % G & { s @ P ` K I d p [ % l M g q | 2 r.A.+.t G n t #.u.B ", "t r.J @+P B 9 ' a [ J |.J p B ;.T Q [ D v.. . + ; l w . 4 T #+e t #+6.!+!+:.f P K S r.S 0 % S &+s.f P Q ` Q 5 Q <.+ | <.0 5 7.l.P I 8 ' . @ 0 % a Q i i ` [ % I 6 & P #.| >+3 S !+p q c b - C C ", "t r.P A+q p % A % [ [ 9 6 P S =.T Q a D A M k m m 2.@ f.P T #+q 4 [ r.T 3 S P [ K S S #.% 4 B }+e L +.Q ` 9 P 6 # l j k o g t+| P !.8 D ' 6 J [ [ 8 9 5 5 5 6 I i 0 g r q u+r.@.6.p p 0 b & #.a ", "#+q J 4 P #+% a [ J O 8 9 !.>.2 ` 9 /...! k ].].y / M M 5 T #.[ z |.K =.C K A+z P S +.4 [ !.>.7+3 3 | ` ` 8 6 a j o l l 0 s p C 9 ` 7 ,.|.8 9 |.K 9 5 a @+6 i 9 i @ j o t j.:.e ++S 9 P p g [ A ", "q C J P p % % |.' [ 6 9 !.| >.T ,.9 |.|.' . k 2.N 2.k k P T 4 g z J p ;.C B 4 A+[ 5 +.P 8 ` >.V T T h (.8 |.D z y 2.o k $ o g I ,.` 7 ,.9 g+9 |.|.[ [ a z [ i 9 I [ [ 0 L T r.:.1 +.S Q +.q P A+", ":.+.J P #.g.% a a a [ P 9 Q !.S |./.|.|.D z M ~ r o h.k [ Q C [ s p #+s.3 s.3 +.5 #.4 9 O 6 3 7+[.T Q |.6 a A A #.o 2.B., d.~ L ,.,.,.K /.K g+/.8 a 6 9 4 4 Q Q Q 9 d h h T 1 V 5+6.1 2 _._.++3 ", ":.C A+4 s & ~ a a p P P K K 9 |.,.,.,.|.D a ' a [ @ f.k #.C [ [ s #+%.b.c.h+_.:.| C 4 6 J a !.&.X T K 5 6 a [ 9 f p [ ~ k y+o a 9 K K K K 9 9 |.6 a |.i 9 [ 9 | Z $.0.0.Z >.%+s.b.++e &.h+U h+_.", "1 #.k+#.s r #.z Q Q B r.K 9 O ..8 !.E 9 O |.Y Y a O . . b b b g #.#+l._.d+&.&.2 | 9 4 J ..D B &.$.B I i 5 g p T Q 4 8 [ 8 [ I [ 9 K 9 Q Q Q 9 [ ' [ [ 6 9 S Q h h !.(.` h >.=.s.++l.+.s.c.U 8+c.", "_.4 @+[ s b a x S T :.S P 6 D v.J K |.|.|...g+'.A O v.. #._ G r a C B }+[.}+ .7+I +.p D D |.3 V B S I d 5 G 4 2 7.C 5 a a ' i % 8 9 Q :.| I p ' . 6 A ~ P I Q B p 6 [ E F d t+w+t+h K .1+b+*+}+", "r.q S f q r z.- !.i Q L g ' ! ).O A O z [ 4.+ ' #.I z ..a K r.#+| T 2 i.[ i [ L h i 7 J I f | Q ` 5 + 0 @ c b f e $ c m j H r #.Q I f [ Q Q 0+T r.q t % [ 6 |...p t m y r L T ;.t+:.r.p u+&.h+q.", "< A.b p g u _ - #.p 5 6 0 . . ! 6 |.d 6 % 6 . O 5 d 9 9 J Q Q q [ S %+C P E [ f T P 9 9 h p +.S 6 6 5 j j j & g o , j $ I g G v #+#.f 5 [ #.g u+f p n r @ [ a a g 0 r o c [ Q T 7.T K a Q | e 6.", "#+G g._ p.u N u f+#.p 6 A . . @ @ [ g % % a A A [ K Q r.r.;.p @+~ C r.S K 8 9 B u+Q ,.` ;.l.I h 8 6 6 2.v # o s . z 0 o o & p | f G & s s s G [ r # 2.<.l l , 0 & n o j c #.p h $.3.` /.a 4 a C ", "f+g.z.n u u y.z.u r a v.A M o # o o , & a . a } z x G p.< u+4 t.~ p r.S 9 ,.Q T ;.P /.8 7.q +.B 8 ' ' , ,+o z g D 8 E 0 x o 5 T D+u.,+].o 0 l { ,+0 @ I k o n p g & o g j ~ #.5 3 1.h F /.J x ~ ", "n u G G u n z.] y.n o . f.k 2.m o j s 0 a % ....a x x.x.G.f % j+0 Q r.S 9 6 9 h T P /.J Q q Q K ' J.[ [ o ~ . ' ,.,.|.6 a 6 4 z r.[ % 0 o l $ n s 5 0 8 o I Q e d [ #.g o n & ~ 2+Q q h p [ & o ", "& r b c u n N n N , x M ~ k 2.m j M ~ s [ ` 8 |.z % & z.Z.% z /.0 I S S /.z a Q B 9 g+a Q 5 B K D z I I g #.5 F d (.a [ % [ a a #.Q I 5 z o j y & p [ 6 ~ !.B T j.[ 0 g x & ~ , g.p.G #.g c o j ", "~ @ j r m G o o m m # j 2.d.2.@ @ 2.& v % 7.6 ~ x + 0 s v & a a a Q +.P J ~ ' g J J '.A 6 % [ z 9 [ h T #.P F 4.K S 9 d 6 J % D C Q % 0 [ M & { / & 0 0 ~ 0 [ +.9 @+[ g x o $ o r & G g.#.o o c ", ". @ j n , r 0 0 x l # # y K.].. M ~ <.y+H 5 & x 2.0 ].x ].z O ' a B P S O ~ . g 5 ..R ..O % a A z 4 u+7.A.+.` E :.p u.9 P 8 A+a 9 9 v ~ [ s % % N ] B.B.k z g g 4 s J [ & M [ o + 0 0 & 0 & l @ "}; gtans-1.99.0/data/pixmaps/gtans_paper.xpm0000644000175400010010000005316711133016175015275 00000000000000/* XPM */ static char * paper_xpm[] = { "100 100 105 2", " c None", ". c #A0A0A0", "+ c #9B9B9B", "@ c #B1B1B1", "# c #9C9C9C", "$ c #A4A4A4", "% c #ABABAB", "& c #7C7C7C", "* c #848484", "= c #8B8B8B", "- c #838383", "; c #808080", "> c #7F7F7F", ", c #757575", "' c #797979", ") c #686868", "! c #A3A3A3", "~ c #868686", "{ c #7B7B7B", "] c #616161", "^ c #8F8F8F", "/ c #BABABA", "( c #939393", "_ c #8A8A8A", ": c #7D7D7D", "< c #B8B8B8", "[ c #919191", "} c #A8A8A8", "| c #A1A1A1", "1 c #777777", "2 c #5C5C5C", "3 c #888888", "4 c #999999", "5 c #9E9E9E", "6 c #828282", "7 c #6D6D6D", "8 c #8D8D8D", "9 c #B2B2B2", "0 c #979797", "a c #949494", "b c #5E5E5E", "c c #9A9A9A", "d c #989898", "e c #B4B4B4", "f c #B7B7B7", "g c #656565", "h c #5D5D5D", "i c #8C8C8C", "j c #6F6F6F", "k c #7A7A7A", "l c #909090", "m c #929292", "n c #B9B9B9", "o c #858585", "p c #AAAAAA", "q c #727272", "r c #747474", "s c #898989", "t c #969696", "u c #B5B5B5", "v c #B0B0B0", "w c #737373", "x c #A2A2A2", "y c #5B5B5B", "z c #ACACAC", "A c #BCBCBC", "B c #C3C3C3", "C c #9F9F9F", "D c #767676", "E c #707070", "F c #636363", "G c #AEAEAE", "H c #ADADAD", "I c #A9A9A9", "J c #666666", "K c #C6C6C6", "L c #C9C9C9", "M c #A7A7A7", "N c #B3B3B3", "O c #B6B6B6", "P c #C0C0C0", "Q c #6B6B6B", "R c #BEBEBE", "S c #6E6E6E", "T c #535353", "U c #4D4D4D", "V c #A6A6A6", "W c #6C6C6C", "X c #CBCBCB", "Y c #696969", "Z c #C1C1C1", "` c #C5C5C5", " . c #BFBFBF", ".. c #C4C4C4", "+. c #606060", "@. c #C7C7C7", "#. c #CFCFCF", "$. c #676767", "%. c #646464", "&. c #5F5F5F", "*. c #585858", "=. c #595959", "-. c #545454", ";. c #575757", ">. c #BDBDBD", ". + @ # $ % & * = - ; > , ' ) . ! ~ & { = ] ^ { / ( _ : = % < ( : [ _ ~ ' ~ { ! } ' = + + : ^ + [ [ | 1 1 ) 2 3 ~ 4 5 6 ( } [ 7 8 = % [ 9 | 0 [ = < [ a 7 b c d e f } = : 5 d a } ( g h i 5 j k 4 l m n ", "_ o 5 , ; 9 # p ( k * k 1 q o _ r 6 i [ ' 3 _ ( 1 * 8 = m } # # 8 ; > s q i c . t l d + # ~ ! i 4 9 u v - q # i w ! | 8 9 x a ; * y , z z m | z A t = f _ b k s 9 B } . + , , t 5 + ; o l c 4 & & $ 0 d ", "l C & , - 4 } d 5 o 4 c ; * [ 7 > ^ : D E 4 . = s D F a t d i s i ^ & ~ a _ a i # % # + @ G H # . n I 4 - ~ 8 [ ; # t v ( 0 5 * J s = g s < $ a 5 p t - o 5 x # _ ( z K L i - > : x 3 - 4 M a ' 0 0 1 ' ", "l : 8 i i C # J ' z ^ { ! d 3 7 { * 8 ' s _ 7 r - a & a a l F * 8 c + a a c 0 d 4 c a d } N O O P 9 I ( t t ^ > ~ i 4 c M C 0 t 4 s r k j $ ! 0 i = n @ 0 ( ! x 5 a + : < f % D 3 ' o i ! & 7 : $ I 7 8 ", "_ M - l + : : ~ [ . t 0 # ~ 3 [ w ' = 8 [ : Q F & d N ( _ ' & d = | M t o m 5 c t 3 i # [ % 9 u O L I a k [ : _ i [ d a C | @ M x ( a O d x } | c 3 M c G 5 ( o M R _ [ ( 0 / p | ~ - z M 3 S * 6 : % t ", "a k w 3 : T , ( 0 [ d ( 4 k _ l l > ( a [ k h , t 0 > 3 ~ ' ~ $ u M s ; i 4 5 o [ G x t 8 + H v + P # x ( 3 > m : i x 5 } [ u x ; i o . M M C } z % i 8 4 + } . d o G C [ * m . 9 p M < = [ A s 6 [ a [ ", "m [ - ; : = _ s E i c - o l 6 z ( - [ ^ ^ ( | ! m r U * ~ c p G a C | ( c d ~ ~ + a % c p e 0 [ } p l i l 3 # s C 0 t c ! V i ~ c x l + p x l } d i % 3 | N [ t M | + [ % G ( 4 C / % ! | ( l + a 4 d . ", "i W g i M $ o W 6 * l 5 & * ~ d i 3 _ = : c . 3 1 * = ~ [ x ( ~ a d . C 4 + 0 ^ o i i | 4 p C 4 o 5 | 3 i a ( p d : ~ C 8 l . # # C + | 4 0 5 c m 6 - | I A 5 & d @ 1 t M i | e v # o G f . M c f z m s ", "h : 6 r t ~ # [ M 8 ^ , 6 > l { 6 d 3 ~ x $ ' j q - l l c ! ^ [ a l $ V 5 5 5 - ~ a c = # ( t d 3 [ C . + ^ ~ m = ( [ s 4 l ! m } } 5 4 _ * 4 9 m q * M C t d ( ( m s t 4 ! n + d ! B M t p R X # = m o ", "l G # ^ 6 ; 6 M C i * q F q 1 { c + + C > Y ' = ^ ( a a i 8 i . c i 4 t [ + 4 0 N 9 o a a a t C . - # | a 3 0 r : C a { i m 4 + # d i 4 { ~ a $ a a t 5 . # t i # = t M } 9 5 s e Z $ . z ` % D o c j ; ", "| 5 ! I o s l ( i 7 F ~ & j ~ _ v t # i W Y 8 j 4 } 0 o t ' 6 p x _ c o t O . 4 + H ( = [ 8 ^ _ # 5 l l { l d E 0 [ i ^ % 5 - = M 3 0 o ( # _ r c M C 6 t 9 z _ i l 0 } p a + I N G G % @ O 1 * v ! C t ", "c - j _ 3 > $ ( & ] ] > ) ; * d } l Q * o l = i : ^ s # c . [ m t G d + I . C + 0 s i | = s > | # ( I 8 ! a ; % = ; ; p ^ 5 _ 8 + x . 4 l 5 o ( _ c [ . C O t d ! C ' d M l d ! $ < N M # c t d z | 4 5 ", ". . d w j i 3 ; ( 4 ( * - ' D * , j F 8 t $ 0 s 7 ) # ! i [ V m V C $ $ p N 4 : ~ ( m - : i a 9 p 5 m i . ' 8 . c r 5 M * { 5 A C ( | $ - q a 5 = * m m 3 M } c d 8 a [ p { ! v .I = s $ @ d o - e e 5 ", "C C i + 5 > o S ; m % $ [ l q j , - ; ~ _ t 4 & > ~ [ m 8 6 i . m V p C a M 8 a 0 8 $ c ^ 4 | P | x I > 6 = l s 8 l = t Y > + V | z . # # 0 3 ( s d c = ^ , c M & _ # = M u m i d V 5 ( % l d . 4 o ^ ( ", "o ^ 0 9 0 a k & o ~ & d v l ' r 6 & ' D ^ = ~ # M ( # - : [ c a V @ 9 p ! m d _ ! ^ 3 p a z p x ( G M . | q ~ 8 _ d ^ s ' = ^ t l G u x ! p m 8 . * _ l t 1 l ' > | l ~ 9 ..z d ^ l M M I D i i V . i s ", "> - 8 c # ( # 8 = j & ; : l t 3 a : m D > s m [ C 0 7 6 ~ C ( i $ p H I | } : 3 5 + s [ a 5 @ . l p 3 ' V * - ; i d k x 4 ( > o s N 5 4 v ! . + l & ~ 4 d : , * V + ( ! I l $ u } 5 r - - c 0 m a 5 m [ ", "m ~ + x 4 - | ^ , 8 o t [ : m a l 4 3 o { { : t ' ; 0 l o + s [ : ~ x _ ^ @ + ~ I M ^ ^ i i p t p % = k > o w k D 4 0 ! ^ x 4 8 . $ 4 8 $ n 0 d m t ' s 3 o a a l l 5 p ^ Y e v 5 a [ 8 : r ^ = i s & J ", "3 E # + m q k i i i p t i 1 - M 6 6 m 3 { l : ) s [ 0 m m o ~ & o ~ ~ 0 * H @ d c $ ^ 0 0 1 c x m | 8 l D ; F ~ [ i ( d c ~ x 5 V 4 ^ 4 + ; 4 % m 4 t l 7 o ~ t c t z I t + | | 4 ^ 8 [ * l * W 1 a # x ", "o m 8 c = D 6 - d $ ~ 3 0 0 * ^ ; , r * s = w 3 [ ( c 0 d = l _ i { C + _ = / x # d m a $ V d = a 8 Y # D D ( = - $ # s ^ * H N m 0 ( ~ l ( 0 0 4 ! 4 . k o ~ 8 > 5 = c $ G d 1 [ ^ m i + [ 3 4 ; j m ; ", "3 M | 1 3 l g i c - a # [ d c > k ; s D S ; ( [ i $ m # [ , i D # m t * c t i _ ! c = ( a H V # i o 3 1 { ( l = . 6 ( i 1 V G | _ _ * _ c t m C o m ^ 0 ( o x $ C ; i c 4 ^ _ 8 0 + I l - j # d 0 ( : 7 ", "i * 8 _ - m : _ S _ I . v [ [ & { _ { ) o 8 o _ c o & C = D q 0 3 ; $ 5 ) ( c 0 D 8 > A % { C # d [ o a 6 d 8 m m $ # 8 # N [ * 5 a m a 8 m V a 0 l : - 0 0 d . 4 + ( a $ _ = 6 s M % # [ 4 t ' - c i 5 ", "> 4 3 : i C m k > V d 3 x H . # m o 7 ' > 1 ; 8 8 * 6 = - 4 [ ; 6 3 o _ w 0 + [ t m | O I a # ( 6 | l G ^ $ 8 - ( V m $ c t ( s C 3 x [ | a 8 5 6 3 C l + 0 _ ~ - + m % s ( a ( : ( C 3 C s 6 0 5 : [ 8 ", "] s v M # x = 6 c ^ 3 0 ^ ( 3 5 + [ 6 6 w : k t 3 s ^ ( 3 6 : = _ + ^ i m r q o $ . M M | x # 6 I 5 H : w M R d r l a $ ( c > ' t ! ^ 0 $ [ * o i l . H d l 0 - & 3 d ! d d c { 0 5 # + ( d * m $ d C S ", "i = ^ M p p c v G i a 6 6 8 l & # 4 C = & : s # o 5 : { 3 1 1 [ | m ( 8 4 ^ & , : c x d 5 x - t p 0 > o . z . o 6 s s + } ' i i D ( p 4 0 _ [ ( t [ 8 V + t - - = 0 d ( s ( ~ = d c G | 0 e ! 8 { } ( { ", "k _ o d e 3 c $ l 5 . 5 ( 6 8 l w & + + [ 8 % D [ m D w j r q { 4 d + C s > g j : & _ z # . $ m _ o t 4 .4 W V _ i a [ a c ( + c 5 _ x C d > i 5 4 ( a - 3 o a [ C ^ 1 ( } c l ' # a d $ % e 8 s [ s g ", "o & 3 p m . 4 a ; + V a = s a - w _ D # ( 8 % c ; , : r D ~ +.i [ ; . H 0 j k 1 ) ' C V i % ! ( _ l @ e ; ^ V 5 { * x . [ d l } N # | + l 6 ~ @ [ m . 1 ~ - 8 [ * = : s ( c s c 3 d D l @ | V % x t { { ", "3 ' 5 x t s x i 0 $ l t C - - l 8 ' ; & 3 + i c ~ _ 6 l ~ E o ^ s ' ~ 5 ^ ~ 4 6 S m s k : t a l d @.c w | . ( ; 3 ^ G * : I % v c $ x | - * ! o i m [ o ; ~ _ i 7 S # C 6 _ 3 ( a m d d ; ^ e 5 D 4 n p ", "o u 9 * q d 6 a . s C p . 7 , ( s * o - w 8 _ r = - c 5 = 1 ! = k { 0 Y : d $ ~ 5 * ~ w i = { : #.x 1 W ! 5 * ; - ' ! . . 4 m x ^ 5 } = ! % a x v ; * s x l - J r l m m ~ ^ ' V o i M & ( + ^ $ 4 % 9 5 ", "H N # 8 j ( ! ^ : @ # ^ a 5 6 q q _ * j x i 7 8 c s ' [ x ! 8 j D ~ S - 0 [ 1 [ + 3 ( 4 8 * : 8 m 5 D H ! t _ : c M m t ( V C i # l = ( | l # P H - : i 8 ~ ^ 3 l m > ' o 8 _ a } ^ ^ 0 % s p X z 0 ( x ", "I $ d F | | c [ 0 x . 5 0 s a 8 6 , r [ k D [ _ m i _ ~ o { t m s { l s = s _ 7 $.# + 8 } M 3 [ 6 ; l G c H 0 ~ z m o o 4 % m o 4 8 c ! 4 ^ 5 ~ * i - - S a o 4 i l 8 q & l 8 t + t d 5 . n .$ ~ _ } p ", "M 0 = N e ^ a t 5 a c _ l ^ 4 x = { o g & * o 8 = | v * k 6 s x ( d ^ * a c w ~ 1 ^ r x < _ 9 + 4 s > _ C l s 0 * > $ M } | c k + } 5 l _ t t w % _ ; o 1 ; s ' s 6 i _ t x 4 m M % 4 + G | d $ G G # 3 ", "| b = p p H 9 | _ 3 & = ^ C | ^ m t 3 ; , = , ~ 0 0 # 8 d m t s 3 t 8 = i | a 4 $ : : u i V 6 x I o # ) k > M m ' a = > * 0 . C 4 i ^ s c c i 8 0 G 8 6 E s t E j ~ 8 ^ . $ V d | t t | V 0 % | M . [ 5 ", "$ f G V d I u x = 0 = ; m 0 + m l i 8 m 0 = { 1 ~ i 0 ~ 3 6 S V a r : + { ' d } m d N x # } C E : ( M ^ [ ' [ 0 z 3 o [ o C p ^ _ > 3 > 1 8 ( s 3 ( # : ~ # o 2 & 8 i G @ > = 3 ! ! a 5 I % H c [ : | ; ", "x 5 e P $ f 4 4 8 4 8 _ = t + 5 | * ^ 4 z + _ & ^ # ^ + w $.~ 6 d = m l Y o # ; c G 0 V f 0 * : n { %.m ~ t . | : ) s 3 M x ] 7 { o a + ; ^ ~ 1 o s 1 ; | i * w _ = . 4 ~ 8 5 1 [ 0 $ z z $ c k 8 : { , ", "#.e s t | ^ = * V a 6 0 { > t c > 8 ' x 4 = ~ ~ c [ + s k 1 - 1 [ d i q ( @ Q 3 c > M x _ { 5 . D q q D ! 0 } 5 ^ & , ; 8 _ D D 5 - S , 6 m 6 ~ 7 { + C , 1 m 5 + ! 4 i m 5 ^ ^ = x M . d c m t w E 1 5 ", "H t C ! ; , c 3 : ^ | ( t t 3 [ = = ~ [ I l a | * t o ; 1 ( & k | 0 r # t ; + = > . 9 , 1 c $ o &.Q m m $ ^ ~ ~ . I C & r o r d # 3 ) q [ E ' - 4 c # * * s | + | c _ ^ 4 t 3 m ( V c [ k # ^ * C C @ 9 ", "> 8 4 * ( # D Y J 8 0 c @ 5 5 > 6 [ = d z z 3 = | _ & 8 : i i Q ) ~ $ C & ; - ; p V i 0 4 % a ; j ; | C x 8 3 ' + ~ t | ( = 3 ; D 6 ' s ; S Y m p - D : : 4 l t d [ _ ^ _ 4 c 8 ~ 4 o g > + t . a G @ s ", "C _ 8 a t 5 $.k : 3 _ 8 0 x t 6 + i # . t d . C 5 ( i ' 0 ~ i 3 o C H 6 8 4 l t t = 0 5 d _ i x ^ ( m x 8 4 = - ( D r . p = 1 w g D o l W h m 4 s r r m 0 I + ^ ^ t [ C t I a d 4 m E _ x ^ 5 I I t > V ", "x ! 5 M = = = { j = 4 6 d ( 4 | 5 x 5 a l a ! 8 H t c 8 ; > s [ C c m t 6 l t t V c I .a x ; 0 t x - V + + 6 3 = > = c ' D 4 [ _ W o S j t * w S ~ _ c x m 5 , ~ = 4 s I C s _ [ ~ s 3 5 i + c 3 3 ^ , ", "o 4 # a = a { d r ^ : _ - 6 x 0 | H V ^ $ 4 o W D V v [ 8 > x . ~ $ 8 4 + W > [ ! I G M + ! | 0 V [ m = & 1 , 4 ^ 8 ( l & &.4 % 8 0 h S - 6 r 6 * c d [ [ : 6 _ s t = . * 6 [ ' & * s 0 6 s i ) > l k o ", "# _ i z # & > = V ( + W 6 - 3 ( z I O I i 8 c # o { j 4 } . l [ ! a = 0 # 6 0 d t _ s [ = ! I n ! 8 0 6 ^ ; , 0 4 = E - l 4 c C 4 = d l l j & w d 0 + m k 3 [ i + { 8 l o & ( _ 0 D ' ~ a a D b i = 6 ; ", "3 t 0 8 c | 3 0 : : o ~ 6 6 s m 0 } ! 3 5 @ C o ^ & + a ' A I t [ 8 ! 1 - v x G $ S E D u t O O | x k - ( o 3 t = ; o ; 3 V i 0 m i } = 3 & ^ a ( t s > _ 6 s + d r = 1 i i 3 8 6 1 - k D 8 i 3 i l 6 3 ", "o 0 W & p t m = , q E c + m C 0 : I 5 z c _ = 0 i { s x z t t ' * 4 5 E ( 5 = i H i | I x ^ I u a * o : i ! 5 o 2 * ~ k m ^ + ( ( = 6 6 & # z d q ; o * = : i d s * 0 | a 4 a ' t i & * i * ( = ^ ( ^ ; ", "k ; 6 m m 8 8 : > 6 6 t + } | > t * 5 e _ i | ! _ c # ^ p 0 1 l 5 0 { ! 8 . # ; D m z x 8 + 8 . | ' 3 8 l _ s t 3 k w ' D 3 G ! q { : _ - 6 w C x 4 t s l 8 & = o + d 8 D t ( s s = ; = [ ( 5 ! 0 + r , ", "q , : l ( a ' = 0 = s x 5 d i $ ! d } ; 3 c | a # m 0 ^ s - | = d k : + a ( . _ t + M f I & E & | G o _ ^ - J o _ t ; ; %.3 0 & [ # d i , T w ~ ^ | z $ ( s o s c + l s - o q i ( ; s ~ . 4 ~ ( $ + D t ", "q * [ 3 { 6 s _ s m m ! | i 8 C ! m 0 C 0 l ~ t m t m l ' l V 0 D * = V 5 V C z # 8 O G s s ! x x s | 1 W & 0 , 1 = l 3 $ o { l ^ { i k j r q - 8 c # $ V m l 4 # : d l k $.q s = a m ^ C ^ - E = 3 [ [ ", "# + l & 2 &.r - [ 4 ; r C # I + s ( * m - z a s + 4 ( 4 x o a * = > 4 _ G % H M V t c t { 6 l 9 H p 3 F - a w _ 5 - %.a = 3 = D o : 2 { { 7 r & s = . 8 s c M x ^ ; ~ . - 8 a _ l = ( i ^ s i ' : _ ^ 7 ", "l ^ , S ) Y k i * k l S ( V + V } _ *.. k ~ n $ ~ t ; I m ' j 5 t ~ ; + 5 6 p # ; 0 @ = 8 { s t $ ! # M t S c v } 1 & g k m . C w b { 8 g ; : 8 - ) q i ( d a } f = o & d O c _ 3 * - - m 0 1 1 0 8 - p ", "i q j : d > ^ ^ =.o 7 m ~ c C # ~ d M l [ 3 1 ; c V ( . i 6 6 # [ 0 p 8 } a ( - = p $ ^ 8 8 o D 0 8 I 6 1 a ! - 8 3 ~ $.D i 5 8 r i %.i ; & j 6 ' b : [ C [ 8 8 C I G 5 [ . m > _ [ m [ _ , k i o ^ # . ", "{ -.7 ;., = . } E J , [ + = ~ } 8 ^ 0 A . : ( d 5 k ~ V 4 z ( [ 1 [ 9 ^ ( ( [ . 9 j s r w 8 m t x [ i + C >.# ^ 1 3 j 0 { l 4 r [ = i { 8 ~ ~ E b > d c = . = [ . s = + , : ^ = s [ ~ . ~ W . W { ~ = { ", "| 1 1 ) 2 3 ~ 4 5 6 ( } [ 7 8 = % [ 9 | 0 [ = < [ a 7 b c d e f } = : 5 d a } ( g h i 5 j k 4 l m n . + @ # $ % & * = - ; > , ' ) . ! ~ & { = ] ^ { / ( _ : = % < ( : [ _ ~ ' ~ { ! } ' = + + : ^ + [ [ ", "u v - q # i w ! | 8 9 x a ; * y , z z m | z A t = f _ b k s 9 B } . + , , t 5 + ; o l c 4 & & $ 0 d _ o 5 , ; 9 # p ( k * k 1 q o _ r 6 i [ ' 3 _ ( 1 * 8 = m } # # 8 ; > s q i c . t l d + # ~ ! i 4 9 ", "I 4 - ~ 8 [ ; # t v ( 0 5 * J s = g s < $ a 5 p t - o 5 x # _ ( z K L i - > : x 3 - 4 M a ' 0 0 1 ' l C & , - 4 } d 5 o 4 c ; * [ 7 > ^ : D E 4 . = s D F a t d i s i ^ & ~ a _ a i # % # + @ G H # . n ", "I ( t t ^ > ~ i 4 c M C 0 t 4 s r k j $ ! 0 i = n @ 0 ( ! x 5 a + : < f % D 3 ' o i ! & 7 : $ I 7 8 l : 8 i i C # J ' z ^ { ! d 3 7 { * 8 ' s _ 7 r - a & a a l F * 8 c + a a c 0 d 4 c a d } N O O P 9 ", "I a k [ : _ i [ d a C | @ M x ( a O d x } | c 3 M c G 5 ( o M R _ [ ( 0 / p | ~ - z M 3 S * 6 : % t _ M - l + : : ~ [ . t 0 # ~ 3 [ w ' = 8 [ : Q F & d N ( _ ' & d = | M t o m 5 c t 3 i # [ % 9 u O L ", "# x ( 3 > m : i x 5 } [ u x ; i o . M M C } z % i 8 4 + } . d o G C [ * m . 9 p M < = [ A s 6 [ a [ a k w 3 : T , ( 0 [ d ( 4 k _ l l > ( a [ k h , t 0 > 3 ~ ' ~ $ u M s ; i 4 5 o [ G x t 8 + H v + P ", "l i l 3 # s C 0 t c ! V i ~ c x l + p x l } d i % 3 | N [ t M | + [ % G ( 4 C / % ! | ( l + a 4 d . m [ - ; : = _ s E i c - o l 6 z ( - [ ^ ^ ( | ! m r U * ~ c p G a C | ( c d ~ ~ + a % c p e 0 [ } p ", "| 3 i a ( p d : ~ C 8 l . # # C + | 4 0 5 c m 6 - | I A 5 & d @ 1 t M i | e v # o G f . M c f z m s i W g i M $ o W 6 * l 5 & * ~ d i 3 _ = : c . 3 1 * = ~ [ x ( ~ a d . C 4 + 0 ^ o i i | 4 p C 4 o 5 ", "C . + ^ ~ m = ( [ s 4 l ! m } } 5 4 _ * 4 9 m q * M C t d ( ( m s t 4 ! n + d ! B M t p R X # = m o h : 6 r t ~ # [ M 8 ^ , 6 > l { 6 d 3 ~ x $ ' j q - l l c ! ^ [ a l $ V 5 5 5 - ~ a c = # ( t d 3 [ ", "# | a 3 0 r : C a { i m 4 + # d i 4 { ~ a $ a a t 5 . # t i # = t M } 9 5 s e Z $ . z ` % D o c j ; l G # ^ 6 ; 6 M C i * q F q 1 { c + + C > Y ' = ^ ( a a i 8 i . c i 4 t [ + 4 0 N 9 o a a a t C . - ", "l l { l d E 0 [ i ^ % 5 - = M 3 0 o ( # _ r c M C 6 t 9 z _ i l 0 } p a + I N G G % @ O 1 * v ! C t | 5 ! I o s l ( i 7 F ~ & j ~ _ v t # i W Y 8 j 4 } 0 o t ' 6 p x _ c o t O . 4 + H ( = [ 8 ^ _ # 5 ", "I 8 ! a ; % = ; ; p ^ 5 _ 8 + x . 4 l 5 o ( _ c [ . C O t d ! C ' d M l d ! $ < N M # c t d z | 4 5 c - j _ 3 > $ ( & ] ] > ) ; * d } l Q * o l = i : ^ s # c . [ m t G d + I . C + 0 s i | = s > | # ( ", "m i . ' 8 . c r 5 M * { 5 A C ( | $ - q a 5 = * m m 3 M } c d 8 a [ p { ! v .I = s $ @ d o - e e 5 . . d w j i 3 ; ( 4 ( * - ' D * , j F 8 t $ 0 s 7 ) # ! i [ V m V C $ $ p N 4 : ~ ( m - : i a 9 p 5 ", "I > 6 = l s 8 l = t Y > + V | z . # # 0 3 ( s d c = ^ , c M & _ # = M u m i d V 5 ( % l d . 4 o ^ ( C C i + 5 > o S ; m % $ [ l q j , - ; ~ _ t 4 & > ~ [ m 8 6 i . m V p C a M 8 a 0 8 $ c ^ 4 | P | x ", "M . | q ~ 8 _ d ^ s ' = ^ t l G u x ! p m 8 . * _ l t 1 l ' > | l ~ 9 ..z d ^ l M M I D i i V . i s o ^ 0 9 0 a k & o ~ & d v l ' r 6 & ' D ^ = ~ # M ( # - : [ c a V @ 9 p ! m d _ ! ^ 3 p a z p x ( G ", "3 ' V * - ; i d k x 4 ( > o s N 5 4 v ! . + l & ~ 4 d : , * V + ( ! I l $ u } 5 r - - c 0 m a 5 m [ > - 8 c # ( # 8 = j & ; : l t 3 a : m D > s m [ C 0 7 6 ~ C ( i $ p H I | } : 3 5 + s [ a 5 @ . l p ", "= k > o w k D 4 0 ! ^ x 4 8 . $ 4 8 $ n 0 d m t ' s 3 o a a l l 5 p ^ Y e v 5 a [ 8 : r ^ = i s & J m ~ + x 4 - | ^ , 8 o t [ : m a l 4 3 o { { : t ' ; 0 l o + s [ : ~ x _ ^ @ + ~ I M ^ ^ i i p t p % ", "8 l D ; F ~ [ i ( d c ~ x 5 V 4 ^ 4 + ; 4 % m 4 t l 7 o ~ t c t z I t + | | 4 ^ 8 [ * l * W 1 a # x 3 E # + m q k i i i p t i 1 - M 6 6 m 3 { l : ) s [ 0 m m o ~ & o ~ ~ 0 * H @ d c $ ^ 0 0 1 c x m | ", "Y # D D ( = - $ # s ^ * H N m 0 ( ~ l ( 0 0 4 ! 4 . k o ~ 8 > 5 = c $ G d 1 [ ^ m i + [ 3 4 ; j m ; o m 8 c = D 6 - d $ ~ 3 0 0 * ^ ; , r * s = w 3 [ ( c 0 d = l _ i { C + _ = / x # d m a $ V d = a 8 ", "3 1 { ( l = . 6 ( i 1 V G | _ _ * _ c t m C o m ^ 0 ( o x $ C ; i c 4 ^ _ 8 0 + I l - j # d 0 ( : 7 3 M | 1 3 l g i c - a # [ d c > k ; s D S ; ( [ i $ m # [ , i D # m t * c t i _ ! c = ( a H V # i o ", "o a 6 d 8 m m $ # 8 # N [ * 5 a m a 8 m V a 0 l : - 0 0 d . 4 + ( a $ _ = 6 s M % # [ 4 t ' - c i 5 i * 8 _ - m : _ S _ I . v [ [ & { _ { ) o 8 o _ c o & C = D q 0 3 ; $ 5 ) ( c 0 D 8 > A % { C # d [ ", "l G ^ $ 8 - ( V m $ c t ( s C 3 x [ | a 8 5 6 3 C l + 0 _ ~ - + m % s ( a ( : ( C 3 C s 6 0 5 : [ 8 > 4 3 : i C m k > V d 3 x H . # m o 7 ' > 1 ; 8 8 * 6 = - 4 [ ; 6 3 o _ w 0 + [ t m | O I a # ( 6 | ", "H : w M R d r l a $ ( c > ' t ! ^ 0 $ [ * o i l . H d l 0 - & 3 d ! d d c { 0 5 # + ( d * m $ d C S ] s v M # x = 6 c ^ 3 0 ^ ( 3 5 + [ 6 6 w : k t 3 s ^ ( 3 6 : = _ + ^ i m r q o $ . M M | x # 6 I 5 ", "> o . z . o 6 s s + } ' i i D ( p 4 0 _ [ ( t [ 8 V + t - - = 0 d ( s ( ~ = d c G | 0 e ! 8 { } ( { i = ^ M p p c v G i a 6 6 8 l & # 4 C = & : s # o 5 : { 3 1 1 [ | m ( 8 4 ^ & , : c x d 5 x - t p 0 ", "t 4 .4 W V _ i a [ a c ( + c 5 _ x C d > i 5 4 ( a - 3 o a [ C ^ 1 ( } c l ' # a d $ % e 8 s [ s g k _ o d e 3 c $ l 5 . 5 ( 6 8 l w & + + [ 8 % D [ m D w j r q { 4 d + C s > g j : & _ z # . $ m _ o ", "@ e ; ^ V 5 { * x . [ d l } N # | + l 6 ~ @ [ m . 1 ~ - 8 [ * = : s ( c s c 3 d D l @ | V % x t { { o & 3 p m . 4 a ; + V a = s a - w _ D # ( 8 % c ; , : r D ~ +.i [ ; . H 0 j k 1 ) ' C V i % ! ( _ l ", "c w | . ( ; 3 ^ G * : I % v c $ x | - * ! o i m [ o ; ~ _ i 7 S # C 6 _ 3 ( a m d d ; ^ e 5 D 4 n p 3 ' 5 x t s x i 0 $ l t C - - l 8 ' ; & 3 + i c ~ _ 6 l ~ E o ^ s ' ~ 5 ^ ~ 4 6 S m s k : t a l d @.", "1 W ! 5 * ; - ' ! . . 4 m x ^ 5 } = ! % a x v ; * s x l - J r l m m ~ ^ ' V o i M & ( + ^ $ 4 % 9 5 o u 9 * q d 6 a . s C p . 7 , ( s * o - w 8 _ r = - c 5 = 1 ! = k { 0 Y : d $ ~ 5 * ~ w i = { : #.x ", "D H ! t _ : c M m t ( V C i # l = ( | l # P H - : i 8 ~ ^ 3 l m > ' o 8 _ a } ^ ^ 0 % s p X z 0 ( x H N # 8 j ( ! ^ : @ # ^ a 5 6 q q _ * j x i 7 8 c s ' [ x ! 8 j D ~ S - 0 [ 1 [ + 3 ( 4 8 * : 8 m 5 ", "l G c H 0 ~ z m o o 4 % m o 4 8 c ! 4 ^ 5 ~ * i - - S a o 4 i l 8 q & l 8 t + t d 5 . n .$ ~ _ } p I $ d F | | c [ 0 x . 5 0 s a 8 6 , r [ k D [ _ m i _ ~ o { t m s { l s = s _ 7 $.# + 8 } M 3 [ 6 ; ", "> _ C l s 0 * > $ M } | c k + } 5 l _ t t w % _ ; o 1 ; s ' s 6 i _ t x 4 m M % 4 + G | d $ G G # 3 M 0 = N e ^ a t 5 a c _ l ^ 4 x = { o g & * o 8 = | v * k 6 s x ( d ^ * a c w ~ 1 ^ r x < _ 9 + 4 s ", "# ) k > M m ' a = > * 0 . C 4 i ^ s c c i 8 0 G 8 6 E s t E j ~ 8 ^ . $ V d | t t | V 0 % | M . [ 5 | b = p p H 9 | _ 3 & = ^ C | ^ m t 3 ; , = , ~ 0 0 # 8 d m t s 3 t 8 = i | a 4 $ : : u i V 6 x I o ", "M ^ [ ' [ 0 z 3 o [ o C p ^ _ > 3 > 1 8 ( s 3 ( # : ~ # o 2 & 8 i G @ > = 3 ! ! a 5 I % H c [ : | ; $ f G V d I u x = 0 = ; m 0 + m l i 8 m 0 = { 1 ~ i 0 ~ 3 6 S V a r : + { ' d } m d N x # } C E : ( ", "%.m ~ t . | : ) s 3 M x ] 7 { o a + ; ^ ~ 1 o s 1 ; | i * w _ = . 4 ~ 8 5 1 [ 0 $ z z $ c k 8 : { , x 5 e P $ f 4 4 8 4 8 _ = t + 5 | * ^ 4 z + _ & ^ # ^ + w $.~ 6 d = m l Y o # ; c G 0 V f 0 * : n { ", "q D ! 0 } 5 ^ & , ; 8 _ D D 5 - S , 6 m 6 ~ 7 { + C , 1 m 5 + ! 4 i m 5 ^ ^ = x M . d c m t w E 1 5 #.e s t | ^ = * V a 6 0 { > t c > 8 ' x 4 = ~ ~ c [ + s k 1 - 1 [ d i q ( @ Q 3 c > M x _ { 5 . D q ", "m m $ ^ ~ ~ . I C & r o r d # 3 ) q [ E ' - 4 c # * * s | + | c _ ^ 4 t 3 m ( V c [ k # ^ * C C @ 9 H t C ! ; , c 3 : ^ | ( t t 3 [ = = ~ [ I l a | * t o ; 1 ( & k | 0 r # t ; + = > . 9 , 1 c $ o &.Q ", "| C x 8 3 ' + ~ t | ( = 3 ; D 6 ' s ; S Y m p - D : : 4 l t d [ _ ^ _ 4 c 8 ~ 4 o g > + t . a G @ s > 8 4 * ( # D Y J 8 0 c @ 5 5 > 6 [ = d z z 3 = | _ & 8 : i i Q ) ~ $ C & ; - ; p V i 0 4 % a ; j ; ", "m x 8 4 = - ( D r . p = 1 w g D o l W h m 4 s r r m 0 I + ^ ^ t [ C t I a d 4 m E _ x ^ 5 I I t > V C _ 8 a t 5 $.k : 3 _ 8 0 x t 6 + i # . t d . C 5 ( i ' 0 ~ i 3 o C H 6 8 4 l t t = 0 5 d _ i x ^ ( ", "- V + + 6 3 = > = c ' D 4 [ _ W o S j t * w S ~ _ c x m 5 , ~ = 4 s I C s _ [ ~ s 3 5 i + c 3 3 ^ , x ! 5 M = = = { j = 4 6 d ( 4 | 5 x 5 a l a ! 8 H t c 8 ; > s [ C c m t 6 l t t V c I .a x ; 0 t x ", "m = & 1 , 4 ^ 8 ( l & &.4 % 8 0 h S - 6 r 6 * c d [ [ : 6 _ s t = . * 6 [ ' & * s 0 6 s i ) > l k o o 4 # a = a { d r ^ : _ - 6 x 0 | H V ^ $ 4 o W D V v [ 8 > x . ~ $ 8 4 + W > [ ! I G M + ! | 0 V [ ", "0 6 ^ ; , 0 4 = E - l 4 c C 4 = d l l j & w d 0 + m k 3 [ i + { 8 l o & ( _ 0 D ' ~ a a D b i = 6 ; # _ i z # & > = V ( + W 6 - 3 ( z I O I i 8 c # o { j 4 } . l [ ! a = 0 # 6 0 d t _ s [ = ! I n ! 8 ", "k - ( o 3 t = ; o ; 3 V i 0 m i } = 3 & ^ a ( t s > _ 6 s + d r = 1 i i 3 8 6 1 - k D 8 i 3 i l 6 3 3 t 0 8 c | 3 0 : : o ~ 6 6 s m 0 } ! 3 5 @ C o ^ & + a ' A I t [ 8 ! 1 - v x G $ S E D u t O O | x ", "o : i ! 5 o 2 * ~ k m ^ + ( ( = 6 6 & # z d q ; o * = : i d s * 0 | a 4 a ' t i & * i * ( = ^ ( ^ ; o 0 W & p t m = , q E c + m C 0 : I 5 z c _ = 0 i { s x z t t ' * 4 5 E ( 5 = i H i | I x ^ I u a * ", "3 8 l _ s t 3 k w ' D 3 G ! q { : _ - 6 w C x 4 t s l 8 & = o + d 8 D t ( s s = ; = [ ( 5 ! 0 + r , k ; 6 m m 8 8 : > 6 6 t + } | > t * 5 e _ i | ! _ c # ^ p 0 1 l 5 0 { ! 8 . # ; D m z x 8 + 8 . | ' ", "o _ ^ - J o _ t ; ; %.3 0 & [ # d i , T w ~ ^ | z $ ( s o s c + l s - o q i ( ; s ~ . 4 ~ ( $ + D t q , : l ( a ' = 0 = s x 5 d i $ ! d } ; 3 c | a # m 0 ^ s - | = d k : + a ( . _ t + M f I & E & | G ", "| 1 W & 0 , 1 = l 3 $ o { l ^ { i k j r q - 8 c # $ V m l 4 # : d l k $.q s = a m ^ C ^ - E = 3 [ [ q * [ 3 { 6 s _ s m m ! | i 8 C ! m 0 C 0 l ~ t m t m l ' l V 0 D * = V 5 V C z # 8 O G s s ! x x s ", "3 F - a w _ 5 - %.a = 3 = D o : 2 { { 7 r & s = . 8 s c M x ^ ; ~ . - 8 a _ l = ( i ^ s i ' : _ ^ 7 # + l & 2 &.r - [ 4 ; r C # I + s ( * m - z a s + 4 ( 4 x o a * = > 4 _ G % H M V t c t { 6 l 9 H p ", "# M t S c v } 1 & g k m . C w b { 8 g ; : 8 - ) q i ( d a } f = o & d O c _ 3 * - - m 0 1 1 0 8 - p l ^ , S ) Y k i * k l S ( V + V } _ *.. k ~ n $ ~ t ; I m ' j 5 t ~ ; + 5 6 p # ; 0 @ = 8 { s t $ ! ", "I 6 1 a ! - 8 3 ~ $.D i 5 8 r i %.i ; & j 6 ' b : [ C [ 8 8 C I G 5 [ . m > _ [ m [ _ , k i o ^ # . i q j : d > ^ ^ =.o 7 m ~ c C # ~ d M l [ 3 1 ; c V ( . i 6 6 # [ 0 p 8 } a ( - = p $ ^ 8 8 o D 0 8 ", "i + C >.# ^ 1 3 j 0 { l 4 r [ = i { 8 ~ ~ E b > d c = . = [ . s = + , : ^ = s [ ~ . ~ W . W { ~ = { { -.7 ;., = . } E J , [ + = ~ } 8 ^ 0 A . : ( d 5 k ~ V 4 z ( [ 1 [ 9 ^ ( ( [ . 9 j s r w 8 m t x [ "}; gtans-1.99.0/data/pixmaps/gtans_puzzle.xpm0000644000175400010010000002116111133016175015504 00000000000000/* XPM */ static char * puzzle_xpm[] = { "128 64 21 1", " c None", ". c #634848", "+ c #362828", "@ c #000000", "# c #636363", "$ c #848484", "% c #7B7B7B", "& c #737373", "* c #6B6B6B", "= c #B5B5B5", "- c #BDBDBD", "; c #ADADAD", "> c #9E9E9E", ", c #7B4A4A", "' c #966A6A", ") c #845454", "! c #8B5F5F", "~ c #A37474", "{ c #5A5A5A", "] c #DADADA", "^ c #CF8A8A", ".+@@@@@#$$$#%%$&&*$#%#*$#$$*@=-=---;>=>=>$#++@@@@@,'')!)~!!,,!),),))')@+%$$&*$$*%#%$&#{+@@@@@+--;=>-;>;-=-;=-;--@+!!))')'))))!,.", "@@@.-]+@.$$&*##%#&%$$$&$&%%$@%-=--=-->${+@@@@.>=>@@+''!,!,',)'',!~,,''+@*#&*&$%$#{{++@@@@@@,+@+--->;;;=-=->;;;--*@!)))~),,,..+++", "#]]]]--+@+$$#$&&*$#$%*&##$%$@.--->$%{+@@@+*;--=>$&+@+''~),!)'',,'',,''!@*%&&*{{+++@@@@@!~^^^'+@#---;;--=--;=;>;-;@)!!,....++@@@@", "]-->;=--*@+&$&*##$$&$%*##*%$.@-$%{+@@@+$--=;$#%#*$%.@@!'!,',~,,!,',)!')@+#{.++@@@@@!~~^^^^'!''+@#--=-;--;-----;--@+..,)++@@@@$-]", ";=->-===->@@#$$&$*#*$$%#&&#$&@{+@@@.>--;>$&&*&$*%#*%{@@)'),'',)',),,'!!+@++@@@@)~~^^^^~'~'!))''+@#--->;>;;;=;>;--{@)+@@@@&=]]]]]", ">;>>->===-=+@.$**%##%{&$$*%%$@@@{>-=>%#**&&&*${${##*%*+@+'),~!''),,',!'!@@@.)~^^^^~~)~,'),~~'))'+@{--=;-;=--->=;->@@@.>-]]]]]]-;", ";>;;===;=---{@+%%$#%{#&&&#$*$*--;$*&*$%#&*&&%%${{&*#*%%+@+!!,)!''!))~,')'^^^^^^!,,~~!),!,)!,',)!'+@{--;;;-=>=-=>--=]]]]]]]--=>-=", "=>-=-=>>-;---%@@*$%%&*$%##&&&%&&#*&$%#$*%&%###%&**$%$%%%{@@)'),'')'')),'^^^''!!!)',~,~),~,'))'),!'+@#--;=;=;=;=-;-]]]-=-=;>-=;=-", "---=;=-;--=>-->@@{%$##%###&####%%$*%#*%###$##%*$#$#%##$&%#@@.))))')'~)','')!,),)'),''!')),'),~))!)'+@{---=;>;>--;>==-=;=;;==-;-;", ";->-=;==-->=;---@@$%*$%%%###{%*&*%{%#&%&%#%*$$$*&&$*$#$#%%&@@''),)!!!~,~~,!))!')'!,)!,~))',~),,))!)'+@#---;=>>;;=--->;=-;>;;=---", ">-;;;==---=;->--=@%$*$%&$#&*$#$#&#$%*&*%*$#&*&##%${%*%$&&%%+@+!,''')'',)~,,,,!~,)~,!!)!,)'',)'!,~)')!+@{-->-===>-;>>;=-;;--=>=>>", ">;--;;;==>-;=>-$+@*#&##&&##%###*{$**$&#$$*#&##$${##$*%&*%{.+@@~,,)''!!!)')~!'','))~)',,)!,,)'),)',!',.@@--=--;;;=;>;;-;=;;;=;=-;", "=;-->;=--;-=>;*@@#-$%{#$$#$#$$%$*$$#&&#$*&%%$%#%$&##%##$#.+@@)'~'!!!)''!')!!,))''),))'~~~,),~))!~!)..@@&]]===;;--;>>-=;-====;>-=", ">==;;;=>>;==>{@@$->###%&#%#*#$#%#$#%%#*$&*&$&&$$##&###%{.+@@'~''~,!~'~)'!)),,)~~~,!!))'!!~~),)',').+@@>]]]=;;;>;>;=;;>>;=>=;==>;", ";==-;>;=>>-$+@@;->{$#$*#&$#${{##%#%#***%&*&$$*$#$&%$#%{.+@+^~~)'~'')',..,,!!!!~!))!)'!,,~)!!',')..+@@=]]-->;=->;;;&>;>=>>-==>;->", ";>=--===;;&+@+--%*$%$&**$$${+++..{{{{##%$**&#*$*%$$*#{+@@+^','!,,)')),..,,.,,,')!',)!,~!,~!',',..+@@-]]=;--;>;=;%$$$*&$>;;=;=-=-", "->>;=>>;>{@@+-=&{#$*${**#%#{+@@@@+++..{{#*&#{%#&*$##{+@@)^!~!'!!!,,)),+@@@++,..,,)'~!)),,)!',..+@@@]]]>=>;=>;>;-*{@@.#%&*$>>>;--", ";==>->>$.@@#-=$$###%%#$#&*{.@+]>+@@@@+++...{{{*&*%&.+@@~^~,!,!'',!)~!.+@>#+@@++.,..,,,)!')~,..+@@>]]-==>;>=-;==>&@@)@@@@.#&*%>;-", "%>;;-=&+@@>-;#%%%#$$$&%#&&{+@*]]]]]-$+@@@@+++..{{#.+@+^^!~~'!,~))!,)!.@.=>>=%+@@@++.,...,,)..+@@-]]-=;=--;-;;=;$$@+^^~)+@@@@.#*&", "+.#&%#+@@=->&##&$$${**#{*#{+@-]=-==]]]]]>#++@@+++{@@+^^'!,)),))~~,),,.@%>$*$$>=>{@@@++.,,...+@@]]];;>->-;-=>;->&{@'^~~^^^^)+@@@+", "@@@>{@@+=-$*#%$$$%#%$&&%&#.@+]-;>>-;;=;-]]]]+@@@@@@)^^!'~''!!~','!,!.+@=$*#*##%%>=;*+@@@+++@@@]]];;>>;;=-=-=;=>*@@^''!!)!~^^^^)+", "^@@@@@+-->$***#%%**$#$%$#{.@#]>;->->-;;>;>--$@@@@@)^^)~))~,!)!,)!,!'.@+-**%&#&$&&&>>==.@@@@@>]]]>;-=-;-==;;-->>%@+^),~'!!',,'~^^", "'+@@@{-=$&#&*$$#$*%{*#*%&{+@-];--;>=>=->==--=+@@@~^^'~,)~',',,'!,),).@#;$#%%##&$&*$#$%$@@@@-]]-;;-;=;-;;--;;>=&%@'^!,!!')~!,~,,,", "',@@%-=$&%&$#$**#*$*#$*#*.++]-=;-=---=;=-=---#@@~^^',)~'),'~)!''),~,+@>>#$##$$$**$##&{$.@@]]]-=>->;-;>=;>-=>=;*@@^'!,,')!~!,!,!~", "''+@->%%#$&*$##$&$&*#{&&#.@#]=;;;->=-;;;=----$@.^~~))!'')''~~')',',.+@-$$&&{#%#%%{#*$&$$@{]]=>;-=;->;-;>>;=;;>&@+^~,'!!''!!,'!))", "'',@{%%$*$%&**#*#$%#&&%&{+@-]=>>>->-;=>>>-;;--@+)!''''',),~))'!,,').@.;%$*%*$#%&$#&#*#&$@+-;>;;-;;;;;>;>;--=;$&@'^),!)))'',,!!~)", "~''+@%*&&%$#%%#*&*$#$#%&.++]]==;->>--;=;>;;=--.+!~,),,'!,'~'','!,!).@$>&$$%%{$*$#%&&$%%${@-->-;->---=;==->>;-*@@^'))!','~~)'')!'", ",'',@{%*%**&&#%%*$$*{$%#.@{]=-;=;;-->;>;->;=--$@!,'~!'),)'',,,'!)!.+@=>&#%$%*&%*#$#$%$%$&@;-==>->=>;;->;=;-;>&@+^)'',,)!',)!)'!~", ",))'+@%***%%&%&##{$$#%%{+@-]-====->-=;;;---=;--@.!),'')!'!~',)~!,!.@+-*$#{**&$##%{%&#*$&$@$-=;=---;;=;>->>=>$&@'^'))~,,!!~)'!'''", "'!'',@{%&#$#$**#$*$&#$%{++]->>;=;;=-=;>>>-;;=--+@',)!'~,',)))')'',.@#;$$##*#{$*$&%%#%*$*$+@--=;-;>;=;;>>-==-&@@^~,~!~,,!',,)!~,!", ",'))'@+%**###$#{{#&%*##.@{]----;=>>;;>;;===-=--%@')~,',~'!',''','.+@;${$#$**$##%&%{*##*#$.@---=;>;=>--;=>=->*@+^'!)!~)',''!))~',", ",',,',@{$%#&**#$$##{{{{.@@.=--======--;;;;===--=@.!~,,))!'),~!)!).+@+*$$$$#$#$##*#%%#$&*%#@--=>-;;;=-;>-;==$*@@))'!)',,!!',!,'!)", ")'),''@+%$$$#%*{#{{{.+@@@@@@>--=;=;;;---;-=;;;--+@',',~''!,!~,,,..@@@@+$$&&*&#$#*#***&**#%@@--;;-=;;=>;>=>$*+@@@,!''!',!)),'!!)'", "'~!))'.@{%#{{{{{++@@@@@@@@+@@$--;=;-==;=-;>;=>=-#@'),''',,,,..,.++@@@@@+$$$$#*%*#&#$$$#&%%@@---=-=;==>$%*&*+@@@@@+!'''~~!')!),)!", "!,~,!)'@+&{.++@@@@@@@,''^^^^+@{--;-;-==;-=>>;=;-;@,')),....+++@@@@+*]]-@@&$$#$##$%$#{##*$$+@;-->;>>%&#{.+@@@@+{;*@@,''),',),~)))", "),,!!)'+@++@@@@@.!!'^^^^^^')'+@+--=-===-;>=->-;--+@..).++@@@@+.]]]]]]-->@@{$%*{#$%&#$#$$$$.+@=>$&{.+@@@@+{>=-;>>>{@@.''),,!),)~,", "),'','''@@@+,~'^^^^^^'!))!,~''.@+;-==;=>=;-;>;;--#@.+@@@@+;]]]]]-=>;;----@@{$*&#*%$&$$%%*%{@@.++@@@+.>--;>>&&${&%*#+@.)'',,,~)!'", "'~),!,'''~^^^^^'~),,)!)~')'!))!)@@$-;-;--=;-;;>-->@@+$-]]]]]-=--;>---=>---@@+$&%%&#&%*%%$##@@@+.$==>>>$&*$$*&&*%$&$%+@+)''!),!!'", "~'''~~'^^^'')!)',,''!'!')),)!!~'!+@{-->===---->----]]]]-==>=->;;>;->;-;;---.@+%%%#$$&#{&&$&$-=;>>*%$$$%%${*#$%*&$$#*$+@@'''',)~,", "))~'~!~'~!),!,')),'')~),~~'),!))''+@+-=-;-=;;->;=-;-;;;-->-=;-;----;=-=;;=--{@@*$$$##$$%&%*&$%#$#$$#%*%$*$##&&&%%%$$$&{@@.''''~)", "',)',~!!''',))''~!)),))''~,)))!,')',@@>-=-;-;-->=>;;--;->;>;>>>=>;>=;>;;;-;--%@@{$#%&*%${*#$&{#*##*#&{${$$$%%$$##*$*#&%{@@+''',)", "')~,!,~),,',!))'~',)),!'~)),!,!!~!)')@@]-=>;;->=>-;>-;>=->=-=;>;;=>-==;=;=;;---@@$&##*$%$&*%&$$%${*$$&*#&*%*{$**$$%*{%$$*+@+''''", "'!''),)'~!!'!),!)!~,!,~)),!)!~,,,,!,!+@+-;;-=--;;=--->-==>->>--==-=;--;==-=;--;;+@{$**%$%%**#*%%$${#%%%$&%$*$$&$#$%%$%%$%$+@''''", ",,~)'~,~)')!!)!!)')')~,~,!)'~~~))))~)+@]]=;;>;>;;==;-;;--==;==>===;=;>>-;;==-;=;%+@*#%#**{*$##$%$#&#$*%*#$***#$**#%$##{$&{+@^^),", "!~,)'),')!)')!))')~,)''~)!),))!!''),+@%];;;=-=;-;=;=->>>-;=;->;->---==>-=>>=;-;#@@{=$$##**#%&$#&&**&%#*%%$$$&&%*$*%$%%$#.@@,^^,'", ")'!,,'',~!',)!'~'')!,),)'!',,,!!)!.@@$]]-=;>;;-;>;>=;;;;;->->>=;=-;->=-;->=;=>.@@$=>%%$$%%*&%%$%$$*#$%##&#%%**###$$#$#&+@@'^!')!", "~~',,!,,...,)')),),'~,''',!))~'~!.@@>]]>;==>;;;--==;=;==>=;>-=;;-==;;;===;;>%+@@>;$#%#%%&##*...****$#$*$*$$*%&#%#*$$${+@@~^!,,!)", ")',''!'.+@.....,.)!!)),!),)')~!)+@@>]]==-->=->;>;;*&%$>;-;>;->=--==>;;=;->>#+@+=>$${*$$$$#$#.{{...{*{*%#*&#%%$*$%$$*{+@@^^~!')~'", ")',,,~..+@@@+++.......,,,,),)')+@@;]];=>=-;-=;->=&@@@@+{#&$>>>;->;;--;;=>${@@{=>$$#*$${%&$&{{@@@+++++..{&*&%#$##*##.+@+^^)!),))!", ",,!!'!.)@{$*++@@@++++.....,,'!+@@-]]--==-;--->=;-.@'!+@@@@@.{*&$>>;==;-=%+@@>=%&$*&&%%*$*%*.+@;%@@@@@@+++.{#&&###{.@@+^^)'~,)!'~", "),)!!,.@@;&>;=->%.+@@@@++++..+@@-]]>-=>=;;;;;=;=>+@^^^^~'.+@@@@@{#**&$%#+@+;;>$**$%*#%%%$**.@{]]]]]->@@@@@@+++.*{+@@)^')',),!~,!", ",)'~!..@+=*#{#%$>=--=$.@@@@.+@@]]];=;-;=-=;>=;==%@@^^!'~^^^^^',+@@@@@{.@@.=>*$#&&$${%##$$#..@;]-]]]]]]]]]-++@@@.+@@'^'),,~',))'!", "~'~,!.,@$>%&$#$#%##$>;--@@@@@@]]]==;>;--;;=-;>=;{@)^~')!,~!,~~~^^^@@@@@@&=>#$%*##$$%#&%&{$.+@]]>;-=;---]]]]]]@@@@@^^!,',,'!~~,')", "',)),.@@-&%###%&*&$##{*$&@@@@]]]>--=;;;---;-;;;>+@'^)')!,')'!,',,')@@@@;;%$%&#%*${&#&$##$&.@.]-=;>;-;==;----;@@@@^^'!,,)'!!'~)!~", "'!'!..@.;#$&#&$$#*$%##$$$@@@]]];;;;=;;;>-;>==>-&+@^~,',')'!,,')~)''@@.=>$##&$###&###$&##${.@>]==;-==>;===-=--@@+^^'!),!'!'~'!~,,", "),,!.,@>$#*%*$&%%&$%#*#%$@@]]]=;;=--=>;;;;-;==;*@+^~~,!~'!',,',,,)'@@=>**%#$$$$&%&#$#%#{{.+@]];;==;--;>>==>--@@^~'!'!')),~),~!)~", ")!,!.@+-%$#*$*{$**{##%*&${@=]=-===;>>;=;==;-;-${@'^,!',')!'!))),,)',@{&****&&%#*$&##*#*##.@.]-=====>===-=->-->@),',',,,'!'),!,,)", "~)',,@#;$%*&%{%%**#*$#&&$%@%-;===;=;=>;--->===&.@^^~')'~,,''))))')'!@+&%%**$&$#{#{$&$#&$*.@>]=;;====-;>>=>->--@+!')')~,',!,'~!')", "!~'.+@;>$%#%%$&%#&$&&$##%$@.--=>==;;;==>-;;->>*@+^'~,)'))',),)''')'!@+#&%$#$%$$#%&#####${+@]];;->-;=;->;>=;=--@+!~)!',,))~,')'')", "!,,.@+-###%%$###$$%$*%%*$$@+-=>==--=>;-->=;=;$&@)^~',))')',!'!!'!)!'.@*&*#$*$&&*&*##*$${.+@]-=>;;>;;->=---;---$@!''!'!',,),)!!!)", "',..@%>$*#&#$#$%&#*&&&%**$#@=-->-;->>-;;>;--=**@^^,~~),))!,!)~!!)!,',@{&&$$&*%{*&%$&#*&&.@$]->->=>;;=>=>>------@.!~)!)'!'))'!,!!", "!).@@->#$%$$#**$&&$&$&%%#$%@%-;--->---=;;->>>&@+^~)~))''!!,!'!')~!)''@+{#%%%#$#$##*$#&*.+@]];;==--==-;===->;---@+!,''!!)',)'~),~", "!).@@*$$%##$*#*$$#*&$%%#$%$@.->=-;;->===;-==%$@@^'!)),,)',,'~!,,,!,!'+@$$*$&*$%$&#$&&$%.+@@#----;=;=->;;>===---&@!~)')))'~)')!')", "..+@@@%$$*$##&%**&#$&&&##*$@@-=;=;>;-;;--=-**@@@@)''',,)',),,)',,''!''@.&#&*%#$%%&%#%&&.@@@@#--;>=>--=->=>-=;=-=@.),!,')''!~)',~"}; gtans-1.99.0/data/pixmaps/gtans_recessed.xpm0000644000175400010010000004073011133016175015753 00000000000000/* XPM */ static char * recessed_xpm[] = { "80 80 230 2", " c None", ". c #777777", "+ c #818181", "@ c #838383", "# c #7C7C7C", "$ c #606060", "% c #323232", "& c #616161", "* c #878787", "= c #787878", "- c #7E7E7E", "; c #848484", "> c #767676", ", c #545454", "' c #333333", ") c #2F2F2F", "! c #4B4B4B", "~ c #7B7B7B", "{ c #8D8D8D", "] c #6A6A6A", "^ c #828282", "/ c #858585", "( c #636363", "_ c #383838", ": c #2A2A2A", "< c #494949", "[ c #747474", "} c #6C6C6C", "| c #696969", "1 c #7D7D7D", "2 c #5E5E5E", "3 c #343434", "4 c #5D5D5D", "5 c #868686", "6 c #707070", "7 c #6B6B6B", "8 c #8B8B8B", "9 c #5C5C5C", "0 c #303030", "a c #666666", "b c #808080", "c c #8A8A8A", "d c #909090", "e c #4E4E4E", "f c #393939", "g c #8E8E8E", "h c #7F7F7F", "i c #595959", "j c #353535", "k c #656565", "l c #5F5F5F", "m c #2B2B2B", "n c #292929", "o c #181818", "p c #212121", "q c #626262", "r c #898989", "s c #646464", "t c #2E2E2E", "u c #1A1A1A", "v c #262626", "w c #242424", "x c #2C2C2C", "y c #3F3F3F", "z c #717171", "A c #1E1E1E", "B c #191919", "C c #272727", "D c #1C1C1C", "E c #3E3E3E", "F c #131313", "G c #676767", "H c #1F1F1F", "I c #373737", "J c #3D3D3D", "K c #7A7A7A", "L c #727272", "M c #8C8C8C", "N c #888888", "O c #424242", "P c #2D2D2D", "Q c #282828", "R c #686868", "S c #929292", "T c #939393", "U c #222222", "V c #111111", "W c #575757", "X c #757575", "Y c #8F8F8F", "Z c #515151", "` c #6D6D6D", " . c #797979", ".. c #585858", "+. c #434343", "@. c #5B5B5B", "#. c #404040", "$. c #565656", "%. c #9A9A9A", "&. c #6E6E6E", "*. c #4F4F4F", "=. c #979797", "-. c #959595", ";. c #3C3C3C", ">. c #535353", ",. c #5A5A5A", "'. c #484848", "). c #737373", "!. c #313131", "~. c #9E9E9E", "{. c #919191", "]. c #A5A5A5", "^. c #9C9C9C", "/. c #A2A2A2", "(. c #3B3B3B", "_. c #9D9D9D", ":. c #414141", "<. c #454545", "[. c #969696", "}. c #A3A3A3", "|. c #525252", "1. c #505050", "2. c #A1A1A1", "3. c #4C4C4C", "4. c #6F6F6F", "5. c #989898", "6. c #A6A6A6", "7. c #A0A0A0", "8. c #B7B7B7", "9. c #B2B2B2", "0. c #A8A8A8", "a. c #949494", "b. c #A4A4A4", "c. c #9B9B9B", "d. c #A9A9A9", "e. c #ACACAC", "f. c #999999", "g. c #AEAEAE", "h. c #B8B8B8", "i. c #B5B5B5", "j. c #B0B0B0", "k. c #C0C0C0", "l. c #B3B3B3", "m. c #C5C5C5", "n. c #BEBEBE", "o. c #ADADAD", "p. c #CCCCCC", "q. c #BABABA", "r. c #AAAAAA", "s. c #C2C2C2", "t. c #B1B1B1", "u. c #AFAFAF", "v. c #B4B4B4", "w. c #BBBBBB", "x. c #CFCFCF", "y. c #B9B9B9", "z. c #C8C8C8", "A. c #CDCDCD", "B. c #C3C3C3", "C. c #BCBCBC", "D. c #D5D5D5", "E. c #D6D6D6", "F. c #D9D9D9", "G. c #B6B6B6", "H. c #C6C6C6", "I. c #BFBFBF", "J. c #BDBDBD", "K. c #D4D4D4", "L. c #3A3A3A", "M. c #464646", "N. c #0F0F0F", "O. c #363636", "P. c #9F9F9F", "Q. c #4D4D4D", "R. c #141414", "S. c #252525", "T. c #A7A7A7", "U. c #0C0C0C", "V. c #232323", "W. c #121212", "X. c #4A4A4A", "Y. c #474747", "Z. c #555555", "`. c #ABABAB", " + c #CBCBCB", ".+ c #EDEDED", "++ c #D1D1D1", "@+ c #C9C9C9", "#+ c #CACACA", "$+ c #D2D2D2", "%+ c #D7D7D7", "&+ c #C1C1C1", "*+ c #DCDCDC", "=+ c #F4F4F4", "-+ c #DDDDDD", ";+ c #C7C7C7", ">+ c #171717", ",+ c #151515", "'+ c #202020", ")+ c #0E0E0E", "!+ c #444444", "~+ c #C4C4C4", "{+ c #101010", "]+ c #080808", "^+ c #060606", "/+ c #050505", "(+ c #000000", "_+ c #1B1B1B", ":+ c #161616", "<+ c #0B0B0B", "[+ c #FCFCFC", "}+ c #FFFFFF", "|+ c #F9F9F9", "1+ c #F6F6F6", "2+ c #F8F8F8", "3+ c #F0F0F0", "4+ c #CECECE", "5+ c #E1E1E1", "6+ c #EBEBEB", "7+ c #DBDBDB", "8+ c #E3E3E3", "9+ c #D0D0D0", "0+ c #1D1D1D", "a+ c #0A0A0A", "b+ c #010101", "c+ c #DEDEDE", "d+ c #D3D3D3", "e+ c #E6E6E6", "f+ c #ECECEC", "g+ c #F1F1F1", ". + @ # $ % % & * = - ; - + > , ' ) ! ~ { - = @ ] ^ / ( _ : < [ } + | [ { 1 2 % 3 4 = 5 6 7 8 ~ ~ 9 0 ' a b - @ c 1 ^ d - e 3 f , - g 8 d c h / i ) j k h @ + = ", "# - l 3 m ' n o p q r g 8 s t u v w x y & * 8 z @ a ) A 3 x B C [ . h d 7 w D E ' F D k r > 7 G m H I J u v 2 K L M N ( O 0 : P Q j R S T N $ U V v ' t _ s ; @ ", "r | W & X b > $ f I R Y z Z 4 ` X # ...+.l z ..@.P #.> * c - $.: } %.&.#.Z a ] 2 2 *.O z %.R U i K =.-.&.;.t O >.} 4 +.,.1 ^ ~ ...'.).T q !.J ] 1 @ X & W R * ", "~.R q @ - & $.$.s n O [ & q {.].=.^./.- +.J 9 G (.n W @ .; _.{ s 6 M ( :.9 l ..i & l <.R S . 7 5 [.5 . .,.% ) & ..(.+.h }._.=._.h |.2 .O C R , 1...X b s } 2.", "r = = . ] ).; + X 6 $.3.a - ; c c b + . 9 i 6 1 R 5 L ( + @ - 2.5 s 4.| q ).z . # [ ).2 ( ] l @ Y 1 .} 4 X ^ ( ~ &.i 9 X 1 K ^ K > L 4 '...L ).; + ] 2 7 &.` 1 ", "5 c ; &.s = * - M d 1 | [ ; @ # r N # 4.L ~ - - [ { K | ^ 5 = / ; { {.L R @ * K . / + a 6 g r h . + ^ L } ~ - ` h h ~ 6 7 X h h K ; + R 9 . Y * @ N [ @.& [ . 6 ", "- c N - 1 h h @ ~ b S %.d N + ).. * ~ ).r g b ^ _.5 ; 1 G X r # b 5 + c * X 1 { r ~ > 8 Y * M / ~ { > G - ^ h 5.^ h 8 / ` X + 6 = / c { {.5 .K 4.4.[ . ~ * M ^ ", "* 6.7.@ - + 1 + K 8.}.- %.^.h N + c K * 9.6.b @ 0.a.N r 5 ^ ^ + 2.b.8 7.0.b K h ; 1 + 6.~.c ].}.* X - r ~ h c.d.b # 2.e.+ > N b 5 K _.].@ f.g.h ~ # ; ^ @ ^.2.^ ", "~ T h.i.r > - - r j.; > Y k.f.* = ; ^ l.m.d # - 1 n.0.~ 8 5 b o.p.1 1 Y i.g.> X b L g.h.* ~ @ m.c.. * { = /.q.1 @ [ * k.r.. @ + [ c.s.{.+ @ t.u.# . z M v.g.8 # ", "~ ` 5 w.x.k.o.6.9.> # ).Y + y.z.i.s.9.}.Y L .S K Y l.A.p.k.n.B.8 - ^ Y a.C.l.p.D.h.p.}.8 - / Y h.h.B.E.F.C.{.. - h @ 6.B.B.q.r.A.9.; -.).Y a.G.s.q.w.H.w.{.. 1 ", ",.6 @ [.j.y.r.f. .1 g 5.K - ~ G b Y %.{ + X ] ~ 5 &.* G.I.r.+ Z >.R S b {.r 6.r.g.0.T _.^ -.).9 s { g.s.J.d > c g X r Y * ].d./ &.q L r 5.+ # - c.n.K.y.d h X & ", "@.,.W 4 ..L.y &.M -.{.[ X 1.O M.V N.O...; P./ ; c ~.Y ,.C V C |.e >.:.K h Y ( M.M.i ^ .1 Q.2 |.k 3 R.S...S T.=.* _.]. .l ;.U.p ;.l R ).~ ~.%.a.7 O E ,.$ @.W 3.", "^ g $ U H I 3 S.) / ; * >.).(.V.I w x m >.{.a.S g ] 3 W.R.V.t ' [ ).K ,.& O.(.H U O.v >.i b > X V.Q Q u R.' } [.-.^ {.q w v x !.: I q >.c.~ 7 O.n t P D V.$ { ; ", "- @.L.+.G K - / 9 C | . G U ,.7 - @ = O % ( + # ` (.X.).).~ K , P 6 + | Q Y.$ ; 8 ` Q.w s .| !.Y.> - [ } y ' 7 ~ ; W S.M.4.X g &.2 ' z 4.L J ..+ # + X X.O.2 T ", "K &.k s 6 @ @ 6 h W ` 1 >...^ / [ 5 c X Z.4 b 1 $ Q.R ; .- c . |.4 .Q.,.).# K # M - @.1.[ , ,.+ g K 6 K 2 +.$.X z l $ ).5 / G b | 1.2 6 W Z./ K h . &.[ .[ 6 ", "@ s 6 S g - - + ; K a ] } 5 5 @ r = L g = @. .b & * / z # @ # ^ = a X R ] c > r ^ .* G [ 1 s h / > . . .Y / 1.L K 4 L r 6 6 # . + 6 , 4.` ).@ ; b [ . # | ( - ", "b ; h / {.; = 5 + - = S 8 5 ).- h # - ^ + # K 1 r X - Y @ K b h * b - / 5 + b ; h 5 ./ + 6 ^ @ @ K [ - * # = 5 / L # c h K b # a.} K b h z ^ ).+ 4.X b [ L 1 1 ", "c [.g - @ Y c b b c.`.r /.1 b Y 5 @ + N =.P.-.; 6.{ + 5 5 ; + ~ ~ d /.7.a.* ~ L ).* 5 [.^.[.f.; [ .N T { ; c [.K h {.S K X b h ^ ^ / b.+ c.{.; ` 1 c / + { g # ", "= 5.e.=.~ . [ ( Z.d Y d l.o. .z / / d }.e.c.# k [ b r S 5.g 1 . o.{.Y o.9.M ] s ] | .0.j.S T P.b K / r # 1 / # k ).[.e.^.N ^ h s / i.9.=.N # $.& [ = # 5.`.[.X ", "g d.A.w. .|.Z 1.~ 8 q 6 =. +j.e.=.S ~.e.f.` $.,.l 1 ^ K ; S T.m..+e./ [._.1 $ l l ..` %.7.g ].++G.5.g ; ).1 1 @.W Z } %.d.f.M g e.G.@+{.> a * h s l W > G.#+e.a.", "# @ c.P.8 d 0.u.P.1 z $.= =.$+%+p.&+j.f.1 &. .g * f.T { 0.m.*+=+=.T h ] z T 9.I.8.G.6.+ 6 1 M [.-+A.p.w.%.f.f.~ N .L 5 T.n. +%+D.;+[.# |.> d u.y.l.c.-.T.P.; K ", "{ ^ . > M g.i.7.c &.X [ R [ =.-.g.`.g s W ] ~ ~ = ~ ~ M o.8.7.* @ Y N 6 ] 5 r.n.C.e.-.&.| @ c { d /.q.g.5 .+ # + M K k ~ ].w.&+/.{ ).L > b b ; 7.h.i.-.b h 5 Y ", "> > } | .; b K 8 + ` @ | b z &.. - - .~ ^ + = g ^ K . [ = . ` ~ [ [ - / @ + ^ / > - . X = 6 h > K - 1 .1 / r ~ Y * X ~ + ~ K @ . h ` { .@ ~ K h ^ . | 4.- b ", "1 N 5 .@.!.3 s . h ; > g # 4.q 3 _ W @ M . z b 1 . .,.v S.Z.. z 1 + - + # ..P Q Q.^ - ~ c - ^ 5 9 0 j s / ; 1 + 1 X - b i O.J l + N Y # + = N l 0 t ,.K N 8 b ", "~ =.& 0 : C n B Q ] [ N 5 . N.x !.v ) % $ S b = ^ a V.F J j >+C 7 7 * =.} ,+S.w '+C >+k g 5 L X : u j _ )+U | / ` N T 4 ;.' U E w A b h ; L R !.m U ' !.t ` %. .", "; R Y.4 1 M =.h Z t L d K !.$ L / + [ ..M.R Y @ ).(.i @ z b 8 Z.' R / &.0 Q.7 b r .,.' 7 ^ a !.Z.b X L / *.% > N c q !+,.. 1 [ 6 ,.S.. ^.- P 3.K 5 -./ i X.( ~ ", "= < 3.5 {.; c K 1 W L - ` _ K R & 6 1 / @.,.M [ ..1.~ ^.5 ~ > W L.*.[ L 9 / . b = . c $ X = Z.#.>.&.> r 7.= ! W [ ^ & G . 4.} e i 7 f K h a |.@ * . ` - ^ 9 ! ] ", "3._ *.^ { / S ^.%.=.L b e } ] 1.4 $.4 .).L -.[.` d Y b # 2 Q.R ( y e $.* =.%.=.[.^.c.r >.M.3 W 4 >.G . ~ =.[.q g Y - - ` *.$.4 i 9 l Q.~ &.-.M Y 5 - b &.:.I W ", "{ / 6 a - { N {._.h b d X.4.[ ^ N K 7 $ ~ { @ f.[.8 r # a } b + ^ M ~ 4 4.[ S b ^ a.X &.i ).+ = K N [ 4 L { g c -.; ; 6 ( &.> { N &.| <.5 b h 5 L ~ N 1 $ & .* ", "N c.5 2 [ {./ c ^ 1 7.z M = ~ -.~ { r G r P.X + }.^ = L a # 8 L } 7.8 d ~ - * + - @ ~ # T g ].X K M K R L ).- ].. ~ [.. a ; b @ @ K 5 S G f.~ .r ; # 7 } Y [.z ", "# c.g.5 z # ).. .e./.$ o.P.@ # 1 M r @ 5._.c { c.0.r z @ / > - v.T.^ =.-.r &.~ / L 8 %.%.h /.t.* ).+ c . 5 ].b.* { 2.-. .~ ; ^ # ^ =.0.] g.r.&.~ { @ > 8 b.f.^ ", "^ c 9.=.| 4.z L d y.@ * b t.}.^ @ ~ # g.j.@ ~ &.@ o._.h 8 r * d.w.; # b w.u.5 * h ~ 6.w.; - ; n./.@ 5 N # ~.u.@ - > @ 8.`.+ 5 K + r.l.b 8 K j./.> g = . r.g.; K ", "6 1 c d.z.I.g.y.v.; b d X %.w.0.o.=.j.&+-.= h 1 5 @ j.++&+I.A.&+* ~ b . =.t.A.J.8.z.;+b.~ * ).g ~+x.y.v.x.w.M + ~ . # ^.k.&+t.u.B.j.5.+ c ^ 5.w.;+i.v.~+w.-.K . ", "8 h L N v.J.o.`.@ } 1 8 r 4.1 r /.}.5.@ .^ ; .).+ a./.r.`.=.~ r ^ . =.- -.%.i.~+P.Y R d c N ~ K _.k.;+t.Y ~ K - M c * f.u.8.q.6.5 ~ T / h = - b.i.&+9.g > b =.", "k b c .9 (.) (.4 z ^ ~ P.- | & ' < $.&.Y 8 6 | | .R < #.E 3.7 ).- g r c 1 Z V D *.&.M d * ~ [ = >.'.$.l 4.> G ,.` h r ~ , L.y 4.K g }.K r .,.j j L.Z.+ %.* q ", "b.=.L !+U W.)+{+N.! 3.{ > h P m % ' 3 E Q.1.1.W & j F A I 3 n t b 5 d.r W ]+^+/+(+^+/+&.-.[.r S E P v V._+V.#.i 2 2 @.i 1.L.% #.n f * X S Z ! W.,+V N.'+*.; ^.f.", "=.&.+.O.Q.z b K s (.s $.&.m k r [.Y - Q.: >.^ # [ L.j q + 8 # ..w = 8 2 :+< z + 1 ^ M.<+..{.{.U 1. .@ ] ! t :.1 # b ..: ;.L N + ; ] n } l l m k h @ K @.(.E 7 5.", "~ ` } z ).K # 6 X $...# 1.Z.} M + # c ).<...+ K ..... ~ $ . f.c q $ @.,...).@ + h r &.e i ( G 1.# M [ s . G *.$ + b & Y.l ^ b } b k < 3./ |.M.. ~ . K 1 L s | = ", "= s ] 1 ^ N c - { K 7 } 9 1 M b @ > h / 6 a X + & > 8 ^ z - r = X L = Q.G K =.X [ 8 ~ ).$.).$ L . h > > 8 c ` i @ ).q | ~ K X 1 ).^ L $.4.} [ 8 ; ~ . K X ] G ` ", "5 = 5 S b . + @ ^ ~ ^ h / # ^ b ~ c + > @ M / @ # / 1 . ^ ^ K - + # .{ # @ K K @ > c > r ^ .c b - h . z ^ N L h ^ K ).K - h * 1 ; # h ~ ; X &.z &.&.L . ~ h @ ", "z 2.K ; g L M c * / _.).n.# / * > + N ~ S 5.X / r.- [ N N b b 1 @ r.1 /.-.h > / * L 1 T %.. 0.- ~ > # * ; h * a.M > -.{ = d r z 1 c ` 6.; /.z - / * 6 Y + L 7.# ", "d %.~.N 5 ; ` K z 5.2.M 6.].{.# Y ~ X S C.0.. # f.o.T ./ ^ . / S 0.Y b.d.N . ~ K b * }.d.S ].c.+ r { * h + [.e.~ + ].o.{ 6 4.8 1 > 2.I.4.P.d.s b z N c / T g c ", "O h ~+%.- S ~ # t.v.-.M * b.Y .k X 5 l.&+S - T ^ i.8.5.Y 5 .b b.G z T [+8.T z .c y.}+8 ).= T.1 7 # g T t.w.a.* z ~.D.j.+ ).Q.[ { j.# =.r G.8.^ b %.c T.A.* ! ", "| 3.i S 9.l.w.H.H.c./ 5 .6 ).> . { r b.o.g c * -.d.%+%+b.{.a.b *.G Z.7 T |+1+2+3+}+=+5 ).W l @.g M 8 7.4+5+G.~ * _.g ^.b.r Y 5.h 5 R @ b T d ;+6+7+p.;+/.& 3.( ", "~ } 2 7 a.B.@+T.2.c / 1 l & h g /.^.6 | &.z S f.S K * d - { f.. r z ~ $ ^ * w.8+6+u.r M Z.= 1 @ > l.P.^ }.-.).g a.+ K r ).h v.6.7.N 6 |.d h { ~.r.@+B.5.> z b { ", ". 4.c | <.L.P i } + b . i ~ X $.m f X.| = > # = } + L y A x ,.^ = + .6 &.4.|.C C q ).} - h .h + 2 _ O.i 1 5 - .5 6 &.X , (.:.Z.* ~ a z r K K l !.L.O R g ).. ", "- @ | n _+x w ) I Q.> 1 # ( M.u ;.m v Q Q.@ M - 5 ..v ,+V.P V.W.X 1 c [ @.V S.o A U B | X M ; 4.n ,+Q ) W.w & 1 h ^ * l 0 : t !.v : 6 8 L &.4.' S.H n o x X S c ", "^ > : *./ X / ~ *.j . 4.5 V.Z.b ).; * !+3 L b [ z ) X.M c ^ - ,.v @ K ~ C <.K M 5 K M.n b K # '+X. .} G h e 3 - ^ c L !.+.@ ^ 1 .$ F . ^ c P ..+ d b c |.P > # ", "@ |...; r = K @ h '.q {.1.@.^ + + . - .9 ,.L 1 Z.& # c h . . .i 2 = |.( - ^ # b @ ^ i Z.b '.>.b # K b @ . ( W N .,.$.6 X 4.~ .1 , 4 M 4 ;.; N 5 @ r b i , - ", "1 X b 8 * N ^ } N + 6 &.&. .K ^ h - {.=.+ . # K q X @ * c M N ^ ^ } &.6 + ^ b N b @ = . X z ` c / 1 g {. .K ...z z | z 5 ^ z [ h h .4.4.# + .a L # M d . ` ; ", "= = / M h > X &.6 a . d 2.Y @ K . .r S / .).] & [ ~ ^ {.c # ^ &.+ ; {.* # 4.l & @ = c [.. + R [ 5 N * M .& & 2 G &.# 8 ; X X ).- { a.c 4.W Q.l 7 z K N 5 ~ ~ ", "e.u.e.a.4.i ,.& a q X b P.a.5.a.5.S { 5 K 4.G l > 4.9 } T S * _.~.C.}.c.} 4 ( $ $.| 2 X }.P.s.7.Y [.Y N # l @.~ @.s 4.# r d a.%.M r -._.; $ W & i 4 i l @ 0.j.].", "@ e.o.# q L + h 4.6.N |.%.`.=.a.g { 5 + + h K .T.5.] W > / ; a.g.].^ ~./ ` ).@ @ 4. .c c./ }.G.%.4.; + Y.s 6.%.> = 1 h - + / ; 5 ^ 6.T W ~ d.1 + . G $ . c.c.b ", " .5.%.b X .h 5 }.u.8 G T `._.M ^ Y d g T g ; ; T C.v.5 .* T ^.t.[.= d P.%.@ } h + r.^.- > { i.P.h + ~ [ o.m.N 5 / { d r r * K c %.6.+ $ 8 t.=./ b b ^ { 7.c.1 ", "4.[ K S d./.P.G.s.8 X # 7 @ 2.}.r.y.j._.[.5 > .G c.n.h.u.8.n.w.* .[ | S s.9+;+~+&+n.Y 2 [ * -.i.m.j./.&+B.T &.h K N [.~.l.k.9.y.y.Y z 1 ^ Y y.h.l.q.i._.S c > ", "L 1 .; 0.9.}.~.1 / ~ b 7 X ~ -.f.0.f.^ - K ~ 8 @ ` > ~.w.q.7.^ / .-.1 + / P.;+n.f.1 8 ~ M 5 1 r T.I.&+`.@ > { 8 .. ~ + P.i.r.P.5 K + @ # h c t.e.8.u.* X 1 - ", "h X ; M 1 + 5 L b ).@ > . z 5 K ~ = 5 / X + N 4.K ] 4.= X h c ^ b > N h h N [ ~ ; ).5 / / ; 4.- d Y @ / T * X ~ b - - @ * 5 b ./ c . * / * [ 5 = ^ # ^ S ; = g ", "= - / h 9 3 f l .* 1 * 5 [.[ @.f P !+1 %.^ 4.K L {.; W f P < h N - 1 {.Y ` 1.y 0 , K {.N X .+ K e f J e .a.; b # 8 %.; >.I f , > f.^ ; + 8 X ( f j k N r + b ", "$ 1 $ !.% 3 V.0+!.q ^ 7.5 & U V >+U H _ z b X b - ,.!.n ' C V U.4 = . b l : : A A ' O.a r / - |.a+o !.O.n O.& ; 1 r / R !+x '+u N.Q a ^ ^.r } ' S.: ;.f I ( - $ ", "k +.S.+.; _.a.T Z., + 5 k U P <...7 e n M.b =.a.5.e ../ X s ,.!.)+Y.9 Z.Y.W / S 5.# X.X.& $ y b+) $.i a ; s 1.@ {.T [ :.) '.,.$.e x '+7 M - |.9 c._.}.^ y S.+.q ", "M ..< G ~ / M c ^.4 ] } >.+.~ { c + .( *.a c S ] , - =.G $ + # 9 ( a X.|.b { {.M ; K Z.'.i W 9 .; 4 Z.@ = $.] Y X i 1.,.] . 1 Y [ (.>.| 4 e T @ r ^ > q '.W r ", "h [ # = G # T ^ * G k . Z X 8 # # L ^ b 4 4 .1 $ K ~ ] ` # ; / # $ k @.} * . b 1 ~ c k Z.R k K ^ M * ` q = - a > 7 2 2 &.1 . G > { . X.&.q & . ` @ ).k .# 6 .", "^ X ./ h [ ~ N ~ * h - R @ ; b ~ ; N - > + r + [ Y ; 4.1 * h + - ~ ^ @ b 1 K @ h . ).6 ~ 5 # L = = @ h )./ * s . 5 ; ).> N ; &.K 5 / q = @ M .b 4.7 1 ; z } - ", "K ]._.K ^ d @ . .g S @ 6.{ b / 5 { # = {.{.b ; ~.- = @ b + ; ~ # %.{.g ^ K M h h 8 - M d r f.M + 5 + @ 5 = 1 7.~ b r { + [ = * 1 &.# _.- r 8 ^ * @ N 1 z 8 [.. ", "= 6.-.> c 8 > h N 7.d {._./.* r 5 * X N d.].b b 6./.[.N ^ @ + K P.~.^ T.g./ ~ r / .5 9.0.+ /.o.)./ h X + r Y 2.* 1 ^.6.- X r ^ - ~ f.c.[.[.P.b # - 8 5 1 -.^.= ", "&.[ 2.6.6 k @ ; ].h.[.T h `.Y # > . a.j.@+8 6 1 M 8.6.8 f.8 b d.k.{ b a.z.b.h = ~ @ r.9+-.. h v.]. .~ g T l.w.{ 1 z b.%+w.{ b ~ b c.q./ c / e./.> N z @ z.C.@ ^ ", "= X 6.D.;+6.5.d * ).. ` # @ }.].G.o.H.c+/ b # | @.^ g.z.x.H.h.t.1 8 { Y a.@+~.2._.[.n.8 r c g N w.n.++*+4+9.5 ..} .] / A.K.G.B.~+&+~.T h / b -.2.`.o.B.d+7.6 # ", "=.{.M =._.@ } z s s e K .7.c.G.q.~+@+8 @ ..2 Z.Z.#.i d w.%+;+a.^.; P.; { k 6 r d &.2 * + ~.r 6.S m.e+++=.$ Z l >.Z.G X 5 w.f+g+l.S [.X - , & W L L c /.c.8 { -.", "@ N / $ % ) X.W [ 1 L :.+ + b G Y.(.O X $.4.] | .1 i j ' J 4 S h 5.6 } < k , j 3 Z.} ,.h K f.# [.>.L.E :.` d = S * 4.` > @.L.L.k @ N c < = ^ = >.'.3 _ q * g c ", "; g G % V.H u V.S.& > N - k n 0+S.0 P D a &.b d 8 @.Q F >+V.C U X [ . R >.W.!.S.Q j _+( = h . > V.V.V.D >+t l * 1 ` # R n C O !.V.: q # 8 1 | x ' p U A A ..{ * ", "@ z ;._ ).* # g $.O z L G ) ,.= r + 4.Z.n R c [ l (.$.K 6 ~ - 1.p a ^ 7 0 1.` } @ - i !.s [ 9 0+L.X = ` .Z.E 4.@ d l t < ).~ 1 + ,.C & [ K '...* X {./ (.y ~ 5 ", "1 < 2 M @ - 8 b + < | h 2 W * + + [ Y b |.@.* 1 i k . @ + .~ ; >.q 5 9 Z - { - . 5 K Q.Z.1 l i c @ z [ / > W 1.G L >.'.z b . / = r $ & ).Z._ .b @ h ; 1 Z.|.; ", "/ s K {.K # c [ / ).} # s ~ ^ # + ~ N g = a X 8 2 = / @ / @ h ^ - l X = z 1 1 M - . h [ = L l @ r = / N ).K K , - [ &.K @ [ &.1 # ; 6 & | ( & = | K # @ { = | - ", "+ + r T -.g * ; + 1 ^ { a.^ h 8 ; N * ; 5 * b = [ 1 b ; c ^ K h .# - 5 N 8 r > K / h - @ b K L / # # ; N 5 1 ).- b ^ @ * 8 / = r .~ * @ = .b / = = @ r * - L ", "&.g r ; c.Y = / 1 f.`.~.l.5 ] a ] ).&.K 7.d.g ~ T.=.* { =./ } a . Y @ [.c.@ ; z 1 / ~ T [.* 8 ] 4 | 4.h T M r 7./ M _.%.^ K [ 2 ( l b _.[.f.[.= ).4.8 5./ b .W ", "O ] } 7 8 T c f.{ 9.i.8 { ^ 7 Q.|...,.1 t.o.d a.8.g.[.+ [ ( i $ > &.4 * e.%.a.^._.=.7.v.{ l ] &.4 @.,.7 N ^.0.i.Y { r.g.K W $.1.*.| ^ @ c g.v.Y [.T T b k k G , ", "> ; 5 ~ ~ 5 8 5 J.q._.K q S b.{.X b # * 2.-./ 5./.C.i.c | G b P.C.* R X ].`.r S M 5 `.T. .] / 8./.h 6 ).@ g.n.P.{ ; c.b.+ L h - c 2.r ( ).P.G.J.r d - L N f.S { ", "~ K r g { `.~+y.w.[.> . 9 8 `.v.t.B.j.M + 1 .b ^ T.v.].}.g.G.q.-.b h z d n.y.@+@+g.`.+ ` + h g w.u.w.j.T /.0.# + 1 ^ / Y v.@+w.y.G.8 | ).~ M v.u.H.G.7.].[.. ).", "/ + r g Y 2.j.0.; 4.k 4.7 &.~ M u.h.r.N X . K > 7 - N -.j.8./.{ 1 N S ^ K a.r.j.i.].5 } # T N .T r.~+q.-.* ; X h - = . Y v.&+i.}.T @ h # z [ N u.y.9.f.; ~ - * ", " .~ = = + @ h b ./ * . d ~ K * + . ~ + 1 # ^ ^ .1 K ~ / ^ K # b - [ / # X c ).).Y 1 + ; z 1 ; = ^ 1 K ^ - = ^ / @ # # ^ - ~ ; ^ 6 K / ~ + r K ^ . @ N . # / X "}; gtans-1.99.0/data/pixmaps/gtans_rope.xpm0000644000175400010010000005470411133016175015131 00000000000000/* XPM */ static char * rope_xpm[] = { "96 96 257 2", " c None", ". c #2F0A07", "+ c #572E20", "@ c #543328", "# c #79523A", "$ c #4C2713", "% c #341811", "& c #3A2722", "* c #3C202D", "= c #5A2E12", "- c #472018", "; c #481F0A", "> c #6F401C", ", c #8A5F42", "' c #5C3413", ") c #5C2812", "! c #784C38", "~ c #542712", "{ c #4B3736", "] c #241926", "^ c #201017", "/ c #34272F", "( c #482820", "_ c #643F2A", ": c #644038", "< c #3C1810", "[ c #643413", "} c #80453D", "| c #6F402A", "1 c #56291F", "2 c #2C1711", "3 c #31201F", "4 c #30202E", "5 c #3B2713", "6 c #21170A", "7 c #30191E", "8 c #201718", "9 c #341F11", "0 c #4B2F22", "a c #3C201F", "b c #4C3629", "c c #2C1F13", "d c #0C040A", "e c #221F1B", "f c #5C3426", "g c #04040B", "h c #0C1716", "i c #0C0F10", "j c #140A10", "k c #5C3F37", "l c #442711", "m c #6E4136", "n c #140407", "o c #200F0A", "p c #140F12", "q c #3C282E", "r c #7E4530", "s c #AC795F", "t c #301009", "u c #87522C", "v c #2F1116", "w c #6C523C", "x c #64462C", "y c #784D45", "z c #6B4B39", "A c #543F38", "B c #1F0A0B", "C c #794B2A", "D c #643A29", "E c #875846", "F c #461917", "G c #4A302E", "H c #5A3A28", "I c #3C1F12", "J c #471909", "K c #89675F", "L c #423626", "M c #7C5847", "N c #090A10", "O c #14171A", "P c #211F29", "Q c #1C0408", "R c #735747", "S c #945834", "T c #864C37", "U c #715F51", "V c #845F51", "W c #704637", "X c #7C5F55", "Y c #3C1107", "Z c #643424", "` c #562E2D", " . c #643536", ".. c #704145", "+. c #643A36", "@. c #4C292E", "#. c #593A36", "$. c #240407", "%. c #785247", "&. c #3C191E", "*. c #44282F", "=. c #662E20", "-. c #64463C", ";. c #A4603C", ">. c #66210C", ",. c #140514", "'. c #885738", "). c #714628", "!. c #472126", "~. c #3C1117", "{. c #652E30", "]. c #662910", "^. c #6E3A28", "/. c #5C292E", "(. c #5C3436", "_. c #704645", ":. c #551D0A", "<. c #461106", "[. c #292728", "}. c #74351C", "|. c #311126", "1. c #6F3A1A", "2. c #6A4B46", "3. c #543436", "4. c #572225", "5. c #3C0307", "6. c #9E7764", "7. c #7D3D30", "8. c #2C0505", "9. c #966852", "0. c #56220B", "a. c #6A524A", "b. c #544029", "c. c #6C341B", "d. c #7E4022", "e. c #956041", "f. c #8E4422", "g. c #865144", "h. c #7B5738", "i. c #672E13", "j. c #886850", "k. c #4A323E", "l. c #562217", "m. c #845A58", "n. c #561D18", "o. c #5C462C", "p. c #3A2F30", "q. c #742E08", "r. c #8C3A14", "s. c #9C5A31", "t. c #875239", "u. c #945946", "v. c #8C4C29", "w. c #3C2F3F", "x. c #14101E", "y. c #04100E", "z. c #A46844", "A. c #4B2F12", "B. c #A06F51", "C. c #3C182C", "D. c #6D3527", "E. c #340506", "F. c #0B101E", "G. c #8C6050", "H. c #2E0A20", "I. c #141827", "J. c #1C1827", "K. c #65291E", "L. c #1F1126", "M. c #7C3621", "N. c #242E24", "O. c #2F1A2D", "P. c #592E3F", "Q. c #945237", "R. c #685258", "S. c #4C3918", "T. c #0A1725", "U. c #0A051E", "V. c #1F0A20", "W. c #4C4048", "X. c #3C0A07", "Y. c #944E44", "Z. c #6D3436", "`. c #844D2A", " + c #0A0A1D", ".+ c #141E1C", "++ c #54292F", "@+ c #3A2F22", "#+ c #461215", "$+ c #583A14", "%+ c #4C4028", "&+ c #6C160C", "*+ c #804624", "=+ c #6F3A38", "-+ c #9A673B", ";+ c #4A3E37", ">+ c #441927", ",+ c #54330F", "'+ c #A07060", ")+ c #5C3E27", "!+ c #876131", "~+ c #8E4632", "{+ c #4C1A24", "]+ c #84400C", "^+ c #6C4B29", "/+ c #8C2E04", "(+ c #95604D", "_+ c #9F5229", ":+ c #67272D", "<+ c #9C573E", "[+ c #945858", "}+ c #1E051F", "|+ c #443614", "1+ c #7C4614", "2+ c #111E2A", "3+ c #1C2A34", "4+ c #041614", "5+ c #5C4C32", "6+ c #5C4650", "7+ c #AC7244", "8+ c #5C4C40", "9+ c #644E24", "0+ c #3C1A44", "a+ c #A47E64", "b+ c #917063", "c+ c #7C5955", "d+ c #946E4A", "e+ c #7C675C", "f+ c #87672F", "g+ c #642E44", "h+ c #7C5F47", "i+ c #B45E2C", "j+ c #2A2837", "k+ c #5A463B", "l+ c #3C1224", "m+ c #242204", "n+ c #7A5229", "o+ c #946132", "p+ c #A16F42", "q+ c #561E24", "r+ c #705756", "s+ c #A46A54", "t+ c #BC8264", "u+ c #7C3E44", "v+ c #3C4E54", "w+ c #343634", "x+ c #142624", "y+ c #987E58", "z+ c #A48A6C", "A+ c #644450", "B+ c #685220", "C+ c #5C1A3C", "D+ c #645630", "E+ c #4C4A24", "F+ c #88663E", "G+ c #B47A4C", "H+ c #947E6C", ". + @ # $ % & * = # - % & = ; = > , ' ) ! ! - @ ~ $ { ] ^ / ( _ : < [ } | 1 2 3 = $ & 3 4 3 3 ( 5 6 2 ^ ] 7 8 9 ~ < 0 { ^ a b @ c c 8 d 3 e / / ' f @ - 3 8 g h i i j 2 ; k ( e % l m 0 n ] o p ", "q + r s t 3 3 a u m % v & w x | t _ , _ ; y z n ; f - A B - - C % t D E | + B p F f @ a a G ( ( H I % a 3 3 o a ; J K a v % 0 @ ( a a & L 2 2 ( M ; - 0 & o N O 8 P 3 & $ | @ n Q R ! f o 7 c 0 ", "3 @ S T 7 n 2 ' , ~ % B 7 U R V z % f W H : X a F _ @ D ; Y Z | B I : ! + ( 8 ^ ` - ...1 1 +.@.F Z : t t #.@ a J ) V $.% ( %.# . &.$ @ - < J J V ; ; $ - *.& B 8 3 a 0 =.+ H $.t -.t $ v v q % ", "e | ;.>.*.,.k '.).H a B d o 6 G 0 I - t t t *.!.a @.a ~.1 m ! J % { m f $ - *.3 &.` {.].=.^./.- /.(.: 0 c t B !.| E - t - @ '.m - /.#._.@ z ! | $.$.f : f f ` ( I B . f ^.:.: 0 G $ <.y . $.@ + ", "[.z }.{.|.q K 1.= y a 4 2 B Q t 2.{ I H _.@ v 9 v a v 7 t %.3.1 7 + ! :.=.) @ < G n J ! ^.! K : 4.~.*.G 3 n Q @.r ! 5.$ _ m r | (.- I -.H z # , 6.Z < - +.` <.!.( B t m 7.<.W k G 8.F y ~.% !.- ", "9 m J <.Z : 9.J 0.E v G a.b.H + % -.%.z ; : ! -.( a q 3 B *.< D !.$ W J ^.m = F k 0 l ~ D @ ; ; &.8.8 3 / & *.k /.Y = - M ! c.d.a t Q 2 % l @ ' /.' f @ + < t ` ( 7 *.m Z ~ W I @.- + Z (.2.% - ", "< -.!.Y e.f.g.&.c.g.< ( b H _ ` : ; = ! ^.| h.9.9.f 7 j 4 0 @ i.*.&.f 0.D E - 1 + ! %.@ $ , j.Z W - a k.G v < ! l.Y m.< ! Z [ }.a ( & % l 0 + 1 ) l.( < B o . v 3 7 @.f n.^.o.B % = } - - 3 $.( ", "<.3.p.#.q.r.^.7 }.W f ( t ~ W T f | ).c.C 1.> Z s.e.( 3 j 0 ! S ^ B ( @ f 9.8.< d.^.f H k - ) t.> ).2.*.^ F 0.d.F - ! . Z = u.v.&.!.3.3.: - !. .} J f o.( 9 & q 7 o a 0 J ! -.B # f W l.&.2 & G ", "O 0 1.} F w.@.1 C '.( ^ P p ^ 8 1.f -.-.D J f f _ 2.o.% t r E ^.i x.a '.C Z 3 y.a k | Z [ '.C Z i.@.V t.:.t t ^.$ ).'.d G 0.z.E Y 0 @ A.# B.| ; - Z Z <.h.; 9 e J e C.3 ; } 2 % x ' y < f h.~ ; ", "8 R ^.D.8.2 ( ' '.# % d ^ p p o ~ + % . 1 E.8.a t o c a # r | ) d 8 0 ! c.~ 8 F.n ( % < @ f - + 0.2 7 - I 4 3 - _ 1.E 8 8 = v.Z ( % c 2 I _ f f + ( G.| E ~ B 3 ; [.H.#.~ v.2 7 J y y - f H Z W ", "6 M ) + |.v $ | # -.2 ,.I.x.8 J.Z !.v v - ( ` v d d ^ n M Z K.) B & _ D.].+ Q I.g ] o I 0 o v a Y L.g Q 8 x.] &.W | ! ^ Q r M.| 4 d x.^ o - @ @.- < y ^.W ! + 3 7 N.8._.' 7.6 O.:.9.P.F @ @.@ +.", "( f F f *.( D Q.$ ( ^ N x.N p 8 ( !.v !.- y R.Q 8 O [.d 3.J =.Z & 3.H 0.Z ).j F.O o S.-.] p 7 !.- P T.^ ^ g d @.^.v.Z n 4 r ].E j g F.^ 3 + f a 3 . . :.1 : y < p p E.| [ M.j ] Z ! $.$.^ o B Q ", "@ < + G a -.! u - 2 j x.x.x.p 8 - ` t ( f z & o e N I.3 ( < /.^.@.H + J c.%.B y.x.% W z n 2 !.m ^.] x.p 8 U.g Z = r - V.w.1 ].T ,.x.x.j @.+ Z =.W.B X.^.< v a v F.N /.K.) ^.d ] C H v P p 8 h J.", "% B 2.3.t m +.$ 3.v j j O J.o 7 m 0 t a.f $ 2 8 p d x.P 7 ` f - 9 *.- ; D _ j T.j k | ~ Q 8 F Y.| B i j o x.B T m K.J F.8 Y r ! j 8 x.B 0 J ) m / % '.t.% j g o i N Z.n.- Z g 7 : t o O g y.g F.", "o t 2.k J 1 ( ^ P.^ ^ x.N j B 3 W ~.t V J < % 8 o 4 x.n v H @ 7 v q &.1 Z + n p j 2.c.< & ^ @ f.= ^ I.p N i 3 `.W ~ - + +l C # p p p 6 0 J f 1 d - 9.| 8 P N o i i K.- F (.N ( H % ^ N O .+p p ", "{ / & f ~ J * w.@.7 w.p.J.^ 3 2.- ++t _.J 1 3 / !.q B ,.a ( a { 3 q 2 #.m l n N U.` 0.; W.j V q.~ ] F.J.N +q ) f i.G y.I.k = D 8 i i N @+@ y t J.+ c.; P F.T.y.i o #+!.a #.6 f F !.7 d e O ^ ^ ", "$+| ; = y f 1 D A.A.+ z %+o A.h.% H.l + F ).$.G - 0 d ^ [.G 1 Z !.( - f #.G o p B ] @+&+2.F.e.&.7 q N N x.d B *.I G % Q % A H ( y.y.x.n ' ' k Q Q #.- J b o O i y.i 6 & % k % &.9 c ^ 8 ^ c ^ 2 ", "V H M m l.f @ ! R + J z X o.m ! I * t @ ! h.~./ -.2.A { 3 : y ~ @.f Z ) D z -.{ 7 c 6 M.4 +*+7 $ -.9 B ^ 3 @.- - t - a 0 0 t o i P j n # ! Y 7 d 0 < Y #.8 o ] 8 ^ % o.@ f t ( ( a % & ( G @.+ ", "z j.+ _ G.f f @ W =+1 @.G 0 f l.F *.B m E C &.3 H b #.W - F ` f + D ! ) c.| G.V *.o 2 v.F I.$+&.r m @ ( 0 @ f ~ - t H ( ( : I I o 7 ^ . E -+8.@.B { J J y 3 o & 2 2 ( $ ; ' f ..@ $ - + 0 f 1 ' ", "< < f .1 $ Y < t ` (.a v 7 f Z.$ !.< y W = |.v 8 a.%.D = ) f : + 1 r ! c.; Z r : 2 ;+D.f / l P.^.:.; @ H I - ~ %.! V ! f _ H H ( 2 a a ! t.~ 1 x.a F ].W ~.t 2 a @.@ - - 1 : W ! H ( a - $ 1 Z ", "( - m _ 1 f (.@ t t ~.7 8 ^ t /.! >+,+W = [ &.o o k : Z | Z f @ 3.@.: '+! = l.+ %.I a.Y Z )+o W } - 1 @ -.@ H @ 1 ~ = g.D - -.a.` a 3 &.m ~ Z | d $.~ 7.m - &.v !.3 G #.k a ( @.b ( ( G 3.*.( - ", "` y - = ! D : + '.: @.3 P G @ | ! ~.! =+J 1.!.7 7 $.t ' ^.1 D $ - % t 0 ( (.$ 1 ( o 0 7 M.!+d E ..Y t t @ 3 % a 1 =+) | ~ $.< % !.7 Q B y J =.e.j v | ~+m $ *.7 ^ H.^ 2 & 2 G @.% B v c *.&.a a ", "+.l.9.E =.! W f | | (.$.B H W } ) {+h.f :.| C.a a < ( + #.| M = f f $ - + m .._.Y o n k.~+;.p Q.(.( G t G < v - $ m D D.Z ( @ 3 a ^ o j #.{.c.e.d 0 ! }.=.< v ^ t 2 o Q t a +.f G t Q n B t ( .", "l.P.= c.| | m l.) K.=+++a G 0.].l./.).J Z '.#+^ ( ( & G k < ~ ! = | y D +.F ; /.: / n W.f.]+e ~+Q #.V 8.< 1 ` ++- 1 Z m ! H 7 & k.o [.8 v y r i.N -.t.0.=.&.B 3 b @ 0 -.-.$ l.F ` ( @ (._.@.1 - ", "o $ Z b H 4.!.^ 2 ( 3 0 < f F Z @./.; !...f.- I.t { 0 0 D ! Z ` b.H r e.e.^+- < ( I t r ! f ( 5 t ~ M F v a ( @ $ @ $ .Z.g.Z <.9 f 9 6 :.r R J d -.: v /+3 ^ ; <.' @ l Z ).| | H $ = + = Z `.> ", "L m - 9 2 F #+a $ W % 2 B 7 0 < # % o m (+> ^ p j e n 6 I - < a 6 o n.r r @ a V.8 B I : f $ $.% _ W @ 3 o ^ o o H H % Q $.1 %.9.& F @+2 g.Z R ~ ( p.Y {+_+w.G + : 0 a 0 f Z = f l o % &.@ f _ @ ", "b._.~.6 6 :+n._ ^.m o j d p G - '.U.6 ! <+A.j j p x.g j o ( a 7 ^ $.) 7.+ % B U.x.d k.3.- ( Q 0 # # 6 J.N p o j @ H & o 6 I $ + & < @+c [+l._ K.C J.Y c.<+/ ( c G }+n 7 v <.>+|.o 2 3 ^ n g d j ", "k + ~.] 7 m }.u D.< 7 F.T.p ( z _ B |+r i.= 4 p ^ I.I.p o 2.k a J.7 T t./.n F.T.J.L.G !.< 1 1 M 7.| B J.y.y.^ 3 /.7 0 2 c 3 1 J ] ( e 6 Z.4.$ D.d.i | d.D.p % i 8 x.L.7 v ++@.7 3 G p.p J. +p J.", ": F !.6 3 ^.v.| a n P I.I.o @ '.; #+! +.n.1+(.x.p p O p 9 2.f ~.^ - g.r + B I.2+8 ^ 7 F !.) m g.M.{.t i I.F.,.4 :+E.3.& B - _.Z p a i 8 {+/.< g.d.g (+d.' x.o h g I.p v - f 2 ,.8.@ G n p j x.x.", "H X...c k m T = ^ ] x.I.j n W 1.7 #+| k./._+{.T.^ N N 8 7 f Y J 3 @ C = 0 o p N i ^ B ( .- ^.=.K.f v ,.J.J.d B =+<.W +.< ` (.8.p B i h ++Y t T t.d ! + 7.3+o O 4+e p G W y 8 p Y ! R 2 8 j j ^ ", "l n.T I R T 7.; q / ^ 8 ^ o : F - H.( &.Z.! |.F.8 p x.x.2 0 t ` 1 ).u < q ^ ^ o i p p q #.< 1 < - -.$.j x.J.N N _ $ f @.< : G Q O }+F.y.*.|.o | m B + !.~+I. +i i N n m | f B i Z D ( B / / ] n ", "0 m t.8.! } /.& -.t o 7 3 G q ^ 0 J.e . =.5+U.p p I.2+g j G - y <.! '.t * L.& @ .+F.F.7 w.B 3 % 6 U B P g O h 4+S.o.z - < 6+c P N L.4+g 7 0 c f % F /.2 f.U.F.j T.^ 3 E =.1 o T.| f I n 6 p ^ B ", "' ' 0 < | | I G C I o [.L @ ( J 9 ( 2 - k O.*./ B g F.F.g { J 7+- ! W J $ 3.( A = t o & A G I t @ 8+^ ,.L.g J.J.; )+9+0+$ a = - ^ d & 8+& Q 7 C.Q B ( Y K d g F.y. += m I $ y.p { 2 6 n o o N i ", "D a+. 2 y J : % '.,+2 7 3.y ! D @ ; @ : X.( b+A.k a.P ^ ^ : ! v.- D f - f @ t & _ H : - @ @ _ @ J < t / 3 ^ 2 n - _ !+H.- < ^+: 2 3 Q 2 R @ Y F b ( + @ - t n N I.g Z f - f U.8 H % - K j.8+9 8 ", "1.9.% Q -.- _ = }.4.% . t /.m m f $ = E m Z t.| + V ( t - m t.<.- (.1 /.^.: t 2 -.@.1 '+X.| f $ | ' + - o a *.t | ! # 5.!.( ! @ % @ I t | W D ; ( % + - ; %.( & P g | ; $ W x.o ; ~ J | 1 - ( t ", "M.1 @.V.G + ) 9.1 ` 3.G !.K.^...( c++ ; Z T | C ; f ! :.| (+r J !.` - ) .2.% 2 j !.!.^.T (+).H = | G.%.J B t !.t.t.~ ++. _.f - % 3.#.F ( f # D ( 6.. ^.=.! @ - L.j 7.- G m ] o :.u.! ) + $ %.t ", "d.<.*.O.3.+ C e.< v 7 G @ f $ < $.$.t M y ! ! d+@ < D ; Z W ( 1 3 - - Z =+D % q 3 d 8.; D.Z D A._ Z z M 2.7 Q G S t.J T . y 1 m % @.!.7 ++- @ _ k y ! <.m Z = : ^ x.i.f : ~ ] < D.m.D.F y ` W - ", "7.{+#.7 f W S `.3 2 / A m _ f ( { @ -.Z . ( z z X + #.@ : (.+.: * t - } ! 1 % { 8+e+@ ~ ! ' < W H f t t a % }+] '.}.{+-+Z ..!.i.^ * *.3 Q t I % $.< 1 + J - .z v ^ :.! y Y ^ ` D...F $.% % t 7 ", "D.$ %.X.m T r # % a G H D | ).k - H z | : /.+ z _ H k @ G ( | D 3 % m W T - - { H %.b+t Z Z E 0.f E y m + 7 a 3 C l.++f+y Z 4.' . ( 0 )+. I ( t - t y ` - < 8.I 7 3 ].W k ; o m ^.D.M - - 3.- ( ", "+ m %.J T i.[ E *.a !.1 }.t.t.H ! 9.B.Z m =+@ < 1.! b+-.I H T `.7 - %.=.| ; 0 0 1.= f m ..) {.T E | Z 9.! ~.a v 1.; g+!+1 J Z.-+&.@ % h+j.x - c++ V - +.#.3.a G % G d.@ l ^.7 | r 5.%.~.$ #.: f ", "+ + # ~ Z .+ h.0 b c J.3 3 ` ! | , M _ D ' M I j.0 o.H $.W E C 2 !.).- !._ 4 8 z o._ E _ j.$ )+1+r F P.U 9 9 O.- ; t.).& 7 r i+^ & 9 I ! ).r Z D 8+2.| q.y G :.2 @.E <.H f F ++}.c.| B / 3 ( $ ", "` ! C - 1 =+! '.( 3 8 p J.o ( _ < 0 k ( - I ( j l 2 @+q Y D.f '.c v @ l.) x ^ o o G @ : $ ; l # > D ~.B 9 n 8 L.k | '.@ v 3 C _+U.^ 6 Q o ( _ 0.< o t ; 1 * { !.j t %.0.! # $.!.l.T , 9 j p ^ F ", "D.! $ % % ++| u ( o 8 x.^ Q )+| ^ 7 G ( ' + 7 F.Q p 6 ^ < D Z , ] ,.~ =.^.'.n i d 4 v ( !.- t X # 0 a B p d I. +@ D C J 8 A E *+F.i x.i n G k - 0 j 2 f | d j+B F.n m ) t._ Q 7 <.| W 2 d 8 8 G ", "T ).< 7 7 1 c.s.3 B ] x.^ o M ! J.^ 3 F m m L.F.] N O ^ % y t.> +d ) r } 9.,.J.F.^ B ` + V Q R 9.- ( q P x.x.U.Z | | Y v k+y ) J.x.I.8 8 -.G J )+j G ! m U.I.,.4+7 - c.t.I o L.^.f l B O x.}+3 ", "C f a |.a : =.<+V.V.] i p o V ^.4 B - ~ ^.m Q J.L.U.O ^ 0 y ).J g L.Z d.d., n x.F.O ^ H #.V Q -.E F + 3 ^ ^ i N 7.^.=.Y ~.: =+=.^ x.j p 2 G Y l.: o H | ~ 8 +] +P - } T t o P W @ @.d P F.d B ", "' ++@.$.a M c.r }+^ J.x.N B %.1 - v ` ^.D.=.Q L.x.O N p #.+ - = 8 @.> K.=.W ,.h i O Q 0 ! + I 0 l.) ! I B ^ ^ N Z /.4.1 4.Z.Z =+n ^ j n ^ I l.t.f 2 k r <.G g ^ y.j ` Z f 5 ^ { t 0 : n J. +J.^ ", "( @ @.H.f E | Z ^ ^ F.P ^ B #.F ~ J @.: 1 ( Q j L.^ p o G J l.m a #.f l.Z @ V.p I.p Q @ | < G 2 F | %.9 ] L.I.i l.@.G #.+ + J /.B L.p j ^ < +.g.$.n a Z J { g B O B ( F < ( v #.% _ 2.B N F.j j ", "5 *.l+8.Z ' = #+^ L.g [.J.n ++F ! 1 ( k G 0 ] L.^ d e [.a F : 1 - .$ {++.|+^ p T.n 7 m F < * 7 {.! H n L. +i h t 2 3 G - $ ; z x.x.F.F.^ ^ +.F 2 P c ~ ; w.x.j p o |.!.&.7 v % @.f ( B x.J. +^ ", "t a 3.< G ` *.( [.J.8 P j+d - ].W @.( 1 Z Z 3 j F.x.N Q 2 G k I v 0 2 $ Z ..B N i i N a.t <.1 I *+).' & ^ 4 7 8.d o ] & G 7 a #.h 8 g i i O -.t - a Q P.!+H.m+F.j 8 6 o & / 8 ^ 0 G ] p 8 x.F.2+", "*.% G ( $ % % a & 2 j g N ^ y u.l I (.!.Z ! a ] ] [.8 7 q G H ~ v & 6 H f + d h p N 6 #.. =.y H C D ' k c 3 G m 0 #.0 < a ` 1 - / c B ^ 8 ] y X.< H ` | t.++2 ] 3 q a % % % a & $ a 9 ^ t o ^ x.", ": . $ (.- < G I @+l & % 2 t W <+t < 3.F | G.I q 7 a B p & ( ( l.3 7 % o.3.( n i ^ ^ & % + =+m D ! = :.W t v a -.f f l.- Z f 1 ~ f 1 !.a ^ o y #+<.n+..| D./.t 3 * @.3.` {+- 4.!.) + 0 0 ( + - 8 ", "( 2.: - y W ` %.@ ; @ 2.2.( | Q.9 *.a F t.9.< * 1 (.c 6 ;+z ! ..G ( ( 2.D 3.a 8 7 8 9 $.g.m J )+_.D.=.v.< - 3 ( l.J ~ m y Z 4.f D.+...(.o Q ..n.| '.=+o+:+1.` G &.&.$ ` ) + =.F = ( #.k D m f % ", "( f R f + @ : k E + + : a.#.^.]+& G v f E t.J 2 =+V k+0 %+k f ) f @ Z ^.= W z f *.B 7 X.m } l.H ( Z *+(+) G a 7 1 f f : y (.( !.1 f W k 2 o -.1 (+> T '.n.S ..` G a @.+ $ .W H + ( ( G @ W k % ", "M _ W | W H = @ 2.f _ - a I f c.!.*.. y '.c.< 7 8.k k 0 0 @ H D + Z 7.D.; _ E g.3.Q + +.n.m + $.< Z v.(+Z < t a A ( % ( 3.G a ( I < @.q c c : K.E E.E c.J p+g+% 3 0 0 ( - l H k G 3 2 2 a 0 @.3 ", "V t ; Z ' ~ $ t < - k < ^ v @.| @ a v E d.[ - * L z 2.y (.~ + $ b 1 D.| Z ,+D } #.t k z n.l.( Q _ C t.! k 7 % ` b 9 t % 0 $ ( H I I a t 7 3 .D.m 8.h.*.Z u @ % t - 0 $ I % % a $ !.2 v < < 2 ^ ", "_ D | D E Z + M #.a G a 4 c a 0 %.t #+! [ ).` * e t t ++Z f _ )+b.F q+g.M 0 - ) _ I @ ` f F G r+!+'.).; #.a a + & k k ( $ H : D b #.G v 7 < D.7.+ H.|+*.h.; 3.% @ : .f : 3.( G Z : k k : 0 a * ", "m | ; = [ | ).=.'.^.( 2 2 @.1 D.M t ++..J > T n.h 6 t + +.0 A.5 F - t 0 @.#.Y b.~.% 3 G - =.; d+# # ' t / [.c G 5 @ Z W w ; D | ^.| ^.- ^ v ..) ' Q 9 K.T I P.l @ = : a $ ! D '.t z -.f ! m I c ", "+ | D ).! _ | =.i.| 2.3 B *.Z r $ + >+_.) C E $ p.@.F {+/./.} v.m E x @ l./.f # -.v ^ v D B._ , ! C ! I c o j 2 2 o f D C # | = _ m z @ 7 v ( :.n+] -.s+].D 3 l 0 H 0 ( @.+ ^.> , ).+ = m | ( & ", "- : + @.-.m m Z ) + : G 3 & + Z J -.] 0 D.T f ] $.!.!.@.` @./.}.K.| ! [ ) :.~ ; A o B a +.M ; z ! Z 9.$ 3 x.8 o .+n - ; $ ).z @ G @ #.{ ] c ( r '.i W ! ].Y.J.$ & p.c ^ % @.H 1 ).H f @ 1 f @ a ", "1 3.< B @ : : =.m.1 ^ x.8 7 ( ~ ..G e v =+Y.$.y.g P O O .+N % = ) l.| G.s+B.W H o 4 B a.m J t (.D.<.G.% 8 p J.j F.j f r = _ z !.8 j ^ ^ ,.8 F E t+y.u+~ J ~+.+. 8 x.3 d n #.@ $ $ H 6+q $.$.B d ", ": ( 7 v 3.@.1 Z y a n d d 3 L J g.^ e 3 } 7.$.T.x.J.y.4+4+g 5 ! %.$ ` m | E B d d 3 d R.f ' Y *.+ F (+a j i J.j F.8 V } ; | @ a ^ N ^ O U.^ . ! '.N n.Z :.<+v+( x.g 4 B t k @.- t n g j J.^ p P ", "2.% 7 O.G % = '.@.^ p P F.^ #.m G Q 8 #.r n.L.T.}+B Q P J.v .T 0 v |.- ; V 2 L.p O ^ & < G.v @.F /.6.( 8 x.P 8 e 7 K J $.R v F j+J.8 J.x.J.( W 1 3+F Y E D.T.B x.j ] k+k+( ( t *.7 U. +I.x.U.F.", "W % @.7 a - ! e.G ^ N T.g d -.E 8 o &.m + 1 o U.L.}+}+B ,.7 ..| - ( !.Z ).! c I.J.P w+9 ( %.v *.t ^.h+% o i ^ L.I + y ( - 2.t q+P p N N U.p { ' $.J.% $.s - +g 3 ^ & 2.#.- *.7 - 2 I.4+F.J.P F.", "_ ( a.a q m , i.j p T.2+F.c #.8.J.7 P.=+~ j.^ L.y.y.O T. +x+k+I l @.>+T p+' ^ U.F.N J.3 H - $.H.( %.z o o J.p }+' ! F *.*.% #+m J.p ^ x.I.p G 8.a L.;+..K.6 I.g 4 B 3.l t G @.@.W $.d O g d 8 n ", "Z ( R.2 Z t.`.= e i p L.}+V.P N.t a J ) _ U N T.F.F.h +p 8 A % 1+3.].d+R 4.J.& J.8 n & & c d 4 & @ o B x.p g .+G 3.t $ ( . )+9.j N F.P F.j P J.3.Q y+: @.B g O O m+0 5 - . - Z | n N I.x.^ $+( ", "= X ^ $.y T Z = 6+& & 5+k+( ^ ^ / #.: _ - k+o g ,.i d g p }+{ H '.0 7.M A.=+L.% A G k 0 ; I k #.m R f & A W.p.d 3 H J ! a.. m.' ( 8 8 P 2 B ^ 7 3 $.( l B V.x.N J.d ( : 0 2 W '.@ ^ 4 w+d Q A.3.", "W c+Q a y D Z @ (.- A.z C Z ` 3.G A ( +. .( d e H.9 |+@+O.Q ( ^++ Q '.f . ).^ B + m '.).C c.c.~ ) ^._ ; H S.3.^ % G $ y (.< M <._ < % ( 2.# ; B *.v 5 2 B n p p J.n 3.%.- % h.'.$+7 3 A |.< l *.", "# 1 @ % #.- ( : '.@ t F P.} ! ,+e+- F y Z f W 9+{.+ -.-.!.C._ C a Q p+!.!.u & @.t 0 $ ! 9.e.c.D.=.W 9.d+^+% ( @.% - .f $.k 1 ) ^.f #.( Z '.D %.$.h+@ : v ( k+q 7 !.m m I F M = : H.. H .=+$+a ", "! $ y < 3.@.; E M k !.C.++..y $+'.'.:.K.7.! C , e.l.F !.% x G.D.` & n+{+(.u |+ .W.7 7 k 0 %.E W F : V z+w 2 ^ *.&.+ g.@ 8.2.F | m 1 G 7 ( D f V _ Y ..' C t $.b.& : ! Z 1 @._.F k H.t + ..D._ k.", ": ) m f ( #.: E |.7 L A @.- ` 2.'.d.E s+E T t.u p+{.{+7 2 h.h.{+` G <.++: ! 7 @.q 7 3 ^ ^ c #.a % - 2 ( 2 ^ ^ 4 =+E G.+ G - + *+2.% ^ a @ ( t b > g.=+1 H z #.. @ ).) f : |.!.~.z |.t - /.- = *.", "@ ~ | Z ~.#.# d.l+v 7 @+0 ( ` G l.=.| ).! + X.+.o+! 3.* 2 5+Z n.f 4 <.W M ^.3 I Q B 7 ^ ( 7 a - -.-.< t 2 % 7 3 ! E | D (.t ! T m a 3 G a t < A K.Y = $.` $+A.V.H f ; | W $.&.( # 7 B 9 @.!.; 3 ", "1 y z.J : 2.| '.; 3 3 L.C.: , !+m W ! - l H !.A+).W & B 8 : @ | z |.D._ V 5.4 % y - ( a.a ( f ` ; o.: k r+q 7 v | c.) %._ ( 9.t.; ( k.A 3.f 3.7 ). .P.#.L o ] 4 (.+ ) %.%.t A -.' |.^ { k.G A.(.", "l p+D.Q a.H {.f+2 % 1 + 0 ( z j.c.C h+r+t Z W H u d+t 2 O.a 2.! )+O. .h.n+K.V.I Z =.= | C @ ; ; &+=+(.M T ].t x.0 )+; ! | D -+| % < I 0 + f | i.l _ 4. .H $+7 |.L F ' E ( t W W _ 7 J.$ m #.#.f ", "R s+D.^ 5+1 q+n+{ @.: m )+( f Z u.m ' d+-+> <.++~ D z #.2 @ ! h.I 4 } H =.r 7 & +.+ + x ! ! t.W u h.9 b.u p+h.& @.$ = E W f ).T 0 & & 3.@ f | )._ g.K.m ).b.0 * a $ m # $ - m D ).^ 8 % $ % 3 + ", "h+`.=.!.o.1 q+, v $.F ` #.3.: | /.M ! > -+7+T .Z J : @ t # ! }.8./ t.!.J e.8 3 3 v % @.= _ | | B+o.6 5 ,+# %.6 a - | %.f @ ~ T / 3 3 & ( 0 Z | n+g.) =+H 0 @ !.8 ( y D < ( #.1 C n T.p Q B 2 f ", "#.}.} G 0 /.{.p+q |.a 7 4 $.v J @ t % _ r d.C , 2.% o c 2 %.g.<.~.c C @.n.o+g ] x.^ o % $ 1 ; | _ 3 ^ L.V.v ^ ,.t f W f < @ l.^.d ] ^ B B @ + ~ + 1 {+- 2 6 8 |.B 3 y - t !.1 l.'.d I.F.n I.] Z ", "( r <+` % Z Z.'.8 N 8 ^ x.U.( H & 2 2 >+ .! : % 4 j p J.6 k f :+* c Z !.4.o+g x. +P ^ a @ 1 Y G.! v O.V.U.x.g T.- ! m - . !.f D.g 8 p p 2 k $ 1 9 < G !.d p g 8 L.^ (.t < &.( Z 9.d 2+T.x.J.8 - ", "c t.u+< % ..u+C J.p ] T.F.N L m 4 O.2 x B.! o V.F.g P x.p { - y * ] ~ - /.'.N x. +4 ^ 7 1 - $.m.}.; k 8 F.x+y.h _ g.= f &.a Z.| x.F.p 8 3 k F Z a G : p.F.I.N J.x.^ ( < @ !.+ } h.d T.i ^ I.F.t ", "B # K.v A.! u+_ c p o F.I.^ G ).H.v % '.'.@ n I.] g J. +d 3.( C 8 J.{++ D }.] x.^ 3 a @.- ` $.#.J + -.6 p h y.N | ^.~ y G &.f D.F.i U.^ 2 (.J ! v : @.3 ,. +F.o F.o 2 - 2.a + W H N F.d 8 x.F.o ", "p './.a S.D.n.,+L 2 o N x.^ + c.D - - u+<.1 3 i 6 6 U.J.B G C [ 6 F.F # # n.J.i j ^ *.(.F #.t 7 a #.& n x.g ] }+[ ~ = %.G !.1 l.i I.p j B : ; E X.E ; % ] x./ o F.p 2 ( c+I ~ ^.0 I.4+B o N F.8 ", "Q k I - ( @.F ( { 2 ^ N I.i 3 : _ 0.@+T 2 + x.P I A n ,.8 5 ( &.J.6 S.^+C v j O y.8 L + F @.v P ,+R t j i i p 2 0.J < a.{ & a a g J.N o Q $ Z c+L.< < $+Q m+H ,+o j o G k t a G t 7 i .+y.O I.L.", "@ z % - +.@.t @.@ a 6 j I.d % Z h.Y { ^.v l.^ j t 2.0 2 &.2.E Z * 7 - F >+V.L.y.g 3 ( Z ; @.$.3 C ! ~.2 @+[.9 @.g.D 1 H 0 % @.( o p 4 o l h.E $.* ~.=.D % / @ z b.b.@ D 2.- ( I I 3 ^ O g i p L.", "+ R W Z < Y < ( @.J a a / B % | %.E.k.:.*.D.^ 2 E.| ).A.F ..! 1+Z Z /.>+l+H.6 i o c a @ F _ $.z E D.- &.{ 0 ( 1 ..) ) l.l.<.f .a Q 7 3 ! , E 8.$.< ^.+ % 3 &.Z _ z | Z | | W ! @ ( 7 3 6 6 o v ", "Z f m ! /.M V @ + 1 f k 8+0 ' '.++F 3 <.c+Q.t 3.F ; f M H /.i.'.c.) | # M 9+h+y+G < @.!.$ E 8.B.7.l.D.t 7 q !.4.( (.r r d.K.=+#., a.% ( , C < ++Q W E D 7 q * $ @ W | = ~ ~ =.Z 9.'.@.9 ;+%+2 3.", "D Z ..g.f _ ! h+^.) 1 $ 3.& D o+&./.v K.V v.v ( 0 . |.-._ $+= ! W $+> !+n+[ ) m : ( @.( m y Y ! 1 =.9.t B 7 @.~ ^ ( D `.`.# H @ E b+( . , ! <.f d h+m x n ^ ] I J ( @ @ f : f D '.E ( t h+R B - ", "F Z ; Y ~ D 0 V E ! Z - ( a ).9.< l.B t.: r % B l q 8.|.$ 9+_ !.O.&.- ).u t.Z.C+2 3 . : y $ ; J F _ 6.9 Q 3 G ~ I 5 ; ' ^.# l 5 % ( @.$.# ^.| : 2 j.[ M 6 p 3 k #.+ - I ( f < < D ).1 I b+j.< G ", "@.j.K Z Y F . $ | ^.Z t v o @.| + - 2 S @ r 7 $.( a.@ - $ m m ( Q |.X.:+r e.=+C.d o 8.y + {+a ^ {+D., ; 2 * 1 = z : f 1 (._ - ( I o *.v +.; | +.&.! ) # % o 2 f ! m ( ( H V m W ) $ - n I 0 % @.", "0 t (.c+m E _ - ~ ^.! f k.a 0 D m Z & *+#.`.}+7 v V ^+).+ {+Z > D+m q+:+c.'.D+E+[.j ( g.X.++v / :+D.> $ k.!./.=.= = W ++m +.: , -.*.8 }+1 Z m (.1 } r S 0 G - /.=.^.^.' + ! 1 ) _ f m.@ 5 ( % 2 ", "$ k G c+m ! F+)+l ' 1.| Y Q ( k n+&.@.,+n.t.2 J.{+m %.: f H | m D > c.0.i.~ G+7+% Q / Q.t f Q f [ './.. & L L % f ! [ ^.0 z Z !+e.; Q % % l j.9 b l.v.7+< 3 @+@.[.;+0 - Z m | $ 0 : D (+].Y $.4 ", "% ( k @.E.D _ # b+W ^.G.: t 0 h.W a - ' D.r o F.n v t o 3 H Z - + > `.T | $ C p+H+2 L.>.( W ^ m h.'.Y $.j i ^ ^ t 1 = g.W : J J , # q B n - h.I 2 < z.-+^ O p t p 8 t - D Y @ ( % % % = 9.m a d ", "B % 2.A.l ; < k Z l.E.*.4 o _ > + H I ++'.t.Q p L.x.d d o 3 I < < $ | E %.@ t ( e+8 F.].| , n r # m &.^ p N N F.a @ X.E.. |.{+1 @ 3.P n ^ ! W J 5 < B.n+B I.p U.p ^ o _ V $.I a < 5 2 o e+k q ^ ", "^ / H # b+Q &.!.) m &.^ p ] | c.t h+v F -+9.,.e I.I.i J.p 2 @ ! G + F Y a 3 ^ 2 N ^ U.`.W B.n r Z D D &.] y.I.F.L.3.1 - /.@.: < t 8 j j 7 f =.'.@ ++e.^+^ J.O x.J.j B x U t ^ v ; A 8 N p o n 8 ", "] { I R b+n *.++C C 2 ^ F.U.>+:.1 h+Q /.C t.n h U.i x.e n ( )., $.@.- - #.j ^ j d e g r W , I t.1 D.^.f o x.x.8 ^ a - n.+ ~.#.&.9 j +P 3 1 <.z.> ^.| h.H.p 6 x.x.,.o L H 0 v 4 Z b g I.g p d p ", "j #.$ z G c v +.o+| % J.I.x.|.4.c+A.$.m.Z = }+F.j ] p ^ B z r :.4 !.J ~ 2.n ] 8 O J.U.f.%.= 3 ^.F n.= G.Q ] g 8 O 2 = '.E F $ l *.^ g I.q + :.} z.m X.$+H.^ 6 ,.x.J.2 ( < 3.F : m 3 N .+2+8 ] j ", " +( Z D 2 4 . ).! D I d g x.Q % V % % M ) - t 4+j x.d ^ o r+! J 7 % 1 ! R 7 ^ Q N j P 7.| Y 2 F H.Y ' j.B P g O p B = T 7.Y < - @.8 I.g d t _ 9.-+` 8.( v ] 6 x.x.^ ^ ( a 1 - W - 7 ,.U.] d N x.", "x.2 =./.*.^ l '.:+l.@.o p .+6 o.D 7 3 = {.l.o I.J.x.U.P n 3.` - O.( | | $ % 8 q 8 j ] i.Y + / F 4 % ^+S.n F.J.y.x.3 } v.=.~ @.3.@ o x.i 8 9 x > ~ &.{ ;+O.}+N T.^ o Q @...) c.d.< @.^ o / o d J."}; gtans-1.99.0/data/pixmaps/gtans_stones.xpm0000644000175400010010000004221711133016175015473 00000000000000/* XPM */ static char * stones_xpm[] = { "128 128 40 1", " c None", ". c #6A6A6A", "+ c #51404D", "@ c #5B5C6A", "# c #727275", "$ c #828487", "% c #A1A1AC", "& c #BCBBBD", "* c #3C3B3C", "= c #322E30", "- c #282828", "; c #585858", "> c #98969F", ", c #616161", "' c #B2B2B6", ") c #D1CCCD", "! c #C9C0C0", "~ c #797979", "{ c #E1DFDE", "] c #918E8C", "^ c #484848", "/ c #686B62", "( c #B1A1A7", "_ c #564D52", ": c #685B60", "< c #756069", "[ c #635159", "} c #BEB0B7", "| c #ADA9A6", "1 c #7C706D", "2 c #8F8279", "3 c #888E94", "4 c #4D504F", "5 c #A69496", "6 c #70647C", "7 c #857785", "8 c #9A848C", "9 c #816E73", "0 c #371C1C", "a c #1C1C37", ".+@#$@#%#$&%#*=--;%&>,;$'>)!$$'#;.~~$'{&'>$$.*=--*...#.,;,;;;,.#.,;;#.]>.~~.;^--=/(_*::;/<;[[[/]!!!)}!}(|1~]2^---*#'&%&&&>$~$~@.", ";@@#3#.>>$%#=------^$.;,$]]'|%!#;4#$~]&&&)|,-------;$#.,.,,,.#.##;;,,#$~#$#^------=**_4;[1/_^[:5{{{!!!5}]114-------.%&&%'%~:..;+", "+~~6$7~3%.=--=7)$=---*^;,~$>|)!#44;#~$>>>.=---;&~=---^##,,,.~###.,,,.#.,$4----,&#=---=4_;1:*4[:5)}{}!55!1=----.).---=~%>%%#4+4+4", ",>>~#~3@=--=$)%>%!$=---*4,.$|&$;4^;,#$~4----,)5/2'#=---4#..#]~,......;^*----,{(:1'#=---*;:__;;/}|8|!(25;----.{{){!,=--=,>%~44+##", "3#&%#4---=$)7.67>&}&$*---*,.$|~;#.,;;4---=#{544:292|.=---*4,#,,..,,,^*----#{!5<:<12'~=---=;;112}(||!|*---=#{)))){)}',---=.$44,>'", "%@%~---=$)$@6.<6>>87>'$=---*.$#;$%$;----]{{5;^_/11[[2|.----*,;,.;;.*---=1{&2[2<::2<:2}~=---+222|}]]_---=~))'!{{{{{]~%&;---=*46%!", "%.---=])$@[[@667766778')$*---^.;,;=--*%{!){5[+_:2]/[/_1',----*,.,^---=${529::21[:<:152]}#=---_5!&^---=]{!.'%&{{{{)$$]>'';----@%%", "=--=$)>7@:;;;6>8:[#77>!{!|$*-------*')|(]5)5;4_[~]:[^^_[]';----=---=${!2:9295582<:2!!581~|#=--=*---=]{|>'$&>&{){{)]%$$7])&4---==", "-=]{'~~76@;++~%7;;<67}{{&@[%$*---4!!111225}5:^^;251;+^^;/:2';----*>{(229[955(5(2<9({58<[[_1&~=---*>{>33(||!|')!!{)]>~$~~){)'4---", "-!{)%6676;@4@@83[;63%{{{'76;:'--.&115]111255:^+;551;_^_;:1215&*--{!(5229<255889<<28(99_::<585}--*{%~>%>%$')&&)!'})%3#~>|!{&&'|*-", "-&'}(7~77@@@877>6<7}){{}(>7+@>--]:25)}]11121/_^1821[4^<:;1511}1--)!})(82(}}(29<:1229<<<:<88222-->%%>''>~>)))))!'&)|~.1'!|)(3&$*-", "->}&7677777>%7<%%87>&!&%>7>@<%--%1|!{!2<11:_;__1]11<4[1;_1525}}--&({{!88())2<~9<:~2<:[::<91::_--'%%&)%#,>&''))'&{)~<;$&!|)|])|#-", "-;{{<@667(}(%7@>%>767%'%>77>><-*58!{{51111;^_;/2]211::;:1]!!|5|--$()}!(85((::<:[:<:::::<<[[,_*-=%]'))%,.]]7~]>]){!#;.]&!&)&>!!.-", "-^{&[+[~886>8~7776.[.8>>(37%};-,||!!}]111/__[[2221122/[1|({!]12*-#!(5!!5((2[[_4[<;_:<9<:[:[__*-/~]'%>~;1$#$~.~${{',_#3}))&&!!)>*", "-*!74*+8>;;77@37:+4+<'}8%%77}*-.!!!52211[__;;11112]||21]!!{!2:<^-[(5}!){{!82<[:<:_+<2:__<:++_*-$.]%#,;;##]3$]$>){'~@#]&!!|&)))!*", "--'@+^@%7^+77[87;++46))>'}767--]){(1128]/^__;//:2!}})2[|{{!51;1[-=(5!!){(5(59:99[_[:9:_[<:4+_-->~#~;,,;,'&]]%~]&)!%##>!&'''){{{4", "--%+[6686^[(647>;+;+6'}'!}767--&()|11]5][^^_[;[1|{)!81~5(!|1__](--(2(!{(85(5~_[_[<1:22<92:___--}>,;;#~,>)&37]~~&{)'>>')|%&'&{{{~", "--#<7%>7<+7&6+67;4[[6>>){%~6@-=|8!|21222;__;;::2}()!1:552522;;(|--]19()(5}(5<++_:922}(229+^+*-=&>~,.]~$!!%>$~7~){)!}|'!|()&>!{&:", "=-477>>%77'}6[;;++;@@7>{{%7~;-4]]5|}]12]1[;::112]|{(21|511~5115|=-1299858889<[[<198!)}5<+++*0-,&%]73].%)|~>~#]$))))!%>'%])&>&)|/", "4-^3@7%}}}'>7$<++;+[@7'{{%7@+-.]11|{|]|55<;1]]]9]!!|||52/:552225[-@52[[9:[29<2((29(})89_++__*-$(%||'~>!!>#>~.>>){){'$]'5$)&|!&%#", "4-=%@7'))}>3(%6+;6@;@7%{{(6:--$}81|{|5(55115}|115!|5!(/[/]|}}2]|/-*59<___:(818(5(}&58<<[[<29-->3>>|!>&&'%$|]~>>!{{)>7>|%>)))&|%~", ";--(6>'!{&77&&~+<7@@@67(>76@--&)|8]|55(215})(211|}1181_[15}(}5|(:--(:<[_+18991:9((889<92]}!}--']$>)!(&&&&}&%'>]){{']>]]'&''!'>%]", ".-->7>(){}@6%>@[#666666@@[.<-=)!}5225}8125}52211}|211[;_:]5||}55]-->[__[_2922[[<<<::[<8825)(-=!5.3{&]&!))&|!)$'{{']%>#$&!>>|'>>>", "~--,77%&&>.7>7@76:676@;+;+6@-^!}|112|}22]221~]21]5!8:<1;[12]|(]55--$_+_<<2(}8<:[::_[[9(59<2_-;)>#%{'])!)&>'))#}{!~]|$~$>]>>$>%>]", "%$-47387767>><7%7@@66;;:[+77-.{51/~85521]}812]2115||11<::1112]]55+-.:^_<:9!!2:::<[+:8!)89:<+-$'%>'{&|){&5'&|>~!{|~]3~7$$#>>..>%>", "&~-*>77.@#7>77}'76<6[+66;;7.-$!1_1]|2212}){(28511:1521/_;121112(|_-47[:::92(<_[[_+:!!)8221<=-%>(|&{|&))>%)|~~3'}'%$#]]'&#>3/;#3'", "';--&7<;<87<6!)(876@+676;:@--|2_[2||]115}}{!||2<211|]1[_[1]1__2|]4-=}81:2825[+_+_:!)(8~222<--!!''))>|))%'&]!!($>!'~.$3!'.~~@;:>)", "7;--'7@;~'7+7!!%%%6;7'>6::;-=}1;:1]|~:2|(5()!51115]]2/;/!", "#,--$6[@7}647%(&)&66}!>6.@;-^([:115211]||]5}|12211~21_,[1:]14_.[_1--]259289<:[+[2((!!1[:(!_-4{!&)'>2.&{{$(!))%|']#$$|)&~.,_:$$](", "~]4-4;4;<7@;@<677>,7>7@:;_4-,]_/8~111|5|55}}215]81/:[;[[:11:___^^/0-,:29<:^+++;::<12[^+:99=-~{!)&3]7#!{)('!!&&)}.17]'{'~~>~~%]>>", "&)*--------------------------_[12[:28!|55|)}11]]5]1;___/;[;/[;;*+;--------------------------=!)!%]3#$){'>||&){{%##~]&!%~]|$]>]%|", "{>--^,,,,,,,,,,,,,,,,,,,,,,--=/2.[258|(|](}5211(|52:4^;[___/11_+;*--+,,,,,,,,,,,,,,,,,,,,,,--.{!|>7,]!&$$]|&{{)>.##$%(%>>%]$>%')", "&--*)[<2<:<::::255925<^_<21*--*1111128525|55}58)(221:_;_;;_/5<__+--,{1$('&&!&!}|%1.1#_4,:..*--])'>#/~>$2#~%&{{)]~3$>%>>(%%]~>'){", "a--)]9<[:[:9<:98298}8+^_<98<=--;1/;1:11]||(}!!|!21]21___1:_<5[__--=)1,2}'(|'|&'(]#.<44#1#:,,=-=&']~@:#]>~1|)){)]$&|('%%%%%$7|')&", "--]|::[[:[<8299(}582~_:<2()8[--*<[_:;[])!!)}!}(|12]81/^_21;11[/*--%|,#|%]]5%%}%$1,;^^<~#,4;<;--;%]71##$%>#~&'!)(>)&&'>>]>]||]>)^", "-;)[^+9~9<2((<<8}5<:822<8){}([--*14+;/5{{{!!!5}519||1/_:52[_/1_--,)1~%(~<$>>'5#.;4;*+:1,44<2%;--.|%>$~2|%.;$%'!)!!]!!!'>~>!%~>4-", "=)9[+_<81<((9:<99:[182<<9}}289=--_^^[;8!|)!}55!1:])51;_/|5/[12--*{|%|'$;,~]((#;_;,:^^,.,;13(&~---%&%]3%>~.@#%')){'>''&)&<%}$$#--", "'8<____[[95<[[<[_[2829:[:<<[:82--=_;;:}|8|!|2|(2/]|1[_;25521]4--|)&&!%[*,~]&$;44,.;*;~~<#>|}$4=--:)%>&&~.,,,]'&&{%%%$'{)~%%]|=--", "!<[+^__++9<++[__[:5(22<[_[__9(5:--*11~}}5|}|22|2:<21;_/555]1[--#{|&)&$_*,2|];^^4[4*;~]~#]}}];^4=--]'')}%$,,;~>'&{(~#~>{)$>%';--]", "8<[_[:__[<[+*++[[<5(5<__[_[<((92^--1225}82|(122:1122:;/5]11:--={|(!!(.^^<(>;*^^44;;:17.#(}%1;44*---'')%%7@,,.$|!)'$~]$')(]%>--*{", "58<<<:[::::++4+_+1889;+++_[<82922--=15))21|5551:25]1[_951;/=--'!]%&(#_^;>>;^^^;<#,+4.,,~&|]1,4^*---;>)$]~,<#;.]!!&>|5#]|'$|*--!8", "8!21<::[_:<_[[+^492:_+_^^++[<992(7--*1|5:/1/11_4/1;_^4:<^^=--#{~#]>$~##]5,^^4<>].4+4,[.(|5$.+4^*^*--4$;;;4,,;^,]>$~~#;;.#@*--2'<", "259[_____[:::[[::<___[+^++_:91<2!5*-------------------------*{~,7((%'}||.^4;~|}24^^4,/]|]$<4^4+4[]*-------------------------=)9<", "92:[_++__:<:[[:22[4_:[__[:[<225!!8--*#1.#<#.####1####1#1#1^--'$]|!|11'!14[,~'!%@^4++;#|%2#;4^^4<$&--^######.1.1...#.#.####*-=(<:", "(822:+_[:::::::1:_+[[[[:921[:5}))!--]$>>'>$>.;..>#;.>%33'&.--!!|$.+*<}%^;..]}%.*[,;^;$&5$~.^*+$>(&--5#$~~1~]|!){{{{)!))5#2.--(:~", "!58~:[+<9<:259<[_^+[__[[[<:[<88()!--'#,+#%>%3@@;#.;.$>$.#3~--|~:_**[(&<4[;4#$.*,~#_^,2&(>3<*^~]2']--%$55>$#~75||}!{&(]#.}!|--(2{", "(8<[[_:8295(}29:++_[__[_[995}8<})<-='$@4+@%'>$@4.@;.3>3@4;@--##;4+,]|]^*^**;,^:~<._^,]|&|],^;1~$&_-*%](|$:;,.#~~$>%2#;,])!>--]()", "21[::<552558859__[_::[:[[225!(2!!:-;%3.+,@4#~>3@@;+;#''~+#@*-.~;,<#1#,^*,~,_4,~..#,*[~>&><;+4[.(5*-#5$]>~.;_;;/<1#:;.2())&2*-2(5", "<:<<:28229<888:++_+[+[9<[((2(8!}8+-@%>#@4@#@;#3#+@.@;$&%.$%+-^2;#,44<~#1>%<4,$~.~],^;.(],4[;^;]&~--$$~$~<,;;;;,;;$$7(&){)5~*-[59", "::[:<91::;:55<+^+_+^+:5(()!28({5<--$>%3$#4#>3@@@44#$@6%%3.'.--%@:^*:(&||}'~.]]:.]~+4,]%;*:#4+,%|#--%>]~.@,,[[,[4/2]5'){{|$>4--(:", "[:<<<[[[[_:::_+^[:__[9()))!5(!{82--&$>'%%.;$>$#@;+~>~~>'>.$%--%.4^,'|'&|>'%]2@^;.4;:~&.*,].^+,((.--)}]<./,,,,,+^4@.$&{{!%'{{--(:", "11<[[:[____4_:<<199<<25((!(!!}(2:-=}33%&'>@##.$>3.@>$3%%%#4~--$.:#}]#]>2]}(~[^^^+4.~}]44~~**4,|%*-*!|]1#1#<.,_444+^<&{{)!){{--%:", "2<__<<+++[_+4:258228522(}(5!)(29[-4>~>'%>%~@64;>'$;$$3%>%34+=-#]>&>;41$7%'$4^_;4^;~|&$+_.4^^^:'5*-,|]2#1~~1#,_444^^#|{{)!!){*-]1", "1:[[<:_+_[[+*:282:<2891}{(})!}1:_-.>.3&%$%>4#++#'>;@#>%%%%@**-.&!>;*;$(|&544,~~#:$'!|;****^^^~&5*-$]$#1#~2$11@,4^^,~|{{{!'|'*-19", "28<98:____[+_99:<::[9<:8!(!(!}<_--$'##%'3>'@;;4.>>;;@3&%'&>;*-=!%:4,]&!!}#^1>'}%>&&(#^**=**^4%}#-->1#<#~$]$~#<;+*_#]5|{{!5~#*-*2", "(}229_^++_[[<82;[:_<59:9225582<:--%3>#3%>3%74;@@>>.;#$'%&&'3+--!$#2%}&}'>4#(%]&}!|5$4^^****^1&]*--%,..<~~1#..@+*^@<$$>&{!].~,-=}", "{!(<+++**_[;<2<_[[:25<<<<958::2<-=%$%3~>%>%%;4@@$>~;.3%%>''%$--|$2'&&&(>#[%$_1!)'5]:^444^*^[>(4^-*];;;[[;4;;_^*^;.~~7>>]~.,#1--&", "!89[++[_+_[:<1<<9::<[:<<12(~_:2<-^%3>%33>%'!$;+;;$$@46%%3>'&3--~](!&}%~<4]#^_%&(2$#;;:#.[;_.|~4*-,<^**^4^*^^^*4,~7]]~1/;;;:.,--%", "5<:::12229<<<:12:[[+__[1998:[:2:-.#3>%>3>'&&%$;4[@.;;@3%>~>&>4-#|&&|%.44~$_+~'5##1~2]]]2~.,$'.4*-$4*^*^^*^**^[.~]]2]#,;_+44_;=->", "8:228})!(82<998<++_4++[991<<::2+-$;.>&%>>&&%%3~4@#@+@..3%$#%%;-;&(|]_;,#',^4$],4.](''&}>$#15|;;=->^^4_;+;4*^,#$~##$2~<,;^***^=-#", "5<8828!&8258({8[+___++[[92:<:<(--|34~'&%'&&%3$3#;..+.~#:$>63&@--|~<^[~~55;*_#;*,5!'%('!|]]>|%_~-->4;@;;;_^^;<$~..#~$$$#;^***^=-=", "|9((2:98828}(2[__[[_+_+:2<::95}-=|%3;>}&&'}%$6##.4@;@#3.#>$$'%--'<4^.#1|54*^_4[%&]~~~$''(|%'~#]-*]:1#<.;4^,<~$1.1$2$]2#;4+^4_;--", "]))59<<2}525<+^+__:[[<[~9[_2((:-^~.%.#>&'%%%~4+;+4+###3$#>%>%%--],*4.1]&$^**^[]&><,;;1&!!%~'<;*-,>2$7]53;,#~$~#]||%~1.;;;@,:<#--", ".)8229:9}(9<+*+++[9:12189_:(59[-,;4#>+$>>3%%$+44@.,>3##$3>%&'%*-,44<2%}]4^+^4$&(#4^^+~!)}#['~^*-$!!&&!!(<2]]2~]'&']1;^+_,.#$2]=-", "-0:92219289<[[[__:[_[:22[:92<*---=*;3#@3$@$>3;4;$%~$%36.$%%%$*---0#|''>[^4^4~}%~4+,_;]!&#*4'<=---.!)}%$/>'>$$5'}&|>#;^^4[1]|~*--", "---a:52<<9<[+++[:[++_<2[[2<=-------=.>;.$[;$$;4@3!>@''$@#>$*-------^$].^4+4~'%2,*#<^#|!~**_*-------*#~,~}(2<~>}!&&%~#:;4,7$=----", "%;---*[[:[;[[[_::[[:152++=--=$)|~=---*44@#@,.@4#%'%$~!%#@*---4!{%^---=[,;;~}|>~^,1^_~}%^*=---;!&#----*[|%$~.$(&!&(]~>$.,_*---,))", ".]%4---=_[[<9:_;_:2()}<*--=$)]44#|~=----*@#;@.;~'>>%@>>*---4!{{{{{%^---*,2%&'],_1.*;~&.=---;!!76$%#----42]1~]>('><,<~1;0---,!&%%", ";15|%4---0;9<++[925{}*--=$)5:,[;;;1|~=---=;;;~#6'3>>~*---4!{(')){{)'%^---*]&(#41$4=@~*---;!!'%#@@+#|#----*#2~~~2..#14=---,!)>>|5", ".]$;[>%4---=^_<~25(;--=${|1,,;,,,,_^#'$=---=^#$#>3#*---;!)'!|')!!))>>|%^---^:4~~;*^*---,!}7>}8<[@@++#%1=---*@./,<$.----,){}%|%'#", ";[^^_,.'|4---=[92_---]{)|~<#1.:,,_4444#&$=---*.#@*---;!)%7'{)!)!'')|]#~'%^---*,;*=---,!%:@<386;@77[+^,$|#=---*44*=---:!%~&!!%~':", "^^+;#~]&(||4-------${)}|>$1~~##.;4^44^4$){$=-------;!{&]#])))))!'!)|~.#'!&%^-------[!|++:[;;@+;7)>[4+@@@3'#=-------,!%4^$&)|<,}#", "4;,.$(&'%|}&|4--=${{&%]]$1#1~$~#:;;+^^[$&{{)$=---;!)!)'#,$}|>!)|&{)$.;~&!')!%^---[!'@++<@;@+4^@!{74+;;<787(&~=---,!%_,_;5)}1*;'1", ";~1$|&&'|&&''&--.{{{}%2~#.<~22$##.[^*;1>|){{&&;--&>|))%;.]$~1~7$){)#;.]'!!)&%!--4&64++;@4@<@[;6)!6+4;@7>>7%}!)^--),*#.^#'&~**<(@", "~]$|&'||&&'&||--'){{%~<..<1$$$1#<,4*4,~]2%{{'$,--%7'>$#;#~#$$#~${{&@_#]'))&&)!--%<;^+;;+@66$6@687<;+@787>7>&))~--|*:#^;$}5**^(~,", "]>(&|||'|>5'|%--){{|~:@,,,..:,,,;+*^;.1~](&}]<:--]$>.,;;<#%]$]]]){&$@.]!!&|')%--%4+[6@+@67876;@6~6@@@6#7>%8}!&7--%;~,*_2&<*^2(;#", "]|&||(|(~#5&!~-*))%1,;_4+^44+^44^*^;<$]2~2#,,,.--.~#;,.;,&!]]>~$&))|~~>!'|'|)#-*8;;~7@:77>%7@;[~6<<6@@@6})7>(>6--]~~4*,(>4+.}~4#", "%&|'||(14~|&&~-[&]<,,_^***^^****^4:~>]]$1[;44_,*-,$;;~~,>)&>7]~~}{)&%>'!'%!''.-#>6686+67777@:;;6@@#<@;;<%)6~>7<*-$2;*[%&~4;%%:_~", "'(|&&&2^:]%|&+-#(#.,[4^*+4444^*^,#~$$~22#,;4+4^=-^|.#]~7!!>>$~7~){))&||&|%)!5*-$%>>7;;<76@<[@@[6@:@[;@6@7!76377*-;14<|!|~.~}24,%", "(5&))%,;#2%}]-->$.,,,44;@;;;_^^,#~~<.#$$~~.4***=--'3>].')|#]~.$$!)))!>3'%$)!>-->%>87;@<6<:#@:@+67@;+;<6~>{(7777*-=5$'!&&}>|%,42&", "%'!!'$[,.]}%#--'~##.[;[../[_4^[.~21@<~~2]~.4^*^^--&(&$>!&%#>$.]>!{{)'27'%$!!'--'777:@6677776@;+6$:++:67%&{!>6#76--&|||]$!}&$+~'|", "}&}|>.[.~|'5[-*'>%5$###~~~~.4;#~$~#25%]~$#,;_4;[--~'!%}&'%]%>~>]&{{)>$3|%>!)#-*>@67;:8>77677<+:~6;;66:7}&}&>6~76--%|]#[#&&|[#>|'", "&}'|]~~~(}&%;-4'}&&(5%5%|&&>[~$2~1]'}|]#;_4;,:.~*-.{)%&&!!&&'&%]){{|]>2$'!||.-.7:76;6&%8@<6~@466;;77@.777}}77677*-]]#44~}&~;2]]|", "||&}}|>]%'&>+-.|&&&!{{{)!'>#>%]$$>|}&|$:4^^_,1]>:-,{!$&!))'(!{$%{{'$%>#~'&>3;-$7~77.>)%<@.<@+;76[@(>@:;[6{&.@677+-$];4^1|>;~>~]'", "~2(!)|]$]|&>--]&&&!{{!|>>$.~&($1$(&&&|].[_44.]'':--{!])))&%'))#'{!#]($~$3$>>--%37>%7}}7;@6@++@~77766@;:[6{};4:684-*~^,4;#;15]]']", ":~%&}]#.$|']--&))!|(]~1##/[(%2#.]|&!&|]$]#[;#%'|$--{&'){'>'!%]~&{'$$]$$2]#>>--'8>}(7}%6;66:6<;[>{%[;;+@@#!7+^;>7+--]#]:4+#>5%|],", ".]'($.[,$|&3-=!}(#;4_4;;_.'}>~#~>|&&(#.~]~.<12>]~--|''))>%)|~$>(%'|$1]]'&#]#-*'>){>6>%7<:@'!$;[>!8;++;@:67@^*@'6^--%}']$$]5'&].:", "$|>/[;44.]&2-^%.$1,4444:%{{}>$~2$2>].,<#,<~$2~<..--#>%))||']!)|~]!}~.~]!}#~4-.%&{&>77>76@7&{%@@6~@;+;::@@;+;@7>@*-->&&&}%>|&>#1#", "|]_*^^^*^_#.-.:#>><;[,$){!52~1~$1<#<#$$,;.2>]~.<#^-.>~&))%~|{{'$%'>$#$'!>,,*-]!)%>%77%>$7>>&%~6@+;+;<7.@66:7>77@+*-$]2'&('}>~~$>", "$_4^^*,~,^,*-$.~]21#$|{{|~~~#1~#.,;;,#._[#]]]$$2#^-^%.'{{>(!)!%'}$#$$%)&~#.=-'))777~>}86777>>6<;+[;[6>7637@8%>8#7+-,3$|!&&5$~5|(", "4.~[^<|'.4~--%1$~<$5}))51<##1~~<,[4*4+^4,#~~#1~#,*--'#&{)|'&!&!)&#.~]'{'1~>--){(77.@(%6;<67736@;+@@@7%(>>7:67%'((;-=%2}!']](''2,", "2]~.<|)}4,>-=|#1~2>5((]<,,..#$~#:4+**^^4,.:,,:,4+^-->~){%]>|&{{{'##~$'!>$]|-^}!(76:@>6;;;7766<;+;:@78>%86:;@7}))}>--($>2~>||%.4#", "(>~~%))~[]<-^2,,$|||%$.@[,,#~1<.,;^4;[;;[,,;44;@.:--$$&'$~$|&{{{>###$%%%%%;-.7'%7#:@.[@[[8(6@6:;.<@7%>76;+;6%}){'7-->.#.>|~._#(|", "_^^4_,;=*4*-;].,2('|].;,.#~1#....;[~]]#;44+_;,1]53*-*^4^^**_;@#,4*^^^4^444*-;68>836;;:6@@#>3~73<6767776[++@7>'{{(@=-4***,*=*^;;;", "-------------4#~$]%5~..1~1#..::,;;.#$2#4*^;#~](&&~---------------------------+.7>>7:;@77@+6>%&!>>868~6@@;@678())84--------------", "|||||||||||=-=$>]2]]]]~####.:@_^,/.~$~[^^4<2%&!&|*-*||||'||||||||||||||||||--*@@7776::6<[+:%{{{)&7776<6:;76~7>>76=-^||||%|||||||", "'%%>%>36;~.4--^(>]$22~<,,..,+*4:.[@<:4++;;.$|))&,--&#,,4^.~;;44^^,;^44;;^^;*--+@<77776;+;[@>{)(&)67@;<7@:766776<*--)>3@~!%%3%&'&", "%%3#~>&%6;@^*--.|5]>$#.;,,_*^4:.;^^^**^;,,.~|{)]--~%4;^^,#.,;;4^44,;,;,;^444*--+6778'7;:<@[6%'%}}:@+4.>7:6<77<[4-->'$>>#%!%%&&&%", "%%>#4@%%%.4+;--*}}'52#/,,;^*^44+***^^44[,:.~()!*-*!^;^4.~,4;;4^^44.,,444;,,.,--=7>8886@77@[[6>&)(6+++@(>@.637[;=-4&@6$%~@3>%'%%'", "%%%%.4@%&>~..4--,{)|]1.,[4^**^44^4;[[:.<.,,#2>,--!,4;,#~,^^4^^44;.#..;;..####^--:&%7$7[76:#[;6}{!7;;;:%%~@67~@*--);^4@#.;4;3%%%&", "'>>'>@4~>>%>#;*--%)}]1..;^**^[.#<#.,.~$2.[;,@_--$>^4.~$,^^4*^4;;..,,;,.#..,..+=-->!876;.[@6#[;7{{366@@676636:^--%!3@4;;+@@.@>!'&", "%>%%%>3##$>%3;4--*!%2~._^4;__#1.;;.~]5%~[;;;4=-^)^,~>>.4^^^*4;;,.;^*4#>~....;**--^&876;@<@77@;6&)>777~<66~76[=-;)%'>++4,$@~#.%!&", "%%>33%'>$$>'>#;^--^~#,44;,[444,1;4,~]~:]]@4^*--!/#>||#4^^**4;,..,4^4,%{>#..,4***--;766666@7>6+:7'>67%>6.<6~@*-={>%'%>;4;$.;3.@%'", "3>'3#>&%33%%%~;+*--*4;:.:;4^=^,~.44^;#>!!2:+--]|$>>#;;;4^*4,.##.,;,,.]!].;;44^4^=--;@~77#[6>74+:66@7%%>>7#@^--|&>%%>%3+@#.@#3,@3", ";#>%$>&%>>'''3;4@---4:..;^^**4;,#~<.1]|!!71--4)>%#,;.~~;^4,#$~....#.,.$#;4^444^4^--=:6787[;>>;^@:;@~8}!{}6+--.|~&%%>>%~;##@+33@;", ".@@$>%'&%>&%&%.^;;--=***=====****+***^444*=--)>~,;.~$%~,,.~$~,.,,.#,;,#~,;44^*^^^*--a**^^**4+*a*****^++;+*--=)*+>'%>3%>;#3$,$>$#", "3$~#@%&!&''%%&3@+@*-------------------------#'<..~~2%'$]]]$#...,;,#,;,,.,,;44^**^;*------------------------->'44#>>>$3%#43'$;>>3", ">3>%$;%&'%'%%&%$@@--;&&&&&&&&&&&&&&&&&&&&&#--%,$>$~>!&|||!>~~.,4;.;;;^^^4;,;**^^4.--*&&&&&&&&&&&&&&&&&&&&&;--'>~..~3$~>%@@'&#@>%", "'>>'%>@3'&%>>%%>#+--],;#]'%]]#;44;##.,4^^44--%]|]1$'!>$~>)|~#,;4,,,;***^;..4^^44,.--|1]{{!!}]2211[^__;1:112--'%%%$,.$$~%>@~&'6.%", ">%%%%&%.~>%%~>%>~^--|..~>|)!|%.4;.###~;^^^;--$'']$>!']~#]|%~.;,,##.4*^^4#]~,4;;,.+--!]5}!){|1128];___[:/15)--%#3$>>.#3~$%~@$%'6#", "@>%%>%%>;@~>>3&'$*--'$$]>>'{{&%.;,$#.$#^444--.!'|%')'>1#$'|##,..~~.44^^.$~#.,,,.#^-=}]285(!|11]52[4__;;[2}!--$#~.@>%3%3.3>;;#%>@", ";.>%33'&~;4@%'')'4-4>~]>]]&){{!]#,%|##~,^4;4-.|&)!!)>$$##'!].,.,~#,;4^4,.$~..,.~#^-1]/%%~$>@;@~%.", ";@$>$.$%3@@;#$#>%*-;%..~~~'{!||!'#$%$..,44.4-*|$|&&$~~~,.!{>.....;;4*^;.>|]$$~>]~=-~111/:]]|!]15]1/;:1192]!:-^>@;~~#@;3%3>6;@@$.", ";.3>3.+@.@@;4[4;@--~|$..$$%)']~])%,#..,444.,--|,#$$~$#,;~))>#..;^^^*^^#|{|>|%){%~-->/]5]51~@4.@", "+@~%%#4@;4;4;+4#.--|$)$~~|!))|#.~],4;;4444,>-->,.~~~~,;.>&%.;.;**^*^4,>!|##.#&|~,--%[15|}525{5|(]]22}}511|!5--%*4#37@4@;.$3>~;:@", "@;;3&%@$3:4;.4+#@--'$'||$>)!'>#,;,,4^^^4;;,$--~#.#~#;4^.%>,4;;^***^^4$|~;;;;.#,.*-*]_18))(|]5]||11|!!5211!|1-->#.3%3.@@..+;3>.4,", "<~;.%%3.'>#~>#4~@-4'>>]>]$&{$#,444^4^^4;.#.$;-,~;;,;4^4~>,4,.4*****4;%~,4,.,.,,.*-.1;15!!}]225}]1]2(22]19|55*-]%>%%%$~@;~>#@#@44", "~>~#>%%.3'%&&>@$;-,'|]]]>]%)$,4^^^*^^^^4.$~].-4~^4;,,,4,,44;;444*^;;,#,;;..;;,#.*-$/:]!}(8112||2]2]11]]212|!_-$&'%3%%>3;@3>~@;4+", ".>3$%''#;3%>~>3@--~>']~%|>$]~44^^^^^^^*^;.~~;-->^;~>'].,.,;;;,,44,#4;;.;4;;4;#.;--515{{{]:1]55]115!(822]11]5^-0&&%$>'&'$@~~#$3~@", "+$33%%%34;$'4[>#--|'{'~$|']$$,4;444;,4^^4,##.--%..$%!)%%$~###.,4.~.44,#,;,.#$~,;--&(}{|(;;15|211]!){|]5]12:1]--&%3$>%%%%...4@%%#", "@.~3%>%%@^@>#*$$-=||{)],#$$$~.4.#;;#~.^^^.##.--]#,,~%&']~~#..,4;~#44;;...;#'%,;*-*|({&51[:2||2<1|}|{!|(1<2225--%%7#%&>3%~+.+;$'3", "@;@7&%%&34+3%#6#-^]$!)],,..##,;;$~4.$]#;4;#~#--#,#]|'%].##..;^4,.;4;;;.$..~$,;.*-.|{{!5/;/1]51/]||55)!21195]2--]3%:~&'$%%@@;4#%3", ".;#$'%&&%$;3%3>~-,>.')$.;,.#~.44.~,;#>%]#;#$$^-,%>&)>$...,,;^444^4,,4,~.;,,;;##*-]}{{|2_<2151125(5]|}]1]2~111*-~~>3#>%3>%#4;;6>3", "~4#3%%%&'%6~'>%*-]&#~&$.,.,.~,4^,.,;#]'!|$,$]4-*|$|%]~,,;44^^^^*4.#,;##;;,,;;,;--%!{!51_181<1](5|5|!}115]51/;*-;33>$$%>>%7+;@@>%", "3@;~%%3>'&>4%%&--||],>',.~#;##4^;..,#'&||>~.>,--%#]%$,;44^^4^*^^4;44,.,,;,.;,4;--!))51[;~1;1]5!||5|)(1125581[*-=>3%%$3>%&&#+;4@3", "#@+:3%3$>&%#3%%-=&%%#.&$,~>#;#4^;,##${']$]$;#|--%]%>.;^**^;^^***4**^4,.,;.,##,.-4!)}1_[12/:]]](|58}(]]12}|]21_-->3%%33>&&&>#44;.", "@+@@#3%~$>%#[>#-^)!&];~'~$>$,..4;.~$%)%]#~$.,]--$|~,;4*^4;^^^*^4^*444,#..;#].#^-#!)14_1<1111112]2|(5|!||)5121/-->#%'%>%&&%>3@+..", ".+.#6.33.3&>@@;-;&!)>,,%>%!'##>,;#~~>!!|>~~~,.;-4,;;,;;;,;4444;,.,;4,#~]#.$#;#^-<}!;^[1:11[[1[11||(!}}!|}12]21*-$+3&%%%&&>>33.;#"}; gtans-1.99.0/data/pixmaps/gtans_volcanic.xpm0000644000175400010010000005431011133016175015753 00000000000000/* XPM */ static char * volcanic_xpm[] = { "96 96 241 2", " c None", ". c #5C5244", "+ c #645A4C", "@ c #8C867C", "# c #6C6664", "$ c #544A44", "% c #342E2C", "& c #342A2C", "* c #3C3234", "= c #5C5654", "- c #44463C", "; c #2C2A24", "> c #4C4A44", ", c #14120C", "' c #241E1C", ") c #24261C", "! c #242624", "~ c #342624", "{ c #2C2624", "] c #443E3C", "^ c #4C4644", "/ c #443634", "( c #4C4244", "_ c #3C2E2D", ": c #3C3634", "< c #4C423C", "[ c #4C3E3C", "} c #3C322C", "| c #544644", "1 c #645A54", "2 c #2C221C", "3 c #140E0C", "4 c #1C1E24", "5 c #1C1A14", "6 c #1C1E1C", "7 c #24221C", "8 c #3C3E3C", "9 c #3C423C", "0 c #343635", "a c #444644", "b c #4C5A54", "c c #3C4A44", "d c #2C2E2C", "e c #241A14", "f c #241A1C", "g c #342A24", "h c #241614", "i c #3C3E34", "j c #2C2E24", "k c #44423C", "l c #443A34", "m c #3C362C", "n c #6C665C", "o c #2C262C", "p c #544E4C", "q c #444244", "r c #141614", "s c #34362C", "t c #34322C", "u c #3C3A34", "v c #443A3C", "w c #2C261C", "x c #44362C", "y c #74665C", "z c #2C2A2C", "A c #4C524C", "B c #646264", "C c #5C5E5C", "D c #646A6C", "E c #6C6E6C", "F c #5C6664", "G c #646661", "H c #54524C", "I c #2C2224", "J c #1C221C", "K c #444A44", "L c #443E34", "M c #4C4234", "N c #544E44", "O c #7C7274", "P c #847E7C", "Q c #6C625F", "R c #141A1C", "S c #1C1614", "T c #4C4A4C", "U c #64625C", "V c #7C7E7C", "W c #848680", "X c #747674", "Y c #5C5254", "Z c #2C1E1E", "` c #544E54", " . c #343234", ".. c #544A3C", "+. c #342E24", "@. c #4C463C", "#. c #7C6E6C", "$. c #0C0A0C", "%. c #1C1A1C", "&. c #3C3A3C", "*. c #342224", "=. c #242224", "-. c #241E24", ";. c #5C524C", ">. c #5C4E4C", ",. c #645654", "'. c #746A64", "). c #645E5C", "!. c #6C6A64", "~. c #040204", "{. c #3C363C", "]. c #544A4C", "^. c #4C4E4C", "/. c #645E54", "(. c #2C2E34", "_. c #14161C", ":. c #1C1213", "<. c #1C161C", "[. c #24262C", "}. c #342E34", "|. c #44363C", "1. c #5C564C", "2. c #3C3E44", "3. c #1C1A24", "4. c #24222C", "5. c #3C323C", "6. c #443234", "7. c #4C3A3C", "8. c #1C121C", "9. c #242A2C", "0. c #040A0C", "a. c #7C7674", "b. c #545654", "c. c #342A1C", "d. c #3C3A2C", "e. c #444234", "f. c #241E14", "g. c #141214", "h. c #3C2E24", "i. c #544244", "j. c #64564C", "k. c #2C2A1C", "l. c #1C2224", "m. c #6C5E5C", "n. c #7C726C", "o. c #4C4634", "p. c #443A2C", "q. c #4C3E44", "r. c #24161C", "s. c #5C5A54", "t. c #847A72", "u. c #948A80", "v. c #9C967C", "w. c #847E6C", "x. c #1C0E14", "y. c #5C5E64", "z. c #140E14", "A. c #746E6C", "B. c #7C7A7C", "C. c #948E7C", "D. c #ACA69C", "E. c #847674", "F. c #747A74", "G. c #545A54", "H. c #1C1E14", "I. c #9C9294", "J. c #8C928C", "K. c #5C625C", "L. c #443E44", "M. c #74726C", "N. c #4C4A3C", "O. c #746A6C", "P. c #0C0E0C", "Q. c #A4A29C", "R. c #242A24", "S. c #747274", "T. c #645A5C", "U. c #34262C", "V. c #3C2A2C", "W. c #443A44", "X. c #4C3E34", "Y. c #2C1A1C", "Z. c #4C4E44", "`. c #140A0C", " + c #847E74", ".+ c #54464C", "++ c #241A24", "@+ c #ACAE9C", "#+ c #BCB6AC", "$+ c #342A34", "%+ c #9C9E94", "&+ c #54564C", "*+ c #343A34", "=+ c #343224", "-+ c #6C6E64", ";+ c #442E2C", ">+ c #0C0604", ",+ c #2C222C", "'+ c #545255", ")+ c #141A14", "!+ c #4C3A34", "~+ c #7C7A74", "{+ c #5C4A44", "]+ c #140A04", "^+ c #8C8284", "/+ c #5C5E54", "(+ c #5C5A5C", "_+ c #34261C", ":+ c #7C766C", "<+ c #6C6A5C", "[+ c #444A3C", "}+ c #545244", "|+ c #9C9684", "1+ c #3C3224", "2+ c #84827C", "3+ c #B4AEA4", "4+ c #746E64", "5+ c #140E1C", "6+ c #1C160C", "7+ c #14121C", "8+ c #74766C", "9+ c #8C8684", "0+ c #8C8E84", "a+ c #44322C", "b+ c #746264", "c+ c #B4AEAC", "d+ c #8C8A84", "e+ c #9C928C", "f+ c #8C827C", "g+ c #9CA69C", "h+ c #949A94", "i+ c #A4A69C", "j+ c #848A84", "k+ c #9CA29C", "l+ c #94A29C", "m+ c #A4AEA4", "n+ c #24120C", "o+ c #A49684", "p+ c #8C7E6C", "q+ c #949284", "r+ c #8C8274", ". + @ # $ % & * = - ; > , ' ) ! ~ % { ] ^ / ( ] _ : < [ % { } | % / $ 1 } 2 3 4 5 6 7 8 9 0 9 a b c 0 d ! 6 5 ' e f ' g % & 2 f ' g f g _ g & h 0 ! 8 i ; a j k { ] > % < % & ~ ; g % } } % l ^ ", "m < n l l & & o > p q > r 7 : s _ : % l ] t u } : / v ] / _ % _ t w x | y v r ' 6 7 z A B C D E F G D G H : { 2 ' ' ' { { { I { e { ' { & { * ; J d z H K % } ' s p > } & g g v _ } : : : * * : ", "L M N g ( l * } u k L : 7 % k { ; } % l / } : } ] l } ~ { & _ % O P m | Q 3 ' R S R 7 T U U # B E V W X Y % 5 S I 2 Z 2 ' Z w & f { Z 7 2 { / : ` ) .{ { g { < i p ^ = Y Q | ( ] : : l ] l l u ", "..| +.2 / } I _ l ] > ] ^ @.= : { g _ : u * l : _ : / * : $ Q #.m { / @.$ p $.z %.%.r .a k k &.: &.&.* I f f *.I 7 ' =.2 =.2 { =.{ 7 f -.{ t * T ^ * / : S ( : % % { l ^ 1 Y ;.>.^ < [ ] v l v ", ",.'.l L } ^ & ] = ).!.= ^ ! ] u : } u l / * % * / ] [ * ~ I { & z , } ^ ] 1 %.~.4 ' %.z * % : _ p ^ {.{ ' f I I 2 ' Z { g I 2 ' I ' -.f =.& o { z ].^.` | I | ~ ; +.] k $ ( ;.= = ;.p p < l : u ", "L '.< ] I < } _ { % } : < +.p /.].: / ] v : g ] } & g % * } _ _ .: 2 : l % X (._.%.:.=.& ~ / / % I e :.f o I -.I ' 2 { % ~ ' 5 ' <.' ' z u { ' [.o ` : }.^ |.t : % ^ | p } : ~ < @.].;.p k v l ", "] 1 1.1 @.< < l ^ L & } ] _ : / ).: : l ] l * H ( : _ } _ ' h ' z 7 q % g 0 a 2.%.3.<.I g g / / ] : z 7 -.I -.S I ' I { & I ' f %.r =.=.}.] =.%.$.4.%.&.a T Y z !.@.] k ( ] ( / * : l ^ $ ( ] v ", ": * $ Q ).Z m l g * g * l % } : #.] } : v u } = >.>.1 # ].g f ~ =.' ' % % a 0 2.5.{.o .6.* 7.x t +.{ f 6 { (. .{ I 2 { 2 ' 2 I 6 8.! o .8 -.<.9.0._.z q a.b.p u ; g ( & } } : ] : } : ] l / : ", "c.w m K m > d.g +.g { & 7.[ : } > : .&.] k @.e.@.1.@.Q '.w t ' e e f.2 t L $ p : l l * : l ] : g ; w 7 2 I { { I 2 f f f f Z I e ' ' & g.o ! <._.%.g.6 l ^ l h.).).H l w ~ : i.m / : * } : : _ ", "l m % ; %.i 1 j.m : * * v / : L k.L k : : ] L t +.m m $ N ( H ,.N @.} w 2 g } u l v u l ] < [ : } +.; I 2 ' 2 I I I 2 Z ' ' f e ' :.{ & { { z 6 =.l.S 3 : 1 m.| k k u % & } l [ : / / : } : * } ", "2 * u .%.S ^ ] @.L * & & u = n.o.p.~ g v : ~ _ } & % : 7 q.v ].u u } % t l ] L : : / ] ( ^ ] } t _ g { { 2 ' ' 2 I I { 2 Z e r.% ' g =.; <.-.g.4 ' =.S ] N >.h.s } % g % : / * / u v l / _ } * ", "% ~ %.=.o 6 ].g >./ ; d ] s.t.u.v.w.@.} 7.* I l : % * ] & v v ^ } v ] l ] ] l % % % : l < k * g +.+.g g { { I Z f Z 2 I I I Z f.:.x.' -.: T ).y.^ . .%.g { L l q v 0 % / k [ v l v [ < v _ & } ", "~ =.:.3.-.z.| : < s ^ A.V B.Q < C.D.E.h.f ~ I & : % * q.^ { : v ( < k v : } % ~ w g * v l : +.; ~ ; g ; ~ { { I ' ' Z Z 2 I I { 2 % Z 5 S % o =.' S ' , I ] ).>.d +.g & % / v : l ] ( ( l t & % ", ":.f <.4 %.z # ).m.1 A.F.G.a N >.M + ^ 2 f o ~ & v _ & * $ f { +.} % % * : } % _ { % : l u % & % +.g ; ~ { { I I I Z Z ' ' Z I 2 I / { % z &.{ =.H.=.{ 7 { p p 5 =.& t }.% * * * v [ < l * _ & g ", ": % 5 g.o X I.E.} @.V J.K.k ^ $ { S :.o * .* ] % % g % ;.$ m 1.( } % / : { I % _ % } l : } % _ ; g g { { 2 2 =.2 Z 7 Z ' ' Z ' e ' ' { * % %.-.5 e ' : % U U ].: ] ^ ( [ L.( i./ ] v g ~ t } & ", "g m.a.^.%.p p g } 7 8 K.K.G M.y -.%.4 -.<.<.=.j ~ +.% ; N.n +./.O.^ }.* _ { * p : } % : : } % % c.{ { 2 { I { I Z ' Z ' Z ' Z ' g f ' { ( =.S o ' f % !.i v % t }. .* }.}.* v ( l v } f ' _ / & ", "V A ! 7 ' @.: % } m : : 6.} _ _ j 6 5 P.7 S 2 { u d t < T l g { k p s.H 9 : > U b.] j & % j g t 7 ; ; 7 { =.' ' %.' ' ' ' 5 ' 7 { ' { v ] .! 9.) u 7 ^ Q.} f.l w +.} } +.g % % < +.} e 2 e.u s.", "; 7 ! ) S ; d : g & g g ~ { ~ *.> R.7 ; S 3 6 g d { t ^ ^ } { } t % d % & ; d * !.1 ^ u m : % { m % 7 { ; ' S { 7 ' ' 5 5 =.g .k % 7 { o ' 4 ! =.{ ; % t ].$ & { g % % } % g g ~ / } 7 w s.# k.", "r , % ; % t * * j g { I 2 I 2 I - X = 0 7 v 7 ' ' 7 t ^ k g { : * g { g % & g { % - ).'.S.!.> ; 7 & % % ; -.' o 7 * > s.= ^ & ' u { 7 I { %.r _.5 5 z T.: U.p { { { g & % % g I } ] _ $ L H P t ", "t 7 8 % * & g ' % ; { I 2 I ~ ~ { & k 1 ; : : { ; t ] ^ : ~ I & g & % & { I { % l ^ = 1 Q ).].: l } 2 f 2 U.* ^ ].< : & { g % t ' 5 ' & * & ' R ' , ] g.-.& I |.V.% % % } % % & l / { p ] % A.1.", "u : H k : { ~ { I 7 ' 5 f ' I { ' u ] ].= k ; ^ p 1.p l g { I Z { & _ g I 2 & _ % ~ { } v < $ Y u ; { ( = ] Z I ' 7 I { I ' e h 7 ' f Z & & (. .7 ^ &.v ).L.W.5.: / v : * * : ] _ $ ^ l * L s.p ", "=.' : : l * I h ' %.S S S f I I { Z _ : { .l { = H ] { f I g ~ } & g o } l * & } & % : } I f 2 X.].[ I ' I I I Z Z f e ' Z ' Z =.2 Y.f ' o % .- Z.H T { v -.|.}.: : : * % / ] v = ,.v l ^ : 7 ", ": % < = ,.).< _ =.7 %.%.S ' I { ~ f `.< p ^ % = l _ { 2 2 *.g * % ; { ; &.k u { { I g & _ % } : S ^ ;.* Z ' ' <.Z f e f e f e S e Z I Y.Z & &.2.Z.D. +n I ] .+:.U.& % _ & % _ * [ / ] ] * % =.3 ", "5 { ( p : 7.{ & ! =.-.' f -.I o Z ~ f >.l ).t =.% 7 Z } / { ~ _ t 0 : k T H a : g / / } % } _ I ~ f ~ ;.T._ r.~ f f f f f Z f h ' I I ++Z v Y B @+#+G +.t / T q.o & $+_ : 5.* }.{._ v ^ & : = : ", "5 6 5 7 ; u @.t +.! ' 7 ' h f U.k.' 7 d.k t w 7 ~ { { I % l * { t K H p ] : t ~ g t m } _ +.g w S : ] & _ | ( *.' f.5 h 5 f ' f S e ' Z ' ' ' I - %+&+Z.*+a K &+>.] } {.v * } * % ] {.{ -.%.%.4 ", "r =.r 5 { ] H : w ; % ~ { o I Z e % L ( H 1 p : ; 2 ~ : : g +.v H H p q : } & { +._ } % g +._ % } u _ ' ' * 7.v f f Z =.2 ' 6 e ' ' 2 ' ' ' ' ' =+-+- u j u u k p [ * / l / * l _ &.* 7 %.<._.%.", "g.4 r z.%.: ^ { : f.5 * : I & ].{ -.=.& % z { & l g { % } % ] Y p < : } _ & ~ ~ { g _ _ } : l m % { ' Z ' Z { V.V.~ Z f h f ' 7 f e f f e f ' ' 5 u m { 7 z % : & ~ & : v : * v } &.% %.S _.S 3.", "<.%.8.g.:.o * f u ( l ' :.Z Z 8.%.`.$.<.S z.%.}.: % w I l p p @.* U.{ V.% ~ Z Z 2 % : l : / } _ f h f Z 2 h S f ;+V.*.Y.h h e Z S S e ' ' ' e ' e h } ' Z { & _ ] ( | p ^ 6.{ Z t v % %.%.%.%.4 ", "3.%.g.<.<.Z v v } > p ] _ z S ~.>+<.f <.<.=.o I { { & l p = [ I _ g & / * I f r.& } / : } & I f 2 ' e f h f ' Z Y.*.V._ & I e S ' I 2 I 2 ' f h I :.: f Z I o & I & ] ].].| ] v % * ; f %.' %.%.", "<.:.z.Z -.I ].T.m I } 1 = I 3 I <.%.f %.%.f ,+z } & u p >.] % +.& & _ _ % I ' f.{ ~ & { I 2 I 2 f Z Y.S S ' Z ' S Z ~ & & *.I I ' f ' ' ' 2 ' ' 2 S } f f r.Z ,+l l v l * % g ~ g .{ %.%.3.R <.", "<.%.f & g _ p ,.& V.& % g =.' -.I :.g.o & { * '+] l ] ^ l & +.v g & % & ; { ! ' S f ' Y.' I { ~ r.f Z 2 Z ' 5 S ' J ' ' ' Z ~ _ g { Z ' f ' 2 ' ' 2 * ' f <.f -.* * } * * l v ] * * { S %.f %._.", "' & t v / u | } l g ~ : l }.u ` ; .* % z % % { } / l } % % % g % * t % g d ) S :.f Z 2 I I I Z ~ Z ' I 2 f f 7 )+5 7 ' e f Z *.].[ t 2 ' ' f ' S d % I %.f %.-.~ ~ ~ g _ : v / l u o S S 4 %.%.", "] +.{ f.7 2 < m < w 7 { 2 ; < $ W ^.T G ` * % _ .% : g % / { } % g % l : I :.z.S e I I 2 g { { Z Z 2 2 2 2 2 2 f ' ' ' ' ' f e ! I ] ,.Y !+~ Y.f.S 7 t 7 5 5 7 ) t d 3.=.t .) : : ( ).# '.# ^ ", "/ } ~ ^ } / % ^ : g I g { 2 ; ; ^.! ! u % U.* _ g { } & % : g * +.g % * g f z.:.h ' I 2 { ~ ~ 2 7 2 2 I 7 Z ' ' f e ' ' f ' e f f.{ +.I 2 * v V.; ' ' p u ] % l u % g.5 o , , k { [ < : * < ^ 2 ", "% m _ +.E./ e j.% & 2 { & { e ' J P.r ' 6 & * U.: { : : g { 2 ; % % : m { :.:.f e Z 2 I { ~ { I *.I 2 ' Z f ' f.f ' ' ' ' ' f ' { Z e ' 2 I ~ g a.] p k n.H ~+~+~+] 5 z.g.' ; 5 g u * m : _ ] ^ ", "{+_ l l #.2 < ] { : k >.).( ' :.%.5 =.d & : : I ; Z +.: % & % } * : v / { f e ' ' 2 { { ~ g & 2 { I Z ' f e ' Y.' f e Z e ' ' ' w S g.2 _ { h f > g 2 : ] ( ( [ : ).^ S =.{ S 7 v < } ] ^ : [ = ", "| # [ ;.1 2 / [ $ ^ & 2 % % ~ t =.7 z u &.: : }._ g % : _ { % } : : l : % ' f ' Z I ~ ~ & _ & { I 2 ' f e f Z ' ' e ' ' ' Z ' Z ]+: _ >+e H ;.: / : I : +.$ ] t ] u ^ k ' S g z { ] % _ ] < ^ < ", "< > 1 n : e n % f Z ' I & I S x.' S %.z % % .v u ( } % } g g % : |.v l : & w Z { g g & % } % ~ I ' Z f f f Z Z ' ' f f ' ' Z ' ; ]+>+t k ' % ~+: % } Z & ] ].: I * : ;.t.).}.v ] < / > ;.] ] ] ", "L @.C L > t Z.+.f %.f I 2 o & { %.' S %.7 { % &.l ;.t ~ k ] ] ( v ] ] v : } % ; _ % _ % } * _ { Z ' f f f ' ' Z ' ' e ' ' ' Z 2 ' & ' S % t j u e & ~ < & $ _ Z o % / m } p O ^+# >.p O.1 % } ] ", "!.Z.Z.- s U s )+' r.I { -.I & -.{ & { ' 7 o j .).P | % ^ v t } 5.v v l * % +.g } * } _ * m & 2 -.Z Y.f f f f f f ' ' f f.Z =.2 T.).l g H /+8 R./ ~ v ~ L & l ' *.: * _ m & 2 U._ : < = ^ : p ;.", "] ] ^ { % ;.[ e ~ Z 2 U.g g { *.{ g ; I 2 & % +.^ ).u { } u l ] l / : : } & & } _ } } } } } c.' Z f ' f f f f Y.f.e e I 2 ' ~ v ; =+J d +.8 +.s _ % % t : * % { & * } t * { 5 ' 5 @.+.1 M m ' +.", "] t &.} } @.l / g I { g & g ~ { g { % : } % v p H $ t ] % g z ; / : * * _ _ % } +.% } l l } g 2 7 Z ' Z f f f f e ' 7 I { { I ' 5 5 5 ' { : t ; .t } * / : % ~ ~ } * * } & 7 ' ; } u l ).m g g ", "=.] @.' I 1.= / & g { & % g & % & % } : l l < $ (+$ : k : t ] > : * } } _ g % * } m l k l % { _+2 Z ' ' Y.' ' ++e ' 2 ' { & -.`.S g.5 %.7 : 8 & % _ * : : _ & ; V.v / .: t 7 f { & < & s.& 7 / ", "{ ' S S { _ g +.% & g g _ % _ * m ] ] } ] p ( 7 v > k % ] t > = / } * } % g & _ l / v ( / { Z I 2 Z 2 Z ' Z I I Z ' e f I U.' z.%.f <.' -.] L.% % * : l : t % & } L.< l ] l { ' % v q ] .+v f Y ", "^ .f & k * ~ _ g ~ { & _ _ : l ] ].p ^ p = ] e u p t.'+1 k a.p _ % & & g { g % v : l l _ 2 Z { ; { 2 I 2 I Z -.2 ' f 7 Z %.r.r.%.-.z.I %.( &.: : ] ] [ v : _ % & [ < L.^ ( t ; _ |.& ] ( H r.v ", "% }.3 x.& _ I h { { ~ & % t / [ L | Y /.= | : } ; { A.N z w a.% g ~ w ~ I I ~ % _ : * * % { g & h.& ~ { Z ' f f ' f I & I 8.:.++f ~ S { * .+v ] v v ] ] l * % g % / ] ] ] : g z g u ( ^ >.T g % ", "W. .z.{ v ' ' * I 2 ~ +._ _ : ] ] < p ,.p : } l % { > ] 7 5 T.^ % & ~ { { Z { g % / / * & * } & g ~ { 2 Z f f f f I { I f 8.++o { g & { 1 > l [ < ] l : : * g { * / / l v % ; : l p Q s.= @.p L ", "L.).{.-.{ Z I 2 2 I ~ & % _ * v < ].$ < ] l t & 7 u { % : S 5 H v : } % ~ 2 I g & v ] * _ v * o 2 2 Z f ' f ' f f I { 8.z.f $+* g % L I :+[ : u ].^ [ ] ] : } & } * * v ] : ] s.k $ L @.L < . { ", "k m ^ < +.I f.g u +.7 c.L m +.< ^ l * % } * } & % : ] u { +.= 1.p.m m } m m m m % _ * } % & ~ { f.2 2 { I 2 Z f 7 { % 5 3 S %.=.% Z | u w 1 <+..[+@.i e.> 8 t 8 N - @.s./+}+k k < l _ / [ ^ ] 0 ", ": k ; : ; S u ; g h.% : l m : @.l : % V.% & & % * : p M.= m ^ 1.> | @.] : } % % _ t _ t % g { I 2 2 7 Z ' f ' -.' S =.' %.%.S =.r.% * 7 } u.|+L <+N e.> > % w : ^ k k $ N ^ ] L & v ( ( [ ] u t ", "s.& : 7 ' u % ( ] : : / * : v l & _ g g I *.w ~ 3 7 v H l t k L ^ ^ @.L : } % 1+* ._ % & ; I 2 =.Z f f f f ++-.' =.z 5 :.7 =.t p L.~ l } m 2+D.3+#+#+Q.W M./+] < k ] k < k L u ( : _ _ ] ( k *+", "p t ' u k : k ] A.q.% : : v / & % & g I 2 ' 2 I ] t { t > M.a.k l ] ] l } % } * ._ % g { I 7 2 -.6 ++%.<.<.8.:.g. .q ' S ] k v S >.= q @./.Q l /+M.~+&+m ].T.k ] ( @.< ] < < ] ^ [ ] q./ % ( !.", "5 7 & > ^ : ] t P ( % v L./ : & * _ { 2 Z 2 I 2 I % : : 7 % /.4+v l v : % % g % % % g { I 2 ' Z -.<.S 5+8.5+5+z.<. .q ; }.p ^ & : Z ' { ] [ k.m +.; t } z L p ^ v < ^ < k ( k [ % _ / v v l ] K ", "3 =.= : f &.% : T.] * ] / ; & % l } g { { ~ { ~ d { ' ' 5 m Q G % % & g { ~ { { ~ { { { I 2 I 2 =.%.z.3 z.g.<.<.^.(.! -.t l ~ f.S e % 2 { * I * } % } : ( ].v f : l v v v ] v ] ].^ v v ,.S.= ; ", "z ( % o :., ( {.@.^ X.} ; w { t * * * _ % & % _ %.' ' g 2 t 1.N ' e e f 2 { I 2 { I { I { { { { I ' %.%.-.I 4.4.'+9.%.r ' I 6+Z { { { 2 & v : & { & Z :.I : % <./ % _ : / * / [ t / / & _ * j %.", "( S <.' -.z & ] >./.N j ~ +.g 1+& } l l } _ _ } * , { E A.< u u Z f <.f ' I =.f 2 I 2 { g { g ; 7 7 ; .*+{. .z R 7+=.=.=.w ' g ' { f & & { v { ~ % % l ] I 8.& / U.I _ * _ * q.[ % _ [ v 2 g.5 ", "5 5 5 7 2 & l > ; ; k ; t ; ; % m m % k m d.- 8+~+[+j w t t { t a { 5 { z 2 ' { 7 ; 0 % % t u &.> ] % { 7 =.5 3 S 5 { ; 7 f ' { S f.g { u g l t & ; I q o & }.{ l.=.9.% z 2 % l i l 0 ] ^ % r ' ", "' 6 7 g .l ] ( % { ] { g % % : +.% m ^ 8+9+W W H.r 7 6 7 w ' g s.H : f.f t u : u u : u < ^.< : t % { ' e 5 S :.7 7 { { { 7 7 { } % % g [ u v g &.l { 7 {.% $.W.4 6 7 =.' ' g * u k u : ] .-.f ", "7 7 { % t : [ ^ < i ^ % t % ; % } : < u 1.- l ; 5 S 6 S =. .% % ] p T : % k ^ v > < k ^ p H ( t * u : d 7 ' I ) { I 7 ; % ; I 7 ' f g * p ;.p l ; : ] * : ' z.' 6 6 %.r <.I % } / [ ] l v _ Z =.", "7 ; % % g t ^ /.{ I +.{ & t } % g _ ] | p : s ^ z =.=.S -.* _ }.l ( ;.Q Q = ^ ^ ;.= ).1 = H $ | k ^ $ ] * % & g { I { * / * g I % } ] u < ^ [ ] p # : % {.S ].z %.6 %.S f % : * / v [ i.v I f ~ ", "{ % t t : ^ s.# g } & +.& } : : [ l & < $ q % u g.%.% % & }.& |.{.g }.^ ^ _ { % * ] < ( : & g t * ] [ ] : % g I & g t / &.l : : m _ : _ u ,.= ).1.W < p 0+].T v %.%.%.S I : 7./ v v < v ~ Z I ~ ", "g ~ { : > )./+= ].p l : ~ g _ & _ v & ] | n p < ' ' % * * v * v | l * l v : } * m * / l / } g & ~ % * : / : * & : % _ % * } |.< Y ^ < : v s.: g !./.p H # ^ v # _.S <.' { 6.v l v ( v 2 x.{ } { ", "g ; % u $ b.> u _ < & / I { _ % *.6.} _ * ] : % .} : I w : _ _ : * % * / : _ & I 2 { } * & I ' & } / / v ] [ ] l * _ } % _ : v m % : ] ^ '.v % k +.H n ^ ] t ^ 6 %.S -.& _ / 7.^ * { %.6+{ } { ", "& / [ ] k ] u d } ].v p / } _ ~ * V.}.U.[ & * |.m H U u 2 } : l [ * * / v * _ / Z I } v / g ~ g * v v v 6./ v [ ( v v v [ / * _ l } ] / : n ( $ u ;.t ] H 1 - * =.%.<.2 & % 6.[ '+<.3 ; & ) w ; ", "+.t l ] l t _ : % : $ p v k $ v @.{ +.w l t g ; 7 , ' u ] & g v : } * / _ { Z ' { % : l % I ' I % u ] L u ] ] ] $ p ;.p ( : % _ t ' x g f.:+$ N k ] ] @.T p > q % 7 ' ~ t _ % * % r e 7 7 ~ I { ", "} } t } _ % * : _ & m * g % l t ~ { v { % g % * 7 ' : T.).^ : v } * } } % ~ ' Z 2 & / ( : g { g } l < ] [ k [ ] > >.= ,.^ : % } { } ; m ^ 1.> ;.^ < k q ^ - v : p l & % % & _ * H.6+{ ; ' 2 { * ", "t g g % % % } v } g & g I & } % :.' : Z ' I g g z ' H.{ ; & * < * } * * _ g { { & m v v % { I g : ] ^ ( < k [ ] < p 1 = ^ } g % w : } % N ^ < H ( - ( @.k {.% ; S ' : = '.T.| / { 5 ; ~ { & ~ g ", "g ; g % * } * * % % % % +.% * } % g } 2 { % { { j =.7 { ; & } : / * } / : _ % _ : v u % I 7 & u [ ( ^ [ l v v l v < p ;.$ ] : : } : N & } 1 ] $ : l ] q [ : ; 2 ; ' 5 ' % / ^ >.] % : % % * g 2 ", "} +.g % % g ; U.2 ; & g & +.t ] v { I 7 I g f { 8 l u ] ] l : * * } : l l * } } l : : g { _ ] p ^ | < v _ } * } u v < p H p ].$ ] _ ^ < ' = ( v & % l ] ] / g ' %.e =.~ { { I I v ] p l ~ g _ 6.", "L m g { 7 f f ' I g { 2 { { } ^ % ' f Z e -.f _ &+^ : .t % } : } _ * v l * } * * : : % _ u ( | < ( [ } & % _ _ | k < ^ $ ^ < [ u % I = 2 } ^ % % & } v v : & Z 5 %.' I g % * 6.+._ ] _ Z _ * / ", "l m % ~ ' S S f { % { 2 % g % < U.-.' { -.* % ] ^ 8 l q < : _ % % _ m v v / * } } : * * : ] ] v / ] l * _ _ } * > ( [ q [ * % % * } 2 ^ -.I ^ l * _ & } / v % I 7 ' ' ' { & ~ 2 I Z % 2 Z / 6.V.", "% t } % { e S f 2 g I { : % I * S :.`.:.<.v & & ] t 0 < > v : v % } / ] [ l m * * * m : ] ^ $ < _ 6./ / } / / / ] l ] [ ] : } } ] v ^ I ' : | T./ & ~ & * l 6.& % ; 2 { % * ~ f e g [ _ Z _ 6.6.", "@.@.f.m l f.2 5 Z ' 2 ~ g & _ t u S S r 5 t 0 j & % : % { _ l : & * u v : * % & j g % t l ^ k u } t m ] L l u < l ( : ] ] ` . .t = &.% } & l ] g g ; & % % } } ~ g ; ) =+L l g f.; } g a+/ l 1 ", "} ).+.] ' +.} t / : / : * } & g % S 5 6+7 k &.w & % } % & u ( v } * l ] : { 7 Z 7 I g _ ] ( ^ ] L l L L ] l L @.[ ] [ v : '+^ (.p /.).@.& _ * / % % & & g & % % } } +.' 7 u 1.b+'.= l / / g } < ", "{ ' } p a.{ _ % _ } } _ % g ~ { : R.m H 9+c+d+H ] / : * : < > v } .: ] : Z S e f 2 % t l < ( < ^ < ] < L ] < ^ < [ ] l ^ ^ T ( 4+u > ( _ : & _ % & { 2 I { g % V._ : m g g * l : } } {+].[ > t ", "f I f _ ( * % { % } * } _ _ t _ t % : & ; ] m % = ].< v : [ ^ ] } % : ( l Z S f ' g * * : l v l ( k [ ] ] ] < ^ v v } * ,.& m T.U v ] l : L : m % g I ' 7 I g % V.g V.* : / } * p.: I 6.l ;.4+) ", "I { -.' Z :.I * * : * % & % _ % { { s % ; } q Q 1 p $ ] * u ( [ : _ l ^ ] I 5 ' ~ _ l : * * } : l v ] l v L ] [ l & } [ < e [ ,.] '.).| ] / ] / * t & ~ { & % * _ g V.a+/ * } t : +.h } ^ 4+9+j ", "; :.g & Y f { } & } * g { & _ % $ v ] < = Y L ^ ( ] L.l % * < ^ v u ] | ] { f ' g * v / } _ : 6.% : l v l v v l ] g ^ Y 2 ~ '.X._ Y ( H = % % 0 l : } % +.& +.% & } * : * : ] a A G.4+e+f+ +2+N ", "{ l e w w 1 u % _ l ] / / ] [ ] } : : g * t ' _ % % / u } * v ] l v ( ^ l g ' ' _ / l : _ } * / % : l : : v l : ] 7.< ;.~ l y / _ 2 2 < Y k u u / : : }.% % g & m * & ~ l G J.g+h+h+i+u.| & _ 2 ", "+.c.7 2 ; % w 1+{ / ] / : l l : _ / l l = ,.I :.g g : ] * t : } : v < ] : % I e * / l 6._ * a+* _ : |.{.* l &.|.% Y & l !+!+X.!+g & | * : !.# > u / u / : * } % ! { { .= j+k+l+m+k+%+# l [ i./ ", ";.;.: { u +.{ Z.% m } g g : ] L % : : >.: : Q } 6 6 ; : t % : u % % l ].^ % 2 I } : ] l : _ } : t : ] l u : l ] m ] @.~ = *.n+/ H.k.i /+4+8+8+M.> u ; % k i 0 &.m g ; < G F.0+h+@ + u l m g d.1.", "m u 1.Y { ' u @.] < ].> v } l ^ | @.* ; ~ % } { r H.0 a : ; % * } % : ^ ( * % * l l ] v : t } : } / ] ] / * / v t ] v } ^ _ ] a+0 z 7 6 6 5 5 6 { @.p k &.: d .l '+;.8 +.] - k @.l / l L : } / ", "m / : % & t s *+g { g l % e I k } ^ v e { } } ).' r 7 u v t % & : % * [ @.] v < ^ ( ] / m * * } : u ] l : : m : : +.% m.= 2 v Z =.%.r S g.r <.%.:.t L.k q T T ` !.!.1 ^ } t * } _ u l } * x } g ", "} v & %.f ; t u ~ S S I ; f { ] ( [ e >+; l % : k ) { : ] : : * : % % l ( k < ^ T < l t * } t % } * l v l } * } : ~ % Q p Z 2 :.g.g.%.4.[.-.%.%.v _ f f o .` S.^.^ ] l |.6./ / } v l } & } * % ", "/ { * % z.z $ t t { ' 2 I ' { * ^ ^ ' Z % & : e u .u ] } I g _ : % % : ] ] ] < ^ l % % % } % % & % : : : : } t ~ &.l & g % ' :._.<._.%.<._.7+_.{ _ W.L.{.-.z.-., % &.{ Z _ _ Y.I ~ % * : } % _ ", "/ t & -.<.% q 9 U.& _ I S :.f & } N ^ p } 2 H v { ; l ^ < v : ~ * } * : v / : / ] : & g & t _ % g g } : l : * _ o / v ' .d 3 r <.g.<.3.%.%.3.=./ L.% f f I ,+=. ._ z Z ' { U.I 2 ' { _ * % & _ ", "' .+v %.f r I &+: v {.& f :.I % ( $ ] [ : % ] { % & 0 [ Y Q = / u / : l : } * : : } g & % } % % g % } : l l : % * % % * s.o r , <.R %.%.%.g.g.<.& _ 2 f % L.] v T I $.S ' %.6 d & ~ I g % V.% } ", "} * : {.}.z { =.Y q.% I f :.f & } ] ( } % : } L { { ~ { & | ].|.] ] v l * % } * : } % t } * } % & % * l ] ] } % * _ o }.(+ .> %.6 %.<.S _.S -.; g } * : } ; % T -.Z -.6 %.6 6 =.' Z I & * v * & ", ") u L &.e ] S I 1.; I & , g.{ l.: < ] ] [ ] < p ~ % 2 f +.Z ' l > { 0 L.&.2 g +._ * V.~ & * _ & t =+s ] < l } % +.} g @.@.< 7 2 ! g., 6 ! 6 5 =.& s v ] % { { m e =.6+' ' { u 7 w k.f.; { ; ] : ", "< > : ] t p ^ ^ l % ' 5 %.' ' S % l ] l : g & ] ] < g f & g h Z 5 ! ] }.% { } 2 & % } * % _ & { j : ] @.q L * g v ^ : % { / ] ].] % { : ] : : ] u u l k q < ^ '+u k ).t ; p : +.{ +.w % % % k * ", "' .t k & w k m :.g _ ; { S S (.} u ] v } f f.* / ] & e ~ % ' f , S =.=.] * +.f.g * : * } * / / 0 - T ^ k ] l * l p v } ] 1 p < p &.z { =.%.S %.% : p # n.!.= > / : ; % : ] L d { ; %.S :.%.o =.", "e { | s.1 H /.j $ g ' : l =.%. .% * l v t e ' : % ] / & % % _ : { 7 I ' q : & ; g _ : v / : } t : < a l : v ] * t * 7 :.{ ^ < * t I %.S S S %.I j * k p H T ] m (+1.% ^ ;.u u I % : o f <.S f %.", "e 2 Q = U 8+W <+: { = d+B.p % 6 g g & % _ I { l ( | ( @.[ * } [ w T > <.I % ] : * u < ].^ : Z :.6 ; ; { ; * } I e 2 Z S I { { % ' =.' ' <.' & &.I t ( ^ ] % ; z ^ ;.!.^ k p 2 { d {.&.% z I S f ", "X.} 1.} e.!.2+2+t.n.9+M.w $.' %.I { w ; } } m ( $ l / [ ] } _ % w / : x.%.z ^ Z. .% t .t { S 3 P.S ' -.{ % { f f ' o ; |.{ Z I { & & Z S :.' I ' u H = k : % % { u : =.+.: d : % * % ' =.' ' ^ ", "o+4+1...# 8+E G.>.k / z S S =.6 Z +.& & u < q ^ / * t : * _ % ~ +.f.2 <.=.{ q > +.{ I w =.f.%.' 7 =.{ { z ~ Z -.* ' h 3 o f -.I ' ~ o I ' I { I +.&.] } { 7 % : N ).7 ; ] ; ] L &.* % ' w { d.~+", "p+v.u.q+M.0 : 2.( ] : } : ' g.7 ' % } % l ( < ( } ] | [ _ } : _ m l $ { <.{ a u q > H ).= ^ l u 2.: .z Z %.f I r.,+* U.* f ' -.Z { ~ I I U.~ ' { : ] : z { 2 7 u = = { +.^ g % % % t & t +.m r+"}; gtans-1.99.0/data/pixmaps/gtans_wood.xpm0000644000175400010010000006610511133016175015132 00000000000000/* XPM */ static char * wood_xpm[] = { "50 50 1404 2", " c None", ". c #813B1A", "+ c #773A1C", "@ c #74371D", "# c #6D361C", "$ c #63331B", "% c #69331B", "& c #6A311A", "* c #66341C", "= c #65351D", "- c #5F3019", "; c #62311A", "> c #62341C", ", c #60301B", "' c #64311B", ") c #65321B", "! c #6A371D", "~ c #61321B", "{ c #5F301E", "] c #613320", "^ c #5E331E", "/ c #5C321E", "( c #592F1F", "_ c #62311C", ": c #69311A", "< c #71351A", "[ c #75381A", "} c #6F3719", "| c #72391B", "1 c #73381A", "2 c #743619", "3 c #743518", "4 c #72371A", "5 c #77391C", "6 c #6F3419", "7 c #67321E", "8 c #542D1C", "9 c #4D2B1C", "0 c #4E2B1C", "a c #4E2C1C", "b c #582E1C", "c c #5C2F1C", "d c #64351F", "e c #6B371D", "f c #6C381C", "g c #6A371C", "h c #6A341C", "i c #723B1D", "j c #66361F", "k c #63341F", "l c #63331F", "m c #6E341E", "n c #71351D", "o c #6E3620", "p c #6C3621", "q c #68331C", "r c #6B341B", "s c #6C361B", "t c #6A341B", "u c #69381D", "v c #69391D", "w c #67341B", "x c #66321B", "y c #612D19", "z c #612C19", "A c #612E1A", "B c #65331C", "C c #663620", "D c #6B3721", "E c #6F351F", "F c #76371B", "G c #6F371D", "H c #69351F", "I c #6D391E", "J c #62341D", "K c #60331D", "L c #5E321D", "M c #5D301C", "N c #5B311D", "O c #5B2F1C", "P c #61311D", "Q c #69361F", "R c #63331C", "S c #69341B", "T c #6A331B", "U c #70371C", "V c #783A1C", "W c #7B3719", "X c #823D19", "Y c #753B1C", "Z c #6F3B1D", "` c #6A381D", " . c #733A1C", ".. c #6F351A", "+. c #753719", "@. c #783619", "#. c #6D341B", "$. c #6B341C", "%. c #66331E", "&. c #5D311E", "*. c #5D301D", "=. c #63351D", "-. c #56301E", ";. c #542E1C", ">. c #582F1E", ",. c #582E1E", "'. c #5C321F", "). c #572E1E", "!. c #562E1E", "~. c #55301E", "{. c #5B341F", "]. c #5F341F", "^. c #61341E", "/. c #6A361F", "(. c #65351E", "_. c #66361E", ":. c #64321C", "<. c #6B321A", "[. c #6C351B", "}. c #6C361C", "|. c #6C341B", "1. c #63341D", "2. c #66351D", "3. c #6E361A", "4. c #72361A", "5. c #773B1B", "6. c #733A1B", "7. c #6C361D", "8. c #7A3F1C", "9. c #7A3B19", "0. c #73381B", "a. c #753C1C", "b. c #6E3B1E", "c. c #69361D", "d. c #61341D", "e. c #67361C", "f. c #753A1C", "g. c #79391C", "h. c #7E3919", "i. c #813A19", "j. c #7C3A1B", "k. c #74371B", "l. c #7F3B1A", "m. c #73381C", "n. c #6D361B", "o. c #743C1F", "p. c #72381D", "q. c #70361C", "r. c #6C351C", "s. c #68351B", "t. c #69341A", "u. c #6E361C", "v. c #6C321A", "w. c #6E311A", "x. c #6F341B", "y. c #6C351F", "z. c #65331D", "A. c #6B361F", "B. c #5F321B", "C. c #5E311B", "D. c #5B331D", "E. c #5F311D", "F. c #68351F", "G. c #6D361D", "H. c #66341D", "I. c #67341C", "J. c #73391B", "K. c #713B1E", "L. c #6B391E", "M. c #6F3A1D", "N. c #6C3B1E", "O. c #66331A", "P. c #6B361C", "Q. c #69381E", "R. c #68371D", "S. c #62331C", "T. c #5F301B", "U. c #6F371B", "V. c #733619", "W. c #743819", "X. c #723719", "Y. c #76381A", "Z. c #70381B", "`. c #70381C", " + c #72391C", ".+ c #71371C", "++ c #71371A", "@+ c #71391B", "#+ c #6F381B", "$+ c #63321A", "%+ c #65341C", "&+ c #65301A", "*+ c #5E2F1B", "=+ c #69331A", "-+ c #68321A", ";+ c #5D301B", ">+ c #63341C", ",+ c #592F1C", "'+ c #64331D", ")+ c #642E1C", "!+ c #64331C", "~+ c #65341D", "{+ c #69351E", "]+ c #773E1E", "^+ c #66371F", "/+ c #5E311E", "(+ c #61331F", "_+ c #64331B", ":+ c #69371E", "<+ c #713C1E", "[+ c #67331B", "}+ c #643019", "|+ c #64321A", "1+ c #64331A", "2+ c #62301A", "3+ c #622E1A", "4+ c #74381B", "5+ c #6C361A", "6+ c #733B1B", "7+ c #793D1B", "8+ c #803E1A", "9+ c #813F1A", "0+ c #873F19", "a+ c #884119", "b+ c #8B4319", "c+ c #853F18", "d+ c #833E18", "e+ c #823D18", "f+ c #7D3818", "g+ c #833D17", "h+ c #843D18", "i+ c #7E3A19", "j+ c #8A3F17", "k+ c #8B3F17", "l+ c #893E17", "m+ c #823C18", "n+ c #7C3818", "o+ c #793919", "p+ c #743B1C", "q+ c #6A331C", "r+ c #713A1C", "s+ c #71381B", "t+ c #743A1C", "u+ c #75391B", "v+ c #73361C", "w+ c #6A341D", "x+ c #6A321B", "y+ c #61371F", "z+ c #67341A", "A+ c #6D341C", "B+ c #7B3E1B", "C+ c #7B3A19", "D+ c #7B3C1A", "E+ c #763D1C", "F+ c #7A3D1B", "G+ c #7C3E1B", "H+ c #7F3D19", "I+ c #813D18", "J+ c #863E18", "K+ c #823B18", "L+ c #883F18", "M+ c #833C18", "N+ c #70381E", "O+ c #70391E", "P+ c #6B361B", "Q+ c #69361A", "R+ c #67351B", "S+ c #66351B", "T+ c #6D371C", "U+ c #64351C", "V+ c #6B391C", "W+ c #6A381C", "X+ c #65351C", "Y+ c #703619", "Z+ c #894018", "`+ c #914619", " @ c #924417", ".@ c #914217", "+@ c #8B3D17", "@@ c #873B17", "#@ c #793818", "$@ c #773919", "%@ c #7F401C", "&@ c #76391B", "*@ c #68331D", "=@ c #733A1D", "-@ c #753A1B", ";@ c #6B351E", ">@ c #6D361E", ",@ c #7C401C", "'@ c #62321B", ")@ c #62311B", "!@ c #61311B", "~@ c #5E311C", "{@ c #622F1A", "]@ c #632F19", "^@ c #6B3219", "/@ c #6D3219", "(@ c #65321A", "_@ c #66341F", ":@ c #5F311B", "<@ c #5B2F1D", "[@ c #61331D", "}@ c #6F3618", "|@ c #70371D", "1@ c #6E361E", "2@ c #743719", "3@ c #6E3319", "4@ c #70391B", "5@ c #72381B", "6@ c #66341B", "7@ c #5F351D", "8@ c #58321E", "9@ c #572D1B", "0@ c #5C301B", "a@ c #723A1B", "b@ c #85441B", "c@ c #87421A", "d@ c #934216", "e@ c #8C3F17", "f@ c #883E18", "g@ c #803A18", "h@ c #793618", "i@ c #773619", "j@ c #72371B", "k@ c #6F3619", "l@ c #703819", "m@ c #65341B", "n@ c #5F2F1A", "o@ c #5F2F1B", "p@ c #7A391B", "q@ c #753619", "r@ c #793718", "s@ c #773719", "t@ c #6D351A", "u@ c #6C331A", "v@ c #68341A", "w@ c #663019", "x@ c #6A3219", "y@ c #6E351A", "z@ c #6F371C", "A@ c #6F371E", "B@ c #713619", "C@ c #6E371F", "D@ c #6A391F", "E@ c #6A381F", "F@ c #733819", "G@ c #743618", "H@ c #78381B", "I@ c #793819", "J@ c #83421C", "K@ c #84401A", "L@ c #7D3B1B", "M@ c #763819", "N@ c #71381C", "O@ c #66361D", "P@ c #58311D", "Q@ c #522A1B", "R@ c #552B1A", "S@ c #5C2E1A", "T@ c #5E331C", "U@ c #64321B", "V@ c #6E331A", "W@ c #7D3919", "X@ c #803918", "Y@ c #843C18", "Z@ c #8A3D17", "`@ c #8C4118", " # c #8C4319", ".# c #7C3D1B", "+# c #77381A", "@# c #79391B", "## c #7A381B", "$# c #904016", "%# c #893E18", "&# c #893B17", "*# c #803A19", "=# c #79391A", "-# c #7E3918", ";# c #853A17", "># c #853A18", ",# c #7B3619", "'# c #793619", ")# c #763618", "!# c #763619", "~# c #763319", "{# c #753319", "]# c #733419", "^# c #733519", "/# c #783919", "(# c #803D18", "_# c #803E18", ":# c #864019", "<# c #843F1A", "[# c #7E3D1B", "}# c #793E1D", "|# c #743E1E", "1# c #693A1E", "2# c #62371F", "3# c #53301E", "4# c #4B291B", "5# c #49291B", "6# c #46271B", "7# c #48281B", "8# c #5B301B", "9# c #7E3D1A", "0# c #8F4318", "a# c #974516", "b# c #964516", "c# c #904418", "d# c #924016", "e# c #8A3B17", "f# c #8A3C17", "g# c #8F4017", "h# c #914016", "i# c #8C3C16", "j# c #863A17", "k# c #7C3A1A", "l# c #7D3B1A", "m# c #72381E", "n# c #6E381E", "o# c #63341B", "p# c #5F321C", "q# c #5D321F", "r# c #5E331F", "s# c #62351F", "t# c #66381E", "u# c #6A391E", "v# c #6E391D", "w# c #6B351B", "x# c #6E3A1D", "y# c #6A3A1E", "z# c #6D381C", "A# c #6E381C", "B# c #6D381D", "C# c #63371E", "D# c #512F1E", "E# c #46281B", "F# c #4B281B", "G# c #4F2A1B", "H# c #5E311D", "I# c #9F4D18", "J# c #9F4E18", "K# c #994616", "L# c #974416", "M# c #964316", "N# c #924116", "O# c #763C1A", "P# c #753B1E", "Q# c #7E431E", "R# c #78401E", "S# c #783B1D", "T# c #71391C", "U# c #61301C", "V# c #602D1B", "W# c #5E2D1A", "X# c #5A301C", "Y# c #552F1D", "Z# c #522B1B", "`# c #4F291A", " $ c #4D281A", ".$ c #49271B", "+$ c #532C1C", "@$ c #5E301B", "#$ c #6B331A", "$$ c #7A3F1D", "%$ c #7C3E1A", "&$ c #81431B", "*$ c #83451C", "=$ c #7E401B", "-$ c #733E1D", ";$ c #763F1D", ">$ c #773E1D", ",$ c #773A1A", "'$ c #7C3C1B", ")$ c #6E351B", "!$ c #73371C", "~$ c #7D3A1A", "{$ c #8C3C17", "]$ c #9F4E19", "^$ c #9A4B18", "/$ c #904A1B", "($ c #8A441A", "_$ c #7F3E1B", ":$ c #763C1D", "<$ c #5B341E", "[$ c #5F351E", "}$ c #67331E", "|$ c #5F301A", "1$ c #5F311C", "2$ c #62361D", "3$ c #5E331B", "4$ c #64341B", "5$ c #74391B", "6$ c #823C17", "7$ c #7A391A", "8$ c #753519", "9$ c #6A351B", "0$ c #753A1D", "a$ c #894119", "b$ c #924518", "c$ c #954417", "d$ c #8C461B", "e$ c #7E3B1B", "f$ c #813D1B", "g$ c #863C18", "h$ c #863D17", "i$ c #853C17", "j$ c #803717", "k$ c #773A1B", "l$ c #6F341A", "m$ c #74361D", "n$ c #7B3B18", "o$ c #803F1B", "p$ c #84421B", "q$ c #82421B", "r$ c #7E3E1A", "s$ c #783C1A", "t$ c #582E1A", "u$ c #512B1B", "v$ c #4F2C1C", "w$ c #562E1C", "x$ c #7E3E1B", "y$ c #83461D", "z$ c #994717", "A$ c #914518", "B$ c #924A1B", "C$ c #843F19", "D$ c #71391A", "E$ c #63311A", "F$ c #5C2F1A", "G$ c #572E1A", "H$ c #53291A", "I$ c #532B1B", "J$ c #4B2B1C", "K$ c #502E1D", "L$ c #57331E", "M$ c #67321A", "N$ c #61351E", "O$ c #5C321D", "P$ c #5A2F1C", "Q$ c #5C311D", "R$ c #5E361E", "S$ c #5D361F", "T$ c #5B321D", "U$ c #5F341E", "V$ c #62391F", "W$ c #60371F", "X$ c #64371E", "Y$ c #62351E", "Z$ c #522F1D", "`$ c #54311E", " % c #55321E", ".% c #552E1C", "+% c #68331A", "@% c #6D3B1E", "#% c #71371B", "$% c #843E1B", "%% c #803D19", "&% c #7F3B18", "*% c #83411B", "=% c #753819", "-% c #6E3619", ";% c #713519", ">% c #763419", ",% c #783519", "'% c #73371D", ")% c #79381A", "!% c #7C3518", "~% c #7A3819", "{% c #793A1A", "]% c #7F3818", "^% c #813A18", "/% c #823F1A", "(% c #7E3F1B", "_% c #7F3F1B", ":% c #863F19", "<% c #863E17", "[% c #8A3E17", "}% c #8F3F17", "|% c #874019", "1% c #853C18", "2% c #7F3C1A", "3% c #7E3C1A", "4% c #7B3D1C", "5% c #803C19", "6% c #813C19", "7% c #823C19", "8% c #7F3A19", "9% c #7C3618", "0% c #7D3718", "a% c #8E3F17", "b% c #944417", "c% c #924618", "d% c #904318", "e% c #8E4418", "f% c #783F1F", "g% c #76401F", "h% c #6D3A1E", "i% c #6A351C", "j% c #6F3119", "k% c #7A401D", "l% c #7B401D", "m% c #6E381D", "n% c #6E391F", "o% c #61321C", "p% c #582F1C", "q% c #5A321D", "r% c #5C301C", "s% c #5D341E", "t% c #63381F", "u% c #663A1F", "v% c #68391F", "w% c #6D381B", "x% c #6E381B", "y% c #6F3A1C", "z% c #753E1D", "A% c #773C1D", "B% c #783C1B", "C% c #713719", "D% c #763A1A", "E% c #713618", "F% c #773D1C", "G% c #7B3F1D", "H% c #7B3E1D", "I% c #7B3F1C", "J% c #81421D", "K% c #83431C", "L% c #823E1A", "M% c #773819", "N% c #763B1B", "O% c #7B3F1B", "P% c #6E3C1E", "Q% c #733F1E", "R% c #793D1C", "S% c #763B1A", "T% c #68341C", "U% c #5C341F", "V% c #54301D", "W% c #542F1D", "X% c #4A2B1C", "Y% c #45281C", "Z% c #532A1A", "`% c #56301D", " & c #572F1C", ".& c #552F1C", "+& c #5D351E", "@& c #65371E", "#& c #673821", "$& c #6A3921", "%& c #6F3A1E", "&& c #70371B", "*& c #6B371F", "=& c #6E3B1D", "-& c #6D391D", ";& c #753C1B", ">& c #773A18", ",& c #773B1A", "'& c #7D411B", ")& c #7E411B", "!& c #773A19", "~& c #6D3B1D", "{& c #6C3B1D", "]& c #6A391D", "^& c #69371C", "/& c #59321E", "(& c #69371D", "_& c #713B1D", ":& c #6B381B", "<& c #6B3619", "[& c #75381B", "}& c #67361D", "|& c #5C321C", "1& c #552D1B", "2& c #532C1B", "3& c #502B1B", "4& c #512C1B", "5& c #542C1A", "6& c #572E1B", "7& c #582F1B", "8& c #5B311B", "9& c #6D3A1D", "0& c #6E3B1C", "a& c #69381C", "b& c #6C391C", "c& c #6D371B", "d& c #6A361B", "e& c #69351B", "f& c #72371C", "g& c #733D1D", "h& c #713B1C", "i& c #6E391C", "j& c #68381C", "k& c #65371D", "l& c #5F341D", "m& c #713D1D", "n& c #80401A", "o& c #7A3C1B", "p& c #783819", "q& c #73371A", "r& c #743D1E", "s& c #6E391E", "t& c #6B381D", "u& c #6F381E", "v& c #6F3B1E", "w& c #703A1E", "x& c #6C3B1F", "y& c #703B1E", "z& c #703A1D", "A& c #743B1D", "B& c #6E3A1E", "C& c #6F381D", "D& c #783C1C", "E& c #78391B", "F& c #7C3B1B", "G& c #7F3D1A", "H& c #793C1B", "I& c #743F1E", "J& c #79401D", "K& c #7E3F1C", "L& c #773D1D", "M& c #743C1D", "N& c #7B3D1A", "O& c #723B1C", "P& c #7A3D1A", "Q& c #753F1E", "R& c #6F3C1E", "S& c #6B391D", "T& c #66351F", "U& c #69341D", "V& c #773C1C", "W& c #783B1B", "X& c #793B1A", "Y& c #75391A", "Z& c #723D1E", "`& c #763A1B", " * c #7A3E1B", ".* c #7A3E1C", "+* c #793F1D", "@* c #783C1D", "#* c #833D1A", "$* c #823D1A", "%* c #7C3F1C", "&* c #7C3E1C", "** c #894318", "=* c #854018", "-* c #783D1B", ";* c #70391C", ">* c #6F381C", ",* c #73391A", "'* c #7C3B19", ")* c #80411C", "!* c #7F3C19", "~* c #7D3C19", "{* c #7C3F1B", "]* c #773F1D", "^* c #773E1C", "/* c #7F401B", "(* c #85431B", "_* c #87451B", ":* c #874119", "<* c #853D17", "[* c #813F1B", "}* c #783D1D", "|* c #783F1D", "1* c #7D401B", "2* c #863F18", "3* c #8A451B", "4* c #88451B", "5* c #88461C", "6* c #86451C", "7* c #85451B", "8* c #894419", "9* c #8A4519", "0* c #8C471B", "a* c #8C461A", "b* c #8D471B", "c* c #8C4419", "d* c #60311B", "e* c #5B301C", "f* c #5E321C", "g* c #5A311D", "h* c #74381D", "i* c #71381D", "j* c #64351D", "k* c #703B1C", "l* c #6B3A1E", "m* c #66371D", "n* c #66351C", "o* c #703B1F", "p* c #6E3B1F", "q* c #6A361D", "r* c #6B3B1D", "s* c #6A371B", "t* c #65361D", "u* c #61351C", "v* c #68371C", "w* c #63361D", "x* c #69361C", "y* c #713D1E", "z* c #79401E", "A* c #7B3E1C", "B* c #783E1D", "C* c #7D411D", "D* c #7F431D", "E* c #743A1A", "F* c #6C361E", "G* c #71351B", "H* c #7B391C", "I* c #7F3A1A", "J* c #7B3B1B", "K* c #833F1A", "L* c #8C451A", "M* c #854019", "N* c #87431B", "O* c #8D461A", "P* c #8E461A", "Q* c #83421B", "R* c #733C1C", "S* c #763E1C", "T* c #793F1C", "U* c #80421D", "V* c #82431C", "W* c #84431C", "X* c #88451C", "Y* c #833E1A", "Z* c #803D1A", "`* c #83401B", " = c #7F3D1C", ".= c #793A1D", "+= c #78391D", "@= c #7D3B1D", "#= c #863D19", "$= c #964717", "%= c #9A4817", "&= c #9C4B17", "*= c #984717", "== c #954B1A", "-= c #904619", ";= c #813E18", ">= c #7F3E19", ",= c #783B1A", "'= c #6F361A", ")= c #68331B", "!= c #86441B", "~= c #7D3C1A", "{= c #843F18", "]= c #803E1B", "^= c #823F1B", "/= c #84431B", "(= c #7E3D19", "_= c #813E1A", ":= c #954919", "<= c #87461C", "[= c #86461C", "}= c #85461C", "|= c #89461C", "1= c #8B471B", "2= c #88441D", "3= c #88431D", "4= c #88441C", "5= c #934619", "6= c #954618", "7= c #984918", "8= c #984818", "9= c #9B4A17", "0= c #9C4A17", "a= c #9B4917", "b= c #9C4C18", "c= c #9C4B18", "d= c #9E4D18", "e= c #954818", "f= c #90471A", "g= c #8F481B", "h= c #954517", "i= c #904518", "j= c #8C441A", "k= c #87401A", "l= c #87411A", "m= c #80401B", "n= c #7B411D", "o= c #7F411C", "p= c #81411B", "q= c #85451D", "r= c #8A431A", "s= c #914417", "t= c #89441B", "u= c #82411C", "v= c #81441D", "w= c #84461D", "x= c #7D421D", "y= c #82451D", "z= c #8B441A", "A= c #813E1B", "B= c #7F421D", "C= c #763C1F", "D= c #783E1E", "E= c #8E4519", "F= c #994D1A", "G= c #8B461B", "H= c #86461D", "I= c #914A1B", "J= c #8F481A", "K= c #944718", "L= c #8F4419", "M= c #8F491B", "N= c #944818", "O= c #90481A", "P= c #81431D", "Q= c #763F1E", "R= c #743D1F", "S= c #7A411E", "T= c #81401B", "U= c #7D3F1C", "V= c #85461D", "W= c #86441C", "X= c #82441D", "Y= c #7A421E", "Z= c #7C421E", "`= c #87451C", " - c #864219", ".- c #874218", "+- c #8B4218", "@- c #8F4418", "#- c #914418", "$- c #974818", "%- c #8F4218", "&- c #944618", "*- c #9E4C18", "=- c #9E4E19", "-- c #9D4C18", ";- c #944819", ">- c #954718", ",- c #924819", "'- c #8D461B", ")- c #89441C", "!- c #87441C", "~- c #83441B", "{- c #89461B", "]- c #8D481B", "^- c #8E481B", "/- c #8A471C", "(- c #8A451A", "_- c #974617", ":- c #793B19", "<- c #803E19", "[- c #7D3D1A", "}- c #853E16", "|- c #853E17", "1- c #64341D", "2- c #793E1C", "3- c #8C4219", "4- c #93491A", "5- c #994917", "6- c #9D4B18", "7- c #863E19", "8- c #7B3A1C", "9- c #763A1D", "0- c #753C1D", "a- c #7B3B1D", "b- c #7C3B1D", "c- c #79391D", "d- c #813F1C", "e- c #7B3A1D", "f- c #87441B", "g- c #84411B", "h- c #83441C", "i- c #763D1B", "j- c #753E1C", "k- c #82421C", "l- c #86411B", "m- c #8A4018", "n- c #8B4018", "o- c #924317", "p- c #873B18", "q- c #813B19", "r- c #79381C", "s- c #72341C", "t- c #72351D", "u- c #703C1E", "v- c #733D1E", "w- c #713E1F", "x- c #7E421D", "y- c #773C1E", "z- c #7C3E1D", "A- c #763C1E", "B- c #71391D", "C- c #6A321C", "D- c #67351D", "E- c #69341C", "F- c #65341E", "G- c #6A351D", "H- c #6B361E", "I- c #6B371E", "J- c #81411C", "K- c #7D3E1B", "L- c #703A1C", "M- c #68381D", "N- c #68371E", "O- c #733C1D", "P- c #5D331D", "Q- c #8B4419", "R- c #8A441C", "S- c #8A451C", "T- c #8C451C", "U- c #8B441B", "V- c #874319", "W- c #82401B", "X- c #7C411E", "Y- c #79411F", "Z- c #753F1F", "`- c #723C1E", " ; c #723A1D", ".; c #823E1B", "+; c #833D18", "@; c #86421B", "#; c #83401A", "$; c #783E1C", "%; c #753D1C", "&; c #7D3F1B", "*; c #7F3D1B", "=; c #7A3A19", "-; c #723A1C", ";; c #783D1C", ">; c #7A3D1C", ",; c #7A3D1D", "'; c #7F3F1A", "); c #74391C", "!; c #763B1C", "~; c #74381A", "{; c #763E1D", "]; c #713E1E", "^; c #6E371B", "/; c #793B1B", "(; c #7D3A19", "_; c #72381C", ":; c #74371C", "<; c #68361D", "[; c #6C3A1E", "}; c #713C1D", "|; c #71361B", "1; c #703E1E", "2; c #7F411B", "3; c #7E401A", "4; c #80411A", "5; c #81401A", "6; c #7D3E1A", "7; c #763C1C", "8; c #773B1C", "9; c #6F391D", "0; c #6C391D", "a; c #70391F", "b; c #6D371E", "c; c #6E371E", "d; c #6B381F", "e; c #6B381E", "f; c #60361F", "g; c #61351D", "h; c #6A391C", "i; c #6D371A", "j; c #69361B", "k; c #6F361C", "l; c #6F391C", "m; c #5C311C", "n; c #59301B", "o; c #5B311C", "p; c #542D1B", "q; c #512B1A", "r; c #562D1B", "s; c #7A3C1C", "t; c #6E391B", "u; c #6C381B", "v; c #5E331D", "w; c #5D321D", "x; c #6B3A1D", "y; c #6A3A1D", "z; c #6E3C1D", "A; c #7B3B19", "B; c #7D3F1A", "C; c #743919", "D; c #74371A", "E; c #723619", "F; c #6E361B", "G; c #66381F", "H; c #5D311C", "I; c #59311D", "J; c #57311D", "K; c #56311E", "L; c #532D1C", "M; c #4A291B", "N; c #48291C", "O; c #512E1D", "P; c #562F1D", "Q; c #5B331F", "R; c #783B1C", "S; c #66311A", "T; c #62341B", "U; c #5F321A", "V; c #7F401A", "W; c #7B3C1B", "X; c #743A1D", "Y; c #713718", "Z; c #76391A", "`; c #713617", " > c #753718", ".> c #60321C", "+> c #572F1D", "@> c #6C3920", "#> c #6C391F", "$> c #76381B", "%> c #71341A", "&> c #6E371C", "*> c #6F3D1E", "=> c #773F1E", "-> c #934618", ";> c #813918", ">> c #873D17", ",> c #813D19", "'> c #82401A", ")> c #823A18", "!> c #803B19", "~> c #873E18", "{> c #8F3F16", "]> c #853E19", "^> c #803F1A", "/> c #703418", "(> c #7A3718", "_> c #7C3718", ":> c #7B3A1A", "<> c #78361A", "[> c #85421B", "}> c #87421B", "|> c #7F3A18", "1> c #803C18", "2> c #793C1C", "3> c #693219", "4> c #56321E", "5> c #562F1C", "6> c #57321E", "7> c #5E351E", "8> c #64361E", "9> c #5F361E", "0> c #5E371F", "a> c #5D351F", "b> c #5A341E", "c> c #5A321E", "d> c #5F301C", "e> c #64341C", "f> c #5B351E", "g> c #562C1B", "h> c #562B1B", "i> c #5E2F1A", "j> c #6F3218", "k> c #552E1D", "l> c #5D2F1A", "m> c #793C1A", "n> c #844119", "o> c #864119", "p> c #80421C", "q> c #70361D", "r> c #6C351A", "s> c #77391D", "t> c #7D391B", "u> c #833C1A", "v> c #853F1A", "w> c #7C3D1C", "x> c #823D1C", "y> c #823D1B", "z> c #8B451A", "A> c #944316", "B> c #884219", "C> c #723A1E", "D> c #69381F", "E> c #7D391A", "F> c #803D1B", "G> c #7F3E1A", "H> c #68341B", "I> c #63301A", "J> c #5F311A", "K> c #62331E", "L> c #61361F", "M> c #61381F", "N> c #994918", "O> c #944216", "P> c #7E3A1A", "Q> c #7C3819", "R> c #753B1B", "S> c #74361A", "T> c #7A3919", "U> c #733E1E", "V> c #723D1D", "W> c #793E1B", "X> c #80421B", "Y> c #7A3C19", "Z> c #733B1C", "`> c #60301E", " , c #5A2C1B", "., c #572C1B", "+, c #4A271A", "@, c #50281A", "#, c #512A1B", "$, c #592D1B", "%, c #592C1B", "&, c #753E1E", "*, c #78411F", "=, c #783D1A", "-, c #8F4117", ";, c #542C1C", ">, c #4D2A1B", ",, c #4D291B", "', c #532E1D", "), c #6B371C", "!, c #6D351B", "~, c #6F3519", "{, c #6A3A1F", "], c #67381E", "^, c #63371F", "/, c #64381F", "(, c #63361F", "_, c #61341F", ":, c #6C371D", "<, c #763A1C", "[, c #7A3A1B", "}, c #8D3F17", "|, c #914317", "1, c #944416", "2, c #4C291B", "3, c #4C2B1C", "4, c #61351F", "5, c #70391D", "6, c #85401A", "7, c #773B1D", "8, c #763719", "9, c #773319", "0, c #793519", "a, c #7E3718", "b, c #7E3818", "c, c #8B3B17", "d, c #78381A", "e, c #7B3918", "f, c #8A3F16", "g, c #893C17", "h, c #823B19", "i, c #7B3819", "j, c #75371B", "k, c #753617", "l, c #5D321C", "m, c #552B1B", "n, c #552D1C", "o, c #63351E", "p, c #6F3B1F", "q, c #80431D", "r, c #773519", "s, c #6C371F", "t, c #6E381F", "u, c #6D371F", "v, c #6F351C", "w, c #6E3219", "x, c #6F3219", "y, c #70351B", "z, c #6B341E", "A, c #66321C", "B, c #763718", "C, c #743A1B", "D, c #61331C", "E, c #6E3518", "F, c #6F3518", "G, c #863D18", "H, c #893F18", "I, c #8E4117", "J, c #904117", "K, c #853D18", "L, c #793918", "M, c #64301A", "N, c #592D1A", "O, c #5C331E", "P, c #5C351E", "Q, c #6B351C", "R, c #78391A", "S, c #6A341A", "T, c #63321E", "U, c #60311C", "V, c #62321D", "W, c #67331D", "X, c #6C3319", "Y, c #683319", "Z, c #713419", "`, c #753A1A", " ' c #733B1D", ".' c #6A341F", "+' c #68341E", "@' c #71361A", "#' c #7A3918", "$' c #924418", "%' c #843E18", "&' c #6A361C", "*' c #6A361A", "=' c #723618", "-' c #873F18", ";' c #813E19", ">' c #7B3E1A", ",' c #7C3A19", "'' c #66341A", ")' c #62331F", "!' c #67341D", "~' c #67361E", "{' c #743C1E", "]' c #703519", "^' c #7A361A", "/' c #7B371A", "(' c #813917", "_' c #833A17", ":' c #7E3B19", "<' c #874018", "[' c #8D4519", "}' c #853F19", "|' c #73391C", "1' c #6C3219", "2' c #66351E", "3' c #6B351F", "4' c #5F331D", "5' c #67371E", "6' c #783F1E", "7' c #65361F", "8' c #67351F", "9' c #65321D", "0' c #62321C", "a' c #60341E", "b' c #60301C", "c' c #5A2F1B", "d' c #69321B", "e' c #60321D", "f' c #65331B", "g' c #63311B", "h' c #6C371B", "i' c #7C391A", "j' c #73391E", "k' c #71381E", "l' c #72391E", "m' c #69351C", "n' c #62311D", "o' c #66331B", "p' c #64331E", "q' c #60361E", "r' c #60321B", "s' c #68321E", "t' c #733B1F", "u' c #75381C", "v' c #7B3A1B", "w' c #743B1E", "x' c #72381A", "y' c #65321E", "z' c #6B3119", "A' c #6A3019", "B' c #63321D", "C' c #60331F", "D' c #5B2E1C", "E' c #572E1D", "F' c #562D1D", "G' c #59301D", "H' c #6A381E", "I' c #733618", "J' c #7F3919", "K' c #6D341A", "L' c #61321E", "M' c #5D311D", "N' c #61321D", "O' c #6A351F", "P' c #6B3620", "Q' c #6E3621", "R' c #693921", "S' c #62341F", "T' c #5A2D1B", "U' c #5F2E1A", "V' c #68361C", "W' c #6C351D", "X' c #6D3621", "Y' c #70351E", "Z' c #6B3521", "`' c #62321F", " ) c #673620", ".) c #713A1D", "+) c #6E371D", "@) c #6F391E", "#) c #60311E", "$) c #5C301D", "%) c #4A2B1D", "&) c #502D1C", "*) c #582D1D", "=) c #63301D", "-) c #78391C", ";) c #77381B", ">) c #733719", ",) c #70341A", "') c #63311C", ")) c #642E19", "!) c #642D19", "~) c #642E1A", "{) c #5A301D", "]) c #6C341C", "^) c #68361F", "/) c #73381D", "() c #79381D", "_) c #813C1A", ". + @ # $ % & * = - ; > , ' ) ! ~ { ] ^ / ( _ : < [ } | 1 2 3 3 3 4 5 6 7 8 9 0 a b c d e f g h i i ", "j k l l m n o p q r s t u v w x y z y A B C D E F G B H I J K L M N O P Q R t S w T U V W X Y Z ` ) ", " ...+.@.#.$.%.&.*.=.J -.;.>.,.'.,.).).).!.~.{.].^./.(._.:.<.[.}.|.1.2.3.4.5.6.t S 7.e .8.9.0.a.b.c.", "d.e.f.g.h.i.j.k.5 . l.m.n.o.p.q.r.s.s.t.t u.v.w.x.y.z.Q A.~ B.B.C.D.E.F.7 q G.! H.I.J.K.L.M.N.g O.P.", "Q.R.S.T.t U.V.W.X.+.Y.Y.Z.`. +`..+++@+#+t.$+%+&+T *+) =+-+;+;+>+) M ,+'+)+!+~+{+e i ]+^+/+(+_+:+c.<+", "[+}+|+1+2+3+<.4+#+[+5+6+7+8+9+0+a+b+c+d+e+f+g+d+h+i+j+k+l+m+n+o+p+| n.7.q+r+s+| t+u+v+{+w+x+y+2.z+A+", "B+C+D+E+F+G+H+I+J+K+L+M+Y.N+O+N+P+Q+s.R+S+n.t T+w U+V+W+X+Y+C+Z+`+ @.@+@@@X #@$@%@&@*@/.=@-@;@>@f.,@", "'@)@!@~@{@]@^@/@-+(@_@L ;+:@<@[@= }@|@1@}.+.2@3@S 4@5@[.6@7@8@9@0@a@b@c@d@e@f@J+g@h@i@j@k@l@m@n@o@*+", "p@q@r@s@t@u@u@v@w@x@< q.t@y@z@A@[.B@C@D@E@n.F@G@H@I@J@K@L@M@N@O@P@Q@R@S@T@U@V@W.W@X@Y@Z@`@ #.#+#@###", "$#Z@%#&#g@X@*#=#-#;#>#,#'#)#&@+ !#~#{#]#^#J.u+&@&@/#(#_#H+:#<#[#}#|#1#2#3#4#5#6#7#8#9#0#a#b#c#.@.@d#", "%#e#f#f#g#h#i#j#k#l#+ m#n#P+6@o#p#q#r#s#t#~+H.:+u#v#w#}.x#y#u#z#A#..B#C#D#E#F#G#H#4 .@I#J#I#K#L#M#N#", "O#P#Q#R#|#+ S#T#:.U#V#W#X#Y#Z#`# $.$.$+$,+@$#$j@$$%$&$*$=$-$;$>$a.,$'$4 )$r+!$~${$a#I#J#]$^$/$($_$:$", "<$[$2#}$|$1$2$3$4$5$H+6$7$8$4.9$e u.u.0$$$[#a$b$c$d$e$##f$g$h$i$j$/#k$l$m$V.n$o$p$q$r$s$w#)@t$u$v$w$", "x$y$a$d#z$L#M#M#A$B$C$D$E$F$G$`# $H$H$H$I$J$K$L$<$M$N$O$P$Q$O$R$S$T$N$U$V$W$X$Y$N Z$w$`$ %.%+%@%#% +", "$%%%&%C$*%'$=%-%;%>%,%'%)%!%~%&@{%]%^%/%(%_%o$:%<%[%}%|%1%2%3%[#4%5%:%K+g@6%7%6%6%8%9%0%Z@a%b%c%d%e%", "f%g%h%i%j%m.k%l%t+m%n%W.#+o%Q$p%q%r%K s%T$N$t%u%v%w%x%y%z%A%B%5.0.C%D%{%E%F%r+|#G%H%I%4%J%K%L%M%N%O%", "[+_+m@* ` P%Q%R%S%T%U%V%W%Z$X%Y%9 Z%`%P@ &.&q%+&@&#&$&%&&&*&v#=&-&4 +#5.2 ;&>&,&'&)&!&y%~&{&]&^&v s.", "/&N (&_&:&<&#%[&r+}&1.|&1&1&2&3&4&5&6&7&8&'@u 9&0&a&b&c&n.d&e&s f&i g&g&h&s -+w%w%i&W+a&a&j&k&l&l&&.", "m&9.n&9#o&p&q&E+r&s&t&>@u&v&w&n%x&y&y&z&A&B&C&t+D&`.`.Z.U.[ +#E&F&8+G&G&H+H&g&I&I&J&:$K&L&M&N&6.O&m&", "P&j@&&Q&R&N.S&T&U&v# +k.5@V&G+W&0.u+t+Z.A#I&z%V&X&Y&6.Z&z#T# + .`&N%t+P& *J&.*.*.*+*@*[##*$*%*%*&*'$", "**=*-*Y e i&s+;*>*,*'*m+)*L%d+!*B%~*{*]*^*/*9+(*_*:*<*[*=#T#t+}*|*|*+*1*2*3*4*_*5*6*b@7*8*9*0*a*b*c*", "d*e*f*g*U$G h*i*j*}&k*R%&*k$z#l*m*n*^&o*p*]&#+y%q*r*s*t*u*v*X$w*x*l*y*z*A*K&A*B*z*:$C*D*k$E*|#s+K.F*", "u@G*H*I*J*K*L*2*M*N*O*P*Q*R*g g i&S*T*U*V*K&W*X*K&Y*L%Z*`* =.=+=@=#=0#$=%=&=I#J#J#*===-=:*;=>=,='=)=", "!=~=M*{=]=^=/=(=_= #:=B$L*<=[=}=<=|=|=|=1=|=|=|=|=5*[=[=[=2=3=4=d$5=6=7=8=9=0=a=b=c=d=0=&=d=e=e=f=g=", "K#h=c%i=c#j=k=l=m=n=o=_%p=!=6*q=r=s=t=u=v=w=x=y=6*/%z=^=A=B=C=D=K%z=E=E=E=F=J#G=w=H=I=J=K=K=K=6=a=a=", "I=I=L=-=P*/$I=I=M=v=N=J#F=O=O=z=N*P=Q=R=S=_%x$T='$(=A*U=c@V=w=w=W=X=w=6*!=/*l%Y=Z=p$`= -.-+-@-c%#-$-", "%-&-a=0=*-0=0=&=]$=-J#J#--;-;->-,-'-)-3=!-~-[=5*{-[=[=[=[=]-^-/-|=<=}=`=<=(-M=:=_-Z+:-<-G&[-}-|-8.V*", "1-v#V&2-L+3-4-:=5-a=6-a=%=c%c%0#7-8-9-0-a-b-c-d-e-T=4*f-g-h-V*.*i-f * f j-k-l-L*E=m-n-o-p-~$q-r-s-t-", "1@u-z&v-h%w-x-m=y-z-K&K&J@A*$$A-B-C-D-D-E-}&R.(.-&F-y#Q.Q.h%` g c.G-H-I-A&J-K-L-M-k&N-O-Q.P-q%/ f*S.", "Q-'-L*P*R-S-T-U-X*5*5*[=V-W-X-+*z*Y-Z-`- ;)%.;+;L+@;#;W-[*$;%;&;H+W&!*+;*;3%=;%;Z s `.#+-&e&-;;;{=**", "N%G+G+K-]=[**;Q=+*>;,;J&';.*f.);!;'$J*J*E&t&y&~;H&V&{;z%];A#^;);[&!$/;(;_;Z.:;:;!$[.<;u#N.[;};&&|;,=", "1;g&D%';2;2;3;4;J&|#r&};8.5;G&G&6;>;;;7;-@U T#`.T#5.8;9;0;M&z&K.a;b;c;O+B&d;e;G.u&i s$Y.{%r$,$m=%$9.", "[$f;g;u O@a&h;y%U.w%w%i;P+M.g&g&};u-A#j;j;k;s*l;l;n.x#<;R m;n;o;p;q;3&Z#9@r;f*1-t&O&s;t;u;:&h&S&v;w;", "U@x;]&y;~&z;h&A;B;'&!&C;6.Y&5.D;E;`.~;5@&&F;e $&G;o#f*H;I;J;`%K;L;M;Y%N;O;`%P;Q;}&R;A-v-R&O@S;T;U;; ", "7+W&=#9#V;&;H&W;>;G%H&6+X;Y;Z;W.W.`; >Z;`&|#x#x%x%l*Q.X$.><$<$[$P-q%+>~@S.i&W.@>#>O-U=+ $>%>&>@%*>=>", "c#d%->b%a%Z@;>;>q-6%Y@>>M*,>6%'>6%q-)>!>~=1%~>{>}%<*J+]>,>o$^>^%X@I@/>(>_>:>'%<>>%l$t;-@.#[>}>|>1>4=", "2>!$| 3>.%4>`$5>6>/&7>8>9>0>8@a>q%S$a>b>c>d>w;e>D-f>L$K$0 g>h>H$Z%I$H$t$i>!@j>C$B$;-M#M#z$c${>a$L*[*", "u$0 k>Z#l>c&m>9#n>o>p>k#R;q>r>s>@#t>u>a+v>w>x>y>z>*=A>B>`*G%Q=C>v&D>t 4.8$E>F>G>-@H>> w*I>J>K>L>M>v;", ".*/*(-/$N>d=J#&=O>{$P>Q>R>U.S>C+T>a.-$U>V>W>}=X>Y>r$Z>!+`> ,.,4#.$+,@,@,#,Y#w$$,%,*+&&S#{%&,*,*,R>=,", "M#M#L#K#0=J#I#-,4.*+;,>,,,',U$),!,L-r+@%u#}.~,#$B#{,],^,^,/,(,_,s%T@1.m@[.:,n.<,[,P>j#i#$#-,f#f#e#},", "d#N#.@|,b#a#1,Z*2+2,6#6#3,k>4,` 5,x$^=6,6,x$K@x$A&7,&@8,8,B@Y+^#q@>%Y.8,9,0,a,M+^%b,=#h.^%8+c,-,Z@%#", "d,J*e,!>l+f,g,h,k#i,j,k,+%l,Q$m,n,/&o,p,8;n=q,J%B*F;+++#r,T+s,t,U.w#u,v,w,j%x,y,z,A,+%<.u@y@B,D%3@C,", "l>D,l>O.E,F,4.!#s@|>G,H,I,g#J,K,L,M,N,O,P,~ w#^;T+Q,t h*R,S,x*e ),z.T,U,H#Q$V,_@_@W,X,Y,]@{@C.j*$ B.", "9#/;l$Z,`, '.'+'@'B%$@#'_$I*p-{>o-$'%'A*&'> v*v*R H>s.e&[.s.R+s.*'}@='J. ;Z;M+J+J+-';'1>[->'=;,'=;=;", "<.'')'c.: !'~'z@S%| | 6.{'s&U.]'D;^'/'('_'l+e@k+:'+;d+d+f+e+d+<'['}',>9+D+E*O&H>_+z#|'F;&+{@[+d&(@1'", "# ~'2'd&3'4'5'6'p+}&7'8'9'0'a'g*X#b'8>c'd>d'#.7 e'f'g'j*j*w h'#+#+5@|'T#5,5.i'H@j'k'd,Z;l'm',+n'O@Z ", "e&v@S&];h%x#L-# J 1.7.G.o'p'q'L m;C.:@:@r'2.+'s'c.d'd'h 7.o'_+_+f'e&F;B-t'y@u't>H*u'm.v'^%o+5 |'n*t*", "6@B&Z>|;N&;;w'I-g S s 6.6.x'|.y'~+#.1'z'A'B B B'(.d C'C'D'E'F'F').).>.>.>.;.G'o%U,f*^ %.H'O@I'2@`. .", "$ t*Z -@g@J'(;#%K'S S 9$E-%.L'N M'N'J d.^.O'P'A.Q':+D R'S'4'T'$,,+U'V'v v g r }.w#W'X'Y'o Z'`'l k )", "Y .)+)+)@)&>F.#)$)a %)&)*)=)&>-)7$!#k$Z;Y.;)+ >)E*$>,)) $)')))!)!)~)u B ' f*{)B _+m@])v.e ^)T+/)()_)"}; gtans-1.99.0/depcomp0000754000175400010010000004271311133032423011213 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2007-03-29.01 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007 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., 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 Alexandre Oliva . case $1 in '') echo "$0: No command. Try \`$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by `PROGRAMS ARGS'. object Object file output by `PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputing dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ## The second -e expression handles DOS-style file names with drive letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the `deleted header file' problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. tr ' ' ' ' < "$tmpdepfile" | ## Some versions of gcc put a space before the `:'. On the theory ## that the space means something, we add a space to the output as ## well. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like `#:fec' to the end of the # dependency line. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ tr ' ' ' ' >> $depfile echo >> $depfile # The second pass generates a dummy entry for each header file. tr ' ' ' ' < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> $depfile else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts `$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then # Each line is of the form `foo.o: dependent.h'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a tab and a space in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else # The sourcefile does not contain any dependencies, so just # store a dummy comment line, to avoid errors with the Makefile # "include basename.Plo" scheme. echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; icc) # Intel's C compiler understands `-MD -MF file'. However on # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c # ICC 7.0 will fill foo.d with something like # foo.o: sub/foo.c # foo.o: sub/foo.h # which is wrong. We want: # sub/foo.o: sub/foo.c # sub/foo.o: sub/foo.h # sub/foo.c: # sub/foo.h: # ICC 7.1 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using \ : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile" # Add `dependent.h:' lines. sed -ne '2,${; s/^ *//; s/ \\*$//; s/$/:/; p;}' "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in `foo.d' instead, so we check for that too. # Subdirectories are respected. dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` test "x$dir" = "x$object" && dir= base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` if test "$libtool" = yes; then # With Tru64 cc, shared objects can also be used to make a # static library. This mechanism is used in libtool 1.4 series to # handle both shared and static libraries in a single compilation. # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d. # # With libtool 1.5 this exception was removed, and libtool now # generates 2 separate objects for the 2 libraries. These two # compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4 tmpdepfile2=$dir$base.o.d # libtool 1.5 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.o.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d tmpdepfile4=$dir$base.d "$@" -MD fi stat=$? if test $stat -eq 0; then : else rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" # That's a tab and a space in the []. sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" else echo "#dummy" > "$depfile" fi rm -f "$tmpdepfile" ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test $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 test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for `:' # in the target name. This is to cope with DOS-style filenames: # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise. "$@" $dashmflag | sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" tr ' ' ' ' < "$tmpdepfile" | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test $1 != '--mode=compile'; do shift done shift fi # 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 ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix="`echo $object | sed 's/^.*\././'`" touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" sed '1,2d' "$tmpdepfile" | tr ' ' ' ' | \ ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test $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 -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, 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 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: gtans-1.99.0/doc/0000777000175400010010000000000011133040116010457 500000000000000gtans-1.99.0/doc/gtans.60000644000175400010010000000656311132772376011633 00000000000000.TH gtans 6x "February 2000" \" .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection .\" other parms are allowed: see man(7), man(1) .SH NAME gtans \- Tangram game for X .SH SYNOPSIS .B gtans .I "[no options]" .br .SH "DESCRIPTION" Gtans is a tangram game that runs in X. Tangram is a kind of puzzle game where the player has to arrange a set of pieces to match a given shape. .SH OPTIONS No command-line options .br Use the graphical interface to customize the program. See below. .SH USAGE .PP The rules of the game are simple: move the pieces (known as tans) until they match the figure drawn on the right window. You must always use the seven tans and they should not be laid on top of one another. To move a tan, click and drag it with left mouse button, for rotation click AROUND it. You can flip the selected tan by right-clicking. This is usefull for the parallelogram tan (all positions can not be reached by rotating only). If you are a beginner to Tangram you should try the first 10 figures. The other ones are not sorted, some of them are very difficult (to my taste). When a figure has been solved the background color of the silhouette area changes. The solved figures are remembered by saving a status file in the user's directory (~/.gtans/afile.figures.status for a figure file called afile.figures) .B Show a tan This button shows the position of a tan. Each further click will display an other tan. .B Show outline Draw the figure in the main area. This makes the game much easier. .B Preferences Most of this menu's options allow you to change the colors used by the game. For the main area you may choose textures (pixmap files) instead of colors. Some sample files are supplied (I can't remember where I found them) but as the complete pathname is saved in the config file you can choose a file located anywhere (for example in /usr/share/pixmaps/). On a 8 bits display the colors may not be exactly what you want (GTK tries to find the best matching color). .B Preferences/Tans size/Increase Makes the tans 5 % bigger relatively to the game area. If you resize the window the tans size will be scaled. .B Preferences/Tans size/Decrease Makes the tans 4.76 % smaller .B Preferences/Accuracy Changes the precision of the comparison between the tans position and the solution. A lower accuracy makes the game more easy. .B Preferences/Rotation Step by step allows only rotation by increment of 11.5 degrees. Continuous rotation makes the game more difficult and you probably shouldn't use it unless you really dislike step by step rotation. .B Preferences/Figures file Allows you to choose another figures file. .B Preferences/Save config Save a config file in the user's home directory. .B Misc/Clear figure status Set the current figure as unsolved. .B Misc/Clear all figures status Set all the loaded figures (i.e. from the current figure file) as unsolved. .SH FILES ~/.gtans/.gtansrc Configuration options for gtans. All of these options can be set from the interface, there should be no need to edit this file. ~/.gtans/somename.figures.status Status files (for each figures file the user played with) remenbering which figures where solved. .SH SEE ALSO The gtans homepage at . Additional information and documentation can also be found in /usr/share/doc/gtans/ . .BR .SH AUTHOR The author of gtans is Philippe Banwarth gtans-1.99.0/doc/Makefile.am0000644000175400010010000000006011133024410012422 00000000000000man_MANS = gtans.6 EXTRA_DIST = \ $(man_MANS) gtans-1.99.0/doc/Makefile.in0000644000175400010010000002673511133032423012457 00000000000000# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = man6dir = $(mandir)/man6 am__installdirs = "$(DESTDIR)$(man6dir)" NROFF = nroff MANS = $(man_MANS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBM = @LIBM@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ 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@ PKG_CONFIG = @PKG_CONFIG@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RSVG_CONVERT = @RSVG_CONVERT@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ man_MANS = gtans.6 EXTRA_DIST = \ $(man_MANS) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu doc/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-man6: $(man6_MANS) $(man_MANS) @$(NORMAL_INSTALL) test -z "$(man6dir)" || $(MKDIR_P) "$(DESTDIR)$(man6dir)" @list='$(man6_MANS) $(dist_man6_MANS) $(nodist_man6_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.6*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ else file=$$i; fi; \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 6*) ;; \ *) ext='6' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man6dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man6dir)/$$inst"; \ done uninstall-man6: @$(NORMAL_UNINSTALL) @list='$(man6_MANS) $(dist_man6_MANS) $(nodist_man6_MANS)'; \ l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ for i in $$l2; do \ case "$$i" in \ *.6*) list="$$list $$i" ;; \ esac; \ done; \ for i in $$list; do \ ext=`echo $$i | sed -e 's/^.*\\.//'`; \ case "$$ext" in \ 6*) ;; \ *) ext='6' ;; \ esac; \ inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ inst=`echo $$inst | sed -e 's/^.*\///'`; \ inst=`echo $$inst | sed '$(transform)'`.$$ext; \ echo " rm -f '$(DESTDIR)$(man6dir)/$$inst'"; \ rm -f "$(DESTDIR)$(man6dir)/$$inst"; \ done tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(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 $(MANS) installdirs: for dir in "$(DESTDIR)$(man6dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-exec-am: install-html: install-html-am install-info: install-info-am install-man: install-man6 install-pdf: install-pdf-am install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-man uninstall-man: uninstall-man6 .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-man6 install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ uninstall-am uninstall-man uninstall-man6 # 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: gtans-1.99.0/gtans.desktop0000644000175400010010000000026111133017032012335 00000000000000[Desktop Entry] Version=1.0 Name=Tangrams Name[es]=Tangramas Comment=gtans Comment[es]=gtans TryExec=gtans Exec=gtans Icon=gtans Type=Application Categories=GTK;Game;LogicGame; gtans-1.99.0/INSTALL0000754000175400010010000002245011133032424010667 00000000000000Installation Instructions ************************* Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Basic Installation ================== Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see the `README' file for instructions specific to this package. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). It can also use an optional file (typically called `config.cache' and enabled with `--cache-file=config.cache' or simply `-C') that saves the results of its tests to speed up reconfiguring. Caching is disabled by default to prevent problems with accidental use of stale cache files. If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If you are using the cache, and at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.ac' (or `configure.in') is used to create `configure' by a program called `autoconf'. You need `configure.ac' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. Running `configure' might take a while. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package. 4. Type `make install' to install the programs and any data files and documentation. 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. 6. Often, you can also type `make uninstall' to remove the installed files again. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. Run `./configure --help' for details on some of the pertinent environment variables. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here is an example: ./configure CC=c99 CFLAGS=-g LIBS=-lposix *Note Defining Variables::, for more details. Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you can use GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. With a non-GNU `make', it is safer to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. Installation Names ================== By default, `make install' installs the package's commands under `/usr/local/bin', include files under `/usr/local/include', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PREFIX'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you pass the option `--exec-prefix=PREFIX' to `configure', the package uses PREFIX as the prefix for installing programs and libraries. Documentation and other data files still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=DIR' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== There may be some features `configure' cannot figure out automatically, but needs to determine by the type of machine the package will run on. Usually, assuming the package is built to be run on the _same_ architectures, `configure' can figure that out, but if it prints a message saying it cannot guess the machine type, give it the `--build=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name which has the form: CPU-COMPANY-SYSTEM where SYSTEM can have one of these forms: OS KERNEL-OS See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the machine type. If you are _building_ compiler tools for cross-compiling, you should use the option `--target=TYPE' to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a platform different from the build platform, you should specify the "host" platform (i.e., that on which the generated programs will eventually be run) with `--host=TYPE'. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Defining Variables ================== Variables not defined in a site shell script can be set in the environment passed to `configure'. However, some packages may run configure again during the build, and the customized values of these variables may be lost. In order to avoid this problem, you should set them in the `configure' command line, using `VAR=value'. For example: ./configure CC=/usr/local2/bin/gcc causes the specified `gcc' to be used as the C compiler (unless it is overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to an Autoconf bug. Until the bug is fixed you can use this workaround: CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== `configure' recognizes the following options to control how it operates. `--help' `-h' Print a summary of the options to `configure', and exit. `--version' `-V' Print the version of Autoconf used to generate the `configure' script, and exit. `--cache-file=FILE' Enable the cache: use and save the results of the tests in FILE, traditionally `config.cache'. FILE defaults to `/dev/null' to disable caching. `--config-cache' `-C' Alias for `--cache-file=config.cache'. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. gtans-1.99.0/install-sh0000754000175400010010000003246411133032422011643 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2006-12-25.00 # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # `make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. nl=' ' IFS=" "" $nl" # set DOITPROG to echo to test this script # Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} if test -z "$doit"; then doit_exec=exec else doit_exec=$doit fi # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_glob='?' initialize_posix_glob=' test "$posix_glob" != "?" || { if (set -f) 2>/dev/null; then posix_glob= else posix_glob=: fi } ' posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false no_target_directory= usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *' '* | *' '* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) dst_arg=$2 shift;; -T) no_target_directory=true;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call `install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then trap '(exit $?); exit' 1 2 13 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names starting with `-'. case $src in -*) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # Protect names starting with `-'. case $dst in -*) dst=./$dst;; esac # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test -n "$no_target_directory"; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else # Prefer dirname, but fall back on a substitute if dirname fails. dstdir=` (dirname "$dst") 2>/dev/null || expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$dst" : 'X\(//\)[^/]' \| \ X"$dst" : 'X\(//\)$' \| \ X"$dst" : 'X\(/\)' \| . 2>/dev/null || echo X"$dst" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q' ` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 if (umask $mkdir_umask && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writeable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. ls_ld_tmpdir=`ls -ld "$tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/d" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; -*) prefix='./';; *) prefix='';; esac eval "$initialize_posix_glob" oIFS=$IFS IFS=/ $posix_glob set -f set fnord $dstdir shift $posix_glob set +f IFS=$oIFS prefixes= for d do test -z "$d" && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && eval "$initialize_posix_glob" && $posix_glob set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && $posix_glob set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: gtans-1.99.0/Makefile.am0000644000175400010010000000017611133030743011673 00000000000000SUBDIRS = src data doc po desktopdir = $(datadir)/applications desktop_DATA = gtans.desktop EXTRA_DIST = \ $(desktop_DATA) gtans-1.99.0/Makefile.in0000644000175400010010000005226011133032424011703 00000000000000# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \ install-sh missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(desktopdir)" desktopDATA_INSTALL = $(INSTALL_DATA) DATA = $(desktop_DATA) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ { test ! -d $(distdir) \ || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -fr $(distdir); }; } DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBM = @LIBM@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ 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@ PKG_CONFIG = @PKG_CONFIG@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RSVG_CONVERT = @RSVG_CONVERT@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = src data doc po desktopdir = $(datadir)/applications desktop_DATA = gtans.desktop EXTRA_DIST = \ $(desktop_DATA) all: all-recursive .SUFFIXES: am--refresh: @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ cd $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) install-desktopDATA: $(desktop_DATA) @$(NORMAL_INSTALL) test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)" @list='$(desktop_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \ $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \ done uninstall-desktopDATA: @$(NORMAL_UNINSTALL) @list='$(desktop_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \ rm -f "$(DESTDIR)$(desktopdir)/$$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): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" $(RECURSIVE_CLEAN_TARGETS): @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(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; nonemtpy = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ 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; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) $(am__remove_distdir) test -d $(distdir) || mkdir $(distdir) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(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='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ distdir=`$(am__cd) $(distdir) && pwd`; \ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ (cd $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$top_distdir" \ distdir="$$distdir/$$subdir" \ am__remove_distdir=: \ am__skip_length_check=: \ 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 $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r $(distdir) dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) dist-lzma: distdir tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma $(am__remove_distdir) dist-tarZ: distdir tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__remove_distdir) dist-shar: distdir shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__remove_distdir) dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lzma*) \ unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) 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 ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck $(am__remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(desktopdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 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 mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive info: info-recursive info-am: install-data-am: install-desktopDATA install-dvi: install-dvi-recursive install-exec-am: install-html: install-html-recursive install-info: install-info-recursive install-man: install-pdf: install-pdf-recursive install-ps: install-ps-recursive 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 pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-desktopDATA .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ install-strip .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-am clean clean-generic \ ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \ distclean-generic distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am \ install-desktopDATA install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-desktopDATA # 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: gtans-1.99.0/missing0000754000175400010010000002557711133032422011245 00000000000000#! /bin/sh # Common stub for a few missing GNU programs while installing. scriptversion=2006-05-10.23 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 # 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., 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. if test $# -eq 0; then echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi run=: sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' sed_minuso='s/.* -o \([^ ]*\).*/\1/p' # In the cases where this matters, `missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac else configure_ac=configure.in fi msg="missing on your system" case $1 in --run) # Try to run requested program, and just exit if it succeeds. run= shift "$@" && exit 0 # Exit code 63 means version mismatch. This often happens # when the user try to use an ancient version of a tool on # a file that requires a minimum version. In this case we # we should proceed has if the program had been absent, or # if --run hadn't been passed. if test $? = 63; then run=: msg="probably too old" fi ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: -h, --help display this help and exit -v, --version output version information and exit --run try to run the given command, and emulate it if it fails Supported PROGRAM values: aclocal touch file \`aclocal.m4' autoconf touch file \`configure' autoheader touch file \`config.h.in' autom4te touch the output file, or create a stub one automake touch all \`Makefile.in' files bison create \`y.tab.[ch]', if possible, from existing .[ch] flex create \`lex.yy.c', if possible, from existing .c help2man touch the output file lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: Unknown \`$1' option" echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; esac # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect # the program). case $1 in lex|yacc) # Not GNU programs, they don't have --version. ;; tar) if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then exit 1 fi ;; *) if test -z "$run" && ($1 --version) > /dev/null 2>&1; then # We have it, but it failed. exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then # Could not run --version or --help. This is probably someone # running `$TOOL --version' or `$TOOL --help' to check whether # $TOOL exists and not knowing $TOOL uses missing. exit 1 fi ;; esac # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. case $1 in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" touch_files= for f in $files; do case $f in *:*) touch_files="$touch_files "`echo "$f" | sed -e 's/^[^:]*://' -e 's/:.*//'`;; *) touch_files="$touch_files $f.in";; esac done touch $touch_files ;; automake*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | while read f; do touch "$f"; done ;; autom4te) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the proper tools for further handling them. You can get \`$1' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo "#! /bin/sh" echo "# Created by GNU Automake missing as a replacement of" echo "# $ $@" echo "exit 0" chmod +x $file exit 1 fi ;; bison|yacc) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then eval LASTARG="\${$#}" case $LASTARG in *.y) SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.c fi SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` if test -f "$SRCFILE"; then cp "$SRCFILE" y.tab.h fi ;; esac fi if test ! -f y.tab.h; then echo >y.tab.h fi if test ! -f y.tab.c; then echo 'main() { return 0; }' >y.tab.c fi ;; lex|flex) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then eval LASTARG="\${$#}" case $LASTARG in *.l) SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` if test -f "$SRCFILE"; then cp "$SRCFILE" lex.yy.c fi ;; esac fi if test ! -f lex.yy.c; then echo 'main() { return 0; }' >lex.yy.c fi ;; help2man) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the \`Help2man' package in order for those modifications to take effect. You can get \`Help2man' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -f "$file"; then touch $file else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" exit 1 fi ;; makeinfo) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious call might also be the consequence of using a buggy \`make' (AIX, DU, IRIX). You might want to install the \`Texinfo' package or the \`GNU make' package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` if test -z "$file"; then # ... or it is the one specified with @setfilename ... infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` file=`sed -n ' /^@setfilename/{ s/.* \([^ ]*\) *$/\1/ p q }' $infile` # ... or it is derived from the source name (dir/f.texi becomes f.info) test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info fi # If the file does not exist, the user really needs makeinfo; # let's fail without touching anything. test -f $file || exit 1 touch $file ;; tar) shift # We have already tried tar in the generic part. # Look for gnutar/gtar before invocation to avoid ugly error # messages. if (gnutar --version > /dev/null 2>&1); then gnutar "$@" && exit 0 fi if (gtar --version > /dev/null 2>&1); then gtar "$@" && exit 0 fi firstarg="$1" if shift; then case $firstarg in *o*) firstarg=`echo "$firstarg" | sed s/o//` tar "$firstarg" "$@" && exit 0 ;; esac case $firstarg in *h*) firstarg=`echo "$firstarg" | sed s/h//` tar "$firstarg" "$@" && exit 0 ;; esac fi echo 1>&2 "\ WARNING: I can't seem to be able to run \`tar' with the given arguments. You may want to install GNU tar or Free paxutils, or check the command line arguments." exit 1 ;; *) echo 1>&2 "\ WARNING: \`$1' is needed, and is $msg. You might have modified some files without having the proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing \`$1' program." exit 1 ;; esac exit 0 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: gtans-1.99.0/mkinstalldirs0000754000175400010010000000664711133032424012453 00000000000000#! /bin/sh # mkinstalldirs --- make directory hierarchy scriptversion=2006-05-11.19 # Original author: Noah Friedman # Created: 1993-05-16 # Public domain. # # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' IFS=" "" $nl" errstatus=0 dirmode= usage="\ Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... Create each directory DIR (with mode MODE, if specified), including all leading file name components. Report bugs to ." # process command line arguments while test $# -gt 0 ; do case $1 in -h | --help | --h*) # -h for help echo "$usage" exit $? ;; -m) # -m PERM arg shift test $# -eq 0 && { echo "$usage" 1>&2; exit 1; } dirmode=$1 shift ;; --version) echo "$0 $scriptversion" exit $? ;; --) # stop option processing shift break ;; -*) # unknown option echo "$usage" 1>&2 exit 1 ;; *) # first non-opt arg break ;; esac done for file do if test -d "$file"; then shift else break fi done case $# in 0) exit 0 ;; esac # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and # mkdir -p a/c at the same time, both will detect that a is missing, # one will create a, then the other will try to create a and die with # a "File exists" error. This is a problem when calling mkinstalldirs # from a parallel make. We use --version in the probe to restrict # ourselves to GNU mkdir, which is thread-safe. case $dirmode in '') if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -p -- $*" exec mkdir -p -- "$@" else # On NextStep and OpenStep, the `mkdir' command does not # recognize any option. It will interpret all options as # directories to create, and then abort because `.' already # exists. test -d ./-p && rmdir ./-p test -d ./--version && rmdir ./--version fi ;; *) if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && test ! -d ./--version; then echo "mkdir -m $dirmode -p -- $*" exec mkdir -m "$dirmode" -p -- "$@" else # Clean up after NextStep and OpenStep mkdir. for d in ./-m ./-p ./--version "./$dirmode"; do test -d $d && rmdir $d done fi ;; esac for file do case $file in /*) pathcomp=/ ;; *) pathcomp= ;; esac oIFS=$IFS IFS=/ set fnord $file shift IFS=$oIFS for d do test "x$d" = x && continue pathcomp=$pathcomp$d case $pathcomp in -*) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr else if test ! -z "$dirmode"; then echo "chmod $dirmode $pathcomp" lasterr= chmod "$dirmode" "$pathcomp" || lasterr=$? if test ! -z "$lasterr"; then errstatus=$lasterr fi fi fi fi pathcomp=$pathcomp/ done done exit $errstatus # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-end: "$" # End: gtans-1.99.0/NEWS0000644000175400010010000000101311133030474010326 000000000000001.99.0 : Ported to GTK2 with autotools build. 1.2 : No changes. Included all the additionnal files : alphabet figures and translations (Russian, Ukrainian, Polish, Czech and Turkish). See AUTHORS for the contributor's names 1.1 : Minor bug fixes. 130 more figures. Adjustable precision of the figure recognition. Remembering of the solved figures. Allow to change the size of the tans. NLS (added by Arturo Aldama Espinosa). 1.0 : Bug fixes. 130 more figures. Help functions. License is now GPL. 0.1 : initial release. gtans-1.99.0/po/0000777000175400010010000000000011133040120010323 500000000000000gtans-1.99.0/po/cs.po0000644000175400010010000001060511133011146011214 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: gtans\n" "POT-Creation-Date: 2000-03-14 12:07+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: C. McCohy \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8-bit\n" #: callbacks.c:269 msgid "User config file saved." msgstr "Konfiguraèní soubor ulo¾en." #: callbacks.c:271 msgid "Can't save config file." msgstr "Nemohu ulo¾it konfiguraèní soubor." #: callbacks.c:279 msgid "About gTans..." msgstr "O gTans..." #: callbacks.c:318 msgid "Can't read help file, Sorry." msgstr "Nemohu otevøít soubor s nápovìdou, sorry." #: callbacks.c:321 msgid "gTans help..." msgstr "gTans nápovìda..." # this string should be as short as possible. #: callbacks.c:451 msgid "Click into to move, around to rotate. Right-click to flip." msgstr "Pohyb s kliknutím, otáèení s kliknutím mimo. Pravým obrácení." #: callbacks.c:473 msgid "Well done. Try another one ?" msgstr "Hovoto. Dal¹í?" #: callbacks.c:630 msgid "Select a figures file..." msgstr "Vyberte soubor s figurami..." #: callbacks.c:634 msgid "Select a texture (xpm file)..." msgstr "Vyberte texturu (xpm soubor)..." #: callbacks.c:675 #, c-format msgid "%d figures loaded." msgstr "Poèet nahraných figur: %d." #: callbacks.c:680 msgid "Can't load figure file." msgstr "Nemohu nahrát figury ze souboru." #: callbacks.c:742 msgid "Select a color..." msgstr "Vyberte barvu ..." #: interface.c:127 msgid "Game" msgstr "Hra" #: interface.c:143 msgid "Quit" msgstr "Konec" #: interface.c:151 msgid "Preferences" msgstr "Nastavení" #: interface.c:167 msgid "Tans" msgstr "Kostky" #: interface.c:183 interface.c:215 interface.c:247 msgid "Color..." msgstr "Barva..." #: interface.c:191 interface.c:223 interface.c:255 msgid "Texture..." msgstr "Textura..." #: interface.c:199 msgid "Hilighted tan" msgstr "Vybraná kostka" #: interface.c:231 msgid "Background" msgstr "Pozadí" #: interface.c:263 msgid "Outline help color..." msgstr "Barva pomocného obrysu..." #: interface.c:280 msgid "Silhouette color..." msgstr "Barva siluety..." #: interface.c:288 msgid "Silhouette background..." msgstr "Pozadí siluety..." #: interface.c:296 msgid "Solved figure bg..." msgstr "Barva slo¾ené figury..." #: interface.c:304 msgid "Help tan color..." msgstr "Barva kostky v nápovìdì..." #: interface.c:321 msgid "Tans size" msgstr "Velikost kostek" #: interface.c:337 msgid "Increase" msgstr "Zvìt¹it" #: interface.c:345 msgid "Decrease" msgstr "Zmen¹it" #: interface.c:353 msgid "Accuracy" msgstr "Tolerance" #: interface.c:369 msgid "High" msgstr "Vysoká" #: interface.c:378 msgid "Medium" msgstr "Støední" #: interface.c:387 msgid "Low" msgstr "Nízká" #: interface.c:397 msgid "Rotation" msgstr "Rotace" #: interface.c:413 msgid "Continuous" msgstr "Plynulá" #: interface.c:422 msgid "Step by step" msgstr "Po èástech" #: interface.c:441 msgid "Figures file..." msgstr "Soubor s figurami..." #: interface.c:458 msgid "Save config" msgstr "Ulo¾it konfiguraci" #: interface.c:466 msgid "Misc." msgstr "Rùzné" #: interface.c:482 msgid "About..." msgstr "O..." #: interface.c:490 msgid "Help..." msgstr "Nápovìda..." #: interface.c:507 msgid "Clear figure status" msgstr "Zapomenout slo¾enou figuru" #: interface.c:515 msgid "Clear all figures status" msgstr "Zapomenout v¹echny slo¾ené figury" #: interface.c:588 msgid "Figure " msgstr "Figura " #: interface.c:615 msgid "Unselect tan" msgstr "Odzna¾it kostku" #: interface.c:640 msgid "Show a tan" msgstr "Ukázat kostku" #: interface.c:649 msgid "Show outline" msgstr "Ukázat obrys" #: interface.c:791 msgid "Select a file" msgstr "Vyberte soubor" #: interface.c:831 msgid "Select color" msgstr "Vyberte barvu" #: interface.c:880 msgid "About gTans" msgstr "O gTans" #: interface.c:904 interface.c:967 msgid "Close" msgstr "Zavøít" #: interface.c:935 msgid "gTans help" msgstr "gTans nápovìda" #: main.c:1802 msgid "Select a tan." msgstr "Vyberte kostku." #: main.c:1804 msgid "No figure loaded." msgstr "Nebyly nahrány ¾ádné figury." #: support.c:118 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "Nemohu najít xpm soubor: %s" #: support.c:127 #, c-format msgid "Error loading pixmap file: %s" msgstr "Chyba pøi nahrávání pixmapového obrázku: %s" gtans-1.99.0/po/es.po0000644000175400010010000001043011133011147011213 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2000-03-14 12:07+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: ENCODING\n" #: callbacks.c:269 msgid "User config file saved." msgstr "Configuración del usuario guardada." #: callbacks.c:271 msgid "Can't save config file." msgstr "No puedo guardar el archivo de configuración." #: callbacks.c:279 msgid "About gTans..." msgstr "Acerca de gTans..." #: callbacks.c:318 msgid "Can't read help file, Sorry." msgstr "Lo siento. No puedo leer el archivo de ayuda." #: callbacks.c:321 msgid "gTans help..." msgstr "Ayuda de gTans..." #: callbacks.c:451 msgid "Click into to move, around to rotate. Right-click to flip." msgstr "" "Click adentro para mover y alrededor para rotar. Click derecho para voltear" #: callbacks.c:473 msgid "Well done. Try another one ?" msgstr "Bien hecho. ¿Intentar otro?" #: callbacks.c:630 msgid "Select a figures file..." msgstr "Seleccionar un archivo de figuras..." #: callbacks.c:634 msgid "Select a texture (xpm file)..." msgstr "Seleccionar una textura (archivo xpm)..." #: callbacks.c:675 #, c-format msgid "%d figures loaded." msgstr "%d figuras cargadas." #: callbacks.c:680 msgid "Can't load figure file." msgstr "No pude abrir el archivo de figuras." #: callbacks.c:742 msgid "Select a color..." msgstr "Selecciona un color..." #: interface.c:127 msgid "Game" msgstr "Juego" #: interface.c:143 msgid "Quit" msgstr "Salir" #: interface.c:151 msgid "Preferences" msgstr "Preferencias" #: interface.c:167 msgid "Tans" msgstr "Piezas" #: interface.c:183 interface.c:215 interface.c:247 msgid "Color..." msgstr "Color..." #: interface.c:191 interface.c:223 interface.c:255 msgid "Texture..." msgstr "Textura..." #: interface.c:199 msgid "Hilighted tan" msgstr "Pieza resaltada" #: interface.c:231 msgid "Background" msgstr "Fondo" #: interface.c:263 msgid "Outline help color..." msgstr "Color del contorno de ayuda..." #: interface.c:280 msgid "Silhouette color..." msgstr "Color de silueta..." #: interface.c:288 msgid "Silhouette background..." msgstr "Fondo de silueta" #: interface.c:296 msgid "Solved figure bg..." msgstr "Fondo de figura resuelta" #: interface.c:304 msgid "Help tan color..." msgstr "Color de la pieza de ayuda..." #: interface.c:321 msgid "Tans size" msgstr "Tamaño de las piezas" #: interface.c:337 msgid "Increase" msgstr "Aumentar" #: interface.c:345 msgid "Decrease" msgstr "Reducir" #: interface.c:353 msgid "Accuracy" msgstr "Precisión" #: interface.c:369 msgid "High" msgstr "Alto" #: interface.c:378 msgid "Medium" msgstr "Medio" #: interface.c:387 msgid "Low" msgstr "Bajo" #: interface.c:397 msgid "Rotation" msgstr "Rotación" #: interface.c:413 msgid "Continuous" msgstr "Continuo" #: interface.c:422 msgid "Step by step" msgstr "Paso a paso" #: interface.c:441 msgid "Figures file..." msgstr "Archivo de figuras..." #: interface.c:458 msgid "Save config" msgstr "Guardar configuración" #: interface.c:466 msgid "Misc." msgstr "Misceláneo" #: interface.c:482 msgid "About..." msgstr "Acerca de..." #: interface.c:490 msgid "Help..." msgstr "Ayuda..." #: interface.c:507 msgid "Clear figure status" msgstr "Borrar estado de la figura" #: interface.c:515 msgid "Clear all figures status" msgstr "Borrar estado de todas las figuras" #: interface.c:588 msgid "Figure " msgstr "Figura " #: interface.c:615 msgid "Unselect tan" msgstr "Deseleccionar pieza" #: interface.c:640 msgid "Show a tan" msgstr "Mostrar una pieza" #: interface.c:649 msgid "Show outline" msgstr "Mostrar contorno" #: interface.c:791 msgid "Select a file" msgstr "Seleccionar un archivo" #: interface.c:831 msgid "Select color" msgstr "Seleccionar un color" #: interface.c:880 msgid "About gTans" msgstr "Acerca de gTans" #: interface.c:904 interface.c:967 msgid "Close" msgstr "Cerrar" #: interface.c:935 msgid "gTans help" msgstr "Ayuda de gTans" #: main.c:1802 msgid "Select a tan." msgstr "Seleccionar una pieza." #: main.c:1804 msgid "No figure loaded." msgstr "Ninguna figura cargada." gtans-1.99.0/po/fr.po0000644000175400010010000001030411133011150011205 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2000-03-14 12:07+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: ENCODING\n" #: callbacks.c:269 msgid "User config file saved." msgstr "Config. sauvée" #: callbacks.c:271 msgid "Can't save config file." msgstr "Impossible de sauver la config." #: callbacks.c:279 msgid "About gTans..." msgstr "A propos..." #: callbacks.c:318 msgid "Can't read help file, Sorry." msgstr "Impossible de lire le fichier d'aide." #: callbacks.c:321 msgid "gTans help..." msgstr "Aide..." #: callbacks.c:451 msgid "Click into to move, around to rotate. Right-click to flip." msgstr "Cliquer dessus (deplacement), à coté (rotation) ou droit (retournement)." #: callbacks.c:473 msgid "Well done. Try another one ?" msgstr "Bien joué. Un autre ?" #: callbacks.c:630 msgid "Select a figures file..." msgstr "Choisissez un fichier de figures..." #: callbacks.c:634 msgid "Select a texture (xpm file)..." msgstr "Choisissez une texture (fichier xpm)..." #: callbacks.c:675 #, c-format msgid "%d figures loaded." msgstr "%d figures chargées." #: callbacks.c:680 msgid "Can't load figure file." msgstr "Impossible de lire le fichier de figures." #: callbacks.c:742 msgid "Select a color..." msgstr "Choisissez la couleur..." #: interface.c:127 msgid "Game" msgstr "Jeu" #: interface.c:143 msgid "Quit" msgstr "Quitter" #: interface.c:151 msgid "Preferences" msgstr "Préférences" #: interface.c:167 msgid "Tans" msgstr "Tans" #: interface.c:183 interface.c:215 interface.c:247 msgid "Color..." msgstr "Couleur..." #: interface.c:191 interface.c:223 interface.c:255 msgid "Texture..." msgstr "Texture..." #: interface.c:199 msgid "Hilighted tan" msgstr "Tan selectionné" #: interface.c:231 msgid "Background" msgstr "Fond" #: interface.c:263 msgid "Outline help color..." msgstr "Couleur du contour d'aide..." #: interface.c:280 msgid "Silhouette color..." msgstr "Couleur de la silhouette..." #: interface.c:288 msgid "Silhouette background..." msgstr "Fond de la silhouette..." #: interface.c:296 msgid "Solved figure bg..." msgstr "Figure trouvée..." #: interface.c:304 msgid "Help tan color..." msgstr "Couleur de tan d'aide..." #: interface.c:321 msgid "Tans size" msgstr "Taille des tans" #: interface.c:337 msgid "Increase" msgstr "Plus grand" #: interface.c:345 msgid "Decrease" msgstr "Plus petit" #: interface.c:353 msgid "Accuracy" msgstr "Precision necessaire" #: interface.c:369 msgid "High" msgstr "Elevée" #: interface.c:378 msgid "Medium" msgstr "Moyenne" #: interface.c:387 msgid "Low" msgstr "Faible" #: interface.c:397 msgid "Rotation" msgstr "Rotation" #: interface.c:413 msgid "Continuous" msgstr "Continue" #: interface.c:422 msgid "Step by step" msgstr "Pas à pas" #: interface.c:441 msgid "Figures file..." msgstr "Fichier de figures..." #: interface.c:458 msgid "Save config" msgstr "Sauver la config." #: interface.c:466 msgid "Misc." msgstr "Divers." #: interface.c:482 msgid "About..." msgstr "A propos..." #: interface.c:490 msgid "Help..." msgstr "Aide..." #: interface.c:507 msgid "Clear figure status" msgstr "Effacer l'état de la figure" #: interface.c:515 msgid "Clear all figures status" msgstr "Effacer l'état des figures" #: interface.c:588 msgid "Figure " msgstr "Figure" #: interface.c:615 msgid "Unselect tan" msgstr "Déselectionner" #: interface.c:640 msgid "Show a tan" msgstr "Afficher un tan" #: interface.c:649 msgid "Show outline" msgstr "Afficher le contour" #: interface.c:791 msgid "Select a file" msgstr "Choisissez un fichier" #: interface.c:831 msgid "Select color" msgstr "Choisissez la couleur" #: interface.c:880 msgid "About gTans" msgstr "A propos de gTans" #: interface.c:904 interface.c:967 msgid "Close" msgstr "Fermer" #: interface.c:935 msgid "gTans help" msgstr "Aide de gTans" #: main.c:1802 msgid "Select a tan." msgstr "Selectionnez un tan." #: main.c:1804 msgid "No figure loaded." msgstr "Aucune figure." gtans-1.99.0/po/LINGUAS0000644000175400010010000000002511133011155011267 00000000000000cs es fr pl ru tr uk gtans-1.99.0/po/Makefile.in.in0000754000175400010010000001536111133040120012721 00000000000000# Makefile for program source directory in GNU NLS utilities package. # Copyright (C) 1995, 1996, 1997 by Ulrich Drepper # Copyright (C) 2004-2008 Rodney Dawes # # This file may be copied and used freely without restrictions. It may # be used in projects which are not available under a GNU Public License, # but which still want to provide support for the GNU gettext functionality. # # - Modified by Owen Taylor to use GETTEXT_PACKAGE # instead of PACKAGE and to look for po2tbl in ./ not in intl/ # # - Modified by jacob berkman to install # Makefile.in.in and po2tbl.sed.in for use with glib-gettextize # # - Modified by Rodney Dawes for use with intltool # # We have the following line for use by intltoolize: # INTLTOOL_MAKEFILE GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ SHELL = /bin/sh srcdir = @srcdir@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ datarootdir = @datarootdir@ libdir = @libdir@ DATADIRNAME = @DATADIRNAME@ itlocaledir = $(prefix)/$(DATADIRNAME)/locale subdir = po install_sh = @install_sh@ # Automake >= 1.8 provides @mkdir_p@. # Until it can be supposed, use the safe fallback: mkdir_p = $(install_sh) -d INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ GMSGFMT = @GMSGFMT@ MSGFMT = @MSGFMT@ XGETTEXT = @XGETTEXT@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist GENPOT = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot ALL_LINGUAS = @ALL_LINGUAS@ PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi) USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep ^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep ^$$lang$$`"; then printf "$$lang "; fi; done; fi) USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done) POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) DISTFILES = Makefile.in.in POTFILES.in $(POFILES) EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS POTFILES = \ # This comment gets stripped out CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done) .SUFFIXES: .SUFFIXES: .po .pox .gmo .mo .msg .cat .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(MSGFMT) -o $@ $< .po.gmo: file=`echo $* | sed 's,.*/,,'`.gmo \ && rm -f $$file && $(GMSGFMT) -o $$file $< .po.cat: sed -f ../intl/po2msg.sed < $< > $*.msg \ && rm -f $@ && gencat $@ $*.msg all: all-@USE_NLS@ all-yes: $(CATALOGS) all-no: $(GETTEXT_PACKAGE).pot: $(POTFILES) $(GENPOT) install: install-data install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $$dir; \ if test -r $$lang.gmo; then \ $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \ else \ $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ echo "installing $(srcdir)/$$lang.gmo as" \ "$$dir/$(GETTEXT_PACKAGE).mo"; \ fi; \ if test -r $$lang.gmo.m; then \ $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ if test -r $(srcdir)/$$lang.gmo.m ; then \ $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \ $$dir/$(GETTEXT_PACKAGE).mo.m; \ echo "installing $(srcdir)/$$lang.gmo.m as" \ "$$dir/$(GETTEXT_PACKAGE).mo.m"; \ else \ true; \ fi; \ fi; \ done # Empty stubs to satisfy archaic automake needs dvi info tags TAGS ID: # Define this as empty until I found a useful application. install-exec installcheck: uninstall: linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ done check: all $(GETTEXT_PACKAGE).pot rm -f missing notexist srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m if [ -r missing -o -r notexist ]; then \ exit 1; \ fi mostlyclean: rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp rm -f .intltool-merge-cache clean: mostlyclean distclean: clean rm -f Makefile Makefile.in POTFILES stamp-it rm -f *.mo *.msg *.cat *.cat.m *.gmo maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." rm -f Makefile.in.in distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) dist distdir: $(DISTFILES) dists="$(DISTFILES)"; \ extra_dists="$(EXTRA_DISTFILES)"; \ for file in $$extra_dists; do \ test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \ done; \ for file in $$dists; do \ test -f $$file || file="$(srcdir)/$$file"; \ ln $$file $(distdir) 2> /dev/null \ || cp -p $$file $(distdir); \ done update-po: Makefile $(MAKE) $(GETTEXT_PACKAGE).pot tmpdir=`pwd`; \ linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ echo "$$lang:"; \ result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \ if $$result; then \ if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \ :; \ else \ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \ rm -f $$tmpdir/$$lang.new.po; \ exit 1; \ fi; \ fi; \ else \ echo "msgmerge for $$lang.gmo failed!"; \ rm -f $$tmpdir/$$lang.new.po; \ fi; \ done Makefile POTFILES: stamp-it @if test ! -f $@; then \ rm -f stamp-it; \ $(MAKE) stamp-it; \ fi stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \ $(SHELL) ./config.status # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gtans-1.99.0/po/pl.po0000644000175400010010000001057011133011151011217 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: gtans\n" "POT-Creation-Date: 2000-03-14 12:07+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Bartosz Taudul \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-2\n" "Content-Transfer-Encoding: 8-bit\n" #: callbacks.c:269 msgid "User config file saved." msgstr "Plik konfiguracyjny u¿ytkownika zapisany." #: callbacks.c:271 msgid "Can't save config file." msgstr "Nie mogê zapisaæ pliku konfiguracyjnego." #: callbacks.c:279 msgid "About gTans..." msgstr "O gTans..." #: callbacks.c:318 msgid "Can't read help file, Sorry." msgstr "Nie mo¿na odczytaæ pliku pomocy." #: callbacks.c:321 msgid "gTans help..." msgstr "Pomoc gTans" # this string should be as short as possible. #: callbacks.c:451 msgid "Click into to move, around to rotate. Right-click to flip." msgstr "Kliknij na, ¿eby przesun±æ, obok, ¿eby obróciæ. Prawym, ¿eby odbiæ." #: callbacks.c:473 msgid "Well done. Try another one ?" msgstr "Dobra robota. Spróbujesz inny?" #: callbacks.c:630 msgid "Select a figures file..." msgstr "Wybierz plik z figurami..." #: callbacks.c:634 msgid "Select a texture (xpm file)..." msgstr "Wybierz teksturê (plik xpm)..." #: callbacks.c:675 #, c-format msgid "%d figures loaded." msgstr "Za³adowano %d figur(y)." #: callbacks.c:680 msgid "Can't load figure file." msgstr "Nie mogê za³adowaæ pliku z figurami." #: callbacks.c:742 msgid "Select a color..." msgstr "Wybierz kolor..." #: interface.c:127 msgid "Game" msgstr "Gra" #: interface.c:143 msgid "Quit" msgstr "Wyj¶cie" #: interface.c:151 msgid "Preferences" msgstr "Ustawienia" #: interface.c:167 msgid "Tans" msgstr "Tany" #: interface.c:183 interface.c:215 interface.c:247 msgid "Color..." msgstr "Kolor..." #: interface.c:191 interface.c:223 interface.c:255 msgid "Texture..." msgstr "Tekstura..." #: interface.c:199 msgid "Hilighted tan" msgstr "Pod¶wietlony tan" #: interface.c:231 msgid "Background" msgstr "T³o" #: interface.c:263 msgid "Outline help color..." msgstr "Kolor obwódki pomocniczej..." #: interface.c:280 msgid "Silhouette color..." msgstr "Kolor sylwetki..." #: interface.c:288 msgid "Silhouette background..." msgstr "T³o sylwetki..." #: interface.c:296 msgid "Solved figure bg..." msgstr "T³o u³o¿onej figury..." #: interface.c:304 msgid "Help tan color..." msgstr "Kolor pomocniczego tana..." #: interface.c:321 msgid "Tans size" msgstr "Rozmiar tanów" #: interface.c:337 msgid "Increase" msgstr "Zwiêksz" #: interface.c:345 msgid "Decrease" msgstr "Zmniejsz" #: interface.c:353 msgid "Accuracy" msgstr "Dok³adno¶æ" #: interface.c:369 msgid "High" msgstr "Wysoka" #: interface.c:378 msgid "Medium" msgstr "¦rednia" #: interface.c:387 msgid "Low" msgstr "Niska" #: interface.c:397 msgid "Rotation" msgstr "Obroty" #: interface.c:413 msgid "Continuous" msgstr "Ci±g³e" #: interface.c:422 msgid "Step by step" msgstr "Krok po kroku" #: interface.c:441 msgid "Figures file..." msgstr "Plik z figurami..." #: interface.c:458 msgid "Save config" msgstr "Zapisz konfiguracjê" #: interface.c:466 msgid "Misc." msgstr "Ró¿ne" #: interface.c:482 msgid "About..." msgstr "O..." #: interface.c:490 msgid "Help..." msgstr "Pomoc..." #: interface.c:507 msgid "Clear figure status" msgstr "Wyczy¶æ status figury" #: interface.c:515 msgid "Clear all figures status" msgstr "Wyczy¶æ status wszystkich figur" #: interface.c:588 msgid "Figure " msgstr "Figura " #: interface.c:615 msgid "Unselect tan" msgstr "Odznacz tan" #: interface.c:640 msgid "Show a tan" msgstr "Poka¿ tan" #: interface.c:649 msgid "Show outline" msgstr "Poka¿ obwódkê" #: interface.c:791 msgid "Select a file" msgstr "Wybierz plik" #: interface.c:831 msgid "Select color" msgstr "Wybierz kolor" #: interface.c:880 msgid "About gTans" msgstr "O gTans" #: interface.c:904 interface.c:967 msgid "Close" msgstr "Zamknij" #: interface.c:935 msgid "gTans help" msgstr "Pomoc gTans" #: main.c:1802 msgid "Select a tan." msgstr "Wybierz tan." #: main.c:1804 msgid "No figure loaded." msgstr "Nie ma za³adowanej figury." #: support.c:118 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "Nie mogê odnale¼æ obrazka: %s" #: support.c:127 #, c-format msgid "Error loading pixmap file: %s" msgstr "B³±d ³adowania obrazka: %s" gtans-1.99.0/po/POTFILES.in0000644000175400010010000000016211133011565012026 00000000000000src/callbacks.c src/callbacks.h src/interface.c src/interface.h src/main.c src/main.h src/support.c src/support.h gtans-1.99.0/po/ru.po0000644000175400010010000001061311133011152011231 00000000000000# Copyright (C) 2000 Free Software Foundation, Inc. # Valek Filippov , 2000. # msgid "" msgstr "" "Project-Id-Version: Gtans\n" "POT-Creation-Date: 2000-03-14 12:07+0100\n" "PO-Revision-Date: 2000-03-14 12:07+0400\n" "Last-Translator: Valek Filippov \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: 8-bits\n" #: callbacks.c:269 msgid "User config file saved." msgstr "æÁÊÌ ËÏÎÆÉÇÕÒÁÃÉÉ ÐÏÌØÚÏ×ÁÔÅÌÑ ÓÏÈÒÁÎÅÎ." #: callbacks.c:271 msgid "Can't save config file." msgstr "îÅ×ÏÚÍÏÖÎÏ ÓÏÈÒÁÎÉÔØ ÆÁÊÌ ËÏÎÆÉÇÕÒÁÃÉÉ." #: callbacks.c:279 msgid "About gTans..." msgstr "ï ÐÒÏÇÒÁÍÍÅ..." #: callbacks.c:318 msgid "Can't read help file, Sorry." msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÅÓÔØ ÆÁÊÌ ÓÐÒÁ×ËÉ. éÚ×ÉÎÉÔÅ." #: callbacks.c:321 msgid "gTans help..." msgstr "gTans ÓÐÒÁ×ËÁ..." # this string should be as short as possible. #: callbacks.c:451 msgid "Click into to move, around to rotate. Right-click to flip." msgstr "ýÅÌÞÏË ÄÌÑ ÐÅÒÅÍÅÝÅÎÉÑ, Ä×ÉÖÅÎÉÅ ×ÏËÒÕÇ ÄÌÑ ÐÏ×ÏÒÏÔÁ. ðÒÁ×ÁÑ ËÎÏÐËÁ - ÏÔÒÁÖÅÎÉÅ." #: callbacks.c:473 msgid "Well done. Try another one ?" msgstr "ïÔÌÉÞÎÏ! åÝÅ ÒÁÚÏË?" #: callbacks.c:630 msgid "Select a figures file..." msgstr "÷ÙÂÒÁÔØ ÆÁÊÌ ÆÉÇÕÒ..." #: callbacks.c:634 msgid "Select a texture (xpm file)..." msgstr "÷ÙÂÒÁÔØ ÔÅËÓÔÕÒÕ (xpm-ÆÁÊÌ)..." #: callbacks.c:675 #, c-format msgid "%d figures loaded." msgstr "%d ÆÉÇÕÒÙ ÚÁÇÒÕÖÅÎÙ." #: callbacks.c:680 msgid "Can't load figure file." msgstr "îÅ×ÏÚÍÏÖÎÏ ÚÁÇÒÕÚÉÔØ ÆÁÊÌ ÆÉÇÕÒ." #: callbacks.c:742 msgid "Select a color..." msgstr "÷ÙÂÒÁÔØ Ã×ÅÔ..." #: interface.c:127 msgid "Game" msgstr "éÇÒÁ" #: interface.c:143 msgid "Quit" msgstr "÷ÙÈÏÄ" #: interface.c:151 msgid "Preferences" msgstr "îÁÓÔÒÏÊËÉ" #: interface.c:167 msgid "Tans" msgstr "ôÁÎÇÒÁÍÙ" #: interface.c:183 interface.c:215 interface.c:247 msgid "Color..." msgstr "ã×ÅÔÁ..." #: interface.c:191 interface.c:223 interface.c:255 msgid "Texture..." msgstr "ôÅËÓÔÕÒÁ..." #: interface.c:199 msgid "Hilighted tan" msgstr "ðÏÄÓ×ÅÞÅÎÎÙÊ ÔÁÎ" #: interface.c:231 msgid "Background" msgstr "æÏÎ" #: interface.c:263 msgid "Outline help color..." msgstr "ã×ÅÔ ËÏÎÔÕÒÁ ÐÏÄÓËÁÚËÉ..." #: interface.c:280 msgid "Silhouette color..." msgstr "ã×ÅÔ ÓÉÌÕÜÔÁ..." #: interface.c:288 msgid "Silhouette background..." msgstr "ã×ÅÔ ÆÏÎÁ ÓÉÌÕÜÔÁ..." #: interface.c:296 msgid "Solved figure bg..." msgstr "æÏÎ ÓÌÏÖÅÎÎÏÊ ÆÉÇÕÒÙ..." #: interface.c:304 msgid "Help tan color..." msgstr "ã×ÅÔ ÔÁÎÁ ÐÒÉ ÐÏÍÏÝÉ..." #: interface.c:321 msgid "Tans size" msgstr "òÁÚÍÅÒ ÔÁÎÁ" #: interface.c:337 msgid "Increase" msgstr "õ×ÅÌÉÞÉÔØ" #: interface.c:345 msgid "Decrease" msgstr "õÍÅÎØÛÉÔØ" #: interface.c:353 msgid "Accuracy" msgstr "ôÏÞÎÏÓÔØ" #: interface.c:369 msgid "High" msgstr "÷ÙÓÏËÁÑ" #: interface.c:378 msgid "Medium" msgstr "óÒÅÄÎÑÑ" #: interface.c:387 msgid "Low" msgstr "îÉÚËÁÑ" #: interface.c:397 msgid "Rotation" msgstr "÷ÒÁÝÅÎÉÅ" #: interface.c:413 msgid "Continuous" msgstr "ðÒÏÄÏÌÖÅÎÎÏÅ" #: interface.c:422 msgid "Step by step" msgstr "ûÁÇ ÚÁ ÛÁÇÏÍ" #: interface.c:441 msgid "Figures file..." msgstr "æÁÊÌ ÆÉÇÕÒ..." #: interface.c:458 msgid "Save config" msgstr "óÏÈÒÁÎÉÔØ ËÏÎÆÉÇÕÒÁÃÉÀ" #: interface.c:466 msgid "Misc." msgstr "òÁÚÎÏÅ" #: interface.c:482 msgid "About..." msgstr "ï ÐÒÏÇÒÁÍÍÅ..." #: interface.c:490 msgid "Help..." msgstr "óÐÒÁ×ËÁ..." #: interface.c:507 msgid "Clear figure status" msgstr "ïÞÉÓÔÉÔØ ÓÏÓÔÏÑÎÉÅ ÆÉÇÕÒÙ" #: interface.c:515 msgid "Clear all figures status" msgstr "ïÞÉÓÔÉÔØ ÓÏÓÔÏÑÎÉÅ ×ÓÅÈ ÆÉÇÕÒ" #: interface.c:588 msgid "Figure " msgstr "æÉÇÕÒÁ " #: interface.c:615 msgid "Unselect tan" msgstr "îÅ×ÙÄÅÌÅÎÎÙÊ ÔÁÎ" #: interface.c:640 msgid "Show a tan" msgstr "ðÏËÁÚÁÔØ ÔÁÎ" #: interface.c:649 msgid "Show outline" msgstr "ðÏËÁÚÁÔØ ËÏÎÔÕÒ" #: interface.c:791 msgid "Select a file" msgstr "÷ÙÂÒÁÔØ ÆÁÊÌ" #: interface.c:831 msgid "Select color" msgstr "÷ÙÂÒÁÔØ Ã×ÅÔ" #: interface.c:880 msgid "About gTans" msgstr "ï ÐÒÏÇÒÁÍÍÅ gTans" #: interface.c:904 interface.c:967 msgid "Close" msgstr "úÁËÒÙÔØ" #: interface.c:935 msgid "gTans help" msgstr "gTans ÓÐÒÁ×ËÁ" #: main.c:1802 msgid "Select a tan." msgstr "÷ÙÂÒÁÔØ ÔÁÎ." #: main.c:1804 msgid "No figure loaded." msgstr "îÅÔ ÚÁÇÒÕÖÅÎÎÏÊ ÆÉÇÕÒÙ." #: support.c:118 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "îÅ ÕÄÁÌÏÓØ ÎÁÊÔÉ ÆÁÊÌ ÉÚÏÂÒÁÖÅÎÉÑ: %s" #: support.c:127 #, c-format msgid "Error loading pixmap file: %s" msgstr "ïÛÉÂËÁ ÚÁÇÒÕÚËÉ ÆÁÊÌÁ ÉÚÏÂÒÁÖÅÎÉÑ: %s"gtans-1.99.0/po/tr.po0000644000175400010010000001161611133011153011235 00000000000000# Translation of gtans.po to Turkish # This file is distributed under the same license as the gtans package. # Copyright (C) 2003 GTans'S COPYRIGHT HOLDER # Arman Aksoy , 2003 # msgid "" msgstr "" "Project-Id-Version: gtans\n" "POT-Creation-Date: 2003-02-20 21:45+0200\n" "PO-Revision-Date: 2003-02-21 17:17+0200\n" "Last-Translator: Arman Aksoy \n" "Language-Team: Turkish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: callbacks.c:269 msgid "User config file saved." msgstr "Kullanıcı ayar dosyası kaydedildi." #: callbacks.c:271 msgid "Can't save config file." msgstr "Ayar dosyası kaydedilemedi." #: callbacks.c:279 msgid "About gTans..." msgstr "gTans Hakkında..." #: callbacks.c:318 msgid "Can't read help file, Sorry." msgstr "Yardım dosyası okunamıyor, Üzgünüm." #: callbacks.c:321 msgid "gTans help..." msgstr "gTans yardım..." #: callbacks.c:451 msgid "Click into to move, around to rotate. Right-click to flip." msgstr "Hareket ettirmek ve oynatmak için sol , çevirmek için saÄŸ tıklayın." #: callbacks.c:473 msgid "Well done. Try another one ?" msgstr "Tebrikler. BaÅŸka bir tane denemek ister misiniz ?" #: callbacks.c:630 msgid "Select a figures file..." msgstr "Bir ÅŸekil dosyası seçin..." #: callbacks.c:634 msgid "Select a texture (xpm file)..." msgstr "Doku (xpm) dosyası seçin..." #: callbacks.c:675 #, c-format msgid "%d figures loaded." msgstr "%d ÅŸekil yüklendi." #: callbacks.c:680 msgid "Can't load figure file." msgstr "Åžekil dosyası yüklenemedi." #: callbacks.c:742 msgid "Select a color..." msgstr "Bir renk seçin..." #: interface.c:106 msgid "gTans" msgstr "gTans" #: interface.c:125 msgid "Game" msgstr "Oyun" #: interface.c:141 msgid "Quit" msgstr "Çık" #: interface.c:149 msgid "Preferences" msgstr "Tercihler" #: interface.c:165 msgid "Tans" msgstr "Parçalar" #: interface.c:181 interface.c:213 interface.c:245 msgid "Color..." msgstr "Renk..." #: interface.c:189 interface.c:221 interface.c:253 msgid "Texture..." msgstr "Doku..." #: interface.c:197 msgid "Hilighted tan" msgstr "Seçilen parça" #: interface.c:229 msgid "Background" msgstr "Arkaplan" #: interface.c:261 msgid "Outline help color..." msgstr "Belirtilen yardım rengi..." #: interface.c:278 msgid "Silhouette color..." msgstr "Karaltı rengi..." #: interface.c:286 msgid "Silhouette background..." msgstr "Karaltı arkaplanı..." #: interface.c:294 msgid "Solved figure bg..." msgstr "Çözülen ÅŸeklin arkaplanı..." #: interface.c:302 msgid "Help tan color..." msgstr "Yardımcı parça rengi..." #: interface.c:319 msgid "Tans size" msgstr "Parça boyutları" #: interface.c:335 msgid "Increase" msgstr "Büyüt" #: interface.c:343 msgid "Decrease" msgstr "Küçült" #: interface.c:351 msgid "Accuracy" msgstr "İncelik" #: interface.c:367 msgid "High" msgstr "Yüksek" #: interface.c:376 msgid "Medium" msgstr "Orta" #: interface.c:385 msgid "Low" msgstr "Düşük" #: interface.c:395 msgid "Rotation" msgstr "Dönüş" #: interface.c:411 msgid "Continuous" msgstr "Devamlı" #: interface.c:420 msgid "Step by step" msgstr "Adım-Adım" #: interface.c:439 msgid "Figures file..." msgstr "Åžekil dosyası..." #: interface.c:456 msgid "Save config" msgstr "Ayarları kaydet" #: interface.c:464 msgid "Misc." msgstr "DiÄŸer" #: interface.c:480 msgid "About..." msgstr "Hakkında..." #: interface.c:488 msgid "Help..." msgstr "Yardım..." #: interface.c:505 msgid "Clear figure status" msgstr "Åžekil durumunu temizle" #: interface.c:513 msgid "Clear all figures status" msgstr "Tüm ÅŸekil durumlarını temizle" #: interface.c:586 msgid "Figure " msgstr "Åžekil " #: interface.c:613 msgid "Unselect tan" msgstr "Parçanın seçimini kaldır" #: interface.c:630 msgid "Show a tan" msgstr "Bir parça göster" #: interface.c:639 msgid "Show outline" msgstr "Belirtileni göster" #: interface.c:778 msgid "Select a file" msgstr "Bir dosya seç" #: interface.c:818 msgid "Select color" msgstr "Renk seç" #: interface.c:867 msgid "About gTans" msgstr "gTans Hakkında" #: interface.c:876 msgid "" "gTans v1.1\n" "http://altern.org/bwt\n" "\n" "Philippe Banwarth\n" "bwt@altern.org\n" "\n" "Please send me\n" "comments, bug reports..." msgstr "" "gTans v1.1\n" "http://altern.org/bwt\n" "\n" "Philippe Banwarth\n" "bwt@altern.org\n" "\n" "Lütfen yorumlarınızı, hataları \n" "bana gönderin..." #: interface.c:891 interface.c:954 msgid "Close" msgstr "Kapat" #: interface.c:922 msgid "gTans help" msgstr "gTans yardım" #: main.c:1802 msgid "Select a tan." msgstr "Parça seç." #: main.c:1804 msgid "No figure loaded." msgstr "Åžekil yüklenmedi." #: support.c:118 #, c-format msgid "Couldn't find pixmap file: %s" msgstr "Resim dosyası bulunamıyor: %s" #: support.c:127 #, c-format msgid "Error loading pixmap file: %s" msgstr "Resim dosyası yüklenirken hata oluÅŸtu: %s" gtans-1.99.0/po/uk.po0000644000175400010010000000617611133011154011235 00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: gtans VERSION\n" "POT-Creation-Date: YEAR-MO-DA HO:MI +ZONE\n" "PO-Revision-Date: 2000-04-18 07:08+09:00\n" "Last-Translator: Dmytro Koval'ov \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=koi8-u\n" "Content-Transfer-Encoding: 8bit\n" msgid "%d figures loaded." msgstr "úÁ×ÁÎÔÁÖÅÎÏ %d ƦÇÕÒ." msgid "About gTans" msgstr "ðÒÏ gTans" msgid "About gTans..." msgstr "ðÒÏ gTans..." msgid "About..." msgstr "ðÒÏ..." msgid "Accuracy" msgstr "ôÏÞΦÓÔØ" msgid "Background" msgstr "ôÌÏ" msgid "Can't load figure file." msgstr "îÅ ÍÏÖÕ ÐÒÏÞÉÔÁÔÉ ÆÁÊÌ Æ¦ÇÕÒ." msgid "Can't read help file, Sorry." msgstr "÷ÉÂÁÞÁÀÓØ. îÅ ÍÏÖÕ ÐÒÏÞÉÔÁÔÉ ÆÁÊÌ Ð¦ÄËÁÚÏË." msgid "Can't save config file." msgstr "îÅ ÍÏÖÕ ÚÁÐÉÓÁÔÉ ÆÁÊÌ ËÏÎÆ¦­ÕÒÁæ§." msgid "Clear all figures status" msgstr "ïÞÉÓÔÉÔÉ ÓÔÁÔÕÓ ×Ó¦È Æ¦ÇÕÒ" msgid "Clear figure status" msgstr "ïÞÉÓÔÉÔÉ ÓÔÁÔÕÓ Æ¦ÇÕÒÉ" msgid "Click into to move, around to rotate. Right-click to flip." msgstr "ëÌÁÃÎ¦ÔØ ×ÓÅÒÅÄÉΦ ÝÏ ÐÅÒÅÓÕÎÕÔÉ, ¦ÌÑ Æ¦ÇÕÒÉ ÝÏ ÐÏ×ÅÒÎÕÔÉ. ðÒÁ×Á ËÎÏÐËÁ ÍÉÛËÉ - ÝÏ ÐÅÒÅ×ÅÒÎÕÔÉ." msgid "Close" msgstr "úÁËÒÉÔÉ" msgid "Color..." msgstr "ëÏ̦Ò..." msgid "Continuous" msgstr "îÅÐÅÒÅÒ×ÎÅ" msgid "Decrease" msgstr "úÍÅÎÛÉÔÉ" msgid "Figure " msgstr "æ¦ÇÕÒÁ" msgid "Figures file..." msgstr "æÁÊÌ Æ¦ÇÕÒ..." msgid "Game" msgstr "çÒÁ" msgid "Help tan color..." msgstr "ëÏÌ¦Ò ÍÏÚÁ§ËÉ Ð¦ÄËÁÚËÉ..." msgid "Help..." msgstr "ð¦ÄËÁÚËÁ..." msgid "High" msgstr "÷ÉÓÏËÉÊ" msgid "Hilighted tan" msgstr "ð¦ÄÓצÞÅÎÁ ÍÏÚÁ§ËÁ" msgid "Increase" msgstr "úÂ¦ÌØÛÉÔÉ" msgid "Low" msgstr "îÉÚØËÉÊ" msgid "Medium" msgstr "óÅÒÅÄΦÊ" msgid "Misc." msgstr "ò¦ÚÎÅ" msgid "No figure loaded." msgstr "öÏÄÎÁ ƦÇÕÒÁ ÎÅ ÚÁ×ÁÎÔÁÖÅÎÁ." msgid "Outline help color..." msgstr "ëÏÌ¦Ò Ð¦ÄËÁÚËÉ ×ÉĦÌÅÎÎÑÍ..." msgid "Preferences" msgstr "õÓÔÁÎÏ×ËÉ" msgid "Quit" msgstr "÷ÉȦÄ" msgid "Rotation" msgstr "ïÂÅÒÔÁÎÎÑ" msgid "Save config" msgstr "úÁÐÉÓÁÔÉ ËÏÎÆ¦­ÕÒÁæÀ" msgid "Select a color..." msgstr "÷ÉÂÅÒ¦ÔØ ËÏ̦Ò..." msgid "Select a figures file..." msgstr "÷ÉÂÅÒ¦ÔØ ÆÁÊÌ Æ¦ÇÕÒ..." msgid "Select a file" msgstr "÷ÉÂÅÒ¦ÔØ ÆÁÊÌ" msgid "Select a tan." msgstr "÷ÉÂÅÒ¦ÔØ ÍÏÚÁ§ËÕ." msgid "Select a texture (xpm file)..." msgstr "÷ÉÂÅÒ¦ÔØ ÚÁÌÉ×ËÕ (ÆÁÊÌ xpm)" msgid "Select color" msgstr "÷ÉÂ¦Ò ËÏÌØÏÒÕ" msgid "Show a tan" msgstr "ðÏËÁÚÕ×ÁÔÉ ÍÏÚÁ§ËÉ" msgid "Show outline" msgstr "ðÏËÁÚÕ×ÁÔÉ ÏÂ×ÏÄÉ" msgid "Silhouette background..." msgstr "ôÌÏ ÓÉÌÕÅÔÕ..." msgid "Silhouette color..." msgstr "ëÏÌ¦Ò ÓÉÌÕÅÔÕ..." msgid "Solved figure bg..." msgstr "ôÌÏ ÒÏÚ×'ÑÚÁÎϧ ƦÇÕÒÉ..." msgid "Step by step" msgstr "ëÒÏË ÚÁ ËÒÏËÏÍ" msgid "Tans" msgstr "íÏÚÁ§ËÉ" msgid "Tans size" msgstr "òÏÚÍ¦Ò ÍÏÚÁ§Ë" msgid "Texture..." msgstr "úÁÌÉ×ËÁ..." msgid "Unselect tan" msgstr "÷¦ÄͦÎÉÔÉ ×ÉÂ¦Ò ÍÏÚÁ§ËÉ" msgid "User config file saved." msgstr "æÁÊÌ ËÏÎÆ¦­ÕÒÁæ§ ÚÁÐÉÓÁÎÏ." msgid "Well done. Try another one ?" msgstr "þÕÄÏ×Ï. óÐÒÏÂÕ¤Û ÝÅ?" msgid "gTans help" msgstr "ð¦ÄËÁÚËÁ ÐÏ gTans" msgid "gTans help..." msgstr "ð¦ÄËÁÚËÁ ÐÏ gTans..." gtans-1.99.0/README0000644000175400010010000000246511133040060010513 00000000000000The Tangram is a chinese puzzle. The object is to put seven geometric shapes together so as to form a given outline. All the pieces must be used and are laid next to one another. The pieces are five triangles, a square and a parallelogram. Sometimes there is more than one solution. They're all accepted as long as they have the same outline. gTans features: * Hundreds of figures. * Help and solution. * Most of the game colors and textures are configurable. * Native Language Support via GNU gettext. * Resizeable window. * The size of the pieces (relative to the game area) may be changed. * The solved figures are remembered. Beginning with 1.99.0, gTans requires GTK+ 2.6.0 or later. When building from source, besides the GTK2 development packages (debian: libgtk2.0-dev), pkg-config and intltool (>=0.40.5) are required. If building from SVN, rsvg-convert (debian: librsvg2-bin) is also required to build the icons. Resources: Homepage: http://gtans.sourceforge.net/ Downloads: https://sourceforge.net/project/showfiles.php?group_id=4916 Bugs: https://sourceforge.net/tracker2/?atid=104916&group_id=4916 SVN: https://gtans.svn.sourceforge.net/cvsroot/gtans/trunk/ ViewVC: http://gtans.svn.sourceforge.net/viewvc/gtans/trunk/ CIA.vc: http://cia.vc/stats/project/gtans/ Enjoy! gtans-1.99.0/src/0000777000175400010010000000000011133040114010477 500000000000000gtans-1.99.0/src/callbacks.c0000644000175400010010000004630411133021054012507 00000000000000 /* * Copyright (C) 1999 Philippe Banwarth * email: bwt@altern.org * smail: Philippe Banwarth, 8 sente du milieu des Gaudins, 95150 Taverny, France. * * 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 */ #ifdef HAVE_CONFIG_H # include #endif #include #include #include #include #include #include #include "callbacks.h" #include "interface.h" #include "main.h" #include "support.h" void colselinit (int col); void filselinit (int col); #define FIGGC 2848 /****************************************************************** ******************************************************************/ void on_mainwindow_destroy (GtkObject *object, gpointer user_data) { tanend(); } void on_mquit_activate (GtkMenuItem *menuitem, gpointer user_data) { gtk_widget_destroy(mainwindow); } #define ZOOMINCDEC 1.05 void on_msizinc_activate (GtkMenuItem *menuitem, gpointer user_data) { tanrecentreout(figgrande.zoom, figgrande.zoom*ZOOMINCDEC); figgrande.zoom *=ZOOMINCDEC; tanclampgrandefig(); tanredrawgrande(); } void on_msizdec_activate (GtkMenuItem *menuitem, gpointer user_data) { tanrecentreout(figgrande.zoom, figgrande.zoom/ZOOMINCDEC); figgrande.zoom /=ZOOMINCDEC; tanredrawgrande(); } void on_mclrstat_activate (GtkMenuItem *menuitem, gpointer user_data) { tanclearreussinr(figactualnr); if (figtabsize) figpetite.reussi = FALSE; tanredrawpetite(); selpossible=TRUE; } void on_mclrall_activate (GtkMenuItem *menuitem, gpointer user_data) { int i; for (i = 0; iactive) accuracy = 0; } void on_maccuracy2_activate (GtkMenuItem *menuitem, gpointer user_data) { if (GTK_CHECK_MENU_ITEM (menuitem)->active) accuracy = 1; } void on_maccuracy3_activate (GtkMenuItem *menuitem, gpointer user_data) { if (GTK_CHECK_MENU_ITEM (menuitem)->active) accuracy = 2; } void on_mrotcont_activate (GtkMenuItem *menuitem, gpointer user_data) { if (GTK_CHECK_MENU_ITEM (menuitem)->active) rotstepnbr = TOUR/256; } void on_mrotstp_activate (GtkMenuItem *menuitem, gpointer user_data) { tanpiecepos *piecepos; int i; if (GTK_CHECK_MENU_ITEM (menuitem)->active) rotstepnbr = TOUR/32; piecepos = figgrande.piecepos; for (i = 0; irot = (int)((piecepos->rot+rotstepnbr/2)/rotstepnbr)*rotstepnbr; piecepos++; } tanredrawgrande(); } void on_mtanscolor_activate (GtkMenuItem *menuitem, gpointer user_data) { colselinit(GCPIECENOR); } void on_mtanstexture_activate (GtkMenuItem *menuitem, gpointer user_data) { filselinit(GCPIECENOR); } void on_mhighcolor_activate (GtkMenuItem *menuitem, gpointer user_data) { colselinit(GCPIECEHI); } void on_mhightexture_activate (GtkMenuItem *menuitem, gpointer user_data) { filselinit(GCPIECEHI); } void on_mbgcolor_activate (GtkMenuItem *menuitem, gpointer user_data) { colselinit(GCPIECEBG); } void on_mbgtexture_activate (GtkMenuItem *menuitem, gpointer user_data) { filselinit(GCPIECEBG); } void on_mhlpoutcolor_activate (GtkMenuItem *menuitem, gpointer user_data) { colselinit(GCPIECEHLP); } void on_msilcolor_activate (GtkMenuItem *menuitem, gpointer user_data) { colselinit(GCPETITEFG); } void on_msilbgcolor_activate (GtkMenuItem *menuitem, gpointer user_data) { colselinit(GCPETITEBG); } void on_msilbgcol2_activate (GtkMenuItem *menuitem, gpointer user_data) { colselinit(GCPETITECHK); } void on_mhlptancolor_activate (GtkMenuItem *menuitem, gpointer user_data) { colselinit(GCPETITEHLP); } void on_mfigfile_activate (GtkMenuItem *menuitem, gpointer user_data) { filselinit(FIGGC); } void on_msaveconf_activate (GtkMenuItem *menuitem, gpointer user_data) { if (tansaveconfig()) tanstatprov(_("User config file saved.")); else tanstatprov(_("Can't save config file.")); } void on_mabout_activate (GtkMenuItem *menuitem, gpointer user_data) { // tanstatpush(_("About gTans...")); create_aboutwindow(); } void on_mhelp_activate (GtkMenuItem *menuitem, gpointer user_data) { FILE *hlpfile; GtkWidget *helpwindow, *whltext; GtkTextBuffer *hlptext; GtkTextIter iter; char buffer[1024]; int nchars; char helpfile[1024], *helpfile_ext; char helpfiledef[1024]; char filext[4]; helpwindow = create_helpwindow (); whltext = lookup_widget (GTK_WIDGET (helpwindow), "whltext"); hlptext = gtk_text_buffer_new (NULL); gtk_text_buffer_get_end_iter (hlptext, &iter); if (! (helpfile_ext = g_getenv("LANG"))) helpfile_ext = ""; filext[2] = '\0'; strncpy (filext, helpfile_ext, 2); snprintf (helpfile, 1023, HELPFILE_PATH, filext); snprintf (helpfiledef, 1023, HELPFILE_PATH, ""); if ( (hlpfile=fopen(helpfile,"r"))!=NULL || (hlpfile=fopen(helpfiledef,"r"))!=NULL ) { while (!feof(hlpfile)) { nchars = fread(buffer, 1, 1024, hlpfile); gtk_text_buffer_insert (hlptext, &iter, buffer, nchars); } fclose (hlpfile); } else { gtk_text_buffer_insert (hlptext, &iter, _("Can't read help file, Sorry."), -1); } tanstatpush(_("gTans help...")); gtk_text_view_set_buffer (GTK_TEXT_VIEW (whltext), hlptext); gtk_widget_show (helpwindow); } gboolean on_wdrawareagrande_expose_event (GtkWidget *widget, GdkEventExpose *event, gpointer user_data) { if (pixmapgrande1!=NULL) gdk_draw_drawable(widget->window, widget->style->fg_gc[GTK_WIDGET_STATE (widget)], pixmapgrande1, event->area.x, event->area.y, event->area.x, event->area.y, event->area.width, event->area.height); return FALSE; } gboolean on_wdrawareagrande_configure_event (GtkWidget *widget, GdkEventConfigure *event, gpointer user_data) { double izoom; tanpiecepos *piecepos; int i; widgetgrande=widget; if (!initcbgr) taninitcbgr(); if (pixmapgrande1!=NULL){ g_object_unref(pixmapgrande1); g_object_unref(pixmapgrande2); } pixmapgrande1 = gdk_pixmap_new(widget->window, widget->allocation.width, widget->allocation.height, -1); pixmapgrande2 = gdk_pixmap_new(widget->window, widget->allocation.width, widget->allocation.height, -1); if ( !editmode ){ izoom=(widgetgrande->allocation.width*figgrande.zoom); piecepos=figgrande.piecepos; for (i=0; iposx=floor((piecepos->posx*izoom)+ARON)/izoom; piecepos->posy=floor((piecepos->posy*izoom)+ARON)/izoom; piecepos++; } } gdk_gc_set_line_attributes(tabgc[GCPIECEHLP], widget->allocation.width>340 ? 2 : 1, GDK_LINE_SOLID, GDK_CAP_ROUND, GDK_JOIN_ROUND); tanredrawgrande(); return TRUE; } gboolean on_wdrawareagrande_button_press_event (GtkWidget *widget, GdkEventButton *event, gpointer user_data) { int x,y; int piece; int oldselgr=selectedgrande; if (!selpossible || event->type!=GDK_BUTTON_PRESS) /* double-click ou deja trouve */ return TRUE; if (actiongrande != AN_none) /* le button release event a ete avale */ tanreleaseifrot(); x=event->x; y=event->y; if ( event->button!=3){ if ( (piece=tanwichisselect(x,y))>=0 ){ taninitselect(piece, FALSE); selectedgrande=TRUE; actiongrande=AN_move; xold=x; yold=y; tandrawselect(0,0,0); } else{ if (selectedgrande){ actiongrande=AN_rot; xact=(gint16)(ARON+figgrande.piecepos[PIECENBR-1].posx* widgetgrande->allocation.width*figgrande.zoom); yact=(gint16)(ARON+figgrande.piecepos[PIECENBR-1].posy* widgetgrande->allocation.width*figgrande.zoom); xoth=xold=x; yoth=yold=y; rotact=tanangle((double)(xact-x),(double)(y-yact)); rotold=0; invx2=x; invy2=y; gdk_draw_line (widgetgrande->window, invertgc, xact,yact,invx2,invy2); } } } if (event->button==3 && selectedgrande==TRUE){ if (figgrande.piecepos[PIECENBR-1].type==3) figgrande.piecepos[PIECENBR-1].flipped^=1; else figgrande.piecepos[PIECENBR-1].rot=(figgrande.piecepos[PIECENBR-1].rot+TOUR/2)%TOUR; tandrawselect(0,0,0); } if (selectedgrande && !oldselgr) tanstatpush(_("Click into to move, around to rotate. Right-click to flip.")); return TRUE; } gboolean on_wdrawareagrande_button_release_event (GtkWidget *widget, GdkEventButton *event, gpointer user_data) { tanreleaseifrot(); /* actiongrande=AN_none; dans releaseifrot */ if ( selpossible && figtabsize ){ tanmaketinytabnotr(&figgrande,tinytabgr); tantranstinytab(tinytabgr); if (tantinytabcompare(tinytabgr, tinytabpe, accuracy)){ tanunselect(); selpossible=FALSE; tanstatpop(); tanstatpush(_("Well done. Try another one ?")); tansetreussiactual(); tanredrawpetite(); } } return TRUE; } gboolean on_wdrawareagrande_motion_notify_event (GtkWidget *widget, GdkEventMotion *event, gpointer user_data) { int x,y; GdkModifierType state; int rot; if (event->is_hint) gdk_window_get_pointer (event->window, &x, &y, &state); else{ x=event->x; y=event->y; state=event->state; } if (actiongrande==AN_move){ tandrawselect(x-xold,y-yold,0); xold=x; yold=y; } if (actiongrande==AN_rot){ gdk_draw_line (widgetgrande->window, invertgc, xact,yact,invx2,invy2); rot=(rotact-tanangle((double)(xact-x),(double)(y-yact))+rotstepnbr/2+TOUR*3)%TOUR; rot=(int)(rot/rotstepnbr)*rotstepnbr; if (rot!=rotold){ rotold=rot; tandrawselect(0,0,rot); } invx2=x; invy2=y; gdk_draw_line (widgetgrande->window, invertgc, xact,yact,invx2,invy2); } return TRUE; } gboolean on_wdrawareapetite_configure_event (GtkWidget *widget, GdkEventConfigure *event, gpointer user_data) { widgetpetite=widget; if (!initcbpe) taninitcbpe(); if (pixmappetite!=NULL) g_object_unref(pixmappetite); pixmappetite = gdk_pixmap_new(widget->window, widget->allocation.width, widget->allocation.height, -1); tanredrawpetite(); return TRUE; } gboolean on_wdrawareapetite_expose_event (GtkWidget *widget, GdkEventExpose *event, gpointer user_data) { if (pixmappetite!=NULL) gdk_draw_drawable(widget->window, widget->style->fg_gc[GTK_WIDGET_STATE (widget)], pixmappetite, event->area.x, event->area.y, event->area.x, event->area.y, event->area.width, event->area.height); return FALSE; } void on_bfignr_changed (GtkEditable *editable, gpointer user_data) { tansetnewfigurepart1(gtk_spin_button_get_value_as_int (spinner)); tansetnewfigurepart2(); } void on_bunsel_clicked (GtkButton *button, gpointer user_data) { tanunselect(); } void on_badjust_clicked (GtkButton *button, gpointer user_data) { tancolle(&figgrande, (accuracy+1)*0.05); spesavefig(); tanredrawgrande(); } void on_bhlptan_clicked (GtkButton *button, gpointer user_data) { helptanset = (helptanset+1)%PIECENBR; tanredrawpetite(); } void on_bhlpout_clicked (GtkButton *button, gpointer user_data) { if(!helpoutset){ helpoutset = TRUE; tanredrawgrande(); } } /****************************************************************** ******************************************************************/ static int filselnr; void filselinit (int col) { gchar *filename,*statext; if (col==FIGGC){ filename = figfilename; statext = _("Select a figures file..."); } else{ filename = tabpxnam[col]; statext = _("Select a texture (xpm file)..."); } if (filselwin==NULL) filselwin = create_fileselectwindow(); gtk_file_chooser_set_filename (GTK_FILE_CHOOSER(filselwin),filename); gtk_widget_show (filselwin); gdk_window_raise (filselwin->window); tanstatpush(statext); filselnr=col; } gboolean on_fileselectwindow_delete_event (GtkWidget *widget, GdkEvent *event, gpointer user_data) { gtk_widget_hide (gtk_widget_get_toplevel (GTK_WIDGET (widget))); tanstatpop(); return TRUE; } void on_bfsok_clicked (GtkButton *button, gpointer user_data) { gchar *filename; tanstatpop(); filename=gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (filselwin)); if (filselnr==FIGGC){ if (tanloadfigtab(filename)){ gchar *str; str = g_strdup_printf(_("%d figures loaded."),figtabsize); tanstatprov(str); g_free(str); } else{ tanstatprov(_("Can't load figure file.")); } } else{ tansetpixmapmode(widgetgrande, filename, filselnr); if (filselnr<=GCPIECELAST) tanredrawgrande(); else tanredrawpetite(); } gtk_widget_hide (gtk_widget_get_toplevel (GTK_WIDGET (button))); } void on_bfscancel_clicked (GtkButton *button, gpointer user_data) { gtk_widget_hide (gtk_widget_get_toplevel (GTK_WIDGET (button))); tanstatpop(); } /****************************************************************** ******************************************************************/ static GtkWidget *clrsel; static GdkColor colselcolor; static int colselnr; void color_changed_cb (GtkWidget *widget, GtkColorSelection *colorsel) { gtk_color_selection_get_current_color (colorsel,&colselcolor); } void colselinit (int col) { if (colselwin==NULL){ colselwin = create_colorselectwindow(); clrsel = GTK_COLOR_SELECTION_DIALOG(colselwin)->colorsel; g_signal_connect(G_OBJECT(clrsel),"color_changed", (GCallback)color_changed_cb, (gpointer)clrsel); } colselcolor = colortab[col]; gtk_color_selection_set_current_color(GTK_COLOR_SELECTION(clrsel),&colselcolor); gtk_widget_show (colselwin); gdk_window_raise (colselwin->window); tanstatpush(_("Select a color...")); colselnr=col; } gboolean on_colorselectwindow_delete_event (GtkWidget *widget, GdkEvent *event, gpointer user_data) { gtk_widget_hide (gtk_widget_get_toplevel (GTK_WIDGET (widget))); tanstatpop(); return TRUE; } void on_bcsok_clicked (GtkButton *button, gpointer user_data) { tansetcolormode(&colselcolor,colselnr); if (colselnr<=GCPIECELAST) tanredrawgrande(); else tanredrawpetite(); gtk_widget_hide (gtk_widget_get_toplevel (GTK_WIDGET (button))); tanstatpop(); } void on_bcscancel_clicked (GtkButton *button, gpointer user_data) { gtk_widget_hide (gtk_widget_get_toplevel (GTK_WIDGET (button))); tanstatpop(); } /****************************************************************** ******************************************************************/ void on_babclose_clicked (GtkButton *button, gpointer user_data) { gtk_widget_destroy (gtk_widget_get_toplevel (GTK_WIDGET (button))); } void on_aboutwindow_destroy (GtkObject *object, gpointer user_data) { tanstatpop(); } /****************************************************************** ******************************************************************/ void on_bhlclose_clicked (GtkButton *button, gpointer user_data) { gtk_widget_destroy (gtk_widget_get_toplevel (GTK_WIDGET (button))); } void on_helpwindow_destroy (GtkObject *object, gpointer user_data) { tanstatpop(); } gtans-1.99.0/src/callbacks.h0000644000175400010010000001643411132575567012543 00000000000000#include void on_mainwindow_destroy (GtkObject *object, gpointer user_data); void on_mquit_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mtanscolor_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mtanstexture_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mhighcolor_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mhightexture_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mbgcolor_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mbgtexture_activate (GtkMenuItem *menuitem, gpointer user_data); void on_msilcolor_activate (GtkMenuItem *menuitem, gpointer user_data); void on_msilbgcolor_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mfigfile_activate (GtkMenuItem *menuitem, gpointer user_data); void on_msaveconf_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mabout_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mhelp_activate (GtkMenuItem *menuitem, gpointer user_data); gboolean on_wdrawareagrande_expose_event (GtkWidget *widget, GdkEventExpose *event, gpointer user_data); gboolean on_wdrawareagrande_configure_event (GtkWidget *widget, GdkEventConfigure *event, gpointer user_data); gboolean on_wdrawareagrande_button_press_event (GtkWidget *widget, GdkEventButton *event, gpointer user_data); gboolean on_wdrawareagrande_button_release_event (GtkWidget *widget, GdkEventButton *event, gpointer user_data); gboolean on_wdrawareagrande_motion_notify_event (GtkWidget *widget, GdkEventMotion *event, gpointer user_data); gboolean on_wdrawareapetite_configure_event (GtkWidget *widget, GdkEventConfigure *event, gpointer user_data); gboolean on_wdrawareapetite_expose_event (GtkWidget *widget, GdkEventExpose *event, gpointer user_data); void on_bunsel_clicked (GtkButton *button, gpointer user_data); void on_bhlptan_clicked (GtkButton *button, gpointer user_data); void on_bhlpout_clicked (GtkButton *button, gpointer user_data); gboolean on_fileselectwindow_delete_event (GtkWidget *widget, GdkEvent *event, gpointer user_data); void on_bfsok_clicked (GtkButton *button, gpointer user_data); void on_bfscancel_clicked (GtkButton *button, gpointer user_data); gboolean on_colorselectwindow_delete_event (GtkWidget *widget, GdkEvent *event, gpointer user_data); void on_bcsok_clicked (GtkButton *button, gpointer user_data); void on_bcscancel_clicked (GtkButton *button, gpointer user_data); void on_babclose_clicked (GtkButton *button, gpointer user_data); void on_bhlclose_clicked (GtkButton *button, gpointer user_data); void on_aboutwindow_destroy (GtkObject *object, gpointer user_data); void on_helpwindow_destroy (GtkObject *object, gpointer user_data); void on_mhlpoutcolor_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mhlptancolor_activate (GtkMenuItem *menuitem, gpointer user_data); void on_badjust_clicked (GtkButton *button, gpointer user_data); void on_bfignr_changed (GtkEditable *editable, gpointer user_data); void on_maccuracy1_activate (GtkMenuItem *menuitem, gpointer user_data); void on_maccuracy2_activate (GtkMenuItem *menuitem, gpointer user_data); void on_maccuracy3_activate (GtkMenuItem *menuitem, gpointer user_data); void on_msilbgcol2_activate (GtkMenuItem *menuitem, gpointer user_data); void on_msizinc_activate (GtkMenuItem *menuitem, gpointer user_data); void on_msizdec_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mclrstat_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mclrall_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mrotcont_activate (GtkMenuItem *menuitem, gpointer user_data); void on_mrotstp_activate (GtkMenuItem *menuitem, gpointer user_data); gtans-1.99.0/src/interface.c0000644000175400010010000011752711133005154012541 00000000000000/* * DO NOT EDIT THIS FILE - it is generated by Glade. */ #ifdef HAVE_CONFIG_H # include #endif #include #include #include #include #include #include #include #include "callbacks.h" #include "interface.h" #include "main.h" #include "support.h" GtkWidget* create_mainwindow (void) { GtkWidget *mainwindow; GtkWidget *vbox1; GtkWidget *menubar1; GtkWidget *mgame; GtkWidget *mgame_menu; GtkAccelGroup *mgame_menu_accels; GtkWidget *mquit; GtkWidget *mprefs; GtkWidget *mprefs_menu; GtkAccelGroup *mprefs_menu_accels; GtkWidget *mtans; GtkWidget *mtans_menu; GtkAccelGroup *mtans_menu_accels; GtkWidget *mtanscolor; GtkWidget *mtanstexture; GtkWidget *mhitan; GtkWidget *mhitan_menu; GtkAccelGroup *mhitan_menu_accels; GtkWidget *mhighcolor; GtkWidget *mhightexture; GtkWidget *mbg; GtkWidget *mbg_menu; GtkAccelGroup *mbg_menu_accels; GtkWidget *mbgcolor; GtkWidget *mbgtexture; GtkWidget *mhlpoutcolor; GtkWidget *s_parateur1; GtkWidget *msilcolor; GtkWidget *msilbgcolor; GtkWidget *msilbgcol2; GtkWidget *mhlptancolor; GtkWidget *s_parateur2; GtkWidget *imsize; GtkWidget *imsize_menu; GtkAccelGroup *imsize_menu_accels; GtkWidget *msizinc; GtkWidget *msizdec; GtkWidget *maccuracy; GtkWidget *maccuracy_menu; GtkAccelGroup *maccuracy_menu_accels; GSList *accgrp_group = NULL; GtkWidget *maccuracy1; GtkWidget *maccuracy2; GtkWidget *maccuracy3; GtkWidget *rotstp; GtkWidget *rotstp_menu; GtkAccelGroup *rotstp_menu_accels; GSList *rotgrp_group = NULL; GtkWidget *mrotcont; GtkWidget *mrotstp; GtkWidget *separator1; GtkWidget *mfigfile; GtkWidget *s_parateur3; GtkWidget *msaveconf; GtkWidget *mmisc; GtkWidget *mmisc_menu; GtkAccelGroup *mmisc_menu_accels; GtkWidget *mabout; GtkWidget *mhelp; GtkWidget *sep17; GtkWidget *mclrstat; GtkWidget *mclrall; GtkWidget *table1; GtkWidget *aspectframe1; GtkWidget *wdrawareagrande; GtkWidget *aspectframe2; GtkWidget *wdrawareapetite; GtkWidget *vbox2; GtkWidget *hbox1; GtkWidget *label2; GtkObject *bfignr_adj; GtkWidget *bfignr; GtkWidget *hseparator2; GtkWidget *bunsel; GtkWidget *hseparator1; GtkWidget *bhlptan; GtkWidget *bhlpout; GtkWidget *wstatusbar; mainwindow = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_widget_set_name (mainwindow, "mainwindow"); g_object_set_data (G_OBJECT (mainwindow), "mainwindow", mainwindow); gtk_window_set_icon_name (GTK_WINDOW (mainwindow), "gtans"); gtk_window_set_title (GTK_WINDOW (mainwindow), _("gTans")); gtk_window_set_default_size (GTK_WINDOW (mainwindow), 500, 430); vbox1 = gtk_vbox_new (FALSE, 0); gtk_widget_set_name (vbox1, "vbox1"); g_object_ref (vbox1); g_object_set_data_full (G_OBJECT (mainwindow), "vbox1", vbox1, (GDestroyNotify) g_object_unref); gtk_widget_show (vbox1); gtk_container_add (GTK_CONTAINER (mainwindow), vbox1); menubar1 = gtk_menu_bar_new (); gtk_widget_set_name (menubar1, "menubar1"); g_object_ref (menubar1); g_object_set_data_full (G_OBJECT (mainwindow), "menubar1", menubar1, (GDestroyNotify) g_object_unref); gtk_widget_show (menubar1); gtk_box_pack_start (GTK_BOX (vbox1), menubar1, FALSE, FALSE, 0); mgame = gtk_menu_item_new_with_label (_("Game")); gtk_widget_set_name (mgame, "mgame"); g_object_ref (mgame); g_object_set_data_full (G_OBJECT (mainwindow), "mgame", mgame, (GDestroyNotify) g_object_unref); gtk_widget_show (mgame); gtk_container_add (GTK_CONTAINER (menubar1), mgame); mgame_menu = gtk_menu_new (); gtk_widget_set_name (mgame_menu, "mgame_menu"); g_object_ref (mgame_menu); g_object_set_data_full (G_OBJECT (mainwindow), "mgame_menu", mgame_menu, (GDestroyNotify) g_object_unref); gtk_menu_item_set_submenu (GTK_MENU_ITEM (mgame), mgame_menu); // mgame_menu_accels = gtk_menu_ensure_uline_accel_group (GTK_MENU (mgame_menu)); mquit = gtk_menu_item_new_with_label (_("Quit")); gtk_widget_set_name (mquit, "mquit"); g_object_ref (mquit); g_object_set_data_full (G_OBJECT (mainwindow), "mquit", mquit, (GDestroyNotify) g_object_unref); gtk_widget_show (mquit); gtk_container_add (GTK_CONTAINER (mgame_menu), mquit); mprefs = gtk_menu_item_new_with_label (_("Preferences")); gtk_widget_set_name (mprefs, "mprefs"); g_object_ref (mprefs); g_object_set_data_full (G_OBJECT (mainwindow), "mprefs", mprefs, (GDestroyNotify) g_object_unref); gtk_widget_show (mprefs); gtk_container_add (GTK_CONTAINER (menubar1), mprefs); mprefs_menu = gtk_menu_new (); gtk_widget_set_name (mprefs_menu, "mprefs_menu"); g_object_ref (mprefs_menu); g_object_set_data_full (G_OBJECT (mainwindow), "mprefs_menu", mprefs_menu, (GDestroyNotify) g_object_unref); gtk_menu_item_set_submenu (GTK_MENU_ITEM (mprefs), mprefs_menu); // mprefs_menu_accels = gtk_menu_ensure_uline_accel_group (GTK_MENU (mprefs_menu)); mtans = gtk_menu_item_new_with_label (_("Tans")); gtk_widget_set_name (mtans, "mtans"); g_object_ref (mtans); g_object_set_data_full (G_OBJECT (mainwindow), "mtans", mtans, (GDestroyNotify) g_object_unref); gtk_widget_show (mtans); gtk_container_add (GTK_CONTAINER (mprefs_menu), mtans); mtans_menu = gtk_menu_new (); gtk_widget_set_name (mtans_menu, "mtans_menu"); g_object_ref (mtans_menu); g_object_set_data_full (G_OBJECT (mainwindow), "mtans_menu", mtans_menu, (GDestroyNotify) g_object_unref); gtk_menu_item_set_submenu (GTK_MENU_ITEM (mtans), mtans_menu); // mtans_menu_accels = gtk_menu_ensure_uline_accel_group (GTK_MENU (mtans_menu)); mtanscolor = gtk_menu_item_new_with_label (_("Color...")); gtk_widget_set_name (mtanscolor, "mtanscolor"); g_object_ref (mtanscolor); g_object_set_data_full (G_OBJECT (mainwindow), "mtanscolor", mtanscolor, (GDestroyNotify) g_object_unref); gtk_widget_show (mtanscolor); gtk_container_add (GTK_CONTAINER (mtans_menu), mtanscolor); mtanstexture = gtk_menu_item_new_with_label (_("Texture...")); gtk_widget_set_name (mtanstexture, "mtanstexture"); g_object_ref (mtanstexture); g_object_set_data_full (G_OBJECT (mainwindow), "mtanstexture", mtanstexture, (GDestroyNotify) g_object_unref); gtk_widget_show (mtanstexture); gtk_container_add (GTK_CONTAINER (mtans_menu), mtanstexture); mhitan = gtk_menu_item_new_with_label (_("Hilighted tan")); gtk_widget_set_name (mhitan, "mhitan"); g_object_ref (mhitan); g_object_set_data_full (G_OBJECT (mainwindow), "mhitan", mhitan, (GDestroyNotify) g_object_unref); gtk_widget_show (mhitan); gtk_container_add (GTK_CONTAINER (mprefs_menu), mhitan); mhitan_menu = gtk_menu_new (); gtk_widget_set_name (mhitan_menu, "mhitan_menu"); g_object_ref (mhitan_menu); g_object_set_data_full (G_OBJECT (mainwindow), "mhitan_menu", mhitan_menu, (GDestroyNotify) g_object_unref); gtk_menu_item_set_submenu (GTK_MENU_ITEM (mhitan), mhitan_menu); // mhitan_menu_accels = gtk_menu_ensure_uline_accel_group (GTK_MENU (mhitan_menu)); mhighcolor = gtk_menu_item_new_with_label (_("Color...")); gtk_widget_set_name (mhighcolor, "mhighcolor"); g_object_ref (mhighcolor); g_object_set_data_full (G_OBJECT (mainwindow), "mhighcolor", mhighcolor, (GDestroyNotify) g_object_unref); gtk_widget_show (mhighcolor); gtk_container_add (GTK_CONTAINER (mhitan_menu), mhighcolor); mhightexture = gtk_menu_item_new_with_label (_("Texture...")); gtk_widget_set_name (mhightexture, "mhightexture"); g_object_ref (mhightexture); g_object_set_data_full (G_OBJECT (mainwindow), "mhightexture", mhightexture, (GDestroyNotify) g_object_unref); gtk_widget_show (mhightexture); gtk_container_add (GTK_CONTAINER (mhitan_menu), mhightexture); mbg = gtk_menu_item_new_with_label (_("Background")); gtk_widget_set_name (mbg, "mbg"); g_object_ref (mbg); g_object_set_data_full (G_OBJECT (mainwindow), "mbg", mbg, (GDestroyNotify) g_object_unref); gtk_widget_show (mbg); gtk_container_add (GTK_CONTAINER (mprefs_menu), mbg); mbg_menu = gtk_menu_new (); gtk_widget_set_name (mbg_menu, "mbg_menu"); g_object_ref (mbg_menu); g_object_set_data_full (G_OBJECT (mainwindow), "mbg_menu", mbg_menu, (GDestroyNotify) g_object_unref); gtk_menu_item_set_submenu (GTK_MENU_ITEM (mbg), mbg_menu); // mbg_menu_accels = gtk_menu_ensure_uline_accel_group (GTK_MENU (mbg_menu)); mbgcolor = gtk_menu_item_new_with_label (_("Color...")); gtk_widget_set_name (mbgcolor, "mbgcolor"); g_object_ref (mbgcolor); g_object_set_data_full (G_OBJECT (mainwindow), "mbgcolor", mbgcolor, (GDestroyNotify) g_object_unref); gtk_widget_show (mbgcolor); gtk_container_add (GTK_CONTAINER (mbg_menu), mbgcolor); mbgtexture = gtk_menu_item_new_with_label (_("Texture...")); gtk_widget_set_name (mbgtexture, "mbgtexture"); g_object_ref (mbgtexture); g_object_set_data_full (G_OBJECT (mainwindow), "mbgtexture", mbgtexture, (GDestroyNotify) g_object_unref); gtk_widget_show (mbgtexture); gtk_container_add (GTK_CONTAINER (mbg_menu), mbgtexture); mhlpoutcolor = gtk_menu_item_new_with_label (_("Outline help color...")); gtk_widget_set_name (mhlpoutcolor, "mhlpoutcolor"); g_object_ref (mhlpoutcolor); g_object_set_data_full (G_OBJECT (mainwindow), "mhlpoutcolor", mhlpoutcolor, (GDestroyNotify) g_object_unref); gtk_widget_show (mhlpoutcolor); gtk_container_add (GTK_CONTAINER (mprefs_menu), mhlpoutcolor); s_parateur1 = gtk_menu_item_new (); gtk_widget_set_name (s_parateur1, "s_parateur1"); g_object_ref (s_parateur1); g_object_set_data_full (G_OBJECT (mainwindow), "s_parateur1", s_parateur1, (GDestroyNotify) g_object_unref); gtk_widget_show (s_parateur1); gtk_container_add (GTK_CONTAINER (mprefs_menu), s_parateur1); gtk_widget_set_sensitive (s_parateur1, FALSE); msilcolor = gtk_menu_item_new_with_label (_("Silhouette color...")); gtk_widget_set_name (msilcolor, "msilcolor"); g_object_ref (msilcolor); g_object_set_data_full (G_OBJECT (mainwindow), "msilcolor", msilcolor, (GDestroyNotify) g_object_unref); gtk_widget_show (msilcolor); gtk_container_add (GTK_CONTAINER (mprefs_menu), msilcolor); msilbgcolor = gtk_menu_item_new_with_label (_("Silhouette background...")); gtk_widget_set_name (msilbgcolor, "msilbgcolor"); g_object_ref (msilbgcolor); g_object_set_data_full (G_OBJECT (mainwindow), "msilbgcolor", msilbgcolor, (GDestroyNotify) g_object_unref); gtk_widget_show (msilbgcolor); gtk_container_add (GTK_CONTAINER (mprefs_menu), msilbgcolor); msilbgcol2 = gtk_menu_item_new_with_label (_("Solved figure bg...")); gtk_widget_set_name (msilbgcol2, "msilbgcol2"); g_object_ref (msilbgcol2); g_object_set_data_full (G_OBJECT (mainwindow), "msilbgcol2", msilbgcol2, (GDestroyNotify) g_object_unref); gtk_widget_show (msilbgcol2); gtk_container_add (GTK_CONTAINER (mprefs_menu), msilbgcol2); mhlptancolor = gtk_menu_item_new_with_label (_("Help tan color...")); gtk_widget_set_name (mhlptancolor, "mhlptancolor"); g_object_ref (mhlptancolor); g_object_set_data_full (G_OBJECT (mainwindow), "mhlptancolor", mhlptancolor, (GDestroyNotify) g_object_unref); gtk_widget_show (mhlptancolor); gtk_container_add (GTK_CONTAINER (mprefs_menu), mhlptancolor); s_parateur2 = gtk_menu_item_new (); gtk_widget_set_name (s_parateur2, "s_parateur2"); g_object_ref (s_parateur2); g_object_set_data_full (G_OBJECT (mainwindow), "s_parateur2", s_parateur2, (GDestroyNotify) g_object_unref); gtk_widget_show (s_parateur2); gtk_container_add (GTK_CONTAINER (mprefs_menu), s_parateur2); gtk_widget_set_sensitive (s_parateur2, FALSE); imsize = gtk_menu_item_new_with_label (_("Tans size")); gtk_widget_set_name (imsize, "imsize"); g_object_ref (imsize); g_object_set_data_full (G_OBJECT (mainwindow), "imsize", imsize, (GDestroyNotify) g_object_unref); gtk_widget_show (imsize); gtk_container_add (GTK_CONTAINER (mprefs_menu), imsize); imsize_menu = gtk_menu_new (); gtk_widget_set_name (imsize_menu, "imsize_menu"); g_object_ref (imsize_menu); g_object_set_data_full (G_OBJECT (mainwindow), "imsize_menu", imsize_menu, (GDestroyNotify) g_object_unref); gtk_menu_item_set_submenu (GTK_MENU_ITEM (imsize), imsize_menu); // imsize_menu_accels = gtk_menu_ensure_uline_accel_group (GTK_MENU (imsize_menu)); msizinc = gtk_menu_item_new_with_label (_("Increase")); gtk_widget_set_name (msizinc, "msizinc"); g_object_ref (msizinc); g_object_set_data_full (G_OBJECT (mainwindow), "msizinc", msizinc, (GDestroyNotify) g_object_unref); gtk_widget_show (msizinc); gtk_container_add (GTK_CONTAINER (imsize_menu), msizinc); msizdec = gtk_menu_item_new_with_label (_("Decrease")); gtk_widget_set_name (msizdec, "msizdec"); g_object_ref (msizdec); g_object_set_data_full (G_OBJECT (mainwindow), "msizdec", msizdec, (GDestroyNotify) g_object_unref); gtk_widget_show (msizdec); gtk_container_add (GTK_CONTAINER (imsize_menu), msizdec); maccuracy = gtk_menu_item_new_with_label (_("Accuracy")); gtk_widget_set_name (maccuracy, "maccuracy"); g_object_ref (maccuracy); g_object_set_data_full (G_OBJECT (mainwindow), "maccuracy", maccuracy, (GDestroyNotify) g_object_unref); gtk_widget_show (maccuracy); gtk_container_add (GTK_CONTAINER (mprefs_menu), maccuracy); maccuracy_menu = gtk_menu_new (); gtk_widget_set_name (maccuracy_menu, "maccuracy_menu"); g_object_ref (maccuracy_menu); g_object_set_data_full (G_OBJECT (mainwindow), "maccuracy_menu", maccuracy_menu, (GDestroyNotify) g_object_unref); gtk_menu_item_set_submenu (GTK_MENU_ITEM (maccuracy), maccuracy_menu); // maccuracy_menu_accels = gtk_menu_ensure_uline_accel_group (GTK_MENU (maccuracy_menu)); maccuracy1 = gtk_radio_menu_item_new_with_label (accgrp_group, _("High")); accgrp_group = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (maccuracy1)); gtk_widget_set_name (maccuracy1, "maccuracy1"); g_object_ref (maccuracy1); g_object_set_data_full (G_OBJECT (mainwindow), "maccuracy1", maccuracy1, (GDestroyNotify) g_object_unref); gtk_widget_show (maccuracy1); gtk_container_add (GTK_CONTAINER (maccuracy_menu), maccuracy1); maccuracy2 = gtk_radio_menu_item_new_with_label (accgrp_group, _("Medium")); accgrp_group = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (maccuracy2)); gtk_widget_set_name (maccuracy2, "maccuracy2"); g_object_ref (maccuracy2); g_object_set_data_full (G_OBJECT (mainwindow), "maccuracy2", maccuracy2, (GDestroyNotify) g_object_unref); gtk_widget_show (maccuracy2); gtk_container_add (GTK_CONTAINER (maccuracy_menu), maccuracy2); maccuracy3 = gtk_radio_menu_item_new_with_label (accgrp_group, _("Low")); accgrp_group = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (maccuracy3)); gtk_widget_set_name (maccuracy3, "maccuracy3"); g_object_ref (maccuracy3); g_object_set_data_full (G_OBJECT (mainwindow), "maccuracy3", maccuracy3, (GDestroyNotify) g_object_unref); gtk_widget_show (maccuracy3); gtk_container_add (GTK_CONTAINER (maccuracy_menu), maccuracy3); gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (maccuracy3), TRUE); rotstp = gtk_menu_item_new_with_label (_("Rotation")); gtk_widget_set_name (rotstp, "rotstp"); g_object_ref (rotstp); g_object_set_data_full (G_OBJECT (mainwindow), "rotstp", rotstp, (GDestroyNotify) g_object_unref); gtk_widget_show (rotstp); gtk_container_add (GTK_CONTAINER (mprefs_menu), rotstp); rotstp_menu = gtk_menu_new (); gtk_widget_set_name (rotstp_menu, "rotstp_menu"); g_object_ref (rotstp_menu); g_object_set_data_full (G_OBJECT (mainwindow), "rotstp_menu", rotstp_menu, (GDestroyNotify) g_object_unref); gtk_menu_item_set_submenu (GTK_MENU_ITEM (rotstp), rotstp_menu); // rotstp_menu_accels = gtk_menu_ensure_uline_accel_group (GTK_MENU (rotstp_menu)); mrotcont = gtk_radio_menu_item_new_with_label (rotgrp_group, _("Continuous")); rotgrp_group = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (mrotcont)); gtk_widget_set_name (mrotcont, "mrotcont"); g_object_ref (mrotcont); g_object_set_data_full (G_OBJECT (mainwindow), "mrotcont", mrotcont, (GDestroyNotify) g_object_unref); gtk_widget_show (mrotcont); gtk_container_add (GTK_CONTAINER (rotstp_menu), mrotcont); mrotstp = gtk_radio_menu_item_new_with_label (rotgrp_group, _("Step by step")); rotgrp_group = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (mrotstp)); gtk_widget_set_name (mrotstp, "mrotstp"); g_object_ref (mrotstp); g_object_set_data_full (G_OBJECT (mainwindow), "mrotstp", mrotstp, (GDestroyNotify) g_object_unref); gtk_widget_show (mrotstp); gtk_container_add (GTK_CONTAINER (rotstp_menu), mrotstp); gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (mrotstp), TRUE); separator1 = gtk_menu_item_new (); gtk_widget_set_name (separator1, "separator1"); g_object_ref (separator1); g_object_set_data_full (G_OBJECT (mainwindow), "separator1", separator1, (GDestroyNotify) g_object_unref); gtk_widget_show (separator1); gtk_container_add (GTK_CONTAINER (mprefs_menu), separator1); gtk_widget_set_sensitive (separator1, FALSE); mfigfile = gtk_menu_item_new_with_label (_("Figures file...")); gtk_widget_set_name (mfigfile, "mfigfile"); g_object_ref (mfigfile); g_object_set_data_full (G_OBJECT (mainwindow), "mfigfile", mfigfile, (GDestroyNotify) g_object_unref); gtk_widget_show (mfigfile); gtk_container_add (GTK_CONTAINER (mprefs_menu), mfigfile); s_parateur3 = gtk_menu_item_new (); gtk_widget_set_name (s_parateur3, "s_parateur3"); g_object_ref (s_parateur3); g_object_set_data_full (G_OBJECT (mainwindow), "s_parateur3", s_parateur3, (GDestroyNotify) g_object_unref); gtk_widget_show (s_parateur3); gtk_container_add (GTK_CONTAINER (mprefs_menu), s_parateur3); gtk_widget_set_sensitive (s_parateur3, FALSE); msaveconf = gtk_menu_item_new_with_label (_("Save config")); gtk_widget_set_name (msaveconf, "msaveconf"); g_object_ref (msaveconf); g_object_set_data_full (G_OBJECT (mainwindow), "msaveconf", msaveconf, (GDestroyNotify) g_object_unref); gtk_widget_show (msaveconf); gtk_container_add (GTK_CONTAINER (mprefs_menu), msaveconf); mmisc = gtk_menu_item_new_with_label (_("Misc.")); gtk_widget_set_name (mmisc, "mmisc"); g_object_ref (mmisc); g_object_set_data_full (G_OBJECT (mainwindow), "mmisc", mmisc, (GDestroyNotify) g_object_unref); gtk_widget_show (mmisc); gtk_container_add (GTK_CONTAINER (menubar1), mmisc); mmisc_menu = gtk_menu_new (); gtk_widget_set_name (mmisc_menu, "mmisc_menu"); g_object_ref (mmisc_menu); g_object_set_data_full (G_OBJECT (mainwindow), "mmisc_menu", mmisc_menu, (GDestroyNotify) g_object_unref); gtk_menu_item_set_submenu (GTK_MENU_ITEM (mmisc), mmisc_menu); // mmisc_menu_accels = gtk_menu_ensure_uline_accel_group (GTK_MENU (mmisc_menu)); mabout = gtk_menu_item_new_with_label (_("About...")); gtk_widget_set_name (mabout, "mabout"); g_object_ref (mabout); g_object_set_data_full (G_OBJECT (mainwindow), "mabout", mabout, (GDestroyNotify) g_object_unref); gtk_widget_show (mabout); gtk_container_add (GTK_CONTAINER (mmisc_menu), mabout); mhelp = gtk_menu_item_new_with_label (_("Help...")); gtk_widget_set_name (mhelp, "mhelp"); g_object_ref (mhelp); g_object_set_data_full (G_OBJECT (mainwindow), "mhelp", mhelp, (GDestroyNotify) g_object_unref); gtk_widget_show (mhelp); gtk_container_add (GTK_CONTAINER (mmisc_menu), mhelp); sep17 = gtk_menu_item_new (); gtk_widget_set_name (sep17, "sep17"); g_object_ref (sep17); g_object_set_data_full (G_OBJECT (mainwindow), "sep17", sep17, (GDestroyNotify) g_object_unref); gtk_widget_show (sep17); gtk_container_add (GTK_CONTAINER (mmisc_menu), sep17); gtk_widget_set_sensitive (sep17, FALSE); mclrstat = gtk_menu_item_new_with_label (_("Clear figure status")); gtk_widget_set_name (mclrstat, "mclrstat"); g_object_ref (mclrstat); g_object_set_data_full (G_OBJECT (mainwindow), "mclrstat", mclrstat, (GDestroyNotify) g_object_unref); gtk_widget_show (mclrstat); gtk_container_add (GTK_CONTAINER (mmisc_menu), mclrstat); mclrall = gtk_menu_item_new_with_label (_("Clear all figures status")); gtk_widget_set_name (mclrall, "mclrall"); g_object_ref (mclrall); g_object_set_data_full (G_OBJECT (mainwindow), "mclrall", mclrall, (GDestroyNotify) g_object_unref); gtk_widget_show (mclrall); gtk_container_add (GTK_CONTAINER (mmisc_menu), mclrall); table1 = gtk_table_new (3, 4, TRUE); gtk_widget_set_name (table1, "table1"); g_object_ref (table1); g_object_set_data_full (G_OBJECT (mainwindow), "table1", table1, (GDestroyNotify) g_object_unref); gtk_widget_show (table1); gtk_box_pack_start (GTK_BOX (vbox1), table1, TRUE, TRUE, 0); aspectframe1 = gtk_aspect_frame_new (NULL, 0.5, 0.5, 1, FALSE); gtk_widget_set_name (aspectframe1, "aspectframe1"); g_object_ref (aspectframe1); g_object_set_data_full (G_OBJECT (mainwindow), "aspectframe1", aspectframe1, (GDestroyNotify) g_object_unref); gtk_widget_show (aspectframe1); gtk_table_attach (GTK_TABLE (table1), aspectframe1, 0, 3, 0, 3, (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0); wdrawareagrande = gtk_drawing_area_new (); gtk_widget_set_name (wdrawareagrande, "wdrawareagrande"); g_object_ref (wdrawareagrande); g_object_set_data_full (G_OBJECT (mainwindow), "wdrawareagrande", wdrawareagrande, (GDestroyNotify) g_object_unref); gtk_widget_show (wdrawareagrande); gtk_container_add (GTK_CONTAINER (aspectframe1), wdrawareagrande); gtk_widget_set_events (wdrawareagrande, GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK); aspectframe2 = gtk_aspect_frame_new (NULL, 0.5, 0.5, 1, TRUE); gtk_widget_set_name (aspectframe2, "aspectframe2"); g_object_ref (aspectframe2); g_object_set_data_full (G_OBJECT (mainwindow), "aspectframe2", aspectframe2, (GDestroyNotify) g_object_unref); gtk_widget_show (aspectframe2); gtk_table_attach (GTK_TABLE (table1), aspectframe2, 3, 4, 0, 1, (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0); wdrawareapetite = gtk_drawing_area_new (); gtk_widget_set_name (wdrawareapetite, "wdrawareapetite"); g_object_ref (wdrawareapetite); g_object_set_data_full (G_OBJECT (mainwindow), "wdrawareapetite", wdrawareapetite, (GDestroyNotify) g_object_unref); gtk_widget_show (wdrawareapetite); gtk_container_add (GTK_CONTAINER (aspectframe2), wdrawareapetite); gtk_widget_set_events (wdrawareapetite, GDK_EXPOSURE_MASK | GDK_STRUCTURE_MASK); vbox2 = gtk_vbox_new (FALSE, 3); gtk_widget_set_name (vbox2, "vbox2"); g_object_ref (vbox2); g_object_set_data_full (G_OBJECT (mainwindow), "vbox2", vbox2, (GDestroyNotify) g_object_unref); gtk_widget_show (vbox2); gtk_table_attach (GTK_TABLE (table1), vbox2, 3, 4, 1, 3, (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), 0, 0); gtk_container_set_border_width (GTK_CONTAINER (vbox2), 3); hbox1 = gtk_hbox_new (FALSE, 0); gtk_widget_set_name (hbox1, "hbox1"); g_object_ref (hbox1); g_object_set_data_full (G_OBJECT (mainwindow), "hbox1", hbox1, (GDestroyNotify) g_object_unref); gtk_widget_show (hbox1); gtk_box_pack_start (GTK_BOX (vbox2), hbox1, FALSE, FALSE, 0); label2 = gtk_label_new (_("Figure ")); gtk_widget_set_name (label2, "label2"); g_object_ref (label2); g_object_set_data_full (G_OBJECT (mainwindow), "label2", label2, (GDestroyNotify) g_object_unref); gtk_widget_show (label2); gtk_box_pack_start (GTK_BOX (hbox1), label2, TRUE, TRUE, 0); bfignr_adj = gtk_adjustment_new (1000, 0, 1000, 1, 10, 0); bfignr = gtk_spin_button_new (GTK_ADJUSTMENT (bfignr_adj), 1, 0); gtk_widget_set_name (bfignr, "bfignr"); g_object_ref (bfignr); g_object_set_data_full (G_OBJECT (mainwindow), "bfignr", bfignr, (GDestroyNotify) g_object_unref); gtk_widget_show (bfignr); gtk_box_pack_start (GTK_BOX (hbox1), bfignr, TRUE, TRUE, 0); gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (bfignr), TRUE); gtk_spin_button_set_wrap (GTK_SPIN_BUTTON (bfignr), TRUE); hseparator2 = gtk_hseparator_new (); gtk_widget_set_name (hseparator2, "hseparator2"); g_object_ref (hseparator2); g_object_set_data_full (G_OBJECT (mainwindow), "hseparator2", hseparator2, (GDestroyNotify) g_object_unref); gtk_widget_show (hseparator2); gtk_box_pack_start (GTK_BOX (vbox2), hseparator2, FALSE, FALSE, 0); bunsel = gtk_button_new_with_label (_("Unselect tan")); gtk_widget_set_name (bunsel, "bunsel"); g_object_ref (bunsel); g_object_set_data_full (G_OBJECT (mainwindow), "bunsel", bunsel, (GDestroyNotify) g_object_unref); gtk_widget_show (bunsel); gtk_box_pack_start (GTK_BOX (vbox2), bunsel, FALSE, FALSE, 0); GTK_WIDGET_UNSET_FLAGS (bunsel, GTK_CAN_FOCUS); hseparator1 = gtk_hseparator_new (); gtk_widget_set_name (hseparator1, "hseparator1"); g_object_ref (hseparator1); g_object_set_data_full (G_OBJECT (mainwindow), "hseparator1", hseparator1, (GDestroyNotify) g_object_unref); gtk_widget_show (hseparator1); gtk_box_pack_start (GTK_BOX (vbox2), hseparator1, FALSE, FALSE, 0); bhlptan = gtk_button_new_with_label (_("Show a tan")); gtk_widget_set_name (bhlptan, "bhlptan"); g_object_ref (bhlptan); g_object_set_data_full (G_OBJECT (mainwindow), "bhlptan", bhlptan, (GDestroyNotify) g_object_unref); gtk_widget_show (bhlptan); gtk_box_pack_start (GTK_BOX (vbox2), bhlptan, FALSE, FALSE, 0); GTK_WIDGET_UNSET_FLAGS (bhlptan, GTK_CAN_FOCUS); bhlpout = gtk_button_new_with_label (_("Show outline")); gtk_widget_set_name (bhlpout, "bhlpout"); g_object_ref (bhlpout); g_object_set_data_full (G_OBJECT (mainwindow), "bhlpout", bhlpout, (GDestroyNotify) g_object_unref); gtk_widget_show (bhlpout); gtk_box_pack_start (GTK_BOX (vbox2), bhlpout, FALSE, FALSE, 0); GTK_WIDGET_UNSET_FLAGS (bhlpout, GTK_CAN_FOCUS); wstatusbar = gtk_statusbar_new (); gtk_widget_set_name (wstatusbar, "wstatusbar"); g_object_ref (wstatusbar); g_object_set_data_full (G_OBJECT (mainwindow), "wstatusbar", wstatusbar, (GDestroyNotify) g_object_unref); gtk_widget_show (wstatusbar); gtk_box_pack_start (GTK_BOX (vbox1), wstatusbar, FALSE, FALSE, 0); g_signal_connect (G_OBJECT (mainwindow), "destroy", G_CALLBACK (on_mainwindow_destroy), NULL); g_signal_connect (G_OBJECT (mquit), "activate", G_CALLBACK (on_mquit_activate), NULL); g_signal_connect (G_OBJECT (mtanscolor), "activate", G_CALLBACK (on_mtanscolor_activate), NULL); g_signal_connect (G_OBJECT (mtanstexture), "activate", G_CALLBACK (on_mtanstexture_activate), NULL); g_signal_connect (G_OBJECT (mhighcolor), "activate", G_CALLBACK (on_mhighcolor_activate), NULL); g_signal_connect (G_OBJECT (mhightexture), "activate", G_CALLBACK (on_mhightexture_activate), NULL); g_signal_connect (G_OBJECT (mbgcolor), "activate", G_CALLBACK (on_mbgcolor_activate), NULL); g_signal_connect (G_OBJECT (mbgtexture), "activate", G_CALLBACK (on_mbgtexture_activate), NULL); g_signal_connect (G_OBJECT (mhlpoutcolor), "activate", G_CALLBACK (on_mhlpoutcolor_activate), NULL); g_signal_connect (G_OBJECT (msilcolor), "activate", G_CALLBACK (on_msilcolor_activate), NULL); g_signal_connect (G_OBJECT (msilbgcolor), "activate", G_CALLBACK (on_msilbgcolor_activate), NULL); g_signal_connect (G_OBJECT (msilbgcol2), "activate", G_CALLBACK (on_msilbgcol2_activate), NULL); g_signal_connect (G_OBJECT (mhlptancolor), "activate", G_CALLBACK (on_mhlptancolor_activate), NULL); g_signal_connect (G_OBJECT (msizinc), "activate", G_CALLBACK (on_msizinc_activate), NULL); g_signal_connect (G_OBJECT (msizdec), "activate", G_CALLBACK (on_msizdec_activate), NULL); g_signal_connect (G_OBJECT (maccuracy1), "activate", G_CALLBACK (on_maccuracy1_activate), NULL); g_signal_connect (G_OBJECT (maccuracy2), "activate", G_CALLBACK (on_maccuracy2_activate), NULL); g_signal_connect (G_OBJECT (maccuracy3), "activate", G_CALLBACK (on_maccuracy3_activate), NULL); g_signal_connect (G_OBJECT (mrotcont), "activate", G_CALLBACK (on_mrotcont_activate), NULL); g_signal_connect (G_OBJECT (mrotstp), "activate", G_CALLBACK (on_mrotstp_activate), NULL); g_signal_connect (G_OBJECT (mfigfile), "activate", G_CALLBACK (on_mfigfile_activate), NULL); g_signal_connect (G_OBJECT (msaveconf), "activate", G_CALLBACK (on_msaveconf_activate), NULL); g_signal_connect (G_OBJECT (mabout), "activate", G_CALLBACK (on_mabout_activate), NULL); g_signal_connect (G_OBJECT (mhelp), "activate", G_CALLBACK (on_mhelp_activate), NULL); g_signal_connect (G_OBJECT (mclrstat), "activate", G_CALLBACK (on_mclrstat_activate), NULL); g_signal_connect (G_OBJECT (mclrall), "activate", G_CALLBACK (on_mclrall_activate), NULL); g_signal_connect (G_OBJECT (wdrawareagrande), "expose_event", G_CALLBACK (on_wdrawareagrande_expose_event), NULL); g_signal_connect (G_OBJECT (wdrawareagrande), "configure_event", G_CALLBACK (on_wdrawareagrande_configure_event), NULL); g_signal_connect (G_OBJECT (wdrawareagrande), "button_press_event", G_CALLBACK (on_wdrawareagrande_button_press_event), NULL); g_signal_connect (G_OBJECT (wdrawareagrande), "button_release_event", G_CALLBACK (on_wdrawareagrande_button_release_event), NULL); g_signal_connect (G_OBJECT (wdrawareagrande), "motion_notify_event", G_CALLBACK (on_wdrawareagrande_motion_notify_event), NULL); g_signal_connect (G_OBJECT (wdrawareapetite), "configure_event", G_CALLBACK (on_wdrawareapetite_configure_event), NULL); g_signal_connect (G_OBJECT (wdrawareapetite), "expose_event", G_CALLBACK (on_wdrawareapetite_expose_event), NULL); g_signal_connect (G_OBJECT (bfignr), "changed", G_CALLBACK (on_bfignr_changed), NULL); g_signal_connect (G_OBJECT (bunsel), "clicked", G_CALLBACK (on_bunsel_clicked), NULL); g_signal_connect (G_OBJECT (bhlptan), "clicked", G_CALLBACK (on_bhlptan_clicked), NULL); g_signal_connect (G_OBJECT (bhlpout), "clicked", G_CALLBACK (on_bhlpout_clicked), NULL); return mainwindow; } GtkWidget* create_fileselectwindow (void) { GtkWidget *fileselectwindow; fileselectwindow = gtk_file_chooser_dialog_new (_("Select a file"), GTK_WINDOW(mainwindow), GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, NULL); gtk_widget_set_name (fileselectwindow, "fileselectwindow"); g_object_set_data (G_OBJECT (fileselectwindow), "fileselectwindow", fileselectwindow); gtk_container_set_border_width (GTK_CONTAINER (fileselectwindow), 10); gtk_window_set_modal (GTK_WINDOW (fileselectwindow), TRUE); g_signal_connect (G_OBJECT (fileselectwindow), "delete_event", G_CALLBACK (on_fileselectwindow_delete_event), NULL); g_signal_connect (G_OBJECT (fileselectwindow), "response", G_CALLBACK (on_bfsok_clicked), NULL); return fileselectwindow; } GtkWidget* create_colorselectwindow (void) { GtkWidget *colorselectwindow; GtkWidget *bcsok; GtkWidget *bcscancel; GtkWidget *help_button1; colorselectwindow = gtk_color_selection_dialog_new (_("Select color")); gtk_widget_set_name (colorselectwindow, "colorselectwindow"); g_object_set_data (G_OBJECT (colorselectwindow), "colorselectwindow", colorselectwindow); gtk_container_set_border_width (GTK_CONTAINER (colorselectwindow), 10); gtk_window_set_modal (GTK_WINDOW (colorselectwindow), TRUE); bcsok = GTK_COLOR_SELECTION_DIALOG (colorselectwindow)->ok_button; gtk_widget_set_name (bcsok, "bcsok"); g_object_set_data (G_OBJECT (colorselectwindow), "bcsok", bcsok); gtk_widget_show (bcsok); GTK_WIDGET_SET_FLAGS (bcsok, GTK_CAN_DEFAULT); bcscancel = GTK_COLOR_SELECTION_DIALOG (colorselectwindow)->cancel_button; gtk_widget_set_name (bcscancel, "bcscancel"); g_object_set_data (G_OBJECT (colorselectwindow), "bcscancel", bcscancel); gtk_widget_show (bcscancel); GTK_WIDGET_SET_FLAGS (bcscancel, GTK_CAN_DEFAULT); help_button1 = GTK_COLOR_SELECTION_DIALOG (colorselectwindow)->help_button; gtk_widget_set_name (help_button1, "help_button1"); g_object_set_data (G_OBJECT (colorselectwindow), "help_button1", help_button1); gtk_widget_show (help_button1); GTK_WIDGET_SET_FLAGS (help_button1, GTK_CAN_DEFAULT); g_signal_connect (G_OBJECT (colorselectwindow), "delete_event", G_CALLBACK (on_colorselectwindow_delete_event), NULL); g_signal_connect (G_OBJECT (bcsok), "clicked", G_CALLBACK (on_bcsok_clicked), NULL); g_signal_connect (G_OBJECT (bcscancel), "clicked", G_CALLBACK (on_bcscancel_clicked), NULL); return colorselectwindow; } void create_aboutwindow (void) { const gchar *authors[] = { "Philippe Banwarth ", "Yaakov Selkowitz ", NULL}; static const gchar license_text[] = \ N_("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.\n\n" "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.\n\n" "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."); gtk_show_about_dialog (GTK_WINDOW(mainwindow), "authors", authors, "comments", _("Chinese Tangram puzzle game."), "copyright", "\xc2\xa9 2000-2003 Philippe Banwarth\n\xc2\xa9 2009 Yaakov Selkowitz", "license", license_text, "logo-icon-name", "gtans", #if GTK_CHECK_VERSION(2, 11, 0) "program-name", _("gTans"), #else "name", _("gTans"), #endif "title", _("About gTans"), "translator-credits", _("translator-credits"), "version", VERSION, "website", "http://gtans.sourceforge.net/", #if GTK_CHECK_VERSION(2, 7, 2) "wrap-license", TRUE, #endif NULL); } GtkWidget* create_helpwindow (void) { GtkWidget *helpwindow; GtkWidget *dialog_vbox2; GtkWidget *scrolledwindow1; GtkWidget *whltext; GtkWidget *dialog_action_area2; GtkWidget *bhlclose; helpwindow = gtk_dialog_new (); gtk_widget_set_name (helpwindow, "helpwindow"); g_object_set_data (G_OBJECT (helpwindow), "helpwindow", helpwindow); gtk_window_set_title (GTK_WINDOW (helpwindow), _("gTans help")); gtk_window_set_modal (GTK_WINDOW (helpwindow), TRUE); gtk_window_set_default_size (GTK_WINDOW (helpwindow), 470, 400); dialog_vbox2 = GTK_DIALOG (helpwindow)->vbox; gtk_widget_set_name (dialog_vbox2, "dialog_vbox2"); g_object_set_data (G_OBJECT (helpwindow), "dialog_vbox2", dialog_vbox2); gtk_widget_show (dialog_vbox2); scrolledwindow1 = gtk_scrolled_window_new (NULL, NULL); gtk_widget_set_name (scrolledwindow1, "scrolledwindow1"); g_object_ref (scrolledwindow1); g_object_set_data_full (G_OBJECT (helpwindow), "scrolledwindow1", scrolledwindow1, (GDestroyNotify) g_object_unref); gtk_widget_show (scrolledwindow1); gtk_box_pack_start (GTK_BOX (dialog_vbox2), scrolledwindow1, TRUE, TRUE, 0); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolledwindow1), GTK_POLICY_NEVER, GTK_POLICY_ALWAYS); whltext = gtk_text_view_new (); gtk_widget_set_name (whltext, "whltext"); g_object_ref (whltext); g_object_set_data_full (G_OBJECT (helpwindow), "whltext", whltext, (GDestroyNotify) g_object_unref); gtk_widget_show (whltext); gtk_container_add (GTK_CONTAINER (scrolledwindow1), whltext); dialog_action_area2 = GTK_DIALOG (helpwindow)->action_area; gtk_widget_set_name (dialog_action_area2, "dialog_action_area2"); g_object_set_data (G_OBJECT (helpwindow), "dialog_action_area2", dialog_action_area2); gtk_widget_show (dialog_action_area2); gtk_container_set_border_width (GTK_CONTAINER (dialog_action_area2), 10); bhlclose = gtk_button_new_with_label (_("Close")); gtk_widget_set_name (bhlclose, "bhlclose"); g_object_ref (bhlclose); g_object_set_data_full (G_OBJECT (helpwindow), "bhlclose", bhlclose, (GDestroyNotify) g_object_unref); gtk_widget_show (bhlclose); gtk_box_pack_start (GTK_BOX (dialog_action_area2), bhlclose, FALSE, TRUE, 0); g_signal_connect (G_OBJECT (helpwindow), "destroy", G_CALLBACK (on_helpwindow_destroy), NULL); g_signal_connect (G_OBJECT (bhlclose), "clicked", G_CALLBACK (on_bhlclose_clicked), NULL); return helpwindow; } gtans-1.99.0/src/interface.h0000644000175400010010000000037611132616302012541 00000000000000/* * DO NOT EDIT THIS FILE - it is generated by Glade. */ GtkWidget* create_mainwindow (void); GtkWidget* create_fileselectwindow (void); GtkWidget* create_colorselectwindow (void); void create_aboutwindow (void); GtkWidget* create_helpwindow (void); gtans-1.99.0/src/main.c0000644000175400010010000014351511133021276011524 00000000000000/* * Copyright (C) 1999 Philippe Banwarth * email: bwt@altern.org * smail: Philippe Banwarth, 8 sente du milieu des Gaudins, 95150 Taverny, France. * * 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 */ #ifdef HAVE_CONFIG_H # include #endif #include #include #include #include #include /* uniquement pour mkdir() */ #include #include #include #include #include "main.h" #include "interface.h" #include "support.h" void taninitstart(void); /********************************/ int main (int argc, char *argv[]) { textdomain ("gtans"); gtk_set_locale (); gtk_init (&argc, &argv); /* add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps"); add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps"); */ taninitstart(); gtk_main (); return 0; } /********************************/ GtkWidget *mainwindow; GtkWidget *widgetgrande; /* widget de la grande drawarea */ GtkWidget *widgetpetite; /* widget de la petite drawarea */ GtkStatusbar *widgetstat; /* widget de la statusbar */ GtkSpinButton *spinner=NULL; gint statconid; /* context id de la statusbar */ GdkRectangle selbackrect; /* rectangle a redessiner pour effacer la piece selected */ GdkPixmap *pixmapgrande1=NULL,*pixmapgrande2; GdkPixmap *pixmappetite=NULL; GdkPixmap *pixmappiece1=NULL,*pixmappiece2=NULL,*pixmapfond=NULL; GtkWidget *colselwin=NULL,*filselwin=NULL; /* les polygones doivent etre clockwise */ tanpiecedef piecesdef[]={ {2.0/3,2.0/3, 4,{{1,0,6*HT},{1,0,0},{0,1,2*HT},{0,1,0}}, 3,{{0,0},{2,0},{0,2},{0,0}}}, {CL/3,CL/3, 2,{{CC,CC,5*HT},{CC,CC,3*HT},{0,0,0},{0,0,0}}, 3,{{0,0},{CL,0},{0,CL},{0,0}}}, {0.5,0.5, 2,{{0,0,0},{1,1,4*HT},{0,0,0},{0,0,0}}, 4,{{0,0},{1,0},{1,1},{0,1}}}, {CC/2,(CC+CL)/2,2,{{0,CC,1*HT},{CC,CL,5*HT},{0,0,0},{0,0,0}},4,{{0,CC},{CC,0},{CC,CL},{0,CC+CL}}}, {1.0/3,1.0/3, 1,{{0,0,0},{0,0,0},{0,0,0},{0,0,0}}, 3,{{0,0},{1,0},{0,1},{0,0}}} }; tanfigure figuredebut={ 0.125,1,TOUR/64,FALSE, {{0,0,0.8,0.8,0}, {0,0,3.3,0.8,0}, {1,0,1.5,1.5,HT*4}, {2,0,6,0.6,0}, {3,0,6,1.6,HT*2}, {4,0,3.6,1.8,HT*7}, {4,0,4.1,1.3,HT*1}} }; tanfigure *figtab=NULL; int figtabsize; /* ==0 : pas de figure */ char *figfilename=NULL; int figactualnr; /* nr de la figure dans le figtab (-1=figuredebut, -2=figpetite) */ tantinytri tinytabpe[TINYNBR],tinytabgr[TINYNBR]; tanfigure figgrande,figpetite; int selectedgrande=FALSE; int xact,yact,xoth,yoth,xold,yold; int actiongrande=AN_none; int selpossible=TRUE; int rotact,rotnew,rotold; int rotstepnbr=TOUR/32; /* nb. de pas de rotation affiches */ int initcbgr=FALSE,initcbpe=FALSE; /* init cb deja appellee ? */ GdkGC *invertgc; int invx2,invy2; GdkGC *tabgc[GCNBR]; GdkColor colortab[GCNBR]; GdkPixmap *dumtabpxpx[3],**tabpxpx=dumtabpxpx-PXSTART; char *dumtabpxnam[3],**tabpxnam=dumtabpxnam-PXSTART; gboolean helpoutset=FALSE; gboolean helptanset=PIECENBR; int accuracy; /* precision de reconaissance */ gboolean editmode; #define FLPNTMAX PIECENBR*(PNTNBRMAX+1)*2 static gboolean dumtabpxpixmode[3],*tabpxpixmode=dumtabpxpixmode-PXSTART; /* mode VOULU */ static gboolean tabcolalloc[GCNBR]; /* couleur allouee ? */ static gchar *userconf=NULL; /* nom complet du fichier de config local */ static gchar *usergtdir=NULL; /* nom du home directory local */ static guint provmsg=0; /* nr. du dernier msg. provisoire */ static tanflfig flfigpetite; static tanfpnt fpntspetite[FLPNTMAX]; static double dxout,dyout,dxpetite,dypetite; static double selposxnc,selposync; /* position de la piece actuelle non limitee */ /********************************/ /* change la valeur max du spinbutton (si il existe) */ void tanspinsetvalmax (int val){ GtkAdjustment *adj; if (spinner!=NULL){ adj = gtk_spin_button_get_adjustment(spinner); adj->upper = (gfloat)val; gtk_adjustment_changed(adj); if (gtk_spin_button_get_value_as_int(spinner)){ gtk_spin_button_set_value(spinner, 0); } else{ tansetnewfigurepart1(0); tansetnewfigurepart2(); } } } /********************************/ /* affiche un message provisoire (efface par toute modif.) */ void tanstatprov (gchar *msg){ if (provmsg) gtk_statusbar_remove(widgetstat,statconid,provmsg); provmsg = gtk_statusbar_push(widgetstat,statconid,msg); } /********************************/ void tanstatpop (void){ if (provmsg){ gtk_statusbar_remove(widgetstat,statconid,provmsg); provmsg = 0; } gtk_statusbar_pop(widgetstat,statconid); } /********************************/ /* pas la peine d'enlever le msg prov.*/ void tanstatpush (gchar *msg){ gtk_statusbar_push(widgetstat,statconid,msg); } /********************************/ void tanallocname (char **pnt, char *name){ if (*pnt!=name){ if (*pnt!=NULL) g_free(*pnt); *pnt=(char *)g_malloc(strlen(name)+1); strcpy(*pnt,name); } } /********************************/ /* maintien les pieces dans les limites */ void tanclampgrandefig (void){ tanpiecepos *piecepos; int i; double dumzoom; dumzoom = 1.0/figgrande.zoom; piecepos = figgrande.piecepos; for (i = 0; iposx = CLAMP(piecepos->posx, 0.0, dumzoom); piecepos->posy = CLAMP(piecepos->posy, 0.0, dumzoom); piecepos++; } return; } /********************************/ /* renvoi la direction d'un segment */ int tanangle (double dx, double dy){ int ret; ret = (int)(atan2(dy,dx)/PASTOUR); ret = (ret+TOUR)%TOUR; return (ret); } /********************************/ gboolean tantinytabcompare (tantinytri *tinys1, tantinytri *tinys2, int accuracy){ gboolean libre[TINYNBR]; int i,j,jmin; double dist,mindist,mindistmax,xi,yi; int drot,drotmax,roti; double flaccur; switch (accuracy){ case 0 : flaccur = 1.0; drotmax = (int)(TOUR/64)+1; break; case 2 : flaccur = 4.0; drotmax = (int)(TOUR/32)+1; break; default : flaccur = 2.0; drotmax = (int)(TOUR/64)+1; } /* drotmax=figpetite.drotmax; */ mindistmax=pow(figpetite.distmax*0.10*flaccur,2); for (i=0; iTOUR/2 ) drot = TOUR-drot; if ( distmindistmax ) return FALSE; } return TRUE; } /********************************/ void tansmall2tiny (tansmalltri *small, tantinytri *tiny1, tantinytri *tiny2){ double cosrot,sinrot; int rot; rot=small->rot; cosrot=cos(rot*PASTOUR); sinrot=sin(rot*PASTOUR); tiny1->rot=(rot+HT*3)%TOUR; tiny1->posx=small->posx+0.5*cosrot +0.16666666*sinrot; tiny1->posy=small->posy+0.16666666*cosrot-0.5*sinrot; tiny2->rot=(rot+HT*5)%TOUR; tiny2->posx=small->posx+0.16666666*cosrot+0.5*sinrot; tiny2->posy=small->posy+0.5*cosrot -0.16666666*sinrot; } /********************************/ void tanmaketinytabnotr (tanfigure *figure, tantinytri *tinys){ int i,j; tansmalltri dusmall,*small=&dusmall; tanpiecepos *piecepos; tanpiecedef *piecedat; double ly,lx2,cosrot,sinrot; int rot,rottri; piecepos=figure->piecepos; for (j=0; jtype]; rot=piecepos->rot; cosrot=cos(rot*PASTOUR); sinrot=sin(rot*PASTOUR); for (i=0; itrinbr; i++){ lx2=piecedat->tri[i].posx-piecedat->handlex; ly=piecedat->tri[i].posy-piecedat->handley; rottri=piecedat->tri[i].rot; if (piecepos->flipped){ lx2=-lx2; rottri=TOUR+6*HT-rottri; } small->posx=piecepos->posx+lx2*cosrot+ly*sinrot; small->posy=piecepos->posy+ly*cosrot-lx2*sinrot; small->rot=(rottri+rot)%TOUR; tansmall2tiny(small,tinys,tinys+1); tinys+=2; } piecepos++; } } /********************************/ void tantranstinytab (tantinytri *tinys){ int i; double moyx=0,moyy=0; for (i=0; iposx; moyy+=tinys->posy; tinys++; } moyx/=TINYNBR; moyy/=TINYNBR; for (i=0; iposx-=moyx; tinys->posy-=moyy; } } /********************************/ /* termine la rotation (lorsque le mouse button est relache) */ /* est appele par redrawgrande et on_buttonpress au cas ou le signal a ete masque par*/ /* l'appui sur un bouton */ void tanreleaseifrot (void){ if (actiongrande==AN_rot){ gdk_draw_line (widgetgrande->window, invertgc, xact,yact,invx2,invy2); figgrande.piecepos[PIECENBR-1].rot=(rotnew+TOUR*5)%TOUR; } actiongrande = AN_none; return; } /********************************/ /* calcule une serie de GdkPoint correspondant au polygone de la piece */ /* + un point correspondand au centre de la piece */ int tanplacepiece (tanpiecepos *piecepos, GdkPoint *pnts, double zoom){ int i; tanpiecedef *piecedat; double lx,ly,lx2,cosrot,sinrot; int rot; piecedat=&piecesdef[piecepos->type]; rot=piecepos->rot; cosrot=cos(rot*PASTOUR); sinrot=sin(rot*PASTOUR); for(i=0; ipntnbr; i++){ lx2=piecedat->pnt[i].posx-piecedat->handlex; ly=piecedat->pnt[i].posy-piecedat->handley; if (piecepos->flipped) lx2=-lx2; lx=(piecepos->posx+lx2*cosrot+ly*sinrot)*zoom; ly=(piecepos->posy+ly*cosrot-lx2*sinrot)*zoom; pnts->x=(gint16)(lx+ARON); pnts->y=(gint16)(ly+ARON); pnts++; } pnts->x=(gint16)(piecepos->posx*zoom+ARON); pnts->y=(gint16)(piecepos->posy*zoom+ARON); return(piecedat->pntnbr); } /********************************/ /* calcule une serie de point en flottant correspondant au polygone de la piece */ /* pas de point central */ /* copie le premier points derriere le dernier */ /* le polygone retourne est clockwise (si la def l'est) */ int tanplacepiecefloat (tanpiecepos *piecepos, tanfpnt *fpnts, double zoom){ int i; tanpiecedef *piecedat; double lx,ly,lx2,cosrot,sinrot; int rot; int nbr; piecedat=&piecesdef[piecepos->type]; nbr=piecedat->pntnbr; rot=piecepos->rot; cosrot=cos(rot*PASTOUR); sinrot=sin(rot*PASTOUR); for(i=0; ipnt[i].posx-piecedat->handlex; ly=piecedat->pnt[i].posy-piecedat->handley; if (piecepos->flipped) lx2=-lx2; lx=(piecepos->posx+lx2*cosrot+ly*sinrot)*zoom; ly=(piecepos->posy+ly*cosrot-lx2*sinrot)*zoom; fpnts->posx=lx; fpnts++->posy=ly; } fpnts -=nbr; if (piecepos->flipped){ tanfpnt dumfpnt; for (i = 0; iposx-segment->posx; *pdy=point->posy-segment->posy; seglencar=segdx*segdx+segdy*segdy; if ( (scal=(*pdx*segdx)+(*pdy*segdy))<0 || (dum=scal/seglencar)>1 ) return (1000000.0); *pdx-=segdx*dum; *pdy-=segdy*dum; return (*pdx*(*pdx)+*pdy*(*pdy)); } /********************************/ double tandistcar (tanfpnt *pnt1, tanfpnt *pnt2){ double dx,dy; dx=(pnt1->posx-pnt2->posx); dy=(pnt1->posy-pnt2->posy); return (dx*dx+dy*dy); } /********************************/ void tancolle (tanfigure *figure, double seuil){ tanpiecepos *piecepos; tanfpnt pnts1[PNTNBRMAX+1],pnts2[PNTNBRMAX+1]; int pntnbr1,pntnbr2; int i,j,k,l; int nbrcommun; double dx,dy,dx2,dy2,dxtot,dytot; seuil*=seuil; piecepos=figure->piecepos; for (i=0; iseuil && (dx2*dx2+dy2*dy2)>seuil ){ if ( tandistcarsegpnt(&pnts1[k],&pnts2[l],&dx,&dy)seuil && (dx2*dx2+dy2*dy2)>seuil ){ if ( tandistcarsegpnt(pnts1+k*2,pnts2+l*2,&dx,&dy)ixmax) ixmax=ix; if (iyiymax) iymax=iy; } update_rect.x=ixmin; update_rect.y=iymin; update_rect.width=ixmax-ixmin+1; update_rect.height=iymax-iymin+1; switch (remplis){ case TAN_PETITEHLP: gc=tabgc[GCPETITEHLP]; break; case TAN_PIECENOR: gc=tabgc[GCPIECENOR]; gdk_gc_set_ts_origin (gc,pnt[pntnbr].x,pnt[pntnbr].y); break; case TAN_PIECEHI: gc=tabgc[GCPIECEHI]; gdk_gc_set_ts_origin (gc,pnt[pntnbr].x,pnt[pntnbr].y); break; default: gc=widget->style->white_gc; break; } gdk_draw_polygon (pixmap, gc, TRUE, pnt, pntnbr); if ( remplis==TAN_PIECENOR || remplis==TAN_PIECEHI ){ pnt[pntnbr]=pnt[0]; /* ecrase le point du centre */ for (i=0; iflipped) gris=-gris; gris=gris+0.5; gdk_draw_line (pixmap, tabgc[(int)(gris*(GRISNBR))], pnt[i].x,pnt[i].y,pnt[i+1].x,pnt[i+1].y); } } return(update_rect); } /********************************/ void tandrawfigure (GtkWidget *widget,GdkPixmap *pixmap, tanfigure *figure,int exclue, tanremplis remplis){ double zoom; int i; tanpiecepos *piecepos; zoom=widget->allocation.width*figure->zoom; piecepos=figure->piecepos; for (i=0; iallocation.width*figgrande.zoom; dx=dxout; dy=dyout; } else{ zoom = widgetpetite->allocation.width*figpetite.zoom; dx=dxpetite; dy=dypetite; } flpiecenbr = flfig->flpiecenbr; for (i = 0; iflpieces[i].flpnts; flpntnbr = flfig->flpieces[i].flpntnbr; polytype = flfig->flpieces[i].polytype; for (j = 0; jallocation.width, widgetgrande->allocation.height); if ( helpoutset && figtabsize ) tandrawfloat(pixmap, TRUE); } /********************************/ void taninitselect(int selected, gboolean force){ int i; tanpiecepos dum; if ( force || selected != PIECENBR-1 || !selectedgrande ){ tandrawbgndgr(pixmapgrande2); tandrawfigure(widgetgrande,pixmapgrande2,&figgrande, selected,TAN_PIECENOR); selbackrect.x=0; selbackrect.y=0; selbackrect.width=widgetgrande->allocation.width; selbackrect.height=widgetgrande->allocation.height; dum=figgrande.piecepos[selected]; for (i=selected; iallocation.width*figgrande.zoom; selposxnc += dx/zoom; selposync += dy/zoom; selpiece->posx = CLAMP(selposxnc, 0, 1.0/figgrande.zoom); selpiece->posy = CLAMP(selposync, 0, 1.0/figgrande.zoom); dumrot=selpiece->rot; rotnew=selpiece->rot-=drot; gdk_draw_drawable(pixmapgrande1, widgetgrande->style->fg_gc[GTK_WIDGET_STATE (widgetgrande)], pixmapgrande2, selbackrect.x,selbackrect.y, selbackrect.x,selbackrect.y, selbackrect.width,selbackrect.height); selbk2=tandrawpiece(widgetgrande,pixmapgrande1, selpiece, zoom, TAN_PIECEHI); gtk_widget_queue_draw_area (widgetgrande, selbackrect.x, selbackrect.y, selbackrect.width,selbackrect.height); gtk_widget_queue_draw_area (widgetgrande, selbk2.x, selbk2.y, selbk2.width, selbk2.height); gdk_window_process_updates (gtk_widget_get_window (widgetgrande), FALSE); selbackrect=selbk2; selpiece->rot=dumrot; } /********************************/ void tanredrawgrande (void){ GdkRectangle rect={0,0,0,0}; GtkWidget *widget=NULL; tanreleaseifrot(); if (selectedgrande){ taninitselect(PIECENBR-1, TRUE); tandrawselect(0,0,0); } else{ widget=widgetgrande; tandrawbgndgr(pixmapgrande1); tandrawfigure(widget, pixmapgrande1, &figgrande, PIECENBR+1, TAN_PIECENOR); rect.width=widget->allocation.width; rect.height=widget->allocation.height; gtk_widget_queue_draw_area (widget, rect.x, rect.y, rect.width, rect.height); gdk_window_process_updates (gtk_widget_get_window (widget), FALSE); } } /********************************/ void tanclearreussinr (int fignr){ if ( fignr>= 0 && fignrreussi = FALSE; } /********************************/ void tansetreussiactual (void){ figpetite.reussi = TRUE; if ( figactualnr>= 0 && figactualnrreussi = TRUE; } /********************************/ void tanredrawpetite (void){ GdkRectangle rect={0,0,0,0}; int wid,hei; wid = widgetpetite->allocation.width; hei = widgetpetite->allocation.height; gdk_draw_rectangle (pixmappetite, figpetite.reussi ? tabgc[GCPETITECHK] : tabgc[GCPETITEBG], TRUE, 0, 0, wid, hei); if (!figtabsize) return; tandrawfloat (pixmappetite, FALSE); if (helptansetallocation.width*figpetite.zoom, TAN_PETITEHLP); /* tandrawfigure(widget, pixmappetite, &figpetite, PIECENBR+1, TAN_PETITEFG); */ rect.width=wid; rect.height=hei; gtk_widget_queue_draw_area (widgetpetite, rect.x, rect.y, rect.width, rect.height); gdk_window_process_updates (gtk_widget_get_window (widgetpetite), FALSE); } /********************************/ void tanunselect (void){ if (selectedgrande){ tanstatpop(); selectedgrande=FALSE; tanredrawgrande(); } } /********************************/ void tanloadfigstatus (char *name, tanfigure *nfigtab, int nfigsize){ int i; FILE *hand=NULL; gchar *statusfilename; statusfilename = g_strconcat(usergtdir, G_DIR_SEPARATOR_S, g_path_get_basename(name), ".status", NULL); if ( (hand = fopen(statusfilename, "r"))!=NULL ){ for (i=0; ireussi = TRUE; fclose(hand); } g_free(statusfilename); } /********************************/ void tansavefigstatus (char *name, tanfigure *nfigtab, int nfigsize){ int i; FILE *hand=NULL; gchar *statusfilename; if(figtabsize){ statusfilename = g_strconcat(usergtdir, G_DIR_SEPARATOR_S, g_path_get_basename(name), ".status", NULL); if ( (hand = fopen(statusfilename, "w"))!=NULL ){ for (i=0; ireussi ) fputc ('y', hand); else fputc ('n', hand); fclose(hand); } g_free(statusfilename); } } /********************************/ gdouble tanreadfloat(FILE *fhd, int *lres) { gdouble pouet; char buf[100]; pouet = 1; if (*lres==1){ *lres = fscanf(fhd, "%99s",buf); pouet=g_strtod(buf,NULL); } return pouet; } /********************************/ #define SPESC if (lres==1) lres = fscanf gboolean tanloadfigtab (char *name){ FILE *hand=NULL; int i,j; gboolean succes; int newfigtabsize; tanfigure *newfigtab=NULL,*figs; int lres; lres=0; if ( (hand = fopen(name, "r"))!=NULL && fscanf(hand, "gTans v1.0 %d \n", &newfigtabsize)==1 && (newfigtab = (tanfigure *)g_malloc(sizeof(tanfigure)*newfigtabsize))!=NULL ){ lres=1; figs = newfigtab; for (i = 0; izoom = tanreadfloat(hand, &lres); figs->distmax = tanreadfloat(hand, &lres); SPESC(hand,"%d \n", &figs->drotmax); /*fscanf(hand,"%le %le %d \n",&figs->zoom,&figs->distmax,&figs->drotmax);*/ for (j=0; jpiecepos[j].type); SPESC(hand,"%d", &figs->piecepos[j].flipped); figs->piecepos[j].posx = tanreadfloat(hand, &lres); figs->piecepos[j].posy = tanreadfloat(hand, &lres); SPESC(hand,"%d \n", &figs->piecepos[j].rot); /*fscanf(hand,"%d %d %le %le %d \n",&figs->piecepos[j].type,&figs->piecepos[j].flipped, &figs->piecepos[j].posx,&figs->piecepos[j].posy,&figs->piecepos[j].rot);*/ } figs++; } } if (hand!=NULL) fclose(hand); succes=FALSE; if (lres==1){ succes=TRUE; tansavefigstatus(figfilename, figtab, figtabsize); if(figtab!=NULL) g_free(figtab); tanloadfigstatus(name, newfigtab, newfigtabsize); figtab=newfigtab; figtabsize=newfigtabsize; tanspinsetvalmax(figtabsize-1); } if (succes || figfilename==NULL) tanallocname(&figfilename, name); return(succes); } /********************************/ /* charge un pixmap, si necessaire desalloue et/ou (re)alloue la couleur */ gboolean tansetpixmapmode(GtkWidget *widget, char *aname, int gcnbr){ GdkPixmap *pixmap; GdkGC *gc; char *pname; gboolean ret; pixmap=tabpxpx[gcnbr]; pname=tabpxnam[gcnbr]; gc=tabgc[gcnbr]; if (tabcolalloc[gcnbr]){ gdk_colormap_free_colors (gdk_colormap_get_system(), &colortab[gcnbr], 1); tabcolalloc[gcnbr] = FALSE; } if (pixmap!=NULL) g_object_unref(pixmap); ret=FALSE; if ( (pixmap=gdk_pixmap_create_from_xpm (widget->window, NULL, NULL, aname))!=NULL ){ tanallocname(&pname,aname); gdk_gc_set_fill (gc, GDK_TILED); gdk_gc_set_tile (gc, pixmap); ret=TRUE; } if (pname==NULL) tanallocname(&pname,"LoadPixmapFailed"); tabpxpx[gcnbr] = pixmap; tabpxnam[gcnbr] = pname; tabpxpixmode[gcnbr] = ret; if (!ret) tansetcolormode(&colortab[gcnbr],gcnbr); return (ret); } /********************************/ /* passe en mode color, decharge le pixmap (mais pas le nom) */ void tansetcolormode(GdkColor *acolor, int gcnbr){ GdkPixmap *pixmap; GdkGC *gc; GdkColor *pcolor; GdkColormap *syscmap; gc = tabgc[gcnbr]; pcolor = &colortab[gcnbr]; syscmap = gdk_colormap_get_system(); if (tabcolalloc[gcnbr]) gdk_colormap_free_colors (syscmap, pcolor, 1); if ( gcnbr>=PXSTART && gcnbrred = acolor->red; pcolor->green = acolor->green; pcolor->blue = acolor->blue; tabcolalloc[gcnbr] = gdk_colormap_alloc_color (syscmap, pcolor, FALSE, TRUE); gdk_gc_set_fill (gc, GDK_SOLID); gdk_gc_set_foreground (gc, pcolor); } /********************************/ /* sauve dans userconf */ #define SPEPRINT if (lres>=0) lres = fprintf gboolean tansaveconfig (void){ FILE *hand; int i; int lres; lres=1; if ( (hand=fopen(userconf, "w"))!=NULL){ SPEPRINT(hand, "gTans v1.0 config file 1\n"); for (i=PXSTART; i=0) return(TRUE); else return(FALSE); } /********************************/ /* config par defaut */ void tansetdefconfig (void){ int i; for (i = PXSTART; iflpiecenbr; ret = FALSE; trouve = TRUE; while (trouve){ trouve = FALSE; for (i = 0; iflpiecenbr; ret = FALSE; trouve = TRUE; while ( trouve && flptnewseuil && tandistcar(&segment[1], &fpnts[act2])>seuil && tandistcarsegpnt(segment, &fpnts[act2], &dx, &dy)flpiecenbr = polynbr; return (ret); } /* "tasse" les fpnt et recree la floatfig */ /* copie les point de ref dans cop */ /* en sortie les 2 sont identiques mais la floatfig pointe sur cop */ int tantasse(tanflfig *flfig, tanpoly *polys, int *pntsuiv, tanfpnt *fpntsref, tanfpnt *fpntscop){ int i, j; int act, pntnbr; tanfpnt *fpnts; fpnts=fpntscop; for (i = 0; iflpiecenbr; i++){ pntnbr = polys[i].pntnbr; flfig->flpieces[i].flpntnbr = pntnbr; flfig->flpieces[i].flpnts = fpnts; flfig->flpieces[i].polytype = polys[i].polytype; act = polys[i].firstpnt; for (j = 0; jflpiecenbr; i++){ pntnbr = polys[i].pntnbr; polys[i].firstpnt = act; for (j = 0; jflpiecenbr; ret = FALSE; trouve = TRUE; while (trouve){ trouve = FALSE; for (i = 0; iflpiecenbr; ret = FALSE; trouve = TRUE; while (trouve){ trouve = FALSE; for (i = 0; iflpiecenbr; ret = FALSE; trouve = TRUE; while (trouve){ trouve = FALSE; for (i = 0; iflpiecenbr = polynbr; return (ret); } /* detecte les poly "inclus" */ /* probleme potentiel : pourrait ne pas detecter une inclusion car on n'ajoute pas de points pour les 'auto-corespondance' */ gboolean taninclus(tanflfig *flfig, tanpoly *polys, int *pntsuiv, tanfpnt *fpnts, double seuil){ int i,k,l,m,n; gboolean trouve, ret; int polynbr; int act1,act2; int suiv1,suiv2; int pntnbr; tanpoly dumpoly; double dumposxmin; int dumpntposxmin = 0; polynbr = flfig->flpiecenbr; trouve = ret = FALSE; for (i = 0; im+1; n--) polys[n] = polys[n-2]; dumpoly.pntnbr -= l-k+1; dumpoly.firstpnt = act1; if (dumpoly.polytype!=TAN_POLYON) dumpoly.polytype = TAN_POLYBACK; else dumpoly.polytype = TAN_POLYON; polys[m] = dumpoly; polys[m+1].pntnbr = l-k-1; polys[m+1].firstpnt = act2; polys[m+1].polytype = TAN_POLYON; polynbr += 2; trouve = ret = TRUE; } act2 = suiv2; } act1 = suiv1; } } flfig->flpiecenbr = polynbr; return (ret); } /* change de petite figure */ /* pas d'acces gtk */ void tansetnewfigurepart1(int nrfig){ tanfigure *figure; int i,j; double xmin=10000,xmax=-10000,ymin=10000,ymax=-10000; tanpiecepos *piecepos; tanflfig *flfig=&flfigpetite; int flpiecenbr,flpntnbr; tanfpnt *fpnts; tanfpnt dumfpnts[FLPNTMAX]; tanpoly polys[PIECENBR]; int polypntact,polypntnbr; int pntsuivants[FLPNTMAX]; double seuil=0.00000000001; int pntnew; if ( nrfig>=0 && figtabsize ){ nrfig %= figtabsize; figure = figtab+nrfig; } else { if (nrfig==-1) figure = &figuredebut; else figure = &figpetite; nrfig = -1; } figactualnr = nrfig; helptanset=PIECENBR; figpetite=*figure; tancolle(&figpetite,0.02); tanmaketinytabnotr(&figpetite,tinytabpe); tantranstinytab(tinytabpe); /* la floatfig et preparation de la concatenation */ flfig->flpiecenbr = PIECENBR; flfig->figure = figure; fpnts = dumfpnts; polypntact = 0; for (i = 0; ipiecepos[i].type].pntnbr; polys[i].pntnbr = polypntnbr; polys[i].firstpnt = polypntact; polys[i].polytype = TAN_POLYNORMAL; for (j = 0; jpiecepos[i], fpnts,1); fpnts += polypntnbr+1; } tanconcat(flfig, polys, pntsuivants, dumfpnts, seuil); tanconseq(flfig, polys, pntsuivants, dumfpnts, seuil); pntnew = tantasse(flfig, polys, pntsuivants, dumfpnts, fpntspetite); tanajoute(flfig, polys, pntsuivants, dumfpnts, seuil, pntnew); tanconcat(flfig, polys, pntsuivants, dumfpnts, seuil); tanconseq(flfig, polys, pntsuivants, dumfpnts, seuil); if (taninclus(flfig, polys, pntsuivants, dumfpnts, seuil)) taninclus(flfig, polys, pntsuivants, dumfpnts, seuil); tanalign(flfig, polys, pntsuivants, dumfpnts); tanremsame(flfig, polys, pntsuivants, dumfpnts, seuil); pntnew = tantasse(flfig, polys, pntsuivants, dumfpnts, fpntspetite); tanajoute(flfig, polys, pntsuivants, dumfpnts, seuil, pntnew); tanconcat(flfig, polys, pntsuivants, dumfpnts, seuil); tanconseq(flfig, polys, pntsuivants, dumfpnts, seuil); if (taninclus(flfig, polys, pntsuivants, dumfpnts, seuil)) taninclus(flfig, polys, pntsuivants, dumfpnts, seuil); tanalign(flfig, polys, pntsuivants, dumfpnts); tanremsame(flfig, polys, pntsuivants, dumfpnts, seuil); tantasse(flfig, polys, pntsuivants, dumfpnts, fpntspetite); /* calcul du centrage */ flpiecenbr = flfig->flpiecenbr; for (i = 0; iflpieces[i].flpnts; flpntnbr = flfig->flpieces[i].flpntnbr; for (j = 0; jxmax) xmax=fpnts[j].posx; if (fpnts[j].posy>ymax) ymax=fpnts[j].posy; if (fpnts[j].posx(ymax-ymin) ? (xmax-xmin) : (ymax-ymin) )+0.25); dxpetite = 0.5*(xmax+xmin)-(0.5/figpetite.zoom); dypetite = 0.5*(ymax+ymin)-(0.5/figpetite.zoom); dxout = 0.5*(xmax+xmin)-(0.5/figgrande.zoom); /* cf tanrecentreout pour correction */ dyout = 0.5*(ymax+ymin)-(0.5/figgrande.zoom); /* centrage des pieces petite */ piecepos=figpetite.piecepos; for (i=0; iposx-=dxpetite; piecepos->posy-=dypetite; piecepos++; } } /********************************/ /* corrige dxout et dyout pour les changement de zoom de figgrande */ void tanrecentreout(double oldzoom, double newzoom){ tanpiecepos *piecepos; int i; double correction; correction = 0.5*(1/oldzoom-1/newzoom); dxout += correction; dyout += correction; piecepos = figgrande.piecepos; for (i = 0; iposx -= correction; piecepos->posy -= correction; piecepos++; } return; } /********************************/ /* change de petite figure */ void tansetnewfigurepart2(void){ if (selectedgrande){ helpoutset=FALSE; tanunselect(); } else if (helpoutset){ /* pour eviter 2 appels successif a tanredrawgrande */ helpoutset=FALSE; tanredrawgrande(); } tanstatpop(); if ( figtabsize ) tanstatpush(_("Select a tan.")); else tanstatpush(_("No figure loaded.")); tanredrawpetite(); selpossible=TRUE; } /********************************/ void spesavefig (void){ FILE *hand; int j; tanfigure *fig=NULL; /*juste pour eviter un warning*/ if ( (hand=fopen("pouet.fig", "w"))!=NULL){ fprintf(hand, "gTans v1.0 %d \n",figtabsize); fig=&figgrande; fprintf(hand,"%e %e %d \n",1.0,fig->distmax,fig->drotmax); for (j=0; jpiecepos[j].type,fig->piecepos[j].flipped, fig->piecepos[j].posx,fig->piecepos[j].posy,fig->piecepos[j].rot); } if (hand!=NULL){ fclose(hand); figpetite=*fig; figpetite.zoom=1; tansetnewfigurepart1(-2); tansetnewfigurepart2(); } } /********************************/ void taninitstart(void){ int i; char* accurstr; usergtdir = g_strconcat(g_get_home_dir(), G_DIR_SEPARATOR_S USERHOMEDIR, NULL); mkdir(usergtdir, -1); /* mmouais bof */ for (i = PXSTART; iwindow); if (tabpxpixmode[i]) tansetpixmapmode(widgetgrande,tabpxnam[i],i); else tansetcolormode(&colortab[i],i); } for (i=0; ired = color->green = color->blue = (gushort)(65535.0/(GRISNBR-1)*i); tabgc[i] = gdk_gc_new(widgetgrande->window); tansetcolormode(color,i); } invertgc=gdk_gc_new(widgetgrande->window); gdk_gc_set_function(invertgc,GDK_INVERT); tabgc[GCPIECEHLP]=gdk_gc_new(widgetgrande->window); tansetcolormode(&colortab[GCPIECEHLP],GCPIECEHLP); /* les line attribute sont dans le callback */ if (initcbpe) taninitcbcommun(); } /********************************/ void taninitcbpe(void){ initcbpe=TRUE; /* pour ne pas initialiser 2 fois (c'est pas propre, mais bon) */ tabgc[GCPETITEFG]=gdk_gc_new(widgetpetite->window); tansetcolormode(&colortab[GCPETITEFG],GCPETITEFG); tabgc[GCPETITEBG]=gdk_gc_new(widgetpetite->window); tansetcolormode(&colortab[GCPETITEBG],GCPETITEBG); tabgc[GCPETITEHLP]=gdk_gc_new(widgetpetite->window); tansetcolormode(&colortab[GCPETITEHLP],GCPETITEHLP); tabgc[GCPETITECHK]=gdk_gc_new(widgetpetite->window); tansetcolormode(&colortab[GCPETITECHK],GCPETITECHK); if (initcbgr) taninitcbcommun(); } /********************************/ /* determine si le point x,y est dans la piece */ gboolean tanpntisinpiece(int x, int y, tanpiecepos *piecepos){ int i; gboolean in; GdkPoint pnt[PNTNBRMAX+2]; int nbrpnt; nbrpnt=tanplacepiece(piecepos,pnt,widgetgrande->allocation.width*figgrande.zoom); pnt[nbrpnt]=pnt[0]; in=TRUE; if (piecepos->flipped){ for (i=0; (i0 ) in=FALSE; } return (in); } /********************************/ /* determine dans quelle piece se trouve le point (-1=aucune) */ int tanwichisselect(int x, int y){ int i; gboolean trouve; trouve=FALSE; for (i=PIECENBR-1; i>=0 && !trouve; i--) trouve=tanpntisinpiece(x,y,figgrande.piecepos+i); if (trouve) i++; return (i); } gtans-1.99.0/src/main.h0000644000175400010010000001241611133007214011520 00000000000000 #define AN_none 0 #define AN_move 1 #define AN_rot 2 #define HELPFILE_PATH PKGDATADIR "/gtanshelp%s.txt" #define DEFAULTFIGFILE PKGDATADIR "/figures/default.figures" #define DEFAULTCONFIGFILE SYSCONFDIR "/gtansrc" #define USERHOMEDIR ".gtans" #define USERCONFIG ".gtansrc" #define ARON 0.39999 #define mPI 3.14159265356 #define TOUR 65536 #define PASTOUR (mPI/TOUR*2) #define CL 1.4142135624 #define CC CL/2 #define HT TOUR/8 #define TYPENBR 5 /* nombre de type de pieces */ #define PIECENBR 7 /* nombre de pieces par figure */ #define TRINBRMAX 4 /* nombre de triangle max par piece */ #define PNTNBRMAX 4 /* nombre de points max par piece */ #define TINYNBR 32 /* nombre de tiny triangles */ /* gc (couleur ou (couleur ou texture)) */ #define GRISNBR 8 #define GCPIECENOR GRISNBR #define GCPIECEHI GRISNBR+1 #define GCPIECEBG GRISNBR+2 #define GCPIECEHLP GRISNBR+3 #define GCPETITEFG GRISNBR+4 #define GCPETITEBG GRISNBR+5 #define GCPETITECHK GRISNBR+6 #define GCPETITEHLP GRISNBR+7 #define GCPIECELAST GCPIECEHLP #define GCPETITEFIRST GCPETITEFG #define GCNBR GCPETITEHLP+1 /* gc (couleur ou texture) */ #define PXNBR 3 #define PXSTART GCPIECENOR typedef enum { TAN_PIECENOR=5, TAN_PIECEHI, TAN_PETITEFG, TAN_PETITEHLP } tanremplis; typedef enum { TAN_POLYNORMAL=5, TAN_POLYBACK, TAN_POLYON, } tanpolytype; /* polygone (uniquement pour le calcul de la floatfig) */ typedef struct _tanpoly { int pntnbr; tanpolytype polytype; int firstpnt; } tanpoly; /* petit (et tiny) triangle */ typedef struct _tansmalltri tantinytri; typedef struct _tansmalltri { double posx; double posy; int rot; } tansmalltri; /* point */ typedef struct _tanfpnt { double posx; double posy; } tanfpnt; /* definition d'une piece */ typedef struct _tanpiecedef { double handlex; /* centre de gravite x */ double handley; int trinbr; /* nombre de petits triangles */ tansmalltri tri[TRINBRMAX]; int pntnbr; /* nombre de points du polygone */ tanfpnt pnt[PNTNBRMAX]; } tanpiecedef; /* position d'une piece */ typedef struct _tanpiecepos { int type; int flipped; double posx; double posy; int rot; } tanpiecepos; /* figure (jeu de pieces) */ typedef struct _tanfigure { double zoom; /* non utilise */ double distmax; /* en principe ==1.0 */ int drotmax; /* non utilise */ gboolean reussi; tanpiecepos piecepos[PIECENBR]; } tanfigure; /* flpiece */ typedef struct _tanflpiece { int flpntnbr; tanpolytype polytype; tanfpnt *flpnts; } tanflpiece; /* flfig */ typedef struct _tanflfig { tanfigure *figure; int flpiecenbr; tanflpiece flpieces[PIECENBR]; } tanflfig; extern GtkWidget *mainwindow; extern GtkWidget *widgetgrande; /* widget de la grande drawarea */ extern GtkWidget *widgetpetite; /* widget de la petite drawarea */ extern GtkStatusbar *widgetstat; /* widget de la statusbar */ extern GtkSpinButton *spinner; extern gint statconid; /* context id de la statusbar */ extern GdkRectangle selbackrect; /* rectangle a redessiner pour effacer la piece selected */ extern GdkPixmap *pixmapgrande1,*pixmapgrande2; extern GdkPixmap *pixmappetite; extern GdkPixmap *pixmappiece1,*pixmappiece2,*pixmapfond; extern GtkWidget *colselwin,*filselwin; extern tanpiecedef piecesdef[]; extern tanfigure figuredebut; extern tanfigure *figtab; extern int figtabsize; extern int figactualnr; extern char *figfilename; extern tantinytri tinytabpe[TINYNBR],tinytabgr[TINYNBR]; extern tanfigure figgrande,figpetite; extern int selectedgrande; extern int xact,yact,xoth,yoth,xold,yold; extern int actiongrande; extern int selpossible; extern int rotact,rotnew,rotold; extern int rotstepnbr; /* nb. de pas de rotation */ extern int initcbgr,initcbpe; /* init cb deja appellee ? */ extern GdkGC *invertgc; extern int invx2,invy2; extern GdkGC *tabgc[GCNBR]; extern GdkColor colortab[GCNBR]; extern GdkPixmap **tabpxpx; extern char **tabpxnam; extern gboolean helpoutset; extern gboolean helptanset; extern int accuracy; extern gboolean editmode; void tanclampgrandefig (void); void tanrecentreout(double oldzoom, double newzoom); void tanclearreussinr (int fignr); void tansetreussiactual (void); void tanreleaseifrot (void); int tanangle (double dx, double dy); void spesavefig (void); void tanend(void); gboolean tanloadfigtab (char *name); gboolean tansetpixmapmode(GtkWidget *widget, char *aname, int gcnbr); void tansetcolormode(GdkColor *acolor, int gcnbr); void tanredrawgrande (void); void tanredrawpetite (void); gboolean tansaveconfig (void); void taninitcbgr(void); void taninitcbpe(void); int tanwichisselect(int x, int y); void tansetnewfigurepart2(void); void tansetnewfigurepart1(int nrfig); void tanunselect (void); void tandrawselect(int dx, int dy, int drot); void taninitselect(int selected, gboolean necessaire); void tantranstinytab (tantinytri *tinys); void tanmaketinytabnotr (tanfigure *figure, tantinytri *tinys); gboolean tantinytabcompare (tantinytri *tinys1, tantinytri *tinys2, int accuracy); void tancolle (tanfigure *figure, double seuil); void tanstatprov (gchar *msg); void tanstatpop (void); void tanstatpush (gchar *msg); gtans-1.99.0/src/Makefile.am0000644000175400010010000000104611133020241012447 00000000000000## Process this file with automake to produce Makefile.in AM_CFLAGS = \ -Wall \ -DG_LOG_DOMAIN=\"$(PACKAGE)\" \ -DPKGDATADIR=\"$(pkgdatadir)\" \ -DSYSCONFDIR=\"$(sysconfdir)\" \ $(GTK_CFLAGS) if MAINTAINER_MODE AM_CFLAGS += \ -DG_DISABLE_DEPRECATED \ -DGDK_PIXBUF_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED \ -DGTK_DISABLE_DEPRECATED endif bin_PROGRAMS = gtans gtans_SOURCES = \ callbacks.c \ callbacks.h \ interface.c \ interface.h \ main.c \ main.h \ support.c \ support.h gtans_LDADD = $(GTK_LIBS) $(LIBINTL) $(LIBM) gtans-1.99.0/src/Makefile.in0000644000175400010010000003571311133032423012475 00000000000000# Makefile.in generated by automake 1.10.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @MAINTAINER_MODE_TRUE@am__append_1 = \ @MAINTAINER_MODE_TRUE@ -DG_DISABLE_DEPRECATED \ @MAINTAINER_MODE_TRUE@ -DGDK_PIXBUF_DISABLE_DEPRECATED \ @MAINTAINER_MODE_TRUE@ -DGDK_DISABLE_DEPRECATED \ @MAINTAINER_MODE_TRUE@ -DGTK_DISABLE_DEPRECATED bin_PROGRAMS = gtans$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = am__installdirs = "$(DESTDIR)$(bindir)" binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) am_gtans_OBJECTS = callbacks.$(OBJEXT) interface.$(OBJEXT) \ main.$(OBJEXT) support.$(OBJEXT) gtans_OBJECTS = $(am_gtans_OBJECTS) am__DEPENDENCIES_1 = gtans_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(gtans_SOURCES) DIST_SOURCES = $(gtans_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ INSTOBJEXT = @INSTOBJEXT@ INTLLIBS = @INTLLIBS@ INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@ INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@ INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@ INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@ INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@ INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@ INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@ INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@ INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@ INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@ INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@ INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@ INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@ INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@ INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@ INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@ INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@ LDFLAGS = @LDFLAGS@ LIBM = @LIBM@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LTLIBOBJS = @LTLIBOBJS@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ MSGMERGE = @MSGMERGE@ 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@ PKG_CONFIG = @PKG_CONFIG@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RSVG_CONVERT = @RSVG_CONVERT@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ XGETTEXT = @XGETTEXT@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CFLAGS = -Wall -DG_LOG_DOMAIN=\"$(PACKAGE)\" \ -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \ $(GTK_CFLAGS) $(am__append_1) gtans_SOURCES = \ callbacks.c \ callbacks.h \ interface.c \ interface.h \ main.c \ main.h \ support.c \ support.h gtans_LDADD = $(GTK_LIBS) $(LIBINTL) $(LIBM) all: all-am .SUFFIXES: .SUFFIXES: .c .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" @list='$(bin_PROGRAMS)'; for p in $$list; do \ p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ if test -f $$p \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ rm -f "$(DESTDIR)$(bindir)/$$f"; \ done clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) gtans$(EXEEXT): $(gtans_OBJECTS) $(gtans_DEPENDENCIES) @rm -f gtans$(EXEEXT) $(LINK) $(gtans_OBJECTS) $(gtans_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callbacks.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 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; nonemtpy = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$tags $$unique; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$tags$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$tags $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && cd $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) $$here distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ fi; \ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ else \ test -f $(distdir)/$$file \ || cp -p $$d/$$file $(distdir)/$$file \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-exec-am: install-binPROGRAMS install-html: install-html-am install-info: install-info-am install-man: install-pdf: install-pdf-am install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ clean-generic ctags distclean distclean-compile \ distclean-generic distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ uninstall-am uninstall-binPROGRAMS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gtans-1.99.0/src/support.c0000644000175400010010000001066111132716567012324 00000000000000/* * DO NOT EDIT THIS FILE - it is generated by Glade. */ #ifdef HAVE_CONFIG_H # include #endif #include #include #include #include #include #include #include "support.h" /* This is an internally used function to check if a pixmap file exists. */ static gchar* check_file_exists (const gchar *directory, const gchar *filename); /* This is an internally used function to create pixmaps. */ static GtkWidget* create_dummy_pixmap (GtkWidget *widget); GtkWidget* lookup_widget (GtkWidget *widget, const gchar *widget_name) { GtkWidget *parent, *found_widget; for (;;) { if (GTK_IS_MENU (widget)) parent = gtk_menu_get_attach_widget (GTK_MENU (widget)); else parent = widget->parent; if (parent == NULL) break; widget = parent; } found_widget = (GtkWidget*) g_object_get_data (G_OBJECT (widget), widget_name); if (!found_widget) g_warning ("Widget not found: %s", widget_name); return found_widget; } /* This is a dummy pixmap we use when a pixmap can't be found. */ static char *dummy_pixmap_xpm[] = { /* columns rows colors chars-per-pixel */ "1 1 1 1", " c None", /* pixels */ " " }; /* This is an internally used function to create pixmaps. */ static GtkWidget* create_dummy_pixmap (GtkWidget *widget) { GdkColormap *colormap; GdkPixmap *gdkpixmap; GdkBitmap *mask; GtkWidget *pixmap; colormap = gtk_widget_get_colormap (widget); gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, NULL, dummy_pixmap_xpm); if (gdkpixmap == NULL) g_error ("Couldn't create replacement pixmap."); pixmap = gtk_image_new_from_pixmap (gdkpixmap, mask); g_object_unref (gdkpixmap); g_object_unref (mask); return pixmap; } static GList *pixmaps_directories = NULL; /* Use this function to set the directory containing installed pixmaps. */ void add_pixmap_directory (const gchar *directory) { pixmaps_directories = g_list_prepend (pixmaps_directories, g_strdup (directory)); } /* This is an internally used function to create pixmaps. */ GtkWidget* create_pixmap (GtkWidget *widget, const gchar *filename) { gchar *found_filename = NULL; GdkColormap *colormap; GdkPixmap *gdkpixmap; GdkBitmap *mask; GtkWidget *pixmap; GList *elem; /* We first try any pixmaps directories set by the application. */ elem = pixmaps_directories; while (elem) { found_filename = check_file_exists ((gchar*)elem->data, filename); if (found_filename) break; elem = elem->next; } /* If we haven't found the pixmap, try the source directory. */ if (!found_filename) { found_filename = check_file_exists ("../pixmaps", filename); } if (!found_filename) { g_warning (_("Couldn't find pixmap file: %s"), filename); return create_dummy_pixmap (widget); } colormap = gtk_widget_get_colormap (widget); gdkpixmap = gdk_pixmap_colormap_create_from_xpm (NULL, colormap, &mask, NULL, found_filename); if (gdkpixmap == NULL) { g_warning (_("Error loading pixmap file: %s"), found_filename); g_free (found_filename); return create_dummy_pixmap (widget); } g_free (found_filename); pixmap = gtk_image_new_from_pixmap (gdkpixmap, mask); g_object_unref (gdkpixmap); g_object_unref (mask); return pixmap; } /* This is an internally used function to check if a pixmap file exists. */ gchar* check_file_exists (const gchar *directory, const gchar *filename) { gchar *full_filename; struct stat s; gint status; full_filename = (gchar*) g_malloc (strlen (directory) + 1 + strlen (filename) + 1); strcpy (full_filename, directory); strcat (full_filename, G_DIR_SEPARATOR_S); strcat (full_filename, filename); status = stat (full_filename, &s); if (status == 0 && S_ISREG (s.st_mode)) return full_filename; g_free (full_filename); return NULL; } gtans-1.99.0/src/support.h0000644000175400010010000000176611132620412012316 00000000000000/* * DO NOT EDIT THIS FILE - it is generated by Glade. */ #ifdef HAVE_CONFIG_H # include #endif #include /* * Public Functions. */ /* * This function returns a widget in a component created by Glade. * Call it with the toplevel widget in the component (i.e. a window/dialog), * or alternatively any widget in the component, and the name of the widget * you want returned. */ GtkWidget* lookup_widget (GtkWidget *widget, const gchar *widget_name); /* get_widget() is deprecated. Use lookup_widget instead. */ #define get_widget lookup_widget /* Use this function to set the directory containing installed pixmaps. */ void add_pixmap_directory (const gchar *directory); /* * Private Functions. */ /* This is used to create the pixmaps in the interface. */ GtkWidget* create_pixmap (GtkWidget *widget, const gchar *filename); gtans-1.99.0/TODO0000644000175400010010000000000011133013412010303 00000000000000