gbonds-2.0.3/0000777000076400007640000000000011107720364010006 500000000000000gbonds-2.0.3/po/0000777000076400007640000000000011107720363010423 500000000000000gbonds-2.0.3/po/POTFILES.in0000664000076400007640000000016211106721200012103 00000000000000# List of source files containing translatable strings. # Source files src/gbonds.c src/splash.c src/splash.h gbonds-2.0.3/po/ChangeLog0000664000076400007640000000000011106721200012067 00000000000000gbonds-2.0.3/po/Makefile.in.in0000644000076400007640000001532311107465233013017 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; 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`" -o -n "`echo $$ALINGUAS|grep ' ?$$lang ?'`"; then printf "$$lang "; fi; done; fi) USE_LINGUAS=$(shell if test -n "$(USER_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="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done) DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(POFILES) EXTRA_DISTFILES = 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 $(mkdir_p) $(DESTDIR)$(itlocaledir) 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: gbonds-2.0.3/intltool-merge.in0000644000076400007640000011474611107465233013231 00000000000000#!@INTLTOOL_PERL@ -w # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # The Intltool Message Merger # # Copyright (C) 2000, 2003 Free Software Foundation. # Copyright (C) 2000, 2001 Eazel, Inc # # Intltool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # version 2 published by the Free Software Foundation. # # Intltool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # 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. # # Authors: Maciej Stachowiak # Kenneth Christiansen # Darin Adler # # Proper XML UTF-8'ification written by Cyrille Chepelov # ## Release information my $PROGRAM = "intltool-merge"; my $PACKAGE = "intltool"; my $VERSION = "0.37.1"; ## Loaded modules use strict; use Getopt::Long; use Text::Wrap; use File::Basename; my $must_end_tag = -1; my $last_depth = -1; my $translation_depth = -1; my @tag_stack = (); my @entered_tag = (); my @translation_strings = (); my $leading_space = ""; ## Scalars used by the option stuff my $HELP_ARG = 0; my $VERSION_ARG = 0; my $BA_STYLE_ARG = 0; my $XML_STYLE_ARG = 0; my $KEYS_STYLE_ARG = 0; my $DESKTOP_STYLE_ARG = 0; my $SCHEMAS_STYLE_ARG = 0; my $RFC822DEB_STYLE_ARG = 0; my $QUOTED_STYLE_ARG = 0; my $QUOTEDXML_STYLE_ARG = 0; my $QUIET_ARG = 0; my $PASS_THROUGH_ARG = 0; my $UTF8_ARG = 0; my $MULTIPLE_OUTPUT = 0; my $cache_file; ## Handle options GetOptions ( "help" => \$HELP_ARG, "version" => \$VERSION_ARG, "quiet|q" => \$QUIET_ARG, "oaf-style|o" => \$BA_STYLE_ARG, ## for compatibility "ba-style|b" => \$BA_STYLE_ARG, "xml-style|x" => \$XML_STYLE_ARG, "keys-style|k" => \$KEYS_STYLE_ARG, "desktop-style|d" => \$DESKTOP_STYLE_ARG, "schemas-style|s" => \$SCHEMAS_STYLE_ARG, "rfc822deb-style|r" => \$RFC822DEB_STYLE_ARG, "quoted-style" => \$QUOTED_STYLE_ARG, "quotedxml-style" => \$QUOTEDXML_STYLE_ARG, "pass-through|p" => \$PASS_THROUGH_ARG, "utf8|u" => \$UTF8_ARG, "multiple-output|m" => \$MULTIPLE_OUTPUT, "cache|c=s" => \$cache_file ) or &error; my $PO_DIR; my $FILE; my $OUTFILE; my %po_files_by_lang = (); my %translations = (); my $iconv = $ENV{"ICONV"} || "iconv"; my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null'); sub isProgramInPath { my ($file) = @_; # If either a file exists, or when run it returns 0 exit status return 1 if ((-x $file) or (system("$file -l >$devnull") == 0)); return 0; } if (! isProgramInPath ("$iconv")) { print STDERR " *** iconv is not found on this system!\n". " *** Without it, intltool-merge can not convert encodings.\n"; exit; } # Use this instead of \w for XML files to handle more possible characters. my $w = "[-A-Za-z0-9._:]"; # XML quoted string contents my $q = "[^\\\"]*"; ## Check for options. if ($VERSION_ARG) { &print_version; } elsif ($HELP_ARG) { &print_help; } elsif ($BA_STYLE_ARG && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; &ba_merge_translations; &finalize; } elsif ($XML_STYLE_ARG && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; &xml_merge_output; &finalize; } elsif ($KEYS_STYLE_ARG && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; &keys_merge_translations; &finalize; } elsif ($DESKTOP_STYLE_ARG && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; &desktop_merge_translations; &finalize; } elsif ($SCHEMAS_STYLE_ARG && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; &schemas_merge_translations; &finalize; } elsif ($RFC822DEB_STYLE_ARG && @ARGV > 2) { &preparation; &print_message; &rfc822deb_merge_translations; &finalize; } elsif (($QUOTED_STYLE_ARG || $QUOTEDXML_STYLE_ARG) && @ARGV > 2) { &utf8_sanity_check; &preparation; &print_message; "ed_merge_translations($QUOTEDXML_STYLE_ARG); &finalize; } else { &print_help; } exit; ## Sub for printing release information sub print_version { print <<_EOF_; ${PROGRAM} (${PACKAGE}) ${VERSION} Written by Maciej Stachowiak, Darin Adler and Kenneth Christiansen. Copyright (C) 2000-2003 Free Software Foundation, Inc. Copyright (C) 2000-2001 Eazel, 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. _EOF_ exit; } ## Sub for printing usage information sub print_help { print <<_EOF_; Usage: ${PROGRAM} [OPTION]... PO_DIRECTORY FILENAME OUTPUT_FILE Generates an output file that includes some localized attributes from an untranslated source file. Mandatory options: (exactly one must be specified) -b, --ba-style includes translations in the bonobo-activation style -d, --desktop-style includes translations in the desktop style -k, --keys-style includes translations in the keys style -s, --schemas-style includes translations in the schemas style -r, --rfc822deb-style includes translations in the RFC822 style --quoted-style includes translations in the quoted string style --quotedxml-style includes translations in the quoted xml string style -x, --xml-style includes translations in the standard xml style Other options: -u, --utf8 convert all strings to UTF-8 before merging (default for everything except RFC822 style) -p, --pass-through deprecated, does nothing and issues a warning -m, --multiple-output output one localized file per locale, instead of a single file containing all localized elements -c, --cache=FILE specify cache file name (usually \$top_builddir/po/.intltool-merge-cache) -q, --quiet suppress most messages --help display this help and exit --version output version information and exit Report bugs to http://bugzilla.gnome.org/ (product name "$PACKAGE") or send email to . _EOF_ exit; } ## Sub for printing error messages sub print_error { print STDERR "Try `${PROGRAM} --help' for more information.\n"; exit; } sub print_message { print "Merging translations into $OUTFILE.\n" unless $QUIET_ARG; } sub preparation { $PO_DIR = $ARGV[0]; $FILE = $ARGV[1]; $OUTFILE = $ARGV[2]; &gather_po_files; &get_translation_database; } # General-purpose code for looking up translations in .po files sub po_file2lang { my ($tmp) = @_; $tmp =~ s/^.*\/(.*)\.po$/$1/; return $tmp; } sub gather_po_files { if (my $linguas = $ENV{"LINGUAS"}) { for my $lang (split / /, $linguas) { my $po_file = $PO_DIR . "/" . $lang . ".po"; if (-e $po_file) { $po_files_by_lang{$lang} = $po_file; } } } else { if (open LINGUAS_FILE, "$PO_DIR/LINGUAS") { while () { next if /^#/; for my $lang (split) { chomp ($lang); my $po_file = $PO_DIR . "/" . $lang . ".po"; if (-e $po_file) { $po_files_by_lang{$lang} = $po_file; } } } close LINGUAS_FILE; } else { for my $po_file (glob "$PO_DIR/*.po") { $po_files_by_lang{po_file2lang($po_file)} = $po_file; } } } } sub get_local_charset { my ($encoding) = @_; my $alias_file = $ENV{"G_CHARSET_ALIAS"} || "@INTLTOOL_LIBDIR@/charset.alias"; # seek character encoding aliases in charset.alias (glib) if (open CHARSET_ALIAS, $alias_file) { while () { next if /^\#/; return $1 if (/^\s*([-._a-zA-Z0-9]+)\s+$encoding\b/i) } close CHARSET_ALIAS; } # if not found, return input string return $encoding; } sub get_po_encoding { my ($in_po_file) = @_; my $encoding = ""; open IN_PO_FILE, $in_po_file or die; while () { ## example: "Content-Type: text/plain; charset=ISO-8859-1\n" if (/Content-Type\:.*charset=([-a-zA-Z0-9]+)\\n/) { $encoding = $1; last; } } close IN_PO_FILE; if (!$encoding) { print STDERR "Warning: no encoding found in $in_po_file. Assuming ISO-8859-1\n" unless $QUIET_ARG; $encoding = "ISO-8859-1"; } system ("$iconv -f $encoding -t UTF-8 <$devnull 2>$devnull"); if ($?) { $encoding = get_local_charset($encoding); } return $encoding } sub utf8_sanity_check { print STDERR "Warning: option --pass-through has been removed.\n" if $PASS_THROUGH_ARG; $UTF8_ARG = 1; } sub get_translation_database { if ($cache_file) { &get_cached_translation_database; } else { &create_translation_database; } } sub get_newest_po_age { my $newest_age; foreach my $file (values %po_files_by_lang) { my $file_age = -M $file; $newest_age = $file_age if !$newest_age || $file_age < $newest_age; } $newest_age = 0 if !$newest_age; return $newest_age; } sub create_cache { print "Generating and caching the translation database\n" unless $QUIET_ARG; &create_translation_database; open CACHE, ">$cache_file" || die; print CACHE join "\x01", %translations; close CACHE; } sub load_cache { print "Found cached translation database\n" unless $QUIET_ARG; my $contents; open CACHE, "<$cache_file" || die; { local $/; $contents = ; } close CACHE; %translations = split "\x01", $contents; } sub get_cached_translation_database { my $cache_file_age = -M $cache_file; if (defined $cache_file_age) { if ($cache_file_age <= &get_newest_po_age) { &load_cache; return; } print "Found too-old cached translation database\n" unless $QUIET_ARG; } &create_cache; } sub create_translation_database { for my $lang (keys %po_files_by_lang) { my $po_file = $po_files_by_lang{$lang}; if ($UTF8_ARG) { my $encoding = get_po_encoding ($po_file); if (lc $encoding eq "utf-8") { open PO_FILE, "<$po_file"; } else { print "NOTICE: $po_file is not in UTF-8 but $encoding, converting...\n" unless $QUIET_ARG;; open PO_FILE, "$iconv -f $encoding -t UTF-8 $po_file|"; } } else { open PO_FILE, "<$po_file"; } my $nextfuzzy = 0; my $inmsgid = 0; my $inmsgstr = 0; my $msgid = ""; my $msgstr = ""; while () { $nextfuzzy = 1 if /^#, fuzzy/; if (/^msgid "((\\.|[^\\]+)*)"/ ) { $translations{$lang, $msgid} = $msgstr if $inmsgstr && $msgid && $msgstr; $msgid = ""; $msgstr = ""; if ($nextfuzzy) { $inmsgid = 0; } else { $msgid = unescape_po_string($1); $inmsgid = 1; } $inmsgstr = 0; $nextfuzzy = 0; } if (/^msgstr "((\\.|[^\\]+)*)"/) { $msgstr = unescape_po_string($1); $inmsgstr = 1; $inmsgid = 0; } if (/^"((\\.|[^\\]+)*)"/) { $msgid .= unescape_po_string($1) if $inmsgid; $msgstr .= unescape_po_string($1) if $inmsgstr; } } $translations{$lang, $msgid} = $msgstr if $inmsgstr && $msgid && $msgstr; } } sub finalize { } sub unescape_one_sequence { my ($sequence) = @_; return "\\" if $sequence eq "\\\\"; return "\"" if $sequence eq "\\\""; return "\n" if $sequence eq "\\n"; return "\r" if $sequence eq "\\r"; return "\t" if $sequence eq "\\t"; return "\b" if $sequence eq "\\b"; return "\f" if $sequence eq "\\f"; return "\a" if $sequence eq "\\a"; return chr(11) if $sequence eq "\\v"; # vertical tab, see ascii(7) return chr(hex($1)) if ($sequence =~ /\\x([0-9a-fA-F]{2})/); return chr(oct($1)) if ($sequence =~ /\\([0-7]{3})/); # FIXME: Is \0 supported as well? Kenneth and Rodney don't want it, see bug #48489 return $sequence; } sub unescape_po_string { my ($string) = @_; $string =~ s/(\\x[0-9a-fA-F]{2}|\\[0-7]{3}|\\.)/unescape_one_sequence($1)/eg; return $string; } sub entity_decode { local ($_) = @_; s/'/'/g; # ' s/"/"/g; # " s/<//g; s/&/&/g; return $_; } # entity_encode: (string) # # Encode the given string to XML format (encode '<' etc). sub entity_encode { my ($pre_encoded) = @_; my @list_of_chars = unpack ('C*', $pre_encoded); # with UTF-8 we only encode minimalistic return join ('', map (&entity_encode_int_minimalist, @list_of_chars)); } sub entity_encode_int_minimalist { return """ if $_ == 34; return "&" if $_ == 38; return "'" if $_ == 39; return "<" if $_ == 60; return ">" if $_ == 62; return chr $_; } sub entity_encoded_translation { my ($lang, $string) = @_; my $translation = $translations{$lang, $string}; return $string if !$translation; return entity_encode ($translation); } ## XML (bonobo-activation specific) merge code sub ba_merge_translations { my $source; { local $/; # slurp mode open INPUT, "<$FILE" or die "can't open $FILE: $!"; $source = ; close INPUT; } open OUTPUT, ">$OUTFILE" or die "can't open $OUTFILE: $!"; # Binmode so that selftest works ok if using a native Win32 Perl... binmode (OUTPUT) if $^O eq 'MSWin32'; while ($source =~ s|^(.*?)([ \t]*<\s*$w+\s+($w+\s*=\s*"$q"\s*)+/?>)([ \t]*\n)?||s) { print OUTPUT $1; my $node = $2 . "\n"; my @strings = (); $_ = $node; while (s/(\s)_($w+\s*=\s*"($q)")/$1$2/s) { push @strings, entity_decode($3); } print OUTPUT; my %langs; for my $string (@strings) { for my $lang (keys %po_files_by_lang) { $langs{$lang} = 1 if $translations{$lang, $string}; } } for my $lang (sort keys %langs) { $_ = $node; s/(\sname\s*=\s*)"($q)"/$1"$2-$lang"/s; s/(\s)_($w+\s*=\s*")($q)"/$1 . $2 . entity_encoded_translation($lang, $3) . '"'/seg; print OUTPUT; } } print OUTPUT $source; close OUTPUT; } ## XML (non-bonobo-activation) merge code # Process tag attributes # Only parameter is a HASH containing attributes -> values mapping sub getAttributeString { my $sub = shift; my $do_translate = shift || 0; my $language = shift || ""; my $result = ""; my $translate = shift; foreach my $e (reverse(sort(keys %{ $sub }))) { my $key = $e; my $string = $sub->{$e}; my $quote = '"'; $string =~ s/^[\s]+//; $string =~ s/[\s]+$//; if ($string =~ /^'.*'$/) { $quote = "'"; } $string =~ s/^['"]//g; $string =~ s/['"]$//g; if ($do_translate && $key =~ /^_/) { $key =~ s|^_||g; if ($language) { # Handle translation my $decode_string = entity_decode($string); my $translation = $translations{$language, $decode_string}; if ($translation) { $translation = entity_encode($translation); $string = $translation; } $$translate = 2; } else { $$translate = 2 if ($translate && (!$$translate)); # watch not to "overwrite" $translate } } $result .= " $key=$quote$string$quote"; } return $result; } # Returns a translatable string from XML node, it works on contents of every node in XML::Parser tree sub getXMLstring { my $ref = shift; my $spacepreserve = shift || 0; my @list = @{ $ref }; my $result = ""; my $count = scalar(@list); my $attrs = $list[0]; my $index = 1; $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); $spacepreserve = 0 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?default["']?$/)); while ($index < $count) { my $type = $list[$index]; my $content = $list[$index+1]; if (! $type ) { # We've got CDATA if ($content) { # lets strip the whitespace here, and *ONLY* here $content =~ s/\s+/ /gs if (!$spacepreserve); $result .= $content; } } elsif ( "$type" ne "1" ) { # We've got another element $result .= "<$type"; $result .= getAttributeString(@{$content}[0], 0); # no nested translatable elements if ($content) { my $subresult = getXMLstring($content, $spacepreserve); if ($subresult) { $result .= ">".$subresult . ""; } else { $result .= "/>"; } } else { $result .= "/>"; } } $index += 2; } return $result; } # Translate list of nodes if necessary sub translate_subnodes { my $fh = shift; my $content = shift; my $language = shift || ""; my $singlelang = shift || 0; my $spacepreserve = shift || 0; my @nodes = @{ $content }; my $count = scalar(@nodes); my $index = 0; while ($index < $count) { my $type = $nodes[$index]; my $rest = $nodes[$index+1]; if ($singlelang) { my $oldMO = $MULTIPLE_OUTPUT; $MULTIPLE_OUTPUT = 1; traverse($fh, $type, $rest, $language, $spacepreserve); $MULTIPLE_OUTPUT = $oldMO; } else { traverse($fh, $type, $rest, $language, $spacepreserve); } $index += 2; } } sub isWellFormedXmlFragment { my $ret = eval 'require XML::Parser'; if(!$ret) { die "You must have XML::Parser installed to run $0\n\n"; } my $fragment = shift; return 0 if (!$fragment); $fragment = "$fragment"; my $xp = new XML::Parser(Style => 'Tree'); my $tree = 0; eval { $tree = $xp->parse($fragment); }; return $tree; } sub traverse { my $fh = shift; my $nodename = shift; my $content = shift; my $language = shift || ""; my $spacepreserve = shift || 0; if (!$nodename) { if ($content =~ /^[\s]*$/) { $leading_space .= $content; } print $fh $content; } else { # element my @all = @{ $content }; my $attrs = shift @all; my $translate = 0; my $outattr = getAttributeString($attrs, 1, $language, \$translate); if ($nodename =~ /^_/) { $translate = 1; $nodename =~ s/^_//; } my $lookup = ''; $spacepreserve = 0 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?default["']?$/)); $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); print $fh "<$nodename", $outattr; if ($translate) { $lookup = getXMLstring($content, $spacepreserve); if (!$spacepreserve) { $lookup =~ s/^\s+//s; $lookup =~ s/\s+$//s; } if ($lookup || $translate == 2) { my $translation = $translations{$language, $lookup} if isWellFormedXmlFragment($translations{$language, $lookup}); if ($MULTIPLE_OUTPUT && ($translation || $translate == 2)) { $translation = $lookup if (!$translation); print $fh " xml:lang=\"", $language, "\"" if $language; print $fh ">"; if ($translate == 2) { translate_subnodes($fh, \@all, $language, 1, $spacepreserve); } else { print $fh $translation; } print $fh ""; return; # this means there will be no same translation with xml:lang="$language"... # if we want them both, just remove this "return" } else { print $fh ">"; if ($translate == 2) { translate_subnodes($fh, \@all, $language, 1, $spacepreserve); } else { print $fh $lookup; } print $fh ""; } } else { print $fh "/>"; } for my $lang (sort keys %po_files_by_lang) { if ($MULTIPLE_OUTPUT && $lang ne "$language") { next; } if ($lang) { # Handle translation # my $translate = 0; my $localattrs = getAttributeString($attrs, 1, $lang, \$translate); my $translation = $translations{$lang, $lookup} if isWellFormedXmlFragment($translations{$lang, $lookup}); if ($translate && !$translation) { $translation = $lookup; } if ($translation || $translate) { print $fh "\n"; $leading_space =~ s/.*\n//g; print $fh $leading_space; print $fh "<", $nodename, " xml:lang=\"", $lang, "\"", $localattrs, ">"; if ($translate == 2) { translate_subnodes($fh, \@all, $lang, 1, $spacepreserve); } else { print $fh $translation; } print $fh ""; } } } } else { my $count = scalar(@all); if ($count > 0) { print $fh ">"; my $index = 0; while ($index < $count) { my $type = $all[$index]; my $rest = $all[$index+1]; traverse($fh, $type, $rest, $language, $spacepreserve); $index += 2; } print $fh ""; } else { print $fh "/>"; } } } } sub intltool_tree_comment { my $expat = shift; my $data = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; push @$clist, 1 => $data; } sub intltool_tree_cdatastart { my $expat = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; push @$clist, 0 => $expat->original_string(); } sub intltool_tree_cdataend { my $expat = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; $clist->[$pos] .= $expat->original_string(); } sub intltool_tree_char { my $expat = shift; my $text = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; # Use original_string so that we retain escaped entities # in CDATA sections. # if ($pos > 0 and $clist->[$pos - 1] eq '0') { $clist->[$pos] .= $expat->original_string(); } else { push @$clist, 0 => $expat->original_string(); } } sub intltool_tree_start { my $expat = shift; my $tag = shift; my @origlist = (); # Use original_string so that we retain escaped entities # in attribute values. We must convert the string to an # @origlist array to conform to the structure of the Tree # Style. # my @original_array = split /\x/, $expat->original_string(); my $source = $expat->original_string(); # Remove leading tag. # $source =~ s|^\s*<\s*(\S+)||s; # Grab attribute key/value pairs and push onto @origlist array. # while ($source) { if ($source =~ /^\s*([\w:-]+)\s*[=]\s*["]/) { $source =~ s|^\s*([\w:-]+)\s*[=]\s*["]([^"]*)["]||s; push @origlist, $1; push @origlist, '"' . $2 . '"'; } elsif ($source =~ /^\s*([\w:-]+)\s*[=]\s*[']/) { $source =~ s|^\s*([\w:-]+)\s*[=]\s*[']([^']*)[']||s; push @origlist, $1; push @origlist, "'" . $2 . "'"; } else { last; } } my $ol = [ { @origlist } ]; push @{ $expat->{Lists} }, $expat->{Curlist}; push @{ $expat->{Curlist} }, $tag => $ol; $expat->{Curlist} = $ol; } sub readXml { my $filename = shift || return; if(!-f $filename) { die "ERROR Cannot find filename: $filename\n"; } my $ret = eval 'require XML::Parser'; if(!$ret) { die "You must have XML::Parser installed to run $0\n\n"; } my $xp = new XML::Parser(Style => 'Tree'); $xp->setHandlers(Char => \&intltool_tree_char); $xp->setHandlers(Start => \&intltool_tree_start); $xp->setHandlers(CdataStart => \&intltool_tree_cdatastart); $xp->setHandlers(CdataEnd => \&intltool_tree_cdataend); my $tree = $xp->parsefile($filename); # Hello thereHowdydo # would be: # [foo, [{}, head, [{id => "a"}, 0, "Hello ", em, [{}, 0, "there"]], bar, [{}, # 0, "Howdy", ref, [{}]], 0, "do" ] ] return $tree; } sub print_header { my $infile = shift; my $fh = shift; my $source; if(!-f $infile) { die "ERROR Cannot find filename: $infile\n"; } print $fh qq{\n}; { local $/; open DOCINPUT, "<${FILE}" or die; $source = ; close DOCINPUT; } if ($source =~ /()/s) { print $fh "$1\n"; } elsif ($source =~ /(]*>)/s) { print $fh "$1\n"; } } sub parseTree { my $fh = shift; my $ref = shift; my $language = shift || ""; my $name = shift @{ $ref }; my $cont = shift @{ $ref }; while (!$name || "$name" eq "1") { $name = shift @{ $ref }; $cont = shift @{ $ref }; } my $spacepreserve = 0; my $attrs = @{$cont}[0]; $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); traverse($fh, $name, $cont, $language, $spacepreserve); } sub xml_merge_output { my $source; if ($MULTIPLE_OUTPUT) { for my $lang (sort keys %po_files_by_lang) { if ( ! -d $lang ) { mkdir $lang or -d $lang or die "Cannot create subdirectory $lang: $!\n"; } open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n"; binmode (OUTPUT) if $^O eq 'MSWin32'; my $tree = readXml($FILE); print_header($FILE, \*OUTPUT); parseTree(\*OUTPUT, $tree, $lang); close OUTPUT; print "CREATED $lang/$OUTFILE\n" unless $QUIET_ARG; } if ( ! -d "C" ) { mkdir "C" or -d "C" or die "Cannot create subdirectory C: $!\n"; } open OUTPUT, ">C/$OUTFILE" or die "Cannot open C/$OUTFILE: $!\n"; binmode (OUTPUT) if $^O eq 'MSWin32'; my $tree = readXml($FILE); print_header($FILE, \*OUTPUT); parseTree(\*OUTPUT, $tree); close OUTPUT; print "CREATED C/$OUTFILE\n" unless $QUIET_ARG; } else { open OUTPUT, ">$OUTFILE" or die "Cannot open $OUTFILE: $!\n"; binmode (OUTPUT) if $^O eq 'MSWin32'; my $tree = readXml($FILE); print_header($FILE, \*OUTPUT); parseTree(\*OUTPUT, $tree); close OUTPUT; print "CREATED $OUTFILE\n" unless $QUIET_ARG; } } sub keys_merge_translation { my ($lang) = @_; if ( ! -d $lang && $MULTIPLE_OUTPUT) { mkdir $lang or -d $lang or die "Cannot create subdirectory $lang: $!\n"; } open INPUT, "<${FILE}" or die "Cannot open ${FILE}: $!\n"; open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n"; binmode (OUTPUT) if $^O eq 'MSWin32'; while () { if (s/^(\s*)_(\w+=(.*))/$1$2/) { my $string = $3; if (!$MULTIPLE_OUTPUT) { print OUTPUT; my $non_translated_line = $_; for my $lang (sort keys %po_files_by_lang) { my $translation = $translations{$lang, $string}; next if !$translation; $_ = $non_translated_line; s/(\w+)=.*/[$lang]$1=$translation/; print OUTPUT; } } else { my $non_translated_line = $_; my $translation = $translations{$lang, $string}; $translation = $string if !$translation; $_ = $non_translated_line; s/(\w+)=.*/$1=$translation/; print OUTPUT; } } else { print OUTPUT; } } close OUTPUT; close INPUT; print "CREATED $lang/$OUTFILE\n" unless $QUIET_ARG; } sub keys_merge_translations { if ($MULTIPLE_OUTPUT) { for my $lang (sort keys %po_files_by_lang) { keys_merge_translation ($lang); } keys_merge_translation ("C"); } else { keys_merge_translation ("."); } } sub desktop_merge_translations { open INPUT, "<${FILE}" or die; open OUTPUT, ">${OUTFILE}" or die; binmode (OUTPUT) if $^O eq 'MSWin32'; while () { if (s/^(\s*)_(\w+=(.*))/$1$2/) { my $string = $3; print OUTPUT; my $non_translated_line = $_; for my $lang (sort keys %po_files_by_lang) { my $translation = $translations{$lang, $string}; next if !$translation; $_ = $non_translated_line; s/(\w+)=.*/${1}[$lang]=$translation/; print OUTPUT; } } else { print OUTPUT; } } close OUTPUT; close INPUT; } sub schemas_merge_translations { my $source; { local $/; # slurp mode open INPUT, "<$FILE" or die "can't open $FILE: $!"; $source = ; close INPUT; } open OUTPUT, ">$OUTFILE" or die; binmode (OUTPUT) if $^O eq 'MSWin32'; # FIXME: support attribute translations # Empty nodes never need translation, so unmark all of them. # For example, <_foo/> is just replaced by . $source =~ s|<\s*_($w+)\s*/>|<$1/>|g; while ($source =~ s/ (.*?) (\s+)((\s*) (\s*(?:\s*)?(.*?)\s*<\/default>)?(\s*) (\s*(?:\s*)?(.*?)\s*<\/short>)?(\s*) (\s*(?:\s*)?(.*?)\s*<\/long>)?(\s*) <\/locale>) //sx) { print OUTPUT $1; my $locale_start_spaces = $2 ? $2 : ''; my $default_spaces = $4 ? $4 : ''; my $short_spaces = $7 ? $7 : ''; my $long_spaces = $10 ? $10 : ''; my $locale_end_spaces = $13 ? $13 : ''; my $c_default_block = $3 ? $3 : ''; my $default_string = $6 ? $6 : ''; my $short_string = $9 ? $9 : ''; my $long_string = $12 ? $12 : ''; print OUTPUT "$locale_start_spaces$c_default_block"; $default_string =~ s/\s+/ /g; $default_string = entity_decode($default_string); $short_string =~ s/\s+/ /g; $short_string = entity_decode($short_string); $long_string =~ s/\s+/ /g; $long_string = entity_decode($long_string); for my $lang (sort keys %po_files_by_lang) { my $default_translation = $translations{$lang, $default_string}; my $short_translation = $translations{$lang, $short_string}; my $long_translation = $translations{$lang, $long_string}; next if (!$default_translation && !$short_translation && !$long_translation); print OUTPUT "\n$locale_start_spaces"; print OUTPUT "$default_spaces"; if ($default_translation) { $default_translation = entity_encode($default_translation); print OUTPUT "$default_translation"; } print OUTPUT "$short_spaces"; if ($short_translation) { $short_translation = entity_encode($short_translation); print OUTPUT "$short_translation"; } print OUTPUT "$long_spaces"; if ($long_translation) { $long_translation = entity_encode($long_translation); print OUTPUT "$long_translation"; } print OUTPUT "$locale_end_spaces"; } } print OUTPUT $source; close OUTPUT; } sub rfc822deb_merge_translations { my %encodings = (); for my $lang (keys %po_files_by_lang) { $encodings{$lang} = ($UTF8_ARG ? 'UTF-8' : get_po_encoding($po_files_by_lang{$lang})); } my $source; $Text::Wrap::huge = 'overflow'; $Text::Wrap::break = qr/\n|\s(?=\S)/; { local $/; # slurp mode open INPUT, "<$FILE" or die "can't open $FILE: $!"; $source = ; close INPUT; } open OUTPUT, ">${OUTFILE}" or die; binmode (OUTPUT) if $^O eq 'MSWin32'; while ($source =~ /(^|\n+)(_*)([^:\s]+)(:[ \t]*)(.*?)(?=\n[\S\n]|$)/sg) { my $sep = $1; my $non_translated_line = $3.$4; my $string = $5; my $underscore = length($2); next if $underscore eq 0 && $non_translated_line =~ /^#/; # Remove [] dummy strings my $stripped = $string; $stripped =~ s/\[\s[^\[\]]*\],/,/g if $underscore eq 2; $stripped =~ s/\[\s[^\[\]]*\]$//; $non_translated_line .= $stripped; print OUTPUT $sep.$non_translated_line; if ($underscore) { my @str_list = rfc822deb_split($underscore, $string); for my $lang (sort keys %po_files_by_lang) { my $is_translated = 1; my $str_translated = ''; my $first = 1; for my $str (@str_list) { my $translation = $translations{$lang, $str}; if (!$translation) { $is_translated = 0; last; } # $translation may also contain [] dummy # strings, mostly to indicate an empty string $translation =~ s/\[\s[^\[\]]*\]$//; if ($first) { if ($underscore eq 2) { $str_translated .= $translation; } else { $str_translated .= Text::Tabs::expand($translation) . "\n"; } } else { if ($underscore eq 2) { $str_translated .= ', ' . $translation; } else { $str_translated .= Text::Tabs::expand( Text::Wrap::wrap(' ', ' ', $translation)) . "\n .\n"; } } $first = 0; # To fix some problems with Text::Wrap::wrap $str_translated =~ s/(\n )+\n/\n .\n/g; } next unless $is_translated; $str_translated =~ s/\n \.\n$//; $str_translated =~ s/\s+$//; $_ = $non_translated_line; s/^(\w+):\s*.*/$sep${1}-$lang.$encodings{$lang}: $str_translated/s; print OUTPUT; } } } print OUTPUT "\n"; close OUTPUT; close INPUT; } sub rfc822deb_split { # Debian defines a special way to deal with rfc822-style files: # when a value contain newlines, it consists of # 1. a short form (first line) # 2. a long description, all lines begin with a space, # and paragraphs are separated by a single dot on a line # This routine returns an array of all paragraphs, and reformat # them. # When first argument is 2, the string is a comma separated list of # values. my $type = shift; my $text = shift; $text =~ s/^[ \t]//mg; return (split(/, */, $text, 0)) if $type ne 1; return ($text) if $text !~ /\n/; $text =~ s/([^\n]*)\n//; my @list = ($1); my $str = ''; for my $line (split (/\n/, $text)) { chomp $line; if ($line =~ /^\.\s*$/) { # New paragraph $str =~ s/\s*$//; push(@list, $str); $str = ''; } elsif ($line =~ /^\s/) { # Line which must not be reformatted $str .= "\n" if length ($str) && $str !~ /\n$/; $line =~ s/\s+$//; $str .= $line."\n"; } else { # Continuation line, remove newline $str .= " " if length ($str) && $str !~ /\n$/; $str .= $line; } } $str =~ s/\s*$//; push(@list, $str) if length ($str); return @list; } sub quoted_translation { my ($xml_mode, $lang, $string) = @_; $string = entity_decode($string) if $xml_mode; $string =~ s/\\\"/\"/g; my $translation = $translations{$lang, $string}; $translation = $string if !$translation; $translation = entity_encode($translation) if $xml_mode; $translation =~ s/\"/\\\"/g; return $translation } sub quoted_merge_translations { my ($xml_mode) = @_; if (!$MULTIPLE_OUTPUT) { print "Quoted only supports Multiple Output.\n"; exit(1); } for my $lang (sort keys %po_files_by_lang) { if ( ! -d $lang ) { mkdir $lang or -d $lang or die "Cannot create subdirectory $lang: $!\n"; } open INPUT, "<${FILE}" or die; open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n"; binmode (OUTPUT) if $^O eq 'MSWin32'; while () { s/\"(([^\"]|\\\")*[^\\\"])\"/"\"" . "ed_translation($xml_mode, $lang, $1) . "\""/ge; print OUTPUT; } close OUTPUT; close INPUT; } } gbonds-2.0.3/mkinstalldirs0000755000076400007640000000664711107465252012547 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: gbonds-2.0.3/data/0000777000076400007640000000000011107720365010720 500000000000000gbonds-2.0.3/data/sb199611.asc0000664000076400007640000007432011106721200012417 00000000000000E1996111980006481006481006481006481006547006418 E1996111979006600006600006600006600006664006549006549006549006549006549006610006481 E1996111978007175007175006806006806006765006649006650006650006650006650006713006599 E1996111977008181008181008181008181008262008038008036008036008036008036007370007175 E1996111976008473008473008473008473008553008323008322008322008322008322008402008181 E1996111975008776008776008776008776008860008623008622008622008622008622008707008472 E1996111974009092009092009092009092009179008933008932008932008932008932009018008777 E1996111973009760009500009500009500009500009522009615009355009356009356009356009092 E1996111972010061009790009791009791009791009818009914009647009647009647009647009667 E1996111971010368010087010087010087010087010119010218009938009939009939009939009964 E1996111970012085011878011879011879011879011935012052011844011844011844011844011871 E1996111969012433012433012433012433012553012004012121011909011910011910011910011972 E1996111968012371012371012371012371012493012394012392012392012392012392012513012434 E1996111967012339012339012339012339012457012347012346012346012346012346012466012371 E1996111966012813012813012194012194012202012328012327012327012327012327012446012338 E1996111965015020013777013441013440013440012818012818012746012558012558012558012812 E1996111964015284015431015053015052015052015152015152015300014924014924014924015020 E1996111963015541015692015306015304015304015420015420015571015190015190015190015284 E1996111962015838015992015639015638015638015678015678015829015477015477015477015541 E1996111961016025016179015889015888015888015935015935016088015794015793015793015838 E1996111960016241016398016103016103016103016130016130016284015993015993015993016025 E1996111959016792016792016792016792016792016346016346016504016204016204016204016241 E1996111958016929016929016929016929016929017163016861016860016860016860016860017098 E1996111957019694019533019533019533019533019809019647019646019646019646019646017231 E1996111956018679018679018859019383019383019429019429019429019619019848019847019694 E1996111955017753017753017926018157018157018205018205018205018382018629018629018679 E1996111954016886016886017051017269017269017312017312017312017481017716017717017753 E1996111953017814017814016338016541016541016581016581016581016633016843016844016886 E1996111952017066017066017066017066017338017378017378017378017546017769017766017814 E1996111951016260016260016260016260016416016661016660016660016660016660016823017065 E1996111950014706014706014706014706014848015053015053015053015053015053015199015426 E1996111949013669013669013669013669013802014383014383014383014383014383014523014706 E1996111948013141013141013141013141013109013323013323013323013323013323013451013669 E1996111947012338012338012338012338012457012657012657012657012657012657012934013141 E1996111946011728011728011728011728011841012025012025012025012025012025012142012338 E1996111945011047011047011047011047011154011333011333011333011333011333011443011728 E1996111944010509010509010509010509010611010770010770010770010770010770010875011047 E1996111943009995009995009995009995010091010248010248010248010248010248010348010509 E1996111942009435009435009435009435009600009745009745009745009745009745009840009995 E1996111941 009059009196009196009196009196009196009286009435 S1996111970011901011901011901011901012017011838011838011838011838011838 S1996111969012030012030012030012030012146011967011967011967011967011967012083011900 S1996111968014303014303014303014303013120012943012943012943012276012276012207012030 S1996111967 014887014520014521014521014521014521014659014302 E1996121980006481006481006481006481006547006547 E1996121979006600006600006600006600006664006680006549006549006549006549006610006610 E1996121978007175007175006806006806006765006782006650006650006650006650006713006731 E1996121977008181008181008181008181008262008279008036008036008036008036007370007390 E1996121976008473008473008473008473008553008573008322008322008322008322008402008426 E1996121975008776008776008776008776008860008881008622008622008622008622008707008726 E1996121974009092009092009092009092009179009201008932008932008932008932009018009040 E1996121973009760009785009500009500009500009522009615009636009356009356009356009364 E1996121972010061010084009791009791009791009818009914009936009647009647009647009667 E1996121971010368010390010087010087010087010119010218010236009939009939009939009964 E1996121970012085012115011879011879011879011935012052012081011844011844011844011871 E1996121969012433012433012433012433012553012004012121012148011910011910011910011972 E1996121968012371012371012371012371012493012642012392012392012392012392012513012682 E1996121967012339012339012339012339012457012594012346012346012346012346012466012618 E1996121966012813012813012194012194012202012328012327012327012327012327012446012585 E1996121965015020013777013845013440013440012818012818012746012809012558012558012812 E1996121964015284015431015505015052015052015152015152015300015372014924014924015020 E1996121963015541015692015765015304015304015420015420015571015646015190015190015284 E1996121962015838015992016108015638015638015678015678015829015941015477015477015541 E1996121961016025016179016366015888015888015935015935016088016268015793015793015838 E1996121960016241016398016586016103016103016130016130016284016472015993015993016025 E1996121959017296016792016792016792016792016346016346016504016690016204016204016241 E1996121958017437016929016929016929016929017163017367016860016860016860016860017098 E1996121957019694019533019533019533019533019809020040019646019646019646019646017231 E1996121956018679018679018859019383019383019429019429019429019619019848019847019956 E1996121955017753017753017926018157018157018205018205018205018382018629018629018679 E1996121954016886016886017051017269017269017312017312017312017481017716017717017753 E1996121953017814017814016338016541016541016581016581016581016633016843016844016886 E1996121952017066017066017066017066017338017378017378017378017546017769017766017814 E1996121951016260016260016260016260016416016661016660016660016660016660016823017065 E1996121950014706014706014706014706014848015053015053015053015053015053015199015426 E1996121949013669013669013669013669013802014383014383014383014383014383014523014706 E1996121948013141013141013141013141013109013323013323013323013323013323013451013669 E1996121947012338012338012338012338012457012657012657012657012657012657012934013141 E1996121946011728011728011728011728011841012025012025012025012025012025012142012338 E1996121945011047011047011047011047011154011333011333011333011333011333011443011728 E1996121944010509010509010509010509010611010770010770010770010770010770010875011047 E1996121943009995009995009995009995010091010248010248010248010248010248010348010509 E1996121942009435009435009435009435009600009745009745009745009745009745009840009995 E1996121941 009059009196009196009196009196009196009286009435 S1996121970011901011901011901011901012017012075011838011838011838011838 S1996121969012030012030012030012030012146012206011967011967011967011967012083012138 S1996121968014303014303014303014303013120013331012943012943012276012276012207012270 S1996121967 014887014955014521014521014521014521014659014731 E1997011980006610006481006481006481006547006547 E1997011979006732006600006600006600006664006680006680006549006549006549006610006610 E1997011978007390007175006806006806006765006782006783006650006650006650006713006731 E1997011977008426008181008181008181008262008279008277008036008036008036007370007390 E1997011976008727008473008473008473008553008573008571008322008322008322008402008426 E1997011975009039008776008776008776008860008881008881008622008622008622008707008726 E1997011974009364009092009092009092009179009201009200008932008932008932009018009040 E1997011973009760009785009785009500009500009522009615009636009637009356009356009364 E1997011972010061010084010084009791009791009818009914009936009936009647009647009667 E1997011971010368010390010390010087010087010119010218010236010237009939009939009964 E1997011970012085012115012116011879011879011935012052012081012081011844011844011871 E1997011969012681012433012433012433012553012004012121012148012149011910011910011972 E1997011968012618012371012371012371012493012642012640012392012392012392012513012682 E1997011967012586012339012339012339012457012594012593012346012346012346012466012618 E1997011966012813012813012194012194012202012328012327012327012327012327012446012585 E1997011965015020013777013845013843013440012818012818012746012809012809012558012812 E1997011964015284015431015505015503015052015152015152015300015372015372014924015020 E1997011963015541015692015765015763015304015420015420015571015646015646015190015284 E1997011962015838015992016108016107015638015678015678015829015941015941015477015541 E1997011961016025016179016366016365015888015935015935016088016268016267015793015838 E1997011960016241016398016586016586016103016130016130016284016472016473015993016025 E1997011959017296017296016792016792016792016346016346016504016690016690016204016241 E1997011958017437017437016929016929016929017163017367017366016860016860016860017098 E1997011957019956019924019533019533019533019809020040020039019646019646019646017231 E1997011956018679018679018859019383019383019429019429019429019619019848019847019956 E1997011955017753017753017926018157018157018205018205018205018382018629018629018679 E1997011954016886016886017051017269017269017312017312017312017481017716017717017753 E1997011953017814017814016338016541016541016581016581016581016633016843016844016886 E1997011952017066017066017066017066017338017378017378017378017546017769017766017814 E1997011951016260016260016260016260016416016661016660016660016660016660016823017065 E1997011950014706014706014706014706014848015053015053015053015053015053015199015426 E1997011949013669013669013669013669013802014383014383014383014383014383014523014706 E1997011948013141013141013141013141013109013323013323013323013323013323013451013669 E1997011947012338012338012338012338012457012657012657012657012657012657012934013141 E1997011946011728011728011728011728011841012025012025012025012025012025012142012338 E1997011945011047011047011047011047011154011333011333011333011333011333011443011728 E1997011944010509010509010509010509010611010770010770010770010770010770010875011047 E1997011943009995009995009995009995010091010248010248010248010248010248010348010509 E1997011942009435009435009435009435009600009745009745009745009745009745009840009995 E1997011941 009059009196009196009196009196009196009286009435 S1997011970012139011901011901011901012017012075012075011838011838011838 S1997011969012270012030012030012030012146012206012206011967011967011967012083012138 S1997011968014732014303014303014303013120013331013331012943012276012276012207012270 S1997011967 014887014955014956014521014521014521014659014731 E1997021980006610006610006481006481006547006547 E1997021979006732006732006600006600006664006680006680006680006549006549006610006610 E1997021978007390007390006806006806006765006782006783006783006650006650006713006731 E1997021977008426008426008181008181008262008279008277008277008036008036007370007390 E1997021976008727008727008473008473008553008573008571008571008322008322008402008426 E1997021975009039009039008776008776008860008881008881008881008622008622008707008726 E1997021974009364009364009092009092009179009201009200009200008932008932009018009040 E1997021973009760009785009785009785009500009522009615009636009637009637009356009364 E1997021972010061010084010084010084009791009818009914009936009936009936009647009667 E1997021971010368010390010390010390010087010119010218010236010237010237009939009964 E1997021970012085012115012116012116011879011935012052012081012081012081011844011871 E1997021969012681012681012433012433012553012004012121012148012149012149011910011972 E1997021968012618012618012371012371012493012642012640012640012392012392012513012682 E1997021967012586012586012339012339012457012594012593012593012346012346012466012618 E1997021966012813012813012194012194012202012328012327012327012327012327012446012585 E1997021965015020013777013845013843013843012818012818012746012809012809012809012812 E1997021964015284015431015505015503015503015152015152015300015372015372015372015020 E1997021963015541015692015765015763015763015420015420015571015646015646015646015284 E1997021962015838015992016108016107016107015678015678015829015941015941015941015541 E1997021961016025016179016366016365016365015935015935016088016268016267016267015838 E1997021960016241016398016586016586016586016130016130016284016472016473016473016025 E1997021959017296017296017296016792016792016346016346016504016690016690016690016241 E1997021958017437017437017437016929016929017163017367017366017366016860016860017098 E1997021957019956019990019924019533019533019809020040020039020039019646019646017231 E1997021956018679018679018859019383019383019429019429019429019619019848019847019956 E1997021955017753017753017926018157018157018205018205018205018382018629018629018679 E1997021954016886016886017051017269017269017312017312017312017481017716017717017753 E1997021953017814017814016338016541016541016581016581016581016633016843016844016886 E1997021952017066017066017066017066017338017378017378017378017546017769017766017814 E1997021951016260016260016260016260016416016661016660016660016660016660016823017065 E1997021950014706014706014706014706014848015053015053015053015053015053015199015426 E1997021949013669013669013669013669013802014383014383014383014383014383014523014706 E1997021948013141013141013141013141013109013323013323013323013323013323013451013669 E1997021947012338012338012338012338012457012657012657012657012657012657012934013141 E1997021946011728011728011728011728011841012025012025012025012025012025012142012338 E1997021945011047011047011047011047011154011333011333011333011333011333011443011728 E1997021944010509010509010509010509010611010770010770010770010770010770010875011047 E1997021943009995009995009995009995010091010248010248010248010248010248010348010509 E1997021942009435009435009435009435009600009745009745009745009745009745009840009995 E1997021941 009059009196009196009196009196009196009286009435 S1997021970012139012139011901011901012017012075012075012075011838011838 S1997021969012270012270012030012030012146012206012206012206011967011967012083012138 S1997021968014732014732014303014303013120013331013331013331012276012276012207012270 S1997021967 014887014955014956014956014521014521014659014731 E1997031980006610006610006610006481006547006547 E1997031979006732006732006732006600006664006680006680006680006680006549006610006610 E1997031978007390007390006972006806006765006782006783006783006783006650006713006731 E1997031977008426008426008426008181008262008279008277008277008277008036007370007390 E1997031976008727008727008727008473008553008573008571008571008571008322008402008426 E1997031975009039009039009039008776008860008881008881008881008881008622008707008726 E1997031974009364009364009364009092009179009201009200009200009200008932009018009040 E1997031973009760009785009785009785009785009522009615009636009637009637009637009364 E1997031972010061010084010084010084010084009818009914009936009936009936009936009667 E1997031971010368010390010390010390010390010119010218010236010237010237010237009964 E1997031970012085012115012116012116012116011935012052012081012081012081012081011871 E1997031969012681012681012681012433012553012004012121012148012149012149012149011972 E1997031968012618012618012618012371012493012642012640012640012640012392012513012682 E1997031967012586012586012586012339012457012594012593012593012593012346012466012618 E1997031966012813012813012194012194012202012328012327012327012327012327012446012585 E1997031965015020013777013845013843013843013130012818012746012809012809012809012812 E1997031964015284015431015505015503015503015607015152015300015372015372015372015471 E1997031963015541015692015765015763015763015883015420015571015646015646015646015743 E1997031962015838015992016108016107016107016148015678015829015941015941015941016007 E1997031961016025016179016366016365016365016413015935016088016268016267016267016314 E1997031960016241016398016586016586016586016614016130016284016472016473016473016506 E1997031959017296017296017296017296016792016837016346016504016690016690016690016728 E1997031958017437017437017437017437016929017163017367017366017366017366016860017098 E1997031957019956019990019990019924019533019809020040020039020039020039019646017231 E1997031956018679018679018859019383019383019429019429019429019619019848019847019956 E1997031955017753017753017926018157018157018205018205018205018382018629018629018679 E1997031954016886016886017051017269017269017312017312017312017481017716017717017753 E1997031953017814017814016338016541016541016581016581016581016633016843016844016886 E1997031952017066017066017066017066017338017378017378017378017546017769017766017814 E1997031951016260016260016260016260016416016661016660016660016660016660016823017065 E1997031950014706014706014706014706014848015053015053015053015053015053015199015426 E1997031949013669013669013669013669013802014383014383014383014383014383014523014706 E1997031948013141013141013141013141013109013323013323013323013323013323013451013669 E1997031947012338012338012338012338012457012657012657012657012657012657012934013141 E1997031946011728011728011728011728011841012025012025012025012025012025012142012338 E1997031945011047011047011047011047011154011333011333011333011333011333011443011728 E1997031944010509010509010509010509010611010770010770010770010770010770010875011047 E1997031943009995009995009995009995010091010248010248010248010248010248010348010509 E1997031942009435009435009435009435009600009745009745009745009745009745009840009995 E1997031941 009059009196009196009196009196009196009286009435 S1997031970012139012139012139011901012017012075012075012075012075011838 S1997031969012270012270012270012030012146012206012206012206012206011967012083012138 S1997031968014732014732014732014303013120013331013331013331012575012276012207012270 S1997031967 014887014955014956014956014956014521014659014731 E1997041980006610006610006610006610006547006547 E1997041979006732006732006732006732006664006680006680006680006680006680006610006610 E1997041978007390007390006972006972006765006782006783006783006783006783006713006731 E1997041977008426008426008426008426008262008279008277008277008277008277007370007390 E1997041976008727008727008727008727008553008573008571008571008571008571008402008426 E1997041975009039009039009039009039008860008881008881008881008881008881008707008726 E1997041974009364009364009364009364009179009201009200009200009200009200009018009040 E1997041973009760009785009785009785009785009808009615009636009637009637009637009364 E1997041972010061010084010084010084010084010113009914009936009936009936009936009958 E1997041971010368010390010390010390010390010422010218010236010237010237010237010263 E1997041970012085012115012116012116012116012174012052012081012081012081012081012108 E1997041969012681012681012681012681012553012244012121012148012149012149012149012211 E1997041968012618012618012618012618012493012642012640012640012640012640012513012682 E1997041967012586012586012586012586012457012594012593012593012593012593012466012618 E1997041966012813012813012194012194012202012328012327012327012327012327012446012585 E1997041965015471013777013845013843013843013130013130012746012809012809012809012812 E1997041964015743015431015505015503015503015607015607015300015372015372015372015471 E1997041963016007015692015765015763015763015883015883015571015646015646015646015743 E1997041962016314015992016108016107016107016148016148015829015941015941015941016007 E1997041961016506016179016366016365016365016413016413016088016268016267016267016314 E1997041960016728016398016586016586016586016614016614016284016472016473016473016506 E1997041959017296017296017296017296017296016837016837016504016690016690016690016728 E1997041958017437017437017437017437017437017163017367017366017366017366017366017098 E1997041957019956019990019990019990019924019809020040020039020039020039020039017231 E1997041956018679018679018859019383019383019429019429019429019619019848019847019956 E1997041955017753017753017926018157018157018205018205018205018382018629018629018679 E1997041954016886016886017051017269017269017312017312017312017481017716017717017753 E1997041953017814017814016338016541016541016581016581016581016633016843016844016886 E1997041952017066017066017066017066017338017378017378017378017546017769017766017814 E1997041951016260016260016260016260016416016661016660016660016660016660016823017065 E1997041950014706014706014706014706014848015053015053015053015053015053015199015426 E1997041949013669013669013669013669013802014383014383014383014383014383014523014706 E1997041948013141013141013141013141013109013323013323013323013323013323013451013669 E1997041947012338012338012338012338012457012657012657012657012657012657012934013141 E1997041946011728011728011728011728011841012025012025012025012025012025012142012338 E1997041945011047011047011047011047011154011333011333011333011333011333011443011728 E1997041944010509010509010509010509010611010770010770010770010770010770010875011047 E1997041943009995009995009995009995010091010248010248010248010248010248010348010509 E1997041942009435009435009435009435009600009745009745009745009745009745009840009995 E1997041941 009059009196009196009196009196009196009286009435 S1997041970012139012139012139012139012017012075012075012075012075012075 S1997041969012270012270012270012270012146012206012206012206012206012206012083012138 S1997041968014732014732014732014732013120013331013331013331012575012575012207012270 S1997041967 014887014955014956014956014956014956014659014731 N1996111996001280001280001280001280001277NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1996111995001345001340001336001331001342001313001313001313001313001313001308001280 N1996111994001399001394001390001385001381001376001372001367001363001358001354001349 N1996111993001499001499001446001441001436001432001427001422001418001413001408001404 N1996111992001614001614001614001614001614001553001553001553001553001553001553001499 N1996111991001731001731001731001731001731001680001680001680001680001680001680001614 N1996111990001836001836001836001836001836001783001783001783001783001783001783001731 N1996111989001948001948001948001948001948001891001891001891001891001891001891001836 N1996111988002110002110002110002110002067002006002006002006002006002006002006001948 N1996111987002243002243002243002243002192002176002176002176002176002176002129002110 N1996111986002664002664002664002664002664002611002611002611002611002611002258002243 N1996111985002771002771002771002771002771002717002717002717002717002717002717002664 N1996111984002916002916002916002916002883002827002827002827002827002827002827002771 N1996111983003212003212003211003211003116003039003039003039003039003039002986002916 N1996111982003713003713003713003713003713003605003605003605003605003605003308003212 N1996111981004035004035004035004035003939003824003824003824003824003824003824003713 N1996111980004447004447004447004447004491004360004360004360004360004360004156004035 N1996121996001280001280001280001280001277001277NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1996121995001349001345001340001336001342001342001313001313001313001313001308001308 N1996121994001404001399001394001390001385001381001376001372001367001363001358001354 N1996121993001499001499001451001446001441001436001432001427001422001418001413001408 N1996121992001614001614001614001614001614001614001553001553001553001553001553001553 N1996121991001731001731001731001731001731001731001680001680001680001680001680001680 N1996121990001836001836001836001836001836001836001783001783001783001783001783001783 N1996121989001948001948001948001948001948001948001891001891001891001891001891001891 N1996121988002110002110002110002110002067002067002006002006002006002006002006002006 N1996121987002243002243002243002243002192002192002176002176002176002176002129002129 N1996121986002664002664002664002664002664002664002611002611002611002611002258002258 N1996121985002771002771002771002771002771002771002717002717002717002717002717002717 N1996121984002916002916002916002916002883002883002827002827002827002827002827002827 N1996121983003212003212003211003211003116003116003039003039003039003039002986002986 N1996121982003713003713003713003713003713003713003605003605003605003605003308003308 N1996121981004035004035004035004035003939003939003824003824003824003824003824003824 N1996121980004447004447004447004447004491004491004360004360004360004360004156004156 N1997011997NO PAY N1997011996001308001280001280001280001277001277001277NO PAYNO PAYNO PAYNO PAYNO PAY N1997011995001354001349001345001340001342001342001342001313001313001313001308001308 N1997011994001408001404001399001394001390001385001381001376001372001367001363001358 N1997011993001553001499001455001451001446001441001436001432001427001422001418001413 N1997011992001680001614001614001614001614001614001614001553001553001553001553001553 N1997011991001783001731001731001731001731001731001731001680001680001680001680001680 N1997011990001891001836001836001836001836001836001836001783001783001783001783001783 N1997011989002006001948001948001948001948001948001948001891001891001891001891001891 N1997011988002129002110002110002110002067002067002067002006002006002006002006002006 N1997011987002258002243002243002243002192002192002192002176002176002176002129002129 N1997011986002717002664002664002664002664002664002664002611002611002611002258002258 N1997011985002827002771002771002771002771002771002771002717002717002717002717002717 N1997011984002986002916002916002916002883002883002883002827002827002827002827002827 N1997011983003308003212003211003211003116003116003116003039003039003039002986002986 N1997011982003824003713003713003713003713003713003713003605003605003605003308003308 N1997011981004156004035004035004035003939003939003939003824003824003824003824003824 N1997011980004580004447004447004447004491004491004491004360004360004360004156004156 N1997021997NO PAYNO PAY N1997021996001308001308001280001280001277001277001277001277NO PAYNO PAYNO PAYNO PAY N1997021995001358001354001349001345001342001342001342001342001313001313001308001308 N1997021994001413001408001404001399001394001390001385001381001376001372001367001363 N1997021993001553001553001460001455001451001446001441001436001432001427001422001418 N1997021992001680001680001614001614001614001614001614001614001553001553001553001553 N1997021991001783001783001731001731001731001731001731001731001680001680001680001680 N1997021990001891001891001836001836001836001836001836001836001783001783001783001783 N1997021989002006002006001948001948001948001948001948001948001891001891001891001891 N1997021988002129002129002110002110002067002067002067002067002006002006002006002006 N1997021987002258002258002243002243002192002192002192002192002176002176002129002129 N1997021986002717002717002664002664002664002664002664002664002611002611002258002258 N1997021985002827002827002771002771002771002771002771002771002717002717002717002717 N1997021984002986002986002916002916002883002883002883002883002827002827002827002827 N1997021983003308003308003211003211003116003116003116003116003039003039002986002986 N1997021982003824003824003713003713003713003713003713003713003605003605003308003308 N1997021981004156004156004035004035003939003939003939003939003824003824003824003824 N1997021980004580004580004447004447004491004491004491004491004360004360004156004156 N1997031997NO PAYNO PAYNO PAY N1997031996001308001308001308001280001277001277001277001277001277NO PAYNO PAYNO PAY N1997031995001363001358001354001349001342001342001342001342001342001313001308001308 N1997031994001418001413001408001404001399001394001390001385001381001376001372001367 N1997031993001553001553001465001460001455001451001446001441001436001432001427001422 N1997031992001680001680001680001614001614001614001614001614001614001553001553001553 N1997031991001783001783001783001731001731001731001731001731001731001680001680001680 N1997031990001891001891001891001836001836001836001836001836001836001783001783001783 N1997031989002006002006002006001948001948001948001948001948001948001891001891001891 N1997031988002129002129002129002110002067002067002067002067002067002006002006002006 N1997031987002258002258002258002243002192002192002192002192002192002176002129002129 N1997031986002717002717002717002664002664002664002664002664002664002611002258002258 N1997031985002827002827002827002771002771002771002771002771002771002717002717002717 N1997031984002986002986002986002916002883002883002883002883002883002827002827002827 N1997031983003308003308003289003211003116003116003116003116003116003039002986002986 N1997031982003824003824003824003713003713003713003713003713003713003605003308003308 N1997031981004156004156004156004035003939003939003939003939003939003824003824003824 N1997031980004580004580004580004447004491004491004491004491004491004360004156004156 N1997041997NO PAYNO PAYNO PAYNO PAY N1997041996001308001308001308001308001277001277001277001277001277001277NO PAYNO PAY N1997041995001367001363001358001354001342001342001342001342001342001342001308001308 N1997041994001422001418001413001408001404001399001394001390001385001381001376001372 N1997041993001553001553001470001465001460001455001451001446001441001436001432001427 N1997041992001680001680001680001680001614001614001614001614001614001614001553001553 N1997041991001783001783001783001783001731001731001731001731001731001731001680001680 N1997041990001891001891001891001891001836001836001836001836001836001836001783001783 N1997041989002006002006002006002006001948001948001948001948001948001948001891001891 N1997041988002129002129002129002129002067002067002067002067002067002067002006002006 N1997041987002258002258002258002258002192002192002192002192002192002192002129002129 N1997041986002717002717002717002717002664002664002664002664002664002664002258002258 N1997041985002827002827002827002827002771002771002771002771002771002771002717002717 N1997041984002986002986002986002986002883002883002883002883002883002883002827002827 N1997041983003308003308003289003289003116003116003116003116003116003116002986002986 N1997041982003824003824003824003824003713003713003713003713003713003713003308003308 N1997041981004156004156004156004156003939003939003939003939003939003939003824003824 N1997041980004580004580004580004580004491004491004491004491004491004491004156004156 gbonds-2.0.3/data/sb199909.asc0000664000076400007640000010232011106721200012421 00000000000000E1999091980007298007298007298007155007228007228 E1999091979007433007433007433007287007358007375007375007375007375007230007298007298 E1999091978008567008567007899007725007469007488007489007489007489007342007412007432 E1999091977009768009768009768009484009578009597009596009596009596009316008544008567 E1999091976010117010117010117009822009915009938009936009936009936009647009740009768 E1999091975010479010479010479010174010272010296010296010296010296009996010094010116 E1999091974010751010751010751010540010641010666010666010666010666010355010455010480 E1999091973011205011233011233011233011233011039011146011170011172011172011172010751 E1999091972011326011353011354011354011354011162011271011296011296011296011296011099 E1999091971011634011661011661011661011661011436011393011413011413011413011413011218 E1999091970013343013376013378013378013378013177013307013338013338013338013338013107 E1999091969013727013727013727013727013860013342013471013501013502013413013413013218 E1999091968013128013128013128013128013257013416013414013414013414013414013544013728 E1999091967012586012586012586012586012706012846012845012845012845012845012970013128 E1999091966012813012813012194012194012202012328012327012327012327012327012446012585 E1999091965017412015972016050016048016048014877014549014409014483014483014483012812 E1999091964017719017889017974017973017973018093017566017737017820017820017820017935 E1999091963018016018191018276018274018274018413017876018051018138018138018138018250 E1999091962018361018539018674018672018672018720018175018350018480018480018480018557 E1999091961018398018574018788018787018787018842018473018650018859018857018857018912 E1999091960018285018461018673018673018673018705018338018513018727018728018728018766 E1999091959019153019153019153019153019153018788018788018601018810018608018608018650 E1999091958018312018312018312018312018312018453018672018671018671018671018671018934 E1999091957019956019990019990019990019990020272020508020507020507020507020507018097 E1999091956018679018679018859019383019383019429019429019429019619019848019847019956 E1999091955017753017753017926018157018157018205018205018205018382018629018629018679 E1999091954016886016886017051017269017269017312017312017312017481017716017717017753 E1999091953017814017814016338016541016541016581016581016581016633016843016844016886 E1999091952017066017066017066017066017338017378017378017378017546017769017766017814 E1999091951016260016260016260016260016416016661016660016660016660016660016823017065 E1999091950014706014706014706014706014848015053015053015053015053015053015199015426 E1999091949013669013669013669013669013802014383014383014383014383014383014523014706 E1999091948013141013141013141013141013109013323013323013323013323013323013451013669 E1999091947012338012338012338012338012457012657012657012657012657012657012934013141 E1999091946011728011728011728011728011841012025012025012025012025012025012142012338 E1999091945011047011047011047011047011154011333011333011333011333011333011443011728 E1999091944010509010509010509010509010611010770010770010770010770010770010875011047 E1999091943009995009995009995009995010091010248010248010248010248010248010348010509 E1999091942009435009435009435009435009600009745009745009745009745009745009840009995 E1999091941 009059009196009196009196009196009196009286009435 S1999091970013403013403013403013140013268013331013331013331013331013070 S1999091969013570013570013570013570013437013500013500013500013500013213013341013402 S1999091968015629015629015629015629014337014568014568014568013618013618013497013570 S1999091967 015333015404015405015405015405015405015552015628 E1999101980007298007298007298007298007228007228 E1999101979007433007433007433007433007358007375007375007375007375007375007298007298 E1999101978008567008567007899007899007469007488007489007489007489007489007412007432 E1999101977009768009768009768009768009578009597009596009596009596009596008544008567 E1999101976010117010117010117010117009915009938009936009936009936009936009740009768 E1999101975010479010479010479010479010272010296010296010296010296010296010094010116 E1999101974010751010751010751010751010641010666010666010666010666010666010455010480 E1999101973011205011233011233011233011233011260011146011170011172011172011172010751 E1999101972011326011353011354011354011354011386011271011296011296011296011296011321 E1999101971011634011661011661011661011661011693011393011413011413011413011413011442 E1999101970013343013376013378013378013378013441013307013338013338013338013338013369 E1999101969013727013727013727013727013860013342013471013501013502013502013413013482 E1999101968013128013128013128013128013257013416013414013414013414013414013544013728 E1999101967012586012586012586012586012706012846012845012845012845012845012970013128 E1999101966012813012813012194012194012202012328012327012327012327012327012446012585 E1999101965017935015972016050016048016048014877014877014409014483014483014483012812 E1999101964018250017889017974017973017973018093018093017737017820017820017820017935 E1999101963018557018191018276018274018274018413018413018051018138018138018138018250 E1999101962018912018539018674018672018672018720018720018350018480018480018480018557 E1999101961018766018574018788018787018787018842018842018650018859018857018857018912 E1999101960018650018461018673018673018673018705018705018513018727018728018728018766 E1999101959019153019153019153019153019153018788018788018601018810018810018608018650 E1999101958018312018312018312018312018312018453018672018671018671018671018671018934 E1999101957019956019990019990019990019990020272020508020507020507020507020507018097 E1999101956018679018679018859019383019383019429019429019429019619019848019847019956 E1999101955017753017753017926018157018157018205018205018205018382018629018629018679 E1999101954016886016886017051017269017269017312017312017312017481017716017717017753 E1999101953017814017814016338016541016541016581016581016581016633016843016844016886 E1999101952017066017066017066017066017338017378017378017378017546017769017766017814 E1999101951016260016260016260016260016416016661016660016660016660016660016823017065 E1999101950014706014706014706014706014848015053015053015053015053015053015199015426 E1999101949013669013669013669013669013802014383014383014383014383014383014523014706 E1999101948013141013141013141013141013109013323013323013323013323013323013451013669 E1999101947012338012338012338012338012457012657012657012657012657012657012934013141 E1999101946011728011728011728011728011841012025012025012025012025012025012142012338 E1999101945011047011047011047011047011154011333011333011333011333011333011443011728 E1999101944010509010509010509010509010611010770010770010770010770010770010875011047 E1999101943009995009995009995009995010091010248010248010248010248010248010348010509 E1999101942009435009435009435009435009600009745009745009745009745009745009840009995 E1999101941 009059009196009196009196009196009196009286009435 S1999101970013403013403013403013403013268013331013331013331013331013331 S1999101969013570013570013570013570013437013500013500013500013500013500013341013402 S1999101968015629015629015629015629014337014568014568014568013618013618013497013570 S1999101967 015333015404015405015405015405015405015552015628 E1999111980007298007298007298007298007373007228 E1999111979007433007433007433007433007505007375007375007375007375007375007444007298 E1999111978008567008567007899007899007618007488007489007489007489007489007560007432 E1999111977009768009768009768009768009865009597009596009596009596009596008800008567 E1999111976010117010117010117010117010213009938009936009936009936009936010033009768 E1999111975010479010479010479010479010580010296010296010296010296010296010396010116 E1999111974010751010751010751010751010854010666010666010666010666010666010768010480 E1999111973011429011233011233011233011233011260011369011170011172011172011172010751 E1999111972011553011353011354011354011354011386011496011296011296011296011296011321 E1999111971011868011661011661011661011661011693011620011413011413011413011413011442 E1999111970013610013376013378013378013378013441013573013338013338013338013338013369 E1999111969013727013727013727013727013860013342013471013501013502013502013502013482 E1999111968013128013128013128013128013257013416013414013414013414013414013544013728 E1999111967012586012586012586012586012706012846012845012845012845012845012970013128 E1999111966012813012813012194012194012202012328012327012327012327012327012446012585 E1999111965017935016451016050016048016048014877014877014699014483014483014483012812 E1999111964018250018425017974017973017973018093018093018269017820017820017820017935 E1999111963018557018737018276018274018274018413018413018593018138018138018138018250 E1999111962018912019095018674018672018672018720018720018900018480018480018480018557 E1999111961018766018946018788018787018787018842018842019023018859018857018857018912 E1999111960018650018830018673018673018673018705018705018883018727018728018728018766 E1999111959019153019153019153019153019153018788018788018601018810018810018810018650 E1999111958018312018312018312018312018312018453018672018671018671018671018671018934 E1999111957019956019990019990019990019990020272020508020507020507020507020507018097 E1999111956018679018679018859019383019383019429019429019429019619019848019847019956 E1999111955017753017753017926018157018157018205018205018205018382018629018629018679 E1999111954016886016886017051017269017269017312017312017312017481017716017717017753 E1999111953017814017814016338016541016541016581016581016581016633016843016844016886 E1999111952017066017066017066017066017338017378017378017378017546017769017766017814 E1999111951016260016260016260016260016416016661016660016660016660016660016823017065 E1999111950014706014706014706014706014848015053015053015053015053015053015199015426 E1999111949013669013669013669013669013802014383014383014383014383014383014523014706 E1999111948013141013141013141013141013109013323013323013323013323013323013451013669 E1999111947012338012338012338012338012457012657012657012657012657012657012934013141 E1999111946011728011728011728011728011841012025012025012025012025012025012142012338 E1999111945011047011047011047011047011154011333011333011333011333011333011443011728 E1999111944010509010509010509010509010611010770010770010770010770010770010875011047 E1999111943009995009995009995009995010091010248010248010248010248010248010348010509 E1999111942009435009435009435009435009600009745009745009745009745009745009840009995 E1999111941 009059009196009196009196009196009196009286009435 S1999111970013403013403013403013403013533013331013331013331013331013331 S1999111969013570013570013570013570013437013500013500013500013500013500013607013402 S1999111968015629015629015629015629014337014568014568014568013618013618013497013570 S1999111967 015333015404015405015405015405015405015552015628 E1999121980007298007298007298007298007373007373 E1999121979007433007433007433007433007505007522007375007375007375007375007444007444 E1999121978008567008567007899007899007618007637007489007489007489007489007560007580 E1999121977009768009768009768009768009865009885009596009596009596009596008800008824 E1999121976010117010117010117010117010213010236009936009936009936009936010033010062 E1999121975010479010479010479010479010580010605010296010296010296010296010396010420 E1999121974010751010751010751010751010854010879010666010666010666010666010768010795 E1999121973011429011458011233011233011233011260011369011393011172011172011172010966 E1999121972011553011580011354011354011354011386011496011522011296011296011296011321 E1999121971011868011896011661011661011661011693011620011641011413011413011413011442 E1999121970013610013644013378013378013378013441013573013605013338013338013338013369 E1999121969013727013727013727013727013860013342013471013501013502013502013502013572 E1999121968013128013128013128013128013257013416013414013414013414013414013544013728 E1999121967012586012586012586012586012706012846012845012845012845012845012970013128 E1999121966012813012813012194012194012202012328012327012327012327012327012446012585 E1999121965017935016451016531016048016048014877014877014699014775014483014483012812 E1999121964018250018425018513017973017973018093018093018269018354017820017820017935 E1999121963018557018737018824018274018274018413018413018593018682018138018138018250 E1999121962018912019095019234018672018672018720018720018900019034018480018480018557 E1999121961018766018946019164018787018787018842018842019023019236018857018857018912 E1999121960018650018830019046018673018673018705018705018883019102018728018728018766 E1999121959019153019153019153019153019153018788018788018601018810018810018810018850 E1999121958018312018312018312018312018312018453018672018671018671018671018671018934 E1999121957019956019990019990019990019990020272020508020507020507020507020507018097 E1999121956018679018679018859019383019383019429019429019429019619019848019847019956 E1999121955017753017753017926018157018157018205018205018205018382018629018629018679 E1999121954016886016886017051017269017269017312017312017312017481017716017717017753 E1999121953017814017814016338016541016541016581016581016581016633016843016844016886 E1999121952017066017066017066017066017338017378017378017378017546017769017766017814 E1999121951016260016260016260016260016416016661016660016660016660016660016823017065 E1999121950014706014706014706014706014848015053015053015053015053015053015199015426 E1999121949013669013669013669013669013802014383014383014383014383014383014523014706 E1999121948013141013141013141013141013109013323013323013323013323013323013451013669 E1999121947012338012338012338012338012457012657012657012657012657012657012934013141 E1999121946011728011728011728011728011841012025012025012025012025012025012142012338 E1999121945011047011047011047011047011154011333011333011333011333011333011443011728 E1999121944010509010509010509010509010611010770010770010770010770010770010875011047 E1999121943009995009995009995009995010091010248010248010248010248010248010348010509 E1999121942009435009435009435009435009600009745009745009745009745009745009840009995 E1999121941 009059009196009196009196009196009196009286009435 S1999121970013403013403013403013403013533013598013331013331013331013331 S1999121969013570013570013570013570013437013500013500013500013500013500013607013670 S1999121968015629015629015629015629014337014568014568014568013618013618013497013570 S1999121967 015333015404015405015405015405015405015552015628 E2000011980007444007298007298007298007373007373 E2000011979007582007433007433007433007505007522007522007375007375007375007444007444 E2000011978008824008567007899007899007618007637007639007489007489007489007560007580 E2000011977010062009768009768009768009865009885009884009596009596009596008800008824 E2000011976010421010117010117010117010213010236010234009936009936009936010033010062 E2000011975010793010479010479010479010580010605010604010296010296010296010396010420 E2000011974010966010751010751010751010854010879010879010666010666010666010768010795 E2000011973011429011458011458011233011233011260011369011393011395011172011172010966 E2000011972011553011580011581011354011354011386011496011522011522011296011296011321 E2000011971011868011896011896011661011661011693011620011641011641011413011413011442 E2000011970013700013644013645013378013378013441013573013605013605013338013338013369 E2000011969013727013727013727013727013860013342013471013501013502013502013502013572 E2000011968013128013128013128013128013257013416013414013414013414013414013544013728 E2000011967012586012586012586012586012706012846012845012845012845012845012970013128 E2000011966012813012813012194012194012202012328012327012327012327012327012446012585 E2000011965017935016451016531016530016048014877014877014699014775014775014483012812 E2000011964018250018425018513018512017973018093018093018269018354018354017820017935 E2000011963018557018737018824018822018274018413018413018593018682018682018138018250 E2000011962018912019095019234019232018672018720018720018900019034019035018480018557 E2000011961018766018946019164019163018787018842018842019023019236019234018857018912 E2000011960018850018830019046019046018673018705018705018883019102019103018728018766 E2000011959019153019153019153019153019153018788018788018601018810018810018810018850 E2000011958018312018312018312018312018312018453018672018671018671018671018671018934 E2000011957019956019990019990019990019990020272020508020507020507020507020507018097 E2000011956018679018679018859019383019383019429019429019429019619019848019847019956 E2000011955017753017753017926018157018157018205018205018205018382018629018629018679 E2000011954016886016886017051017269017269017312017312017312017481017716017717017753 E2000011953017814017814016338016541016541016581016581016581016633016843016844016886 E2000011952017066017066017066017066017338017378017378017378017546017769017766017814 E2000011951016260016260016260016260016416016661016660016660016660016660016823017065 E2000011950014706014706014706014706014848015053015053015053015053015053015199015426 E2000011949013669013669013669013669013802014383014383014383014383014383014523014706 E2000011948013141013141013141013141013109013323013323013323013323013323013451013669 E2000011947012338012338012338012338012457012657012657012657012657012657012934013141 E2000011946011728011728011728011728011841012025012025012025012025012025012142012338 E2000011945011047011047011047011047011154011333011333011333011333011333011443011728 E2000011944010509010509010509010509010611010770010770010770010770010770010875011047 E2000011943009995009995009995009995010091010248010248010248010248010248010348010509 E2000011942009435009435009435009435009600009745009745009745009745009745009840009995 E2000011941 009059009196009196009196009196009196009286009435 S2000011970013671013403013403013403013533013598013598013331013331013331 S2000011969013570013570013570013570013437013500013500013500013500013500013607013670 S2000011968015629015629015629015629014337014568014568014568013618013618013497013570 S2000011967 015333015404015405015405015405015405015552015628 E2000021980007444007444007298007298007373007373 E2000021979007582007582007433007433007505007522007522007522007375007375007444007444 E2000021978008824008824007899007899007618007637007639007639007489007489007560007580 E2000021977010062010062009768009768009865009885009884009884009596009596008800008824 E2000021976010421010421010117010117010213010236010234010234009936009936010033010062 E2000021975010793010793010479010479010580010605010604010604010296010296010396010420 E2000021974010966010966010751010751010854010879010879010879010666010666010768010795 E2000021973011429011458011458011458011233011260011369011393011395011395011172010966 E2000021972011553011580011581011581011354011386011496011522011522011522011296011321 E2000021971011868011896011896011896011661011693011620011641011641011641011413011442 E2000021970013700013734013645013645013378013441013573013605013605013605013338013369 E2000021969013727013727013727013727013860013342013471013501013502013502013502013572 E2000021968013128013128013128013128013257013416013414013414013414013414013544013728 E2000021967012586012586012586012586012706012846012845012845012845012845012970013128 E2000021966012813012813012194012194012202012328012327012327012327012327012446012585 E2000021965017935016451016531016530016530014877014877014699014775014775014775012812 E2000021964018250018425018513018512018512018093018093018269018354018354018354017935 E2000021963018557018737018824018822018822018413018413018593018682018682018682018250 E2000021962018912019095019234019232019232018720018720018900019034019035019035018557 E2000021961018766018946019164019163019163018842018842019023019236019234019234018912 E2000021960018850019017019046019046019046018705018705018883019102019103019103018766 E2000021959019153019153019153019153019153018788018788018601018810018810018810018850 E2000021958018312018312018312018312018312018453018672018671018671018671018671018934 E2000021957019956019990019990019990019990020272020508020507020507020507020507018097 E2000021956018679018679018859019383019383019429019429019429019619019848019847019956 E2000021955017753017753017926018157018157018205018205018205018382018629018629018679 E2000021954016886016886017051017269017269017312017312017312017481017716017717017753 E2000021953017814017814016338016541016541016581016581016581016633016843016844016886 E2000021952017066017066017066017066017338017378017378017378017546017769017766017814 E2000021951016260016260016260016260016416016661016660016660016660016660016823017065 E2000021950014706014706014706014706014848015053015053015053015053015053015199015426 E2000021949013669013669013669013669013802014383014383014383014383014383014523014706 E2000021948013141013141013141013141013109013323013323013323013323013323013451013669 E2000021947012338012338012338012338012457012657012657012657012657012657012934013141 E2000021946011728011728011728011728011841012025012025012025012025012025012142012338 E2000021945011047011047011047011047011154011333011333011333011333011333011443011728 E2000021944010509010509010509010509010611010770010770010770010770010770010875011047 E2000021943009995009995009995009995010091010248010248010248010248010248010348010509 E2000021942009435009435009435009435009600009745009745009745009745009745009840009995 E2000021941 009059009196009196009196009196009196009286009435 S2000021970013671013671013403013403013533013598013598013598013331013331 S2000021969013570013570013570013570013437013500013500013500013500013500013607013670 S2000021968015629015629015629015629014337014568014568014568013618013618013497013570 S2000021967 015333015404015405015405015405015405015552015628 N1999091999001274001269001264NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1999091998001343001338001333001328001316001311001307001302001297001292001284001279 N1999091997001396001396001396001369001391001386001381001376001370001365001353001348 N1999091996001460001460001460001431001425001425001425001425001425001397001396001396 N1999091995001504001499001494001489001498001498001498001498001498001469001460001460 N1999091994001652001652001652001617001618001618001618001618001618001519001514001509 N1999091993001836001836001735001697001691001691001691001691001691001656001652001652 N1999091992001948001948001948001891001891001891001891001891001891001836001836001836 N1999091991002067002067002067002006002006002006002006002006002006001948001948001948 N1999091990002192002192002192002129002129002129002129002129002129002067002067002067 N1999091989002326002326002326002258002258002258002258002258002258002192002192002192 N1999091988002467002467002467002396002396002396002396002396002396002326002326002326 N1999091987002592002592002592002541002541002541002541002541002541002467002467002467 N1999091986003000003000003000002941002941002941002941002941002941002883002592002592 N1999091985003121003121003121003060003060003060003060003060003060003000003000003000 N1999091984003385003385003385003311003230003230003230003230003230003161003121003121 N1999091983003835003835003726003644003528003528003528003528003528003451003385003385 N1999091982004433004433004433004304004304004304004304004304004304004179003835003835 N1999091981004817004817004817004677004566004566004566004566004566004433004433004433 N1999091980005309005309005309005155005206005206005206005206005206005055004817004817 N1999101999001279001274001269001264NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1999101998001348001343001338001333001320001316001311001307001302001297001288001284 N1999101997001396001396001396001396001396001391001386001381001376001370001358001353 N1999101996001460001460001460001460001425001425001425001425001425001425001396001396 N1999101995001509001504001499001494001498001498001498001498001498001498001460001460 N1999101994001652001652001652001652001618001618001618001618001618001618001519001514 N1999101993001836001836001735001735001691001691001691001691001691001691001652001652 N1999101992001948001948001948001948001891001891001891001891001891001891001836001836 N1999101991002067002067002067002067002006002006002006002006002006002006001948001948 N1999101990002192002192002192002192002129002129002129002129002129002129002067002067 N1999101989002326002326002326002326002258002258002258002258002258002258002192002192 N1999101988002467002467002467002467002396002396002396002396002396002396002326002326 N1999101987002592002592002592002592002541002541002541002541002541002541002467002467 N1999101986003000003000003000003000002941002941002941002941002941002941002592002592 N1999101985003121003121003121003121003060003060003060003060003060003060003000003000 N1999101984003385003385003385003385003230003230003230003230003230003230003121003121 N1999101983003835003835003726003726003528003528003528003528003528003528003385003385 N1999101982004433004433004433004433004304004304004304004304004304004304003835003835 N1999101981004817004817004817004817004566004566004566004566004566004566004433004433 N1999101980005309005309005309005309005206005206005206005206005206005206004817004817 N1999111999001284001279001274001269001263NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1999111998001353001348001343001338001325001320001316001311001307001302001293001288 N1999111997001396001396001396001396001401001396001391001386001381001376001362001358 N1999111996001460001460001460001460001453001425001425001425001425001425001423001396 N1999111995001514001509001504001499001527001498001498001498001498001498001489001460 N1999111994001652001652001652001652001651001618001618001618001618001618001613001519 N1999111993001836001836001735001735001727001691001691001691001691001691001687001652 N1999111992001948001948001948001948001948001891001891001891001891001891001891001836 N1999111991002067002067002067002067002067002006002006002006002006002006002006001948 N1999111990002192002192002192002192002192002129002129002129002129002129002129002067 N1999111989002326002326002326002326002326002258002258002258002258002258002258002192 N1999111988002467002467002467002467002467002396002396002396002396002396002396002326 N1999111987002592002592002592002592002592002541002541002541002541002541002541002467 N1999111986003000003000003000003000003000002941002941002941002941002941002644002592 N1999111985003121003121003121003121003121003060003060003060003060003060003060003000 N1999111984003385003385003385003385003294003230003230003230003230003230003183003121 N1999111983003835003835003726003726003604003528003528003528003528003528003452003385 N1999111982004433004433004433004433004433004304004304004304004304004304003950003835 N1999111981004817004817004817004817004658004566004566004566004566004566004566004433 N1999111980005309005309005309005309005362005206005206005206005206005206004962004817 N1999121999001288001284001279001274001268001263NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1999121998001358001353001348001343001330001325001320001316001311001307001297001293 N1999121997001396001396001396001396001406001401001396001391001386001381001367001362 N1999121996001460001460001460001460001453001453001425001425001425001425001423001423 N1999121995001519001514001509001504001527001527001498001498001498001498001489001489 N1999121994001652001652001652001652001651001651001618001618001618001618001613001613 N1999121993001836001836001735001735001727001727001691001691001691001691001687001687 N1999121992001948001948001948001948001948001948001891001891001891001891001891001891 N1999121991002067002067002067002067002067002067002006002006002006002006002006002006 N1999121990002192002192002192002192002192002192002129002129002129002129002129002129 N1999121989002326002326002326002326002326002326002258002258002258002258002258002258 N1999121988002467002467002467002467002467002467002396002396002396002396002396002396 N1999121987002592002592002592002592002592002592002541002541002541002541002541002541 N1999121986003000003000003000003000003000003000002941002941002941002941002644002644 N1999121985003121003121003121003121003121003121003060003060003060003060003060003060 N1999121984003385003385003385003385003294003294003230003230003230003230003183003183 N1999121983003835003835003726003726003604003604003528003528003528003528003452003452 N1999121982004433004433004433004433004433004433004304004304004304004304003950003950 N1999121981004817004817004817004817004658004658004566004566004566004566004566004566 N1999121980005309005309005309005309005362005362005206005206005206005206004962004962 N2000012000NO PAY N2000011999001293001288001284001279001272001268001263NO PAYNO PAYNO PAYNO PAYNO PAY N2000011998001362001358001353001348001335001330001325001320001316001311001302001297 N2000011997001423001396001396001396001411001406001401001396001391001386001372001367 N2000011996001489001460001460001460001453001453001453001425001425001425001423001423 N2000011995001613001519001514001509001527001527001527001498001498001498001489001489 N2000011994001687001652001652001652001651001651001651001618001618001618001613001613 N2000011993001891001836001735001735001727001727001727001691001691001691001687001687 N2000011992002006001948001948001948001948001948001948001891001891001891001891001891 N2000011991002129002067002067002067002067002067002067002006002006002006002006002006 N2000011990002258002192002192002192002192002192002192002129002129002129002129002129 N2000011989002396002326002326002326002326002326002326002258002258002258002258002258 N2000011988002541002467002467002467002467002467002467002396002396002396002396002396 N2000011987002644002592002592002592002592002592002592002541002541002541002541002541 N2000011986003060003000003000003000003000003000003000002941002941002941002644002644 N2000011985003183003121003121003121003121003121003121003060003060003060003060003060 N2000011984003452003385003385003385003294003294003294003230003230003230003183003183 N2000011983003950003835003726003726003604003604003604003528003528003528003452003452 N2000011982004566004433004433004433004433004433004433004304004304004304003950003950 N2000011981004962004817004817004817004658004658004658004566004566004566004566004566 N2000011980005469005309005309005309005362005362005362005206005206005206004962004962 N2000022000NO PAYNO PAY N2000021999001297001293001288001284001277001272001268001263NO PAYNO PAYNO PAYNO PAY N2000021998001367001362001358001353001339001335001330001325001320001316001307001302 N2000021997001423001423001396001396001416001411001406001401001396001391001377001372 N2000021996001489001489001460001460001453001453001453001453001425001425001423001423 N2000021995001613001613001519001514001527001527001527001527001498001498001489001489 N2000021994001687001687001652001652001651001651001651001651001618001618001613001613 N2000021993001891001891001735001735001727001727001727001727001691001691001687001687 N2000021992002006002006001948001948001948001948001948001948001891001891001891001891 N2000021991002129002129002067002067002067002067002067002067002006002006002006002006 N2000021990002258002258002192002192002192002192002192002192002129002129002129002129 N2000021989002396002396002326002326002326002326002326002326002258002258002258002258 N2000021988002541002541002467002467002467002467002467002467002396002396002396002396 N2000021987002644002644002592002592002592002592002592002592002541002541002541002541 N2000021986003060003060003000003000003000003000003000003000002941002941002644002644 N2000021985003183003183003121003121003121003121003121003121003060003060003060003060 N2000021984003452003452003385003385003294003294003294003294003230003230003183003183 N2000021983003950003950003726003726003604003604003604003604003528003528003452003452 N2000021982004566004566004433004433004433004433004433004433004304004304003950003950 N2000021981004962004962004817004817004658004658004658004658004566004566004566004566 N2000021980005469005469005309005309005362005362005362005362005206005206004962004962 I1999091999002552002542002531NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I1999091998 002591002580002574002563 I1999101999002563002552002542002531NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I1999101998 002602002591002584002574 I1999111999002574002563002552002542002531NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I1999111998 002613002602002595002584 I1999121999002584002574002563002552002542002531NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I1999121998 002624002613002606002595 I2000012000NO PAY I2000011999002595002584002574002563002552002542002531NO PAYNO PAYNO PAYNO PAYNO PAY I2000011998 002635002624002617002606 I2000022000NO PAYNO PAY I2000021999002606002595002584002574002563002552002542002531NO PAYNO PAYNO PAYNO PAY I2000021998 002646002635002628002617 gbonds-2.0.3/data/sb200712.asc0000664000076400007640000012325611107717664012427 00000000000000E2007121980010020010020010020010020010121010121 E2007121979010204010204010204010204010303010327010124010124010124010124010220010220 E2007121978012593012593010627010627010458010485010281010281010281010281010379010407 E2007121977013804013804013804013804013940013970013967013967013967013967012809012845 E2007121976013476013476013476013476013604013634013632013632013632013632013765013804 E2007121975013157013157013157013157013283013315013315013315013315013315013446013475 E2007121974012848012848012848012848012971013002013002013002013002013002013126013159 E2007121973012956012989012989012989012989013020013146013174013176013176013176012848 E2007121972012588012617012619012619012619012654012777012805012805012805012805012833 E2007121971012630012660012660012660012660012695012606012636012636012636012636012666 E2007121970013700013734013736013736013736013800013936013969013969013969013969014001 E2007121969013727013727013727013727013860013342013471013501013502013502013502013572 E2007121968013128013128013128013128013257013416013414013414013414013414013544013728 E2007121967012586012586012586012586012706012846012845012845012845012845012970013128 E2007121966012813012813012194012194012202012328012327012327012327012327012446012585 E2007121965023411021474021579021577021577018597018597018308018403018403018403012812 E2007121964022455022671022779022777022777022929022929023152023261023261023261023411 E2007121963021522021731021832021829021829021995021995022211022317022317022317022455 E2007121962020675020875021027021024021024021079021079021281021432021433021433021522 E2007121961019718019907020137020136020136020195020195020388020617020615020615020675 E2007121960018850019017019236019236019236019269019269019452019678019679019679019718 E2007121959019153019153019153019153019153018788018788018601018810018810018810018850 E2007121958018312018312018312018312018312018453018672018671018671018671018671018934 E2007121957019956019990019990019990019990020272020508020507020507020507020507018097 E2007121956018679018679018859019383019383019429019429019429019619019848019847019956 E2007121955017753017753017926018157018157018205018205018205018382018629018629018679 E2007121954016886016886017051017269017269017312017312017312017481017716017717017753 E2007121953017814017814016338016541016541016581016581016581016633016843016844016886 E2007121952017066017066017066017066017338017378017378017378017546017769017766017814 E2007121951016260016260016260016260016416016661016660016660016660016660016823017065 E2007121950014706014706014706014706014848015053015053015053015053015053015199015426 E2007121949013669013669013669013669013802014383014383014383014383014383014523014706 E2007121948013141013141013141013141013109013323013323013323013323013323013451013669 E2007121947012338012338012338012338012457012657012657012657012657012657012934013141 E2007121946011728011728011728011728011841012025012025012025012025012025012142012338 E2007121945011047011047011047011047011154011333011333011333011333011333011443011728 E2007121944010509010509010509010509010611010770010770010770010770010770010875011047 E2007121943009995009995009995009995010091010248010248010248010248010248010348010509 E2007121942009435009435009435009435009600009745009745009745009745009745009840009995 E2007121941 009059009196009196009196009196009196009286009435 S2007121970013671013671013671013671013804013870013870013870013870013870 S2007121969013570013570013570013570013437013500013500013500013500013500013607013670 S2007121968015629015629015629015629014337014568014568014568013618013618013497013570 S2007121967 015333015404015405015405015405015405015552015628 E2008011980010220010020010020010020010121010121 E2008011979010408010204010204010204010303010327010327010124010124010124010220010220 E2008011978012845012593010627010627010458010485010487010281010281010281010379010407 E2008011977013804013804013804013804013940013970013967013967013967013967012809012845 E2008011976013476013476013476013476013604013634013632013632013632013632013765013804 E2008011975013157013157013157013157013283013315013315013315013315013315013446013475 E2008011974012848012848012848012848012971013002013002013002013002013002013126013159 E2008011973012956012989012989012989012989013020013146013174013176013176013176012848 E2008011972012588012617012619012619012619012654012777012805012805012805012805012833 E2008011971012630012660012660012660012660012695012606012636012636012636012636012666 E2008011970013700013734013736013736013736013800013936013969013969013969013969014001 E2008011969013727013727013727013727013860013342013471013501013502013502013502013572 E2008011968013128013128013128013128013257013416013414013414013414013414013544013728 E2008011967012586012586012586012586012706012846012845012845012845012845012970013128 E2008011966012813012813012194012194012202012328012327012327012327012327012446012585 E2008011965023411021474021579021577021577018597018597018308018403018403018403012812 E2008011964022455022671022779022777022777022929022929023152023261023261023261023411 E2008011963021522021731021832021829021829021995021995022211022317022317022317022455 E2008011962020675020875021027021024021024021079021079021281021432021433021433021522 E2008011961019718019907020137020136020136020195020195020388020617020615020615020675 E2008011960018850019017019236019236019236019269019269019452019678019679019679019718 E2008011959019153019153019153019153019153018788018788018601018810018810018810018850 E2008011958018312018312018312018312018312018453018672018671018671018671018671018934 E2008011957019956019990019990019990019990020272020508020507020507020507020507018097 E2008011956018679018679018859019383019383019429019429019429019619019848019847019956 E2008011955017753017753017926018157018157018205018205018205018382018629018629018679 E2008011954016886016886017051017269017269017312017312017312017481017716017717017753 E2008011953017814017814016338016541016541016581016581016581016633016843016844016886 E2008011952017066017066017066017066017338017378017378017378017546017769017766017814 E2008011951016260016260016260016260016416016661016660016660016660016660016823017065 E2008011950014706014706014706014706014848015053015053015053015053015053015199015426 E2008011949013669013669013669013669013802014383014383014383014383014383014523014706 E2008011948013141013141013141013141013109013323013323013323013323013323013451013669 E2008011947012338012338012338012338012457012657012657012657012657012657012934013141 E2008011946011728011728011728011728011841012025012025012025012025012025012142012338 E2008011945011047011047011047011047011154011333011333011333011333011333011443011728 E2008011944010509010509010509010509010611010770010770010770010770010770010875011047 E2008011943009995009995009995009995010091010248010248010248010248010248010348010509 E2008011942009435009435009435009435009600009745009745009745009745009745009840009995 E2008011941 009059009196009196009196009196009196009286009435 S2008011970013671013671013671013671013804013870013870013870013870013870 S2008011969013570013570013570013570013437013500013500013500013500013500013607013670 S2008011968015629015629015629015629014337014568014568014568013618013618013497013570 S2008011967 015333015404015405015405015405015405015552015628 E2008021980010220010220010020010020010121010121 E2008021979010408010408010204010204010303010327010327010327010124010124010220010220 E2008021978012845012845010627010627010458010485010487010487010281010281010379010407 E2008021977013804013804013804013804013940013970013967013967013967013967012809012845 E2008021976013476013476013476013476013604013634013632013632013632013632013765013804 E2008021975013157013157013157013157013283013315013315013315013315013315013446013475 E2008021974012848012848012848012848012971013002013002013002013002013002013126013159 E2008021973012956012989012989012989012989013020013146013174013176013176013176012848 E2008021972012588012617012619012619012619012654012777012805012805012805012805012833 E2008021971012630012660012660012660012660012695012606012636012636012636012636012666 E2008021970013700013734013736013736013736013800013936013969013969013969013969014001 E2008021969013727013727013727013727013860013342013471013501013502013502013502013572 E2008021968013128013128013128013128013257013416013414013414013414013414013544013728 E2008021967012586012586012586012586012706012846012845012845012845012845012970013128 E2008021966012813012813012194012194012202012328012327012327012327012327012446012585 E2008021965023411021474021579021577021577018597018597018308018403018403018403012812 E2008021964022455022671022779022777022777022929022929023152023261023261023261023411 E2008021963021522021731021832021829021829021995021995022211022317022317022317022455 E2008021962020675020875021027021024021024021079021079021281021432021433021433021522 E2008021961019718019907020137020136020136020195020195020388020617020615020615020675 E2008021960018850019017019236019236019236019269019269019452019678019679019679019718 E2008021959019153019153019153019153019153018788018788018601018810018810018810018850 E2008021958018312018312018312018312018312018453018672018671018671018671018671018934 E2008021957019956019990019990019990019990020272020508020507020507020507020507018097 E2008021956018679018679018859019383019383019429019429019429019619019848019847019956 E2008021955017753017753017926018157018157018205018205018205018382018629018629018679 E2008021954016886016886017051017269017269017312017312017312017481017716017717017753 E2008021953017814017814016338016541016541016581016581016581016633016843016844016886 E2008021952017066017066017066017066017338017378017378017378017546017769017766017814 E2008021951016260016260016260016260016416016661016660016660016660016660016823017065 E2008021950014706014706014706014706014848015053015053015053015053015053015199015426 E2008021949013669013669013669013669013802014383014383014383014383014383014523014706 E2008021948013141013141013141013141013109013323013323013323013323013323013451013669 E2008021947012338012338012338012338012457012657012657012657012657012657012934013141 E2008021946011728011728011728011728011841012025012025012025012025012025012142012338 E2008021945011047011047011047011047011154011333011333011333011333011333011443011728 E2008021944010509010509010509010509010611010770010770010770010770010770010875011047 E2008021943009995009995009995009995010091010248010248010248010248010248010348010509 E2008021942009435009435009435009435009600009745009745009745009745009745009840009995 E2008021941 009059009196009196009196009196009196009286009435 S2008021970013671013671013671013671013804013870013870013870013870013870 S2008021969013570013570013570013570013437013500013500013500013500013500013607013670 S2008021968015629015629015629015629014337014568014568014568013618013618013497013570 S2008021967 015333015404015405015405015405015405015552015628 E2008031980010220010220010220010020010121010121 E2008031979010408010408010408010204010303010327010327010327010327010124010220010220 E2008031978012845012845010854010627010458010485010487010487010487010281010379010407 E2008031977013804013804013804013804013940013970013967013967013967013967012809012845 E2008031976013476013476013476013476013604013634013632013632013632013632013765013804 E2008031975013157013157013157013157013283013315013315013315013315013315013446013475 E2008031974012848012848012848012848012971013002013002013002013002013002013126013159 E2008031973012956012989012989012989012989013020013146013174013176013176013176012848 E2008031972012588012617012619012619012619012654012777012805012805012805012805012833 E2008031971012630012660012660012660012660012695012606012636012636012636012636012666 E2008031970013700013734013736013736013736013800013936013969013969013969013969014001 E2008031969013727013727013727013727013860013342013471013501013502013502013502013572 E2008031968013128013128013128013128013257013416013414013414013414013414013544013728 E2008031967012586012586012586012586012706012846012845012845012845012845012970013128 E2008031966012813012813012194012194012202012328012327012327012327012327012446012585 E2008031965023411021474021579021577021577018597018597018308018403018403018403012812 E2008031964022455022671022779022777022777022929022929023152023261023261023261023411 E2008031963021522021731021832021829021829021995021995022211022317022317022317022455 E2008031962020675020875021027021024021024021079021079021281021432021433021433021522 E2008031961019718019907020137020136020136020195020195020388020617020615020615020675 E2008031960018850019017019236019236019236019269019269019452019678019679019679019718 E2008031959019153019153019153019153019153018788018788018601018810018810018810018850 E2008031958018312018312018312018312018312018453018672018671018671018671018671018934 E2008031957019956019990019990019990019990020272020508020507020507020507020507018097 E2008031956018679018679018859019383019383019429019429019429019619019848019847019956 E2008031955017753017753017926018157018157018205018205018205018382018629018629018679 E2008031954016886016886017051017269017269017312017312017312017481017716017717017753 E2008031953017814017814016338016541016541016581016581016581016633016843016844016886 E2008031952017066017066017066017066017338017378017378017378017546017769017766017814 E2008031951016260016260016260016260016416016661016660016660016660016660016823017065 E2008031950014706014706014706014706014848015053015053015053015053015053015199015426 E2008031949013669013669013669013669013802014383014383014383014383014383014523014706 E2008031948013141013141013141013141013109013323013323013323013323013323013451013669 E2008031947012338012338012338012338012457012657012657012657012657012657012934013141 E2008031946011728011728011728011728011841012025012025012025012025012025012142012338 E2008031945011047011047011047011047011154011333011333011333011333011333011443011728 E2008031944010509010509010509010509010611010770010770010770010770010770010875011047 E2008031943009995009995009995009995010091010248010248010248010248010248010348010509 E2008031942009435009435009435009435009600009745009745009745009745009745009840009995 E2008031941 009059009196009196009196009196009196009286009435 S2008031970013671013671013671013671013804013870013870013870013870013870 S2008031969013570013570013570013570013437013500013500013500013500013500013607013670 S2008031968015629015629015629015629014337014568014568014568013618013618013497013570 S2008031967 015333015404015405015405015405015405015552015628 E2008041980010220010220010220010220010121010121 E2008041979010408010408010408010408010303010327010327010327010327010327010220010220 E2008041978012845012845010854010854010458010485010487010487010487010487010379010407 E2008041977013804013804013804013804013940013970013967013967013967013967012809012845 E2008041976013476013476013476013476013604013634013632013632013632013632013765013804 E2008041975013157013157013157013157013283013315013315013315013315013315013446013475 E2008041974012848012848012848012848012971013002013002013002013002013002013126013159 E2008041973012956012989012989012989012989013020013146013174013176013176013176012848 E2008041972012588012617012619012619012619012654012777012805012805012805012805012833 E2008041971012630012660012660012660012660012695012606012636012636012636012636012666 E2008041970013700013734013736013736013736013800013936013969013969013969013969014001 E2008041969013727013727013727013727013860013342013471013501013502013502013502013572 E2008041968013128013128013128013128013257013416013414013414013414013414013544013728 E2008041967012586012586012586012586012706012846012845012845012845012845012970013128 E2008041966012813012813012194012194012202012328012327012327012327012327012446012585 E2008041965023411021474021579021577021577018597018597018308018403018403018403012812 E2008041964022455022671022779022777022777022929022929023152023261023261023261023411 E2008041963021522021731021832021829021829021995021995022211022317022317022317022455 E2008041962020675020875021027021024021024021079021079021281021432021433021433021522 E2008041961019718019907020137020136020136020195020195020388020617020615020615020675 E2008041960018850019017019236019236019236019269019269019452019678019679019679019718 E2008041959019153019153019153019153019153018788018788018601018810018810018810018850 E2008041958018312018312018312018312018312018453018672018671018671018671018671018934 E2008041957019956019990019990019990019990020272020508020507020507020507020507018097 E2008041956018679018679018859019383019383019429019429019429019619019848019847019956 E2008041955017753017753017926018157018157018205018205018205018382018629018629018679 E2008041954016886016886017051017269017269017312017312017312017481017716017717017753 E2008041953017814017814016338016541016541016581016581016581016633016843016844016886 E2008041952017066017066017066017066017338017378017378017378017546017769017766017814 E2008041951016260016260016260016260016416016661016660016660016660016660016823017065 E2008041950014706014706014706014706014848015053015053015053015053015053015199015426 E2008041949013669013669013669013669013802014383014383014383014383014383014523014706 E2008041948013141013141013141013141013109013323013323013323013323013323013451013669 E2008041947012338012338012338012338012457012657012657012657012657012657012934013141 E2008041946011728011728011728011728011841012025012025012025012025012025012142012338 E2008041945011047011047011047011047011154011333011333011333011333011333011443011728 E2008041944010509010509010509010509010611010770010770010770010770010770010875011047 E2008041943009995009995009995009995010091010248010248010248010248010248010348010509 E2008041942009435009435009435009435009600009745009745009745009745009745009840009995 E2008041941 009059009196009196009196009196009196009286009435 S2008041970013671013671013671013671013804013870013870013870013870013870 S2008041969013570013570013570013570013437013500013500013500013500013500013607013670 S2008041968015629015629015629015629014337014568014568014568013618013618013497013570 S2008041967 015333015404015405015405015405015405015552015628 E2008051980010220010220010220010220010324010121 E2008051979010408010408010408010408010509010327010327010327010327010327010424010220 E2008051978012845012845010854010854010667010485010487010487010487010487010586010407 E2008051977013804013804013804013804013940013970013967013967013967013967012809012845 E2008051976013476013476013476013476013604013634013632013632013632013632013765013804 E2008051975013157013157013157013157013283013315013315013315013315013315013446013475 E2008051974012848012848012848012848012971013002013002013002013002013002013126013159 E2008051973012956012989012989012989012989013020013146013174013176013176013176012848 E2008051972012588012617012619012619012619012654012777012805012805012805012805012833 E2008051971012630012660012660012660012660012695012606012636012636012636012636012666 E2008051970013700013734013736013736013736013800013936013969013969013969013969014001 E2008051969013727013727013727013727013860013342013471013501013502013502013502013572 E2008051968013128013128013128013128013257013416013414013414013414013414013544013728 E2008051967012586012586012586012586012706012846012845012845012845012845012970013128 E2008051966012813012813012194012194012202012328012327012327012327012327012446012585 E2008051965023411021474021579021577021577018597018597018308018403018403018403012812 E2008051964022455022671022779022777022777022929022929023152023261023261023261023411 E2008051963021522021731021832021829021829021995021995022211022317022317022317022455 E2008051962020675020875021027021024021024021079021079021281021432021433021433021522 E2008051961019718019907020137020136020136020195020195020388020617020615020615020675 E2008051960018850019017019236019236019236019269019269019452019678019679019679019718 E2008051959019153019153019153019153019153018788018788018601018810018810018810018850 E2008051958018312018312018312018312018312018453018672018671018671018671018671018934 E2008051957019956019990019990019990019990020272020508020507020507020507020507018097 E2008051956018679018679018859019383019383019429019429019429019619019848019847019956 E2008051955017753017753017926018157018157018205018205018205018382018629018629018679 E2008051954016886016886017051017269017269017312017312017312017481017716017717017753 E2008051953017814017814016338016541016541016581016581016581016633016843016844016886 E2008051952017066017066017066017066017338017378017378017378017546017769017766017814 E2008051951016260016260016260016260016416016661016660016660016660016660016823017065 E2008051950014706014706014706014706014848015053015053015053015053015053015199015426 E2008051949013669013669013669013669013802014383014383014383014383014383014523014706 E2008051948013141013141013141013141013109013323013323013323013323013323013451013669 E2008051947012338012338012338012338012457012657012657012657012657012657012934013141 E2008051946011728011728011728011728011841012025012025012025012025012025012142012338 E2008051945011047011047011047011047011154011333011333011333011333011333011443011728 E2008051944010509010509010509010509010611010770010770010770010770010770010875011047 E2008051943009995009995009995009995010091010248010248010248010248010248010348010509 E2008051942009435009435009435009435009600009745009745009745009745009745009840009995 E2008051941 009059009196009196009196009196009196009286009435 S2008051970013671013671013671013671013804013870013870013870013870013870 S2008051969013570013570013570013570013437013500013500013500013500013500013607013670 S2008051968015629015629015629015629014337014568014568014568013618013618013497013570 S2008051967 015333015404015405015405015405015405015552015628 N2007122007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007122006001318001314001311001307001313001309001305001301001297001293001288001284 N2007122005001380001376001371001367001356001352001348001344001340001336001325001321 N2007122004001419001414001409001404001411001406001402001397001392001387001390001385 N2007122003001462001457001452001447001449001444001439001434001429001424001428001424 N2007122002001535001530001525001519001516001511001506001500001495001490001487001482 N2007122001001613001608001602001597001581001576001571001565001560001555001545001540 N2007122000001703001697001691001685001674001668001662001657001651001645001624001619 N2007121999001779001773001767001761001754001748001742001736001730001724001715001709 N2007121998001876001869001863001857001838001832001826001820001814001807001791001785 N2007121997001867001867001867001867001944001937001931001924001918001911001888001882 N2007121996001954001954001954001954001947001947001910001910001910001910001904001904 N2007121995002128002128002128002128002045002045002006002006002006002006001992001992 N2007121994002223002223002223002223002220002220002177002177002177002177002168002168 N2007121993002806002806002333002333002320002320002278002278002278002278002268002268 N2007121992002919002919002919002919002919002919002862002862002862002862002862002862 N2007121991003037003037003037003037003037003037002978002978002978002978002978002978 N2007121990003160003160003160003160003160003160003098003098003098003098003098003098 N2007121989003288003288003288003288003288003288003223003223003223003223003223003223 N2007121988003420003420003420003420003420003420003353003353003353003353003353003353 N2007121987003559003559003559003559003559003559003489003489003489003489003489003489 N2007121986004118004118004118004118004118004118004037004037004037004037003630003630 N2007121985004284004284004284004284004284004284004200004200004200004200004200004200 N2007121984004557004557004557004557004457004457004370004370004370004370004370004370 N2007121983005637005637005013005013004849004849004750004750004750004750004640004640 N2007121982006146006146006146006146006146006146006025006025006025006025005749005749 N2007121981006679006679006679006679006394006394006269006269006269006269006269006269 N2007121980007506007506007506007506007581007581007432007432007432007432006812006812 N2008012008NO PAY N2008012007001284NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008012006001321001318001314001311001317001313001309001305001301001297001292001288 N2008012005001385001380001376001371001360001356001352001348001344001340001328001325 N2008012004001424001419001414001409001416001411001406001402001397001392001395001390 N2008012003001482001462001457001452001454001449001444001439001434001429001433001428 N2008012002001540001535001530001525001521001516001511001506001500001495001492001487 N2008012001001619001613001608001602001587001581001576001571001565001560001550001545 N2008012000001709001703001697001691001679001674001668001662001657001651001630001624 N2008011999001785001779001773001767001760001754001748001742001736001730001721001715 N2008011998001882001876001869001863001844001838001832001826001820001814001797001791 N2008011997001904001867001867001867001950001944001937001931001924001918001895001888 N2008011996001992001954001954001954001947001947001947001910001910001910001904001904 N2008011995002168002128002128002128002045002045002045002006002006002006001992001992 N2008011994002268002223002223002223002220002220002220002177002177002177002168002168 N2008011993002862002806002333002333002320002320002320002278002278002278002268002268 N2008011992002978002919002919002919002919002919002919002862002862002862002862002862 N2008011991003098003037003037003037003037003037003037002978002978002978002978002978 N2008011990003223003160003160003160003160003160003160003098003098003098003098003098 N2008011989003353003288003288003288003288003288003288003223003223003223003223003223 N2008011988003489003420003420003420003420003420003420003353003353003353003353003353 N2008011987003630003559003559003559003559003559003559003489003489003489003489003489 N2008011986004200004118004118004118004118004118004118004037004037004037003630003630 N2008011985004370004284004284004284004284004284004284004200004200004200004200004200 N2008011984004640004557004557004557004457004457004457004370004370004370004370004370 N2008011983005749005637005013005013004849004849004849004750004750004750004640004640 N2008011982006269006146006146006146006146006146006146006025006025006025005749005749 N2008011981006812006679006679006679006394006394006394006269006269006269006269006269 N2008011980007656007506007506007506007581007581007581007432007432007432006812006812 N2008022008NO PAYNO PAY N2008022007001288001284NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008022006001325001321001318001314001321001317001313001309001305001301001296001292 N2008022005001390001385001380001376001363001360001356001352001348001344001332001328 N2008022004001428001424001419001414001421001416001411001406001402001397001399001395 N2008022003001487001482001462001457001459001454001449001444001439001434001438001433 N2008022002001545001540001535001530001526001521001516001511001506001500001497001492 N2008022001001624001619001613001608001592001587001581001576001571001565001556001550 N2008022000001715001709001703001697001685001679001674001668001662001657001636001630 N2008021999001791001785001779001773001766001760001754001748001742001736001726001721 N2008021998001888001882001876001869001851001844001838001832001826001820001803001797 N2008021997001904001904001867001867001957001950001944001937001931001924001901001895 N2008021996001992001992001954001954001947001947001947001947001910001910001904001904 N2008021995002168002168002128002128002045002045002045002045002006002006001992001992 N2008021994002268002268002223002223002220002220002220002220002177002177002168002168 N2008021993002862002862002333002333002320002320002320002320002278002278002268002268 N2008021992002978002978002919002919002919002919002919002919002862002862002862002862 N2008021991003098003098003037003037003037003037003037003037002978002978002978002978 N2008021990003223003223003160003160003160003160003160003160003098003098003098003098 N2008021989003353003353003288003288003288003288003288003288003223003223003223003223 N2008021988003489003489003420003420003420003420003420003420003353003353003353003353 N2008021987003630003630003559003559003559003559003559003559003489003489003489003489 N2008021986004200004200004118004118004118004118004118004118004037004037003630003630 N2008021985004370004370004284004284004284004284004284004284004200004200004200004200 N2008021984004640004640004557004557004457004457004457004457004370004370004370004370 N2008021983005749005749005013005013004849004849004849004849004750004750004640004640 N2008021982006269006269006146006146006146006146006146006146006025006025005749005749 N2008021981006812006812006679006679006394006394006394006394006269006269006269006269 N2008021980007656007656007506007506007581007581007581007581007432007432006812006812 N2008032008NO PAYNO PAYNO PAY N2008032007001292001288001284NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008032006001328001325001321001318001325001321001317001313001309001305001300001296 N2008032005001395001390001385001380001367001363001360001356001352001348001336001332 N2008032004001433001428001424001419001426001421001416001411001406001402001404001399 N2008032003001492001487001482001462001464001459001454001449001444001439001443001438 N2008032002001550001545001540001535001532001526001521001516001511001506001502001497 N2008032001001630001624001619001613001598001592001587001581001576001571001561001556 N2008032000001721001715001709001703001691001685001679001674001668001662001641001636 N2008031999001797001791001785001779001772001766001760001754001748001742001732001726 N2008031998001895001888001882001876001857001851001844001838001832001826001809001803 N2008031997001904001904001904001867001963001957001950001944001937001931001908001901 N2008031996001992001992001992001954001947001947001947001947001947001910001904001904 N2008031995002168002168002168002128002045002045002045002045002045002006001992001992 N2008031994002268002268002268002223002220002220002220002220002220002177002168002168 N2008031993002862002862002381002333002320002320002320002320002320002278002268002268 N2008031992002978002978002978002919002919002919002919002919002919002862002862002862 N2008031991003098003098003098003037003037003037003037003037003037002978002978002978 N2008031990003223003223003223003160003160003160003160003160003160003098003098003098 N2008031989003353003353003353003288003288003288003288003288003288003223003223003223 N2008031988003489003489003489003420003420003420003420003420003420003353003353003353 N2008031987003630003630003630003559003559003559003559003559003559003489003489003489 N2008031986004200004200004200004118004118004118004118004118004118004037003630003630 N2008031985004370004370004370004284004284004284004284004284004284004200004200004200 N2008031984004640004640004640004557004457004457004457004457004457004370004370004370 N2008031983005749005749005120005013004849004849004849004849004849004750004640004640 N2008031982006269006269006269006146006146006146006146006146006146006025005749005749 N2008031981006812006812006812006679006394006394006394006394006394006269006269006269 N2008031980007656007656007656007506007581007581007581007581007581007432006812006812 N2008042008NO PAYNO PAYNO PAYNO PAY N2008042007001296001292001288001284NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008042006001332001328001325001321001329001325001321001317001313001309001304001300 N2008042005001399001395001390001385001371001367001363001360001356001352001339001336 N2008042004001438001433001428001424001431001426001421001416001411001406001409001404 N2008042003001497001492001487001482001469001464001459001454001449001444001448001443 N2008042002001556001550001545001540001537001532001526001521001516001511001507001502 N2008042001001636001630001624001619001603001598001592001587001581001576001566001561 N2008042000001726001721001715001709001697001691001685001679001674001668001647001641 N2008041999001803001797001791001785001778001772001766001760001754001748001738001732 N2008041998001901001895001888001882001863001857001851001844001838001832001816001809 N2008041997001904001904001904001904001970001963001957001950001944001937001914001908 N2008041996001992001992001992001992001947001947001947001947001947001947001904001904 N2008041995002168002168002168002168002045002045002045002045002045002045001992001992 N2008041994002268002268002268002268002220002220002220002220002220002220002168002168 N2008041993002862002862002381002381002320002320002320002320002320002320002268002268 N2008041992002978002978002978002978002919002919002919002919002919002919002862002862 N2008041991003098003098003098003098003037003037003037003037003037003037002978002978 N2008041990003223003223003223003223003160003160003160003160003160003160003098003098 N2008041989003353003353003353003353003288003288003288003288003288003288003223003223 N2008041988003489003489003489003489003420003420003420003420003420003420003353003353 N2008041987003630003630003630003630003559003559003559003559003559003559003489003489 N2008041986004200004200004200004200004118004118004118004118004118004118003630003630 N2008041985004370004370004370004370004284004284004284004284004284004284004200004200 N2008041984004640004640004640004640004457004457004457004457004457004457004370004370 N2008041983005749005749005120005120004849004849004849004849004849004849004640004640 N2008041982006269006269006269006269006146006146006146006146006146006146005749005749 N2008041981006812006812006812006812006394006394006394006394006394006394006269006269 N2008041980007656007656007656007656007581007581007581007581007581007581006812006812 N2008052008NO PAYNO PAYNO PAYNO PAYNO PAY N2008052007001300001296001292001288001282NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008052006001336001332001328001325001333001329001325001321001317001313001308001304 N2008052005001404001399001395001390001375001371001367001363001360001356001343001339 N2008052004001443001438001433001428001436001431001426001421001416001411001413001409 N2008052003001502001497001492001487001489001469001464001459001454001449001453001448 N2008052002001561001556001550001545001542001537001532001526001521001516001512001507 N2008052001001641001636001630001624001608001603001598001592001587001581001572001566 N2008052000001732001726001721001715001702001697001691001685001679001674001652001647 N2008051999001809001803001797001791001784001778001772001766001760001754001744001738 N2008051998001908001901001895001888001870001863001857001851001844001838001822001816 N2008051997001904001904001904001904001977001970001963001957001950001944001921001914 N2008051996001992001992001992001992001985001947001947001947001947001947001941001904 N2008051995002168002168002168002168002085002045002045002045002045002045002031001992 N2008051994002268002268002268002268002262002220002220002220002220002220002212002168 N2008051993002862002862002381002381002367002320002320002320002320002320002310002268 N2008051992002978002978002978002978002978002919002919002919002919002919002919002862 N2008051991003098003098003098003098003098003037003037003037003037003037003037002978 N2008051990003223003223003223003223003223003160003160003160003160003160003160003098 N2008051989003353003353003353003353003353003288003288003288003288003288003288003223 N2008051988003489003489003489003489003489003420003420003420003420003420003420003353 N2008051987003630003630003630003630003630003559003559003559003559003559003559003489 N2008051986004200004200004200004200004200004118004118004118004118004118003702003630 N2008051985004370004370004370004370004370004284004284004284004284004284004284004200 N2008051984004640004640004640004640004547004457004457004457004457004457004457004370 N2008051983005749005749005120005120004937004849004849004849004849004849004735004640 N2008051982006269006269006269006269006269006146006146006146006146006146005864005749 N2008051981006812006812006812006812006522006394006394006394006394006394006394006269 N2008051980007656007656007656007656007733007581007581007581007581007581006948006812 I2007122007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007122006002679002672002664002655002620002612002603002595002587002578002590002581 I2007122005002792002784002776002767002769002761002752002744002736002726002694002687 I2007122004002878002869002861002851002855002847002839002831002823002813002808002800 I2007122003003067003057003047003035002963002955002946002938002929002918002895002886 I2007122002003270003258003246003235003225003212003200003188003177003165003121003109 I2007122001003781003763003745003727003605003587003571003555003539003523003296003282 I2007122000004055004036004017003997004019003997003977003957003937003918003819003799 I2007121999004233004213004193004173004168004146004126004107004088004068004097004075 I2007121998 004321004300004275004253 I2008012008NO PAY I2008012007002581NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008012006002687002679002672002664002628002620002612002603002595002587002598002590 I2008012005002800002792002784002776002777002769002761002752002744002736002702002694 I2008012004002886002878002869002861002863002855002847002839002831002823002816002808 I2008012003003109003067003057003047002972002963002955002946002938002929002903002895 I2008012002003282003270003258003246003239003225003212003200003188003177003133003121 I2008012001003799003781003763003745003623003605003587003571003555003539003310003296 I2008012000004075004055004036004017004041004019003997003977003957003937003840003819 I2008011999004253004233004213004193004190004168004146004126004107004088004119004097 I2008011998 004342004321004298004275 I2008022008NO PAYNO PAY I2008022007002590002581NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008022006002694002687002679002672002637002628002620002612002603002595002606002598 I2008022005002808002800002792002784002786002777002769002761002752002744002710002702 I2008022004002895002886002878002869002871002863002855002847002839002831002824002816 I2008022003003121003109003067003057002981002972002963002955002946002938002911002903 I2008022002003296003282003270003258003253003239003225003212003200003188003145003133 I2008022001003819003799003781003763003641003623003605003587003571003555003324003310 I2008022000004097004075004055004036004064004041004019003997003977003957003860003840 I2008021999004275004253004233004213004212004190004168004146004126004107004141004119 I2008021998 004363004342004321004298 I2008032008NO PAYNO PAYNO PAY I2008032007002598002590002581NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008032006002702002694002687002679002647002637002628002620002612002603002616002606 I2008032005002816002808002800002792002796002786002777002769002761002752002719002710 I2008032004002903002895002886002878002881002871002863002855002847002839002834002824 I2008032003003133003121003109003067002991002981002972002963002955002946002921002911 I2008032002003310003296003282003270003266003253003239003225003212003200003157003145 I2008032001003840003819003799003781003660003641003623003605003587003571003337003324 I2008032000004119004097004075004055004086004064004041004019003997003977003881003860 I2008031999004298004275004253004233004234004212004190004168004146004126004163004141 I2008031998 004384004363004343004321 I2008042008NO PAYNO PAYNO PAYNO PAY I2008042007002606002598002590002581NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008042006002710002702002694002687002657002647002637002628002620002612002625002616 I2008042005002824002816002808002800002806002796002786002777002769002761002728002719 I2008042004002911002903002895002886002890002881002871002863002855002847002843002834 I2008042003003145003133003121003109003002002991002981002972002963002955002931002921 I2008042002003324003310003296003282003280003266003253003239003225003212003170003157 I2008042001003860003840003819003799003678003660003641003623003605003587003351003337 I2008042000004141004119004097004075004109004086004064004041004019003997003902003881 I2008041999004321004298004275004253004256004234004212004190004168004146004185004163 I2008041998 004407004384004366004343 I2008052008NO PAYNO PAYNO PAYNO PAYNO PAY I2008052007002616002606002598002590002575NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008052006002719002710002702002694002666002657002647002637002628002620002635002625 I2008052005002834002824002816002808002816002806002796002786002777002769002738002728 I2008052004002921002911002903002895002900002890002881002871002863002855002853002843 I2008052003003157003145003133003121003043003002002991002981002972002963002941002931 I2008052002003337003324003310003296003294003280003266003253003239003225003182003170 I2008052001003881003860003840003819003697003678003660003641003623003605003366003351 I2008052000004163004141004119004097004131004109004086004064004041004019003923003902 I2008051999004343004321004298004275004279004256004234004212004190004168004208004185 I2008051998 004431004407004389004366 gbonds-2.0.3/data/sb200606.asc0000664000076400007640000011754011107717150012416 00000000000000E2006061980009442009442009442009442009537009537 E2006061979009615009615009615009615009708009731009540009540009540009540009630009630 E2006061978011866011866010049010049009855009880009688009688009688009688009780009806 E2006061977013268013268013268013268013399013427013162013162013162013162012070012104 E2006061976013476013476013476013476013604013634013365013365013365013365013495013533 E2006061975013157013157013157013157013283013315013315013315013315013315013446013475 E2006061974012848012848012848012848012971013002013002013002013002013002013126013159 E2006061973012956012989012989012989012989013020013146013174013176013176013176012848 E2006061972012588012617012619012619012619012654012777012805012805012805012805012833 E2006061971012630012660012660012660012660012695012606012636012636012636012636012666 E2006061970013700013734013736013736013736013800013936013969013969013969013969014001 E2006061969013727013727013727013727013860013342013471013501013502013502013502013572 E2006061968013128013128013128013128013257013416013414013414013414013414013544013728 E2006061967012586012586012586012586012706012846012845012845012845012845012970013128 E2006061966012813012813012194012194012202012328012327012327012327012327012446012585 E2006061965023411021474021579021577021577018597018597018308018403018403018403012812 E2006061964022455022671022779022777022777022929022929023152023261023261023261023411 E2006061963021522021731021832021829021829021995021995022211022317022317022317022455 E2006061962020675020875021027021024021024021079021079021281021432021433021433021522 E2006061961019718019907020137020136020136020195020195020388020617020615020615020675 E2006061960018850019017019236019236019236019269019269019452019678019679019679019718 E2006061959019153019153019153019153019153018788018788018601018810018810018810018850 E2006061958018312018312018312018312018312018453018672018671018671018671018671018934 E2006061957019956019990019990019990019990020272020508020507020507020507020507018097 E2006061956018679018679018859019383019383019429019429019429019619019848019847019956 E2006061955017753017753017926018157018157018205018205018205018382018629018629018679 E2006061954016886016886017051017269017269017312017312017312017481017716017717017753 E2006061953017814017814016338016541016541016581016581016581016633016843016844016886 E2006061952017066017066017066017066017338017378017378017378017546017769017766017814 E2006061951016260016260016260016260016416016661016660016660016660016660016823017065 E2006061950014706014706014706014706014848015053015053015053015053015053015199015426 E2006061949013669013669013669013669013802014383014383014383014383014383014523014706 E2006061948013141013141013141013141013109013323013323013323013323013323013451013669 E2006061947012338012338012338012338012457012657012657012657012657012657012934013141 E2006061946011728011728011728011728011841012025012025012025012025012025012142012338 E2006061945011047011047011047011047011154011333011333011333011333011333011443011728 E2006061944010509010509010509010509010611010770010770010770010770010770010875011047 E2006061943009995009995009995009995010091010248010248010248010248010248010348010509 E2006061942009435009435009435009435009600009745009745009745009745009745009840009995 E2006061941 009059009196009196009196009196009196009286009435 S2006061970013671013671013671013671013804013870013870013870013870013870 S2006061969013570013570013570013570013437013500013500013500013500013500013607013670 S2006061968015629015629015629015629014337014568014568014568013618013618013497013570 S2006061967 015333015404015405015405015405015405015552015628 E2006071980009630009442009442009442009537009537 E2006071979009808009615009615009615009708009731009731009540009540009540009630009630 E2006071978012104011866010049010049009855009880009882009688009688009688009780009806 E2006071977013533013268013268013268013399013427013425013162013162013162012070012104 E2006071976013476013476013476013476013604013634013632013365013365013365013495013533 E2006071975013157013157013157013157013283013315013315013315013315013315013446013475 E2006071974012848012848012848012848012971013002013002013002013002013002013126013159 E2006071973012956012989012989012989012989013020013146013174013176013176013176012848 E2006071972012588012617012619012619012619012654012777012805012805012805012805012833 E2006071971012630012660012660012660012660012695012606012636012636012636012636012666 E2006071970013700013734013736013736013736013800013936013969013969013969013969014001 E2006071969013727013727013727013727013860013342013471013501013502013502013502013572 E2006071968013128013128013128013128013257013416013414013414013414013414013544013728 E2006071967012586012586012586012586012706012846012845012845012845012845012970013128 E2006071966012813012813012194012194012202012328012327012327012327012327012446012585 E2006071965023411021474021579021577021577018597018597018308018403018403018403012812 E2006071964022455022671022779022777022777022929022929023152023261023261023261023411 E2006071963021522021731021832021829021829021995021995022211022317022317022317022455 E2006071962020675020875021027021024021024021079021079021281021432021433021433021522 E2006071961019718019907020137020136020136020195020195020388020617020615020615020675 E2006071960018850019017019236019236019236019269019269019452019678019679019679019718 E2006071959019153019153019153019153019153018788018788018601018810018810018810018850 E2006071958018312018312018312018312018312018453018672018671018671018671018671018934 E2006071957019956019990019990019990019990020272020508020507020507020507020507018097 E2006071956018679018679018859019383019383019429019429019429019619019848019847019956 E2006071955017753017753017926018157018157018205018205018205018382018629018629018679 E2006071954016886016886017051017269017269017312017312017312017481017716017717017753 E2006071953017814017814016338016541016541016581016581016581016633016843016844016886 E2006071952017066017066017066017066017338017378017378017378017546017769017766017814 E2006071951016260016260016260016260016416016661016660016660016660016660016823017065 E2006071950014706014706014706014706014848015053015053015053015053015053015199015426 E2006071949013669013669013669013669013802014383014383014383014383014383014523014706 E2006071948013141013141013141013141013109013323013323013323013323013323013451013669 E2006071947012338012338012338012338012457012657012657012657012657012657012934013141 E2006071946011728011728011728011728011841012025012025012025012025012025012142012338 E2006071945011047011047011047011047011154011333011333011333011333011333011443011728 E2006071944010509010509010509010509010611010770010770010770010770010770010875011047 E2006071943009995009995009995009995010091010248010248010248010248010248010348010509 E2006071942009435009435009435009435009600009745009745009745009745009745009840009995 E2006071941 009059009196009196009196009196009196009286009435 S2006071970013671013671013671013671013804013870013870013870013870013870 S2006071969013570013570013570013570013437013500013500013500013500013500013607013670 S2006071968015629015629015629015629014337014568014568014568013618013618013497013570 S2006071967 015333015404015405015405015405015405015552015628 E2006081980009630009630009442009442009537009537 E2006081979009808009808009615009615009708009731009731009731009540009540009630009630 E2006081978012104012104010049010049009855009880009882009882009688009688009780009806 E2006081977013533013533013268013268013399013427013425013425013162013162012070012104 E2006081976013476013476013476013476013604013634013632013632013365013365013495013533 E2006081975013157013157013157013157013283013315013315013315013315013315013446013475 E2006081974012848012848012848012848012971013002013002013002013002013002013126013159 E2006081973012956012989012989012989012989013020013146013174013176013176013176012848 E2006081972012588012617012619012619012619012654012777012805012805012805012805012833 E2006081971012630012660012660012660012660012695012606012636012636012636012636012666 E2006081970013700013734013736013736013736013800013936013969013969013969013969014001 E2006081969013727013727013727013727013860013342013471013501013502013502013502013572 E2006081968013128013128013128013128013257013416013414013414013414013414013544013728 E2006081967012586012586012586012586012706012846012845012845012845012845012970013128 E2006081966012813012813012194012194012202012328012327012327012327012327012446012585 E2006081965023411021474021579021577021577018597018597018308018403018403018403012812 E2006081964022455022671022779022777022777022929022929023152023261023261023261023411 E2006081963021522021731021832021829021829021995021995022211022317022317022317022455 E2006081962020675020875021027021024021024021079021079021281021432021433021433021522 E2006081961019718019907020137020136020136020195020195020388020617020615020615020675 E2006081960018850019017019236019236019236019269019269019452019678019679019679019718 E2006081959019153019153019153019153019153018788018788018601018810018810018810018850 E2006081958018312018312018312018312018312018453018672018671018671018671018671018934 E2006081957019956019990019990019990019990020272020508020507020507020507020507018097 E2006081956018679018679018859019383019383019429019429019429019619019848019847019956 E2006081955017753017753017926018157018157018205018205018205018382018629018629018679 E2006081954016886016886017051017269017269017312017312017312017481017716017717017753 E2006081953017814017814016338016541016541016581016581016581016633016843016844016886 E2006081952017066017066017066017066017338017378017378017378017546017769017766017814 E2006081951016260016260016260016260016416016661016660016660016660016660016823017065 E2006081950014706014706014706014706014848015053015053015053015053015053015199015426 E2006081949013669013669013669013669013802014383014383014383014383014383014523014706 E2006081948013141013141013141013141013109013323013323013323013323013323013451013669 E2006081947012338012338012338012338012457012657012657012657012657012657012934013141 E2006081946011728011728011728011728011841012025012025012025012025012025012142012338 E2006081945011047011047011047011047011154011333011333011333011333011333011443011728 E2006081944010509010509010509010509010611010770010770010770010770010770010875011047 E2006081943009995009995009995009995010091010248010248010248010248010248010348010509 E2006081942009435009435009435009435009600009745009745009745009745009745009840009995 E2006081941 009059009196009196009196009196009196009286009435 S2006081970013671013671013671013671013804013870013870013870013870013870 S2006081969013570013570013570013570013437013500013500013500013500013500013607013670 S2006081968015629015629015629015629014337014568014568014568013618013618013497013570 S2006081967 015333015404015405015405015405015405015552015628 E2006091980009630009630009630009442009537009537 E2006091979009808009808009808009615009708009731009731009731009731009540009630009630 E2006091978012104012104010227010049009855009880009882009882009882009688009780009806 E2006091977013533013533013533013268013399013427013425013425013425013162012070012104 E2006091976013476013476013476013476013604013634013632013632013632013365013495013533 E2006091975013157013157013157013157013283013315013315013315013315013315013446013475 E2006091974012848012848012848012848012971013002013002013002013002013002013126013159 E2006091973012956012989012989012989012989013020013146013174013176013176013176012848 E2006091972012588012617012619012619012619012654012777012805012805012805012805012833 E2006091971012630012660012660012660012660012695012606012636012636012636012636012666 E2006091970013700013734013736013736013736013800013936013969013969013969013969014001 E2006091969013727013727013727013727013860013342013471013501013502013502013502013572 E2006091968013128013128013128013128013257013416013414013414013414013414013544013728 E2006091967012586012586012586012586012706012846012845012845012845012845012970013128 E2006091966012813012813012194012194012202012328012327012327012327012327012446012585 E2006091965023411021474021579021577021577018597018597018308018403018403018403012812 E2006091964022455022671022779022777022777022929022929023152023261023261023261023411 E2006091963021522021731021832021829021829021995021995022211022317022317022317022455 E2006091962020675020875021027021024021024021079021079021281021432021433021433021522 E2006091961019718019907020137020136020136020195020195020388020617020615020615020675 E2006091960018850019017019236019236019236019269019269019452019678019679019679019718 E2006091959019153019153019153019153019153018788018788018601018810018810018810018850 E2006091958018312018312018312018312018312018453018672018671018671018671018671018934 E2006091957019956019990019990019990019990020272020508020507020507020507020507018097 E2006091956018679018679018859019383019383019429019429019429019619019848019847019956 E2006091955017753017753017926018157018157018205018205018205018382018629018629018679 E2006091954016886016886017051017269017269017312017312017312017481017716017717017753 E2006091953017814017814016338016541016541016581016581016581016633016843016844016886 E2006091952017066017066017066017066017338017378017378017378017546017769017766017814 E2006091951016260016260016260016260016416016661016660016660016660016660016823017065 E2006091950014706014706014706014706014848015053015053015053015053015053015199015426 E2006091949013669013669013669013669013802014383014383014383014383014383014523014706 E2006091948013141013141013141013141013109013323013323013323013323013323013451013669 E2006091947012338012338012338012338012457012657012657012657012657012657012934013141 E2006091946011728011728011728011728011841012025012025012025012025012025012142012338 E2006091945011047011047011047011047011154011333011333011333011333011333011443011728 E2006091944010509010509010509010509010611010770010770010770010770010770010875011047 E2006091943009995009995009995009995010091010248010248010248010248010248010348010509 E2006091942009435009435009435009435009600009745009745009745009745009745009840009995 E2006091941 009059009196009196009196009196009196009286009435 S2006091970013671013671013671013671013804013870013870013870013870013870 S2006091969013570013570013570013570013437013500013500013500013500013500013607013670 S2006091968015629015629015629015629014337014568014568014568013618013618013497013570 S2006091967 015333015404015405015405015405015405015552015628 E2006101980009630009630009630009630009537009537 E2006101979009808009808009808009808009708009731009731009731009731009731009630009630 E2006101978012104012104010227010227009855009880009882009882009882009882009780009806 E2006101977013533013533013533013533013399013427013425013425013425013425012070012104 E2006101976013476013476013476013476013604013634013632013632013632013632013495013533 E2006101975013157013157013157013157013283013315013315013315013315013315013446013475 E2006101974012848012848012848012848012971013002013002013002013002013002013126013159 E2006101973012956012989012989012989012989013020013146013174013176013176013176012848 E2006101972012588012617012619012619012619012654012777012805012805012805012805012833 E2006101971012630012660012660012660012660012695012606012636012636012636012636012666 E2006101970013700013734013736013736013736013800013936013969013969013969013969014001 E2006101969013727013727013727013727013860013342013471013501013502013502013502013572 E2006101968013128013128013128013128013257013416013414013414013414013414013544013728 E2006101967012586012586012586012586012706012846012845012845012845012845012970013128 E2006101966012813012813012194012194012202012328012327012327012327012327012446012585 E2006101965023411021474021579021577021577018597018597018308018403018403018403012812 E2006101964022455022671022779022777022777022929022929023152023261023261023261023411 E2006101963021522021731021832021829021829021995021995022211022317022317022317022455 E2006101962020675020875021027021024021024021079021079021281021432021433021433021522 E2006101961019718019907020137020136020136020195020195020388020617020615020615020675 E2006101960018850019017019236019236019236019269019269019452019678019679019679019718 E2006101959019153019153019153019153019153018788018788018601018810018810018810018850 E2006101958018312018312018312018312018312018453018672018671018671018671018671018934 E2006101957019956019990019990019990019990020272020508020507020507020507020507018097 E2006101956018679018679018859019383019383019429019429019429019619019848019847019956 E2006101955017753017753017926018157018157018205018205018205018382018629018629018679 E2006101954016886016886017051017269017269017312017312017312017481017716017717017753 E2006101953017814017814016338016541016541016581016581016581016633016843016844016886 E2006101952017066017066017066017066017338017378017378017378017546017769017766017814 E2006101951016260016260016260016260016416016661016660016660016660016660016823017065 E2006101950014706014706014706014706014848015053015053015053015053015053015199015426 E2006101949013669013669013669013669013802014383014383014383014383014383014523014706 E2006101948013141013141013141013141013109013323013323013323013323013323013451013669 E2006101947012338012338012338012338012457012657012657012657012657012657012934013141 E2006101946011728011728011728011728011841012025012025012025012025012025012142012338 E2006101945011047011047011047011047011154011333011333011333011333011333011443011728 E2006101944010509010509010509010509010611010770010770010770010770010770010875011047 E2006101943009995009995009995009995010091010248010248010248010248010248010348010509 E2006101942009435009435009435009435009600009745009745009745009745009745009840009995 E2006101941 009059009196009196009196009196009196009286009435 S2006101970013671013671013671013671013804013870013870013870013870013870 S2006101969013570013570013570013570013437013500013500013500013500013500013607013670 S2006101968015629015629015629015629014337014568014568014568013618013618013497013570 S2006101967 015333015404015405015405015405015405015552015628 E2006111980009630009630009630009630009728009537 E2006111979009808009808009808009808009903009731009731009731009731009731009823009630 E2006111978012104012104010227010227010052009880009882009882009882009882009976009806 E2006111977013533013533013533013533013667013427013425013425013425013425012312012104 E2006111976013476013476013476013476013604013634013632013632013632013632013765013533 E2006111975013157013157013157013157013283013315013315013315013315013315013446013475 E2006111974012848012848012848012848012971013002013002013002013002013002013126013159 E2006111973012956012989012989012989012989013020013146013174013176013176013176012848 E2006111972012588012617012619012619012619012654012777012805012805012805012805012833 E2006111971012630012660012660012660012660012695012606012636012636012636012636012666 E2006111970013700013734013736013736013736013800013936013969013969013969013969014001 E2006111969013727013727013727013727013860013342013471013501013502013502013502013572 E2006111968013128013128013128013128013257013416013414013414013414013414013544013728 E2006111967012586012586012586012586012706012846012845012845012845012845012970013128 E2006111966012813012813012194012194012202012328012327012327012327012327012446012585 E2006111965023411021474021579021577021577018597018597018308018403018403018403012812 E2006111964022455022671022779022777022777022929022929023152023261023261023261023411 E2006111963021522021731021832021829021829021995021995022211022317022317022317022455 E2006111962020675020875021027021024021024021079021079021281021432021433021433021522 E2006111961019718019907020137020136020136020195020195020388020617020615020615020675 E2006111960018850019017019236019236019236019269019269019452019678019679019679019718 E2006111959019153019153019153019153019153018788018788018601018810018810018810018850 E2006111958018312018312018312018312018312018453018672018671018671018671018671018934 E2006111957019956019990019990019990019990020272020508020507020507020507020507018097 E2006111956018679018679018859019383019383019429019429019429019619019848019847019956 E2006111955017753017753017926018157018157018205018205018205018382018629018629018679 E2006111954016886016886017051017269017269017312017312017312017481017716017717017753 E2006111953017814017814016338016541016541016581016581016581016633016843016844016886 E2006111952017066017066017066017066017338017378017378017378017546017769017766017814 E2006111951016260016260016260016260016416016661016660016660016660016660016823017065 E2006111950014706014706014706014706014848015053015053015053015053015053015199015426 E2006111949013669013669013669013669013802014383014383014383014383014383014523014706 E2006111948013141013141013141013141013109013323013323013323013323013323013451013669 E2006111947012338012338012338012338012457012657012657012657012657012657012934013141 E2006111946011728011728011728011728011841012025012025012025012025012025012142012338 E2006111945011047011047011047011047011154011333011333011333011333011333011443011728 E2006111944010509010509010509010509010611010770010770010770010770010770010875011047 E2006111943009995009995009995009995010091010248010248010248010248010248010348010509 E2006111942009435009435009435009435009600009745009745009745009745009745009840009995 E2006111941 009059009196009196009196009196009196009286009435 S2006111970013671013671013671013671013804013870013870013870013870013870 S2006111969013570013570013570013570013437013500013500013500013500013500013607013670 S2006111968015629015629015629015629014337014568014568014568013618013618013497013570 S2006111967 015333015404015405015405015405015405015552015628 N2006062006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006062005001300001296001292001288001287001283NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006062004001335001331001327001324001327001323001319001315001311001307001308001304 N2006062003001375001371001367001363001362001358001354001350001346001342001343001339 N2006062002001429001425001421001417001411001407001402001398001394001391001383001379 N2006062001001516001512001507001503001486001481001464001459001455001451001438001434 N2006062000001601001596001591001586001572001567001562001557001553001548001526001521 N2006061999001672001667001662001657001647001641001636001631001626001622001610001605 N2006061998001763001758001753001747001727001721001715001710001705001700001683001677 N2006061997001764001764001764001764001826001820001815001809001804001799001774001768 N2006061996001847001847001847001847001835001835001804001804001804001804001794001794 N2006061995002009002009002009002009001928001928001896001896001896001896001878001878 N2006061994002100002100002100002100002093002093002058002058002058002058002044002044 N2006061993002644002644002204002204002188002188002152002152002152002152002138002138 N2006061992002751002751002751002751002751002751002697002697002697002697002697002697 N2006061991002862002862002862002862002862002862002806002806002806002806002806002806 N2006061990002978002978002978002978002978002978002919002919002919002919002919002919 N2006061989003098003098003098003098003098003098003037003037003037003037003037003037 N2006061988003223003223003223003223003223003223003160003160003160003160003160003160 N2006061987003353003353003353003353003353003353003288003288003288003288003288003288 N2006061986003880003880003880003880003880003880003804003804003804003804003420003420 N2006061985004037004037004037004037004037004037003958003958003958003958003958003958 N2006061984004305004305004305004305004200004200004118004118004118004118004118004118 N2006061983005311005311004741004741004564004564004486004486004486004486004379004379 N2006061982005791005791005791005791005791005791005678005678005678005678005418005418 N2006061981006294006294006294006294006025006025005907005907005907005907005907005907 N2006061980007073007073007073007073007144007144007004007004007004007004006419006419 N2006072006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006072005001304001300001296001292001291001287001283NO PAYNO PAYNO PAYNO PAYNO PAY N2006072004001339001335001331001327001331001327001323001319001315001311001311001308 N2006072003001379001375001371001367001366001362001358001354001350001346001347001343 N2006072002001434001429001425001421001415001411001407001402001398001394001388001383 N2006072001001521001516001512001507001491001486001481001464001459001455001442001438 N2006072000001605001601001596001591001578001572001567001562001557001553001531001526 N2006071999001677001672001667001662001652001647001641001636001631001626001616001610 N2006071998001768001763001758001753001733001727001721001715001710001705001688001683 N2006071997001794001764001764001764001832001826001820001815001809001804001780001774 N2006071996001878001847001847001847001835001835001835001804001804001804001794001794 N2006071995002044002009002009002009001928001928001928001896001896001896001878001878 N2006071994002138002100002100002100002093002093002093002058002058002058002044002044 N2006071993002697002644002204002204002188002188002188002152002152002152002138002138 N2006071992002806002751002751002751002751002751002751002697002697002697002697002697 N2006071991002919002862002862002862002862002862002862002806002806002806002806002806 N2006071990003037002978002978002978002978002978002978002919002919002919002919002919 N2006071989003160003098003098003098003098003098003098003037003037003037003037003037 N2006071988003288003223003223003223003223003223003223003160003160003160003160003160 N2006071987003420003353003353003353003353003353003353003288003288003288003288003288 N2006071986003958003880003880003880003880003880003880003804003804003804003420003420 N2006071985004118004037004037004037004037004037004037003958003958003958003958003958 N2006071984004379004305004305004305004200004200004200004118004118004118004118004118 N2006071983005418005311004741004741004564004564004564004486004486004486004379004379 N2006071982005907005791005791005791005791005791005791005678005678005678005418005418 N2006071981006419006294006294006294006025006025006025005907005907005907005907005907 N2006071980007215007073007073007073007144007144007144007004007004007004006419006419 N2006082006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006082005001308001304001300001296001294001291001287001283NO PAYNO PAYNO PAYNO PAY N2006082004001343001339001335001331001335001331001327001323001319001315001315001311 N2006082003001383001379001375001371001370001366001362001358001354001350001351001347 N2006082002001438001434001429001425001419001415001411001407001402001398001392001388 N2006082001001526001521001516001512001496001491001486001481001464001459001447001442 N2006082000001610001605001601001596001583001578001572001567001562001557001537001531 N2006081999001683001677001672001667001658001652001647001641001636001631001621001616 N2006081998001774001768001763001758001739001733001727001721001715001710001694001688 N2006081997001794001794001764001764001839001832001826001820001815001809001786001780 N2006081996001878001878001847001847001835001835001835001835001804001804001794001794 N2006081995002044002044002009002009001928001928001928001928001896001896001878001878 N2006081994002138002138002100002100002093002093002093002093002058002058002044002044 N2006081993002697002697002204002204002188002188002188002188002152002152002138002138 N2006081992002806002806002751002751002751002751002751002751002697002697002697002697 N2006081991002919002919002862002862002862002862002862002862002806002806002806002806 N2006081990003037003037002978002978002978002978002978002978002919002919002919002919 N2006081989003160003160003098003098003098003098003098003098003037003037003037003037 N2006081988003288003288003223003223003223003223003223003223003160003160003160003160 N2006081987003420003420003353003353003353003353003353003353003288003288003288003288 N2006081986003958003958003880003880003880003880003880003880003804003804003420003420 N2006081985004118004118004037004037004037004037004037004037003958003958003958003958 N2006081984004379004379004305004305004200004200004200004200004118004118004118004118 N2006081983005418005418004741004741004564004564004564004564004486004486004379004379 N2006081982005907005907005791005791005791005791005791005791005678005678005418005418 N2006081981006419006419006294006294006025006025006025006025005907005907005907005907 N2006081980007215007215007073007073007144007144007144007144007004007004006419006419 N2006092006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006092005001311001308001304001300001298001294001291001287001283NO PAYNO PAYNO PAY N2006092004001347001343001339001335001340001335001331001327001323001319001319001315 N2006092003001388001383001379001375001375001370001366001362001358001354001356001351 N2006092002001442001438001434001429001424001419001415001411001407001402001397001392 N2006092001001531001526001521001516001501001496001491001486001481001464001452001447 N2006092000001616001610001605001601001588001583001578001572001567001562001542001537 N2006091999001688001683001677001672001663001658001652001647001641001636001627001621 N2006091998001780001774001768001763001744001739001733001727001721001715001700001694 N2006091997001794001794001794001764001845001839001832001826001820001815001792001786 N2006091996001878001878001878001847001835001835001835001835001835001804001794001794 N2006091995002044002044002044002009001928001928001928001928001928001896001878001878 N2006091994002138002138002138002100002093002093002093002093002093002058002044002044 N2006091993002697002697002244002204002188002188002188002188002188002152002138002138 N2006091992002806002806002806002751002751002751002751002751002751002697002697002697 N2006091991002919002919002919002862002862002862002862002862002862002806002806002806 N2006091990003037003037003037002978002978002978002978002978002978002919002919002919 N2006091989003160003160003160003098003098003098003098003098003098003037003037003037 N2006091988003288003288003288003223003223003223003223003223003223003160003160003160 N2006091987003420003420003420003353003353003353003353003353003353003288003288003288 N2006091986003958003958003958003880003880003880003880003880003880003804003420003420 N2006091985004118004118004118004037004037004037004037004037004037003958003958003958 N2006091984004379004379004379004305004200004200004200004200004200004118004118004118 N2006091983005418005418004825004741004564004564004564004564004564004486004379004379 N2006091982005907005907005907005791005791005791005791005791005791005678005418005418 N2006091981006419006419006419006294006025006025006025006025006025005907005907005907 N2006091980007215007215007215007073007144007144007144007144007144007004006419006419 N2006102006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006102005001315001311001308001304001302001298001294001291001287001283NO PAYNO PAY N2006102004001351001347001343001339001344001340001335001331001327001323001324001319 N2006102003001392001388001383001379001379001375001370001366001362001358001360001356 N2006102002001447001442001438001434001429001424001419001415001411001407001401001397 N2006102001001537001531001526001521001506001501001496001491001486001481001457001452 N2006102000001621001616001610001605001594001588001583001578001572001567001547001542 N2006101999001694001688001683001677001669001663001658001652001647001641001632001627 N2006101998001786001780001774001768001750001744001739001733001727001721001706001700 N2006101997001794001794001794001794001851001845001839001832001826001820001798001792 N2006101996001878001878001878001878001835001835001835001835001835001835001794001794 N2006101995002044002044002044002044001928001928001928001928001928001928001878001878 N2006101994002138002138002138002138002093002093002093002093002093002093002044002044 N2006101993002697002697002244002244002188002188002188002188002188002188002138002138 N2006101992002806002806002806002806002751002751002751002751002751002751002697002697 N2006101991002919002919002919002919002862002862002862002862002862002862002806002806 N2006101990003037003037003037003037002978002978002978002978002978002978002919002919 N2006101989003160003160003160003160003098003098003098003098003098003098003037003037 N2006101988003288003288003288003288003223003223003223003223003223003223003160003160 N2006101987003420003420003420003420003353003353003353003353003353003353003288003288 N2006101986003958003958003958003958003880003880003880003880003880003880003420003420 N2006101985004118004118004118004118004037004037004037004037004037004037003958003958 N2006101984004379004379004379004379004200004200004200004200004200004200004118004118 N2006101983005418005418004825004825004564004564004564004564004564004564004379004379 N2006101982005907005907005907005907005791005791005791005791005791005791005418005418 N2006101981006419006419006419006419006025006025006025006025006025006025005907005907 N2006101980007215007215007215007215007144007144007144007144007144007144006419006419 N2006112006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006112005001319001315001311001308001305001302001298001294001291001287001280NO PAY N2006112004001356001351001347001343001349001344001340001335001331001327001328001324 N2006112003001397001392001388001383001384001379001375001370001366001362001365001360 N2006112002001452001447001442001438001434001429001424001419001415001411001406001401 N2006112001001542001537001531001526001511001506001501001496001491001486001477001457 N2006112000001627001621001616001610001599001594001588001583001578001572001552001547 N2006111999001700001694001688001683001675001669001663001658001652001647001638001632 N2006111998001792001786001780001774001756001750001744001739001733001727001711001706 N2006111997001794001794001794001794001857001851001845001839001832001826001804001798 N2006111996001878001878001878001878001871001835001835001835001835001835001829001794 N2006111995002044002044002044002044001965001928001928001928001928001928001914001878 N2006111994002138002138002138002138002133002093002093002093002093002093002083002044 N2006111993002697002697002244002244002229002188002188002188002188002188002179002138 N2006111992002806002806002806002806002806002751002751002751002751002751002751002697 N2006111991002919002919002919002919002919002862002862002862002862002862002862002806 N2006111990003037003037003037003037003037002978002978002978002978002978002978002919 N2006111989003160003160003160003160003160003098003098003098003098003098003098003037 N2006111988003288003288003288003288003288003223003223003223003223003223003223003160 N2006111987003420003420003420003420003420003353003353003353003353003353003353003288 N2006111986003958003958003958003958003958003880003880003880003880003880003489003420 N2006111985004118004118004118004118004118004037004037004037004037004037004037003958 N2006111984004379004379004379004379004284004200004200004200004200004200004200004118 N2006111983005418005418004825004825004651004564004564004564004564004564004463004379 N2006111982005907005907005907005907005907005791005791005791005791005791005526005418 N2006111981006419006419006419006419006146006025006025006025006025006025006025005907 N2006111980007215007215007215007215007287007144007144007144007144007144006548006419 I2006062006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006062005002634002619002605002595002619002604NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006062004002711002696002681002670002708002693002678002664002649002639002663002648 I2006062003002869002852002835002823002806002790002775002759002744002733002742002726 I2006062002003008002989002970002956002980002961002942002923002905002892002904002887 I2006062001003471003445003419003393003332003321003227003204003181003164003046003027 I2006062000003722003694003667003639003681003667003639003611003583003556003510003497 I2006061999003892003863003834003806003835003821003793003765003737003710003764003750 I2006061998 003946003916003934003920 I2006072006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006072005002648002634002619002605002634002619002604NO PAYNO PAYNO PAYNO PAYNO PAY I2006072004002726002711002696002681002723002708002693002678002664002649002678002663 I2006072003002887002869002852002835002822002806002790002775002759002744002757002742 I2006072002003027003008002989002970002999002980002961002942002923002905002922002904 I2006072001003497003471003445003419003343003332003321003227003204003181003066003046 I2006072000003750003722003694003667003695003681003667003639003611003583003523003510 I2006071999003920003892003863003834003848003835003821003793003765003737003777003764 I2006071998 003975003946003948003934 I2006082006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006082005002663002648002634002619002649002634002619002604NO PAYNO PAYNO PAYNO PAY I2006082004002742002726002711002696002738002723002708002693002678002664002693002678 I2006082003002904002887002869002852002838002822002806002790002775002759002773002757 I2006082002003046003027003008002989003018002999002980002961002942002923002939002922 I2006082001003510003497003471003445003354003343003332003321003227003204003085003066 I2006082000003764003750003722003694003709003695003681003667003639003611003535003523 I2006081999003934003920003892003863003862003848003835003821003793003765003791003777 I2006081998 004005003975003962003948 I2006092006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006092005002678002663002648002634002654002649002634002619002604NO PAYNO PAYNO PAY I2006092004002757002742002726002711002743002738002723002708002693002678002697002693 I2006092003002922002904002887002869002843002838002822002806002790002775002778002773 I2006092002003066003046003027003008003026003018002999002980002961002942002945002939 I2006092001003523003510003497003471003365003354003343003332003321003227003093003085 I2006092000003777003764003750003722003723003709003695003681003667003639003548003535 I2006091999003948003934003920003892003876003862003848003835003821003793003805003791 I2006091998 004035004005003976003962 I2006102006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006102005002693002678002663002648002659002654002649002634002619002604NO PAYNO PAY I2006102004002773002757002742002726002747002743002738002723002708002693002702002697 I2006102003002939002922002904002887002848002843002838002822002806002790002783002778 I2006102002003085003066003046003027003033003026003018002999002980002961002952002945 I2006102001003535003523003510003497003377003365003354003343003332003321003100003093 I2006102000003791003777003764003750003737003723003709003695003681003667003561003548 I2006101999003962003948003934003920003890003876003862003848003835003821003819003805 I2006101998 004050004035003990003976 I2006112006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006112005002697002693002678002663002664002659002654002649002634002619002597NO PAY I2006112004002778002773002757002742002752002747002743002738002723002708002706002702 I2006112003002945002939002922002904002853002848002843002838002822002806002788002783 I2006112002003093003085003066003046003041003033003026003018002999002980002958002952 I2006112001003548003535003523003510003388003377003365003354003343003332003131003100 I2006112000003805003791003777003764003752003737003723003709003695003681003574003561 I2006111999003976003962003948003934003904003890003876003862003848003835003833003819 I2006111998 004065004050004005003990 gbonds-2.0.3/data/sb200406.asc0000664000076400007640000011355011106721200012377 00000000000000E2004061980008722008722008722008722008811008811 E2004061979008883008883008883008883008969008990008814008814008814008814008897008897 E2004061978010963010963009494009494009105009127008951008951008951008951009035009060 E2004061977012257012257012257012257012379012405012159012159012159012159011151011182 E2004061976012450012450012450012450012568012596012347012347012347012347012467012503 E2004061975012646012646012646012646012768012798012547012547012547012547012670012698 E2004061974012848012848012848012848012971013002012747012747012747012747012869012901 E2004061973012956012989012989012989012989013020013146013174013176013176013176012848 E2004061972012588012617012619012619012619012654012777012805012805012805012805012833 E2004061971012630012660012660012660012660012695012606012636012636012636012636012666 E2004061970013700013734013736013736013736013800013936013969013969013969013969014001 E2004061969013727013727013727013727013860013342013471013501013502013502013502013572 E2004061968013128013128013128013128013257013416013414013414013414013414013544013728 E2004061967012586012586012586012586012706012846012845012845012845012845012970013128 E2004061966012813012813012194012194012202012328012327012327012327012327012446012585 E2004061965022726020845020947020534020534017881017881017521017612017408017408012812 E2004061964022455022671022779022777022777022929022703022924023032022580022580022726 E2004061963021522021731021832021829021829021995021995022211022317022317022317022455 E2004061962020675020875021027021024021024021079021079021281021432021433021433021522 E2004061961019718019907020137020136020136020195020195020388020617020615020615020675 E2004061960018850019017019236019236019236019269019269019452019678019679019679019718 E2004061959019153019153019153019153019153018788018788018601018810018810018810018850 E2004061958018312018312018312018312018312018453018672018671018671018671018671018934 E2004061957019956019990019990019990019990020272020508020507020507020507020507018097 E2004061956018679018679018859019383019383019429019429019429019619019848019847019956 E2004061955017753017753017926018157018157018205018205018205018382018629018629018679 E2004061954016886016886017051017269017269017312017312017312017481017716017717017753 E2004061953017814017814016338016541016541016581016581016581016633016843016844016886 E2004061952017066017066017066017066017338017378017378017378017546017769017766017814 E2004061951016260016260016260016260016416016661016660016660016660016660016823017065 E2004061950014706014706014706014706014848015053015053015053015053015053015199015426 E2004061949013669013669013669013669013802014383014383014383014383014383014523014706 E2004061948013141013141013141013141013109013323013323013323013323013323013451013669 E2004061947012338012338012338012338012457012657012657012657012657012657012934013141 E2004061946011728011728011728011728011841012025012025012025012025012025012142012338 E2004061945011047011047011047011047011154011333011333011333011333011333011443011728 E2004061944010509010509010509010509010611010770010770010770010770010770010875011047 E2004061943009995009995009995009995010091010248010248010248010248010248010348010509 E2004061942009435009435009435009435009600009745009745009745009745009745009840009995 E2004061941 009059009196009196009196009196009196009286009435 S2004061970013671013671013671013671013804013870013870013870013870013870 S2004061969013570013570013570013570013437013500013500013500013500013500013607013670 S2004061968015629015629015629015629014337014568014568014568013618013618013497013570 S2004061967 015333015404015405015405015405015405015552015628 E2004071980008897008722008722008722008811008811 E2004071979009061008883008883008883008969008990008990008814008814008814008897008897 E2004071978011182010963009494009494009105009127009130008951008951008951009035009060 E2004071977012503012257012257012257012379012405012403012159012159012159011151011182 E2004071976012699012450012450012450012568012596012594012347012347012347012467012503 E2004071975012899012646012646012646012768012798012798012547012547012547012670012698 E2004071974012848012848012848012848012971013002013002012747012747012747012869012901 E2004071973012956012989012989012989012989013020013146013174013176013176013176012848 E2004071972012588012617012619012619012619012654012777012805012805012805012805012833 E2004071971012630012660012660012660012660012695012606012636012636012636012636012666 E2004071970013700013734013736013736013736013800013936013969013969013969013969014001 E2004071969013727013727013727013727013860013342013471013501013502013502013502013572 E2004071968013128013128013128013128013257013416013414013414013414013414013544013728 E2004071967012586012586012586012586012706012846012845012845012845012845012970013128 E2004071966012813012813012194012194012202012328012327012327012327012327012446012585 E2004071965022726020845020947020945020534017881017881017521017612017612017408012812 E2004071964022455022671022779022777022777022929022929022924023032023032022580022726 E2004071963021522021731021832021829021829021995021995022211022317022317022317022455 E2004071962020675020875021027021024021024021079021079021281021432021433021433021522 E2004071961019718019907020137020136020136020195020195020388020617020615020615020675 E2004071960018850019017019236019236019236019269019269019452019678019679019679019718 E2004071959019153019153019153019153019153018788018788018601018810018810018810018850 E2004071958018312018312018312018312018312018453018672018671018671018671018671018934 E2004071957019956019990019990019990019990020272020508020507020507020507020507018097 E2004071956018679018679018859019383019383019429019429019429019619019848019847019956 E2004071955017753017753017926018157018157018205018205018205018382018629018629018679 E2004071954016886016886017051017269017269017312017312017312017481017716017717017753 E2004071953017814017814016338016541016541016581016581016581016633016843016844016886 E2004071952017066017066017066017066017338017378017378017378017546017769017766017814 E2004071951016260016260016260016260016416016661016660016660016660016660016823017065 E2004071950014706014706014706014706014848015053015053015053015053015053015199015426 E2004071949013669013669013669013669013802014383014383014383014383014383014523014706 E2004071948013141013141013141013141013109013323013323013323013323013323013451013669 E2004071947012338012338012338012338012457012657012657012657012657012657012934013141 E2004071946011728011728011728011728011841012025012025012025012025012025012142012338 E2004071945011047011047011047011047011154011333011333011333011333011333011443011728 E2004071944010509010509010509010509010611010770010770010770010770010770010875011047 E2004071943009995009995009995009995010091010248010248010248010248010248010348010509 E2004071942009435009435009435009435009600009745009745009745009745009745009840009995 E2004071941 009059009196009196009196009196009196009286009435 S2004071970013671013671013671013671013804013870013870013870013870013870 S2004071969013570013570013570013570013437013500013500013500013500013500013607013670 S2004071968015629015629015629015629014337014568014568014568013618013618013497013570 S2004071967 015333015404015405015405015405015405015552015628 E2004081980008897008897008722008722008811008811 E2004081979009061009061008883008883008969008990008990008990008814008814008897008897 E2004081978011182011182009494009494009105009127009130009130008951008951009035009060 E2004081977012503012503012257012257012379012405012403012403012159012159011151011182 E2004081976012699012699012450012450012568012596012594012594012347012347012467012503 E2004081975012899012899012646012646012768012798012798012798012547012547012670012698 E2004081974012848012848012848012848012971013002013002013002012747012747012869012901 E2004081973012956012989012989012989012989013020013146013174013176013176013176012848 E2004081972012588012617012619012619012619012654012777012805012805012805012805012833 E2004081971012630012660012660012660012660012695012606012636012636012636012636012666 E2004081970013700013734013736013736013736013800013936013969013969013969013969014001 E2004081969013727013727013727013727013860013342013471013501013502013502013502013572 E2004081968013128013128013128013128013257013416013414013414013414013414013544013728 E2004081967012586012586012586012586012706012846012845012845012845012845012970013128 E2004081966012813012813012194012194012202012328012327012327012327012327012446012585 E2004081965022726020845020947020945020945017881017881017521017612017612017612012812 E2004081964022455022671022779022777022777022929022929023152023032023032023032022726 E2004081963021522021731021832021829021829021995021995022211022317022317022317022455 E2004081962020675020875021027021024021024021079021079021281021432021433021433021522 E2004081961019718019907020137020136020136020195020195020388020617020615020615020675 E2004081960018850019017019236019236019236019269019269019452019678019679019679019718 E2004081959019153019153019153019153019153018788018788018601018810018810018810018850 E2004081958018312018312018312018312018312018453018672018671018671018671018671018934 E2004081957019956019990019990019990019990020272020508020507020507020507020507018097 E2004081956018679018679018859019383019383019429019429019429019619019848019847019956 E2004081955017753017753017926018157018157018205018205018205018382018629018629018679 E2004081954016886016886017051017269017269017312017312017312017481017716017717017753 E2004081953017814017814016338016541016541016581016581016581016633016843016844016886 E2004081952017066017066017066017066017338017378017378017378017546017769017766017814 E2004081951016260016260016260016260016416016661016660016660016660016660016823017065 E2004081950014706014706014706014706014848015053015053015053015053015053015199015426 E2004081949013669013669013669013669013802014383014383014383014383014383014523014706 E2004081948013141013141013141013141013109013323013323013323013323013323013451013669 E2004081947012338012338012338012338012457012657012657012657012657012657012934013141 E2004081946011728011728011728011728011841012025012025012025012025012025012142012338 E2004081945011047011047011047011047011154011333011333011333011333011333011443011728 E2004081944010509010509010509010509010611010770010770010770010770010770010875011047 E2004081943009995009995009995009995010091010248010248010248010248010248010348010509 E2004081942009435009435009435009435009600009745009745009745009745009745009840009995 E2004081941 009059009196009196009196009196009196009286009435 S2004081970013671013671013671013671013804013870013870013870013870013870 S2004081969013570013570013570013570013437013500013500013500013500013500013607013670 S2004081968015629015629015629015629014337014568014568014568013618013618013497013570 S2004081967 015333015404015405015405015405015405015552015628 E2004091980008897008897008897008722008811008811 E2004091979009061009061009061008883008969008990008990008990008990008814008897008897 E2004091978011182011182009605009494009105009127009130009130009130008951009035009060 E2004091977012503012503012503012257012379012405012403012403012403012159011151011182 E2004091976012699012699012699012450012568012596012594012594012594012347012467012503 E2004091975012899012899012899012646012768012798012798012798012798012547012670012698 E2004091974012848012848012848012848012971013002013002013002013002012747012869012901 E2004091973012956012989012989012989012989013020013146013174013176013176013176012848 E2004091972012588012617012619012619012619012654012777012805012805012805012805012833 E2004091971012630012660012660012660012660012695012606012636012636012636012636012666 E2004091970013700013734013736013736013736013800013936013969013969013969013969014001 E2004091969013727013727013727013727013860013342013471013501013502013502013502013572 E2004091968013128013128013128013128013257013416013414013414013414013414013544013728 E2004091967012586012586012586012586012706012846012845012845012845012845012970013128 E2004091966012813012813012194012194012202012328012327012327012327012327012446012585 E2004091965022726020845020947020945020945018090017881017521017612017612017612012812 E2004091964022455022671022779022777022777022929022929023152023261023032023032023180 E2004091963021522021731021832021829021829021995021995022211022317022317022317022455 E2004091962020675020875021027021024021024021079021079021281021432021433021433021522 E2004091961019718019907020137020136020136020195020195020388020617020615020615020675 E2004091960018850019017019236019236019236019269019269019452019678019679019679019718 E2004091959019153019153019153019153019153018788018788018601018810018810018810018850 E2004091958018312018312018312018312018312018453018672018671018671018671018671018934 E2004091957019956019990019990019990019990020272020508020507020507020507020507018097 E2004091956018679018679018859019383019383019429019429019429019619019848019847019956 E2004091955017753017753017926018157018157018205018205018205018382018629018629018679 E2004091954016886016886017051017269017269017312017312017312017481017716017717017753 E2004091953017814017814016338016541016541016581016581016581016633016843016844016886 E2004091952017066017066017066017066017338017378017378017378017546017769017766017814 E2004091951016260016260016260016260016416016661016660016660016660016660016823017065 E2004091950014706014706014706014706014848015053015053015053015053015053015199015426 E2004091949013669013669013669013669013802014383014383014383014383014383014523014706 E2004091948013141013141013141013141013109013323013323013323013323013323013451013669 E2004091947012338012338012338012338012457012657012657012657012657012657012934013141 E2004091946011728011728011728011728011841012025012025012025012025012025012142012338 E2004091945011047011047011047011047011154011333011333011333011333011333011443011728 E2004091944010509010509010509010509010611010770010770010770010770010770010875011047 E2004091943009995009995009995009995010091010248010248010248010248010248010348010509 E2004091942009435009435009435009435009600009745009745009745009745009745009840009995 E2004091941 009059009196009196009196009196009196009286009435 S2004091970013671013671013671013671013804013870013870013870013870013870 S2004091969013570013570013570013570013437013500013500013500013500013500013607013670 S2004091968015629015629015629015629014337014568014568014568013618013618013497013570 S2004091967 015333015404015405015405015405015405015552015628 E2004101980008897008897008897008897008811008811 E2004101979009061009061009061009061008969008990008990008990008990008990008897008897 E2004101978011182011182009605009605009105009127009130009130009130009130009035009060 E2004101977012503012503012503012503012379012405012403012403012403012403011151011182 E2004101976012699012699012699012699012568012596012594012594012594012594012467012503 E2004101975012899012899012899012899012768012798012798012798012798012798012670012698 E2004101974012848012848012848012848012971013002013002013002013002013002012869012901 E2004101973012956012989012989012989012989013020013146013174013176013176013176012848 E2004101972012588012617012619012619012619012654012777012805012805012805012805012833 E2004101971012630012660012660012660012660012695012606012636012636012636012636012666 E2004101970013700013734013736013736013736013800013936013969013969013969013969014001 E2004101969013727013727013727013727013860013342013471013501013502013502013502013572 E2004101968013128013128013128013128013257013416013414013414013414013414013544013728 E2004101967012586012586012586012586012706012846012845012845012845012845012970013128 E2004101966012813012813012194012194012202012328012327012327012327012327012446012585 E2004101965023180020845020947020945020945018090018090017521017612017612017612012812 E2004101964022455022671022779022777022777022929022929023152023261023261023032023180 E2004101963021522021731021832021829021829021995021995022211022317022317022317022455 E2004101962020675020875021027021024021024021079021079021281021432021433021433021522 E2004101961019718019907020137020136020136020195020195020388020617020615020615020675 E2004101960018850019017019236019236019236019269019269019452019678019679019679019718 E2004101959019153019153019153019153019153018788018788018601018810018810018810018850 E2004101958018312018312018312018312018312018453018672018671018671018671018671018934 E2004101957019956019990019990019990019990020272020508020507020507020507020507018097 E2004101956018679018679018859019383019383019429019429019429019619019848019847019956 E2004101955017753017753017926018157018157018205018205018205018382018629018629018679 E2004101954016886016886017051017269017269017312017312017312017481017716017717017753 E2004101953017814017814016338016541016541016581016581016581016633016843016844016886 E2004101952017066017066017066017066017338017378017378017378017546017769017766017814 E2004101951016260016260016260016260016416016661016660016660016660016660016823017065 E2004101950014706014706014706014706014848015053015053015053015053015053015199015426 E2004101949013669013669013669013669013802014383014383014383014383014383014523014706 E2004101948013141013141013141013141013109013323013323013323013323013323013451013669 E2004101947012338012338012338012338012457012657012657012657012657012657012934013141 E2004101946011728011728011728011728011841012025012025012025012025012025012142012338 E2004101945011047011047011047011047011154011333011333011333011333011333011443011728 E2004101944010509010509010509010509010611010770010770010770010770010770010875011047 E2004101943009995009995009995009995010091010248010248010248010248010248010348010509 E2004101942009435009435009435009435009600009745009745009745009745009745009840009995 E2004101941 009059009196009196009196009196009196009286009435 S2004101970013671013671013671013671013804013870013870013870013870013870 S2004101969013570013570013570013570013437013500013500013500013500013500013607013670 S2004101968015629015629015629015629014337014568014568014568013618013618013497013570 S2004101967 015333015404015405015405015405015405015552015628 E2004111980008897008897008897008897008987008811 E2004111979009061009061009061009061009148008990008990008990008990008990009075008897 E2004111978011182011182009605009605009287009127009130009130009130009130009216009060 E2004111977012503012503012503012503012626012405012403012403012403012403011374011182 E2004111976012699012699012699012699012819012596012594012594012594012594012717012503 E2004111975012899012899012899012899013023012798012798012798012798012798012923012698 E2004111974012848012848012848012848012971013002013002013002013002013002013126012901 E2004111973012956012989012989012989012989013020013146013174013176013176013176012848 E2004111972012588012617012619012619012619012654012777012805012805012805012805012833 E2004111971012630012660012660012660012660012695012606012636012636012636012636012666 E2004111970013700013734013736013736013736013800013936013969013969013969013969014001 E2004111969013727013727013727013727013860013342013471013501013502013502013502013572 E2004111968013128013128013128013128013257013416013414013414013414013414013544013728 E2004111967012586012586012586012586012706012846012845012845012845012845012970013128 E2004111966012813012813012194012194012202012328012327012327012327012327012446012585 E2004111965023180021262020947020945020945018090018090017748017612017612017612012812 E2004111964022455022671022779022777022777022929022929023152023261023261023261023180 E2004111963021522021731021832021829021829021995021995022211022317022317022317022455 E2004111962020675020875021027021024021024021079021079021281021432021433021433021522 E2004111961019718019907020137020136020136020195020195020388020617020615020615020675 E2004111960018850019017019236019236019236019269019269019452019678019679019679019718 E2004111959019153019153019153019153019153018788018788018601018810018810018810018850 E2004111958018312018312018312018312018312018453018672018671018671018671018671018934 E2004111957019956019990019990019990019990020272020508020507020507020507020507018097 E2004111956018679018679018859019383019383019429019429019429019619019848019847019956 E2004111955017753017753017926018157018157018205018205018205018382018629018629018679 E2004111954016886016886017051017269017269017312017312017312017481017716017717017753 E2004111953017814017814016338016541016541016581016581016581016633016843016844016886 E2004111952017066017066017066017066017338017378017378017378017546017769017766017814 E2004111951016260016260016260016260016416016661016660016660016660016660016823017065 E2004111950014706014706014706014706014848015053015053015053015053015053015199015426 E2004111949013669013669013669013669013802014383014383014383014383014383014523014706 E2004111948013141013141013141013141013109013323013323013323013323013323013451013669 E2004111947012338012338012338012338012457012657012657012657012657012657012934013141 E2004111946011728011728011728011728011841012025012025012025012025012025012142012338 E2004111945011047011047011047011047011154011333011333011333011333011333011443011728 E2004111944010509010509010509010509010611010770010770010770010770010770010875011047 E2004111943009995009995009995009995010091010248010248010248010248010248010348010509 E2004111942009435009435009435009435009600009745009745009745009745009745009840009995 E2004111941 009059009196009196009196009196009196009286009435 S2004111970013671013671013671013671013804013870013870013870013870013870 S2004111969013570013570013570013570013437013500013500013500013500013500013607013670 S2004111968015629015629015629015629014337014568014568014568013618013618013497013570 S2004111967 015333015404015405015405015405015405015552015628 N2004062004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004062003001293001290001287001284001278001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004062002001345001342001339001336001324001322001319001316001313001310001298001295 N2004062001001414001411001408001405001382001379001376001373001370001367001351001348 N2004062000001491001488001485001482001462001458001455001452001449001446001420001417 N2004061999001568001564001561001558001542001538001525001521001518001515001498001495 N2004061998001654001650001647001643001616001612001608001605001601001598001575001571 N2004061997001666001666001666001666001710001706001702001699001695001691001661001657 N2004061996001745001745001745001745001725001725001704001704001704001704001687001687 N2004061995001899001899001899001899001814001814001792001792001792001792001767001767 N2004061994001986001986001986001986001968001968001944001944001944001944001922001922 N2004061993002396002396002084002084002058002058002032002032002032002032002009002009 N2004061992002541002541002541002541002541002541002467002467002467002467002467002467 N2004061991002644002644002644002644002644002644002592002592002592002592002592002592 N2004061990002751002751002751002751002751002751002697002697002697002697002697002697 N2004061989002862002862002862002862002862002862002806002806002806002806002806002806 N2004061988002978002978002978002978002978002978002919002919002919002919002919002919 N2004061987003103003103003103003103003098003098003037003037003037003037003037003037 N2004061986003585003585003585003585003585003585003515003515003515003515003160003160 N2004061985003730003730003730003730003730003730003657003657003657003657003657003657 N2004061984004062004062004062004062003930003930003885003885003885003885003804003804 N2004061983004907004907004479004479004291004291004242004242004242004242004118004118 N2004061982005350005350005350005350005350005350005245005245005245005245005005005005 N2004061981005814005814005814005814005566005566005457005457005457005457005457005457 N2004061980006534006534006534006534006600006600006470006470006470006470005931005931 N2004072004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004072003001295001293001290001287001281001278001275NO PAYNO PAYNO PAYNO PAYNO PAY N2004072002001348001345001342001339001327001324001322001319001316001313001301001298 N2004072001001417001414001411001408001385001382001379001376001373001370001354001351 N2004072000001495001491001488001485001465001462001458001455001452001449001423001420 N2004071999001571001568001564001561001545001542001538001525001521001518001501001498 N2004071998001657001654001650001647001620001616001612001608001605001601001578001575 N2004071997001687001666001666001666001714001710001706001702001699001695001665001661 N2004071996001767001745001745001745001725001725001725001704001704001704001687001687 N2004071995001922001899001899001899001814001814001814001792001792001792001767001767 N2004071994002009001986001986001986001968001968001968001944001944001944001922001922 N2004071993002467002396002084002084002058002058002058002032002032002032002009002009 N2004071992002592002541002541002541002541002541002541002467002467002467002467002467 N2004071991002697002644002644002644002644002644002644002592002592002592002592002592 N2004071990002806002751002751002751002751002751002751002697002697002697002697002697 N2004071989002919002862002862002862002862002862002862002806002806002806002806002806 N2004071988003037002978002978002978002978002978002978002919002919002919002919002919 N2004071987003160003103003103003103003098003098003098003037003037003037003037003037 N2004071986003657003585003585003585003585003585003585003515003515003515003160003160 N2004071985003804003730003730003730003730003730003730003657003657003657003657003657 N2004071984004118004062004062004062003930003930003930003885003885003885003804003804 N2004071983005005004907004479004479004291004291004291004242004242004242004118004118 N2004071982005457005350005350005350005350005350005350005245005245005245005005005005 N2004071981005931005814005814005814005566005566005566005457005457005457005457005457 N2004071980006665006534006534006534006600006600006600006470006470006470005931005931 N2004082004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004082003001298001295001293001290001284001281001278001275NO PAYNO PAYNO PAYNO PAY N2004082002001351001348001345001342001330001327001324001322001319001316001304001301 N2004082001001420001417001414001411001388001385001382001379001376001373001356001354 N2004082000001498001495001491001488001468001465001462001458001455001452001426001423 N2004081999001575001571001568001564001549001545001542001538001525001521001504001501 N2004081998001661001657001654001650001623001620001616001612001608001605001582001578 N2004081997001687001687001666001666001718001714001710001706001702001699001669001665 N2004081996001767001767001745001745001725001725001725001725001704001704001687001687 N2004081995001922001922001899001899001814001814001814001814001792001792001767001767 N2004081994002009002009001986001986001968001968001968001968001944001944001922001922 N2004081993002467002467002084002084002058002058002058002058002032002032002009002009 N2004081992002592002592002541002541002541002541002541002541002467002467002467002467 N2004081991002697002697002644002644002644002644002644002644002592002592002592002592 N2004081990002806002806002751002751002751002751002751002751002697002697002697002697 N2004081989002919002919002862002862002862002862002862002862002806002806002806002806 N2004081988003037003037002978002978002978002978002978002978002919002919002919002919 N2004081987003160003160003103003103003098003098003098003098003037003037003037003037 N2004081986003657003657003585003585003585003585003585003585003515003515003160003160 N2004081985003804003804003730003730003730003730003730003730003657003657003657003657 N2004081984004118004118004062004062003930003930003930003930003885003885003804003804 N2004081983005005005005004479004479004291004291004291004291004242004242004118004118 N2004081982005457005457005350005350005350005350005350005350005245005245005005005005 N2004081981005931005931005814005814005566005566005566005566005457005457005457005457 N2004081980006665006665006534006534006600006600006600006600006470006470005931005931 N2004092004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004092003001301001298001295001293001287001284001281001278001275NO PAYNO PAYNO PAY N2004092002001354001351001348001345001333001330001327001324001322001319001307001304 N2004092001001423001420001417001414001391001388001385001382001379001376001359001356 N2004092000001501001498001495001491001471001468001465001462001458001455001429001426 N2004091999001578001575001571001568001553001549001545001542001538001525001508001504 N2004091998001665001661001657001654001627001623001620001616001612001608001586001582 N2004091997001687001687001687001666001722001718001714001710001706001702001673001669 N2004091996001767001767001767001745001725001725001725001725001725001704001687001687 N2004091995001922001922001922001899001814001814001814001814001814001792001767001767 N2004091994002009002009002009001986001968001968001968001968001968001944001922001922 N2004091993002467002467002109002084002058002058002058002058002058002032002009002009 N2004091992002592002592002592002541002541002541002541002541002541002467002467002467 N2004091991002697002697002697002644002644002644002644002644002644002592002592002592 N2004091990002806002806002806002751002751002751002751002751002751002697002697002697 N2004091989002919002919002919002862002862002862002862002862002862002806002806002806 N2004091988003037003037003037002978002978002978002978002978002978002919002919002919 N2004091987003160003160003160003103003098003098003098003098003098003037003037003037 N2004091986003657003657003657003585003585003585003585003585003585003515003160003160 N2004091985003804003804003804003730003730003730003730003730003730003657003657003657 N2004091984004118004118004118004062003930003930003930003930003930003885003804003804 N2004091983005005005005004531004479004291004291004291004291004291004242004118004118 N2004091982005457005457005457005350005350005350005350005350005350005245005005005005 N2004091981005931005931005931005814005566005566005566005566005566005457005457005457 N2004091980006665006665006665006534006600006600006600006600006600006470005931005931 N2004102004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004102003001304001301001298001295001290001287001284001281001278001275NO PAYNO PAY N2004102002001356001354001351001348001336001333001330001327001324001322001310001307 N2004102001001426001423001420001417001395001391001388001385001382001379001362001359 N2004102000001504001501001498001495001475001471001468001465001462001458001433001429 N2004101999001582001578001575001571001556001553001549001545001542001538001511001508 N2004101998001669001665001661001657001631001627001623001620001616001612001590001586 N2004101997001687001687001687001687001726001722001718001714001710001706001677001673 N2004101996001767001767001767001767001725001725001725001725001725001725001687001687 N2004101995001922001922001922001922001814001814001814001814001814001814001767001767 N2004101994002009002009002009002009001968001968001968001968001968001968001922001922 N2004101993002467002467002109002109002058002058002058002058002058002058002009002009 N2004101992002592002592002592002592002541002541002541002541002541002541002467002467 N2004101991002697002697002697002697002644002644002644002644002644002644002592002592 N2004101990002806002806002806002806002751002751002751002751002751002751002697002697 N2004101989002919002919002919002919002862002862002862002862002862002862002806002806 N2004101988003037003037003037003037002978002978002978002978002978002978002919002919 N2004101987003160003160003160003160003098003098003098003098003098003098003037003037 N2004101986003657003657003657003657003585003585003585003585003585003585003160003160 N2004101985003804003804003804003804003730003730003730003730003730003730003657003657 N2004101984004118004118004118004118003930003930003930003930003930003930003804003804 N2004101983005005005005004531004531004291004291004291004291004291004291004118004118 N2004101982005457005457005457005457005350005350005350005350005350005350005005005005 N2004101981005931005931005931005931005566005566005566005566005566005566005457005457 N2004101980006665006665006665006665006600006600006600006600006600006600005931005931 N2004112004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004112003001307001304001301001298001293001290001287001284001281001278001275NO PAY N2004112002001359001356001354001351001339001336001333001330001327001324001313001310 N2004112001001429001426001423001420001398001395001391001388001385001382001366001362 N2004112000001508001504001501001498001478001475001471001468001465001462001436001433 N2004111999001586001582001578001575001560001556001553001549001545001542001525001511 N2004111998001673001669001665001661001635001631001627001623001620001616001593001590 N2004111997001687001687001687001687001730001726001722001718001714001710001681001677 N2004111996001767001767001767001767001748001725001725001725001725001725001710001687 N2004111995001922001922001922001922001838001814001814001814001814001814001791001767 N2004111994002009002009002009002009001995001968001968001968001968001968001949001922 N2004111993002467002467002109002109002086002058002058002058002058002058002036002009 N2004111992002592002592002592002592002592002541002541002541002541002541002541002467 N2004111991002697002697002697002697002697002644002644002644002644002644002644002592 N2004111990002806002806002806002806002806002751002751002751002751002751002751002697 N2004111989002919002919002919002919002919002862002862002862002862002862002862002806 N2004111988003037003037003037003037003037002978002978002978002978002978002978002919 N2004111987003160003160003160003160003160003098003098003098003098003098003098003037 N2004111986003657003657003657003657003657003585003585003585003585003585003223003160 N2004111985003804003804003804003804003804003730003730003730003730003730003730003657 N2004111984004118004118004118004118003980003930003930003930003930003930003880003804 N2004111983005005005005004531004531004355004291004291004291004291004291004170004118 N2004111982005457005457005457005457005457005350005350005350005350005350005105005005 N2004111981005931005931005931005931005678005566005566005566005566005566005566005457 N2004111980006665006665006665006665006732006600006600006600006600006600006049005931 I2004062004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004062003002629002623002617002606002577002572NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004062002002734002727002720002707002688002681002675002668002661002649002640002635 I2004062001002999002988002977002960002895002885002875002866002856002841002748002741 I2004062000003217003205003193003175003157003144003132003120003108003090003021003010 I2004061999003407003395003383003370003350003334003286003274003262003243003241003229 I2004061998 003476003464003436003420 I2004072004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004072003002635002629002623002617002581002577002572NO PAYNO PAYNO PAYNO PAYNO PAY I2004072002002741002734002727002720002695002688002681002675002668002661002646002640 I2004072001003010002999002988002977002905002895002885002875002866002856002755002748 I2004072000003229003217003205003193003169003157003144003132003120003108003033003021 I2004071999003420003407003395003383003365003350003334003286003274003262003253003241 I2004071998 003489003476003452003436 I2004082004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004082003002640002635002629002623002586002581002577002572NO PAYNO PAYNO PAYNO PAY I2004082002002748002741002734002727002702002695002688002681002675002668002652002646 I2004082001003021003010002999002988002915002905002895002885002875002866002762002755 I2004082000003241003229003217003205003181003169003157003144003132003120003044003033 I2004081999003436003420003407003395003381003365003350003334003286003274003265003253 I2004081998 003502003489003469003452 I2004092004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004092003002646002640002635002629002593002586002581002577002572NO PAYNO PAYNO PAY I2004092002002755002748002741002734002712002702002695002688002681002675002661002652 I2004092001003033003021003010002999002928002915002905002895002885002875002772002762 I2004092000003253003241003229003217003197003181003169003157003144003132003059003044 I2004091999003452003436003420003407003397003381003365003350003334003286003281003265 I2004091998 003515003502003485003469 I2004102004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004102003002652002646002640002635002601002593002586002581002577002572NO PAYNO PAY I2004102002002762002755002748002741002722002712002702002695002688002681002670002661 I2004102001003044003033003021003010002941002928002915002905002895002885002782002772 I2004102000003265003253003241003229003213003197003181003169003157003144003073003059 I2004101999003469003452003436003420003413003397003381003365003350003334003296003281 I2004101998 003532003515003501003485 I2004112004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004112003002661002652002646002640002608002601002593002586002581002577002549NO PAY I2004112002002772002762002755002748002732002722002712002702002695002688002678002670 I2004112001003059003044003033003021002954002941002928002915002905002895002792002782 I2004112000003281003265003253003241003229003213003197003181003169003157003088003073 I2004111999003485003469003452003436003429003413003397003381003365003350003360003296 I2004111998 003549003532003518003501 gbonds-2.0.3/data/sb200212.asc0000664000076400007640000011130211106721200012363 00000000000000E2002121980008219008219008219008219008303008303 E2002121979008371008371008371008371008452008471008305008305008305008305008384008384 E2002121978010230010230009052009052008579008601008434008434008434008434008514008537 E2002121977011550011550011550011550011665011689011458011458011458011458010508010537 E2002121976011732011732011732011732011843011870011635011635011635011635011748011781 E2002121975011916011916011916011916012031012060011823011823011823011823011939011965 E2002121974012107012107012107012107012223012252012012012012012012012012012127012157 E2002121973012871012903012650012650012650012680012803012831012581012581012581012349 E2002121972012588012617012619012619012619012654012777012805012805012805012805012833 E2002121971012630012660012660012660012660012695012606012636012636012636012636012666 E2002121970013700013734013736013736013736013800013936013969013969013969013969014001 E2002121969013727013727013727013727013860013342013471013501013502013502013502013572 E2002121968013128013128013128013128013257013416013414013414013414013414013544013728 E2002121967012586012586012586012586012706012846012845012845012845012845012970013128 E2002121966012813012813012194012194012202012328012327012327012327012327012446012585 E2002121965021415019643019739019162019162017049017049016844016931016598016598012812 E2002121964021371021576021679021252021252021393021393021602021704021278021278021415 E2002121963021310021517021617021190021190021352021352021561021664021239021239021371 E2002121962020675020875021027021024021024021079021079021281021432021433021433021522 E2002121961019718019907020137020136020136020195020195020388020617020615020615020675 E2002121960018850019017019236019236019236019269019269019452019678019679019679019718 E2002121959019153019153019153019153019153018788018788018601018810018810018810018850 E2002121958018312018312018312018312018312018453018672018671018671018671018671018934 E2002121957019956019990019990019990019990020272020508020507020507020507020507018097 E2002121956018679018679018859019383019383019429019429019429019619019848019847019956 E2002121955017753017753017926018157018157018205018205018205018382018629018629018679 E2002121954016886016886017051017269017269017312017312017312017481017716017717017753 E2002121953017814017814016338016541016541016581016581016581016633016843016844016886 E2002121952017066017066017066017066017338017378017378017378017546017769017766017814 E2002121951016260016260016260016260016416016661016660016660016660016660016823017065 E2002121950014706014706014706014706014848015053015053015053015053015053015199015426 E2002121949013669013669013669013669013802014383014383014383014383014383014523014706 E2002121948013141013141013141013141013109013323013323013323013323013323013451013669 E2002121947012338012338012338012338012457012657012657012657012657012657012934013141 E2002121946011728011728011728011728011841012025012025012025012025012025012142012338 E2002121945011047011047011047011047011154011333011333011333011333011333011443011728 E2002121944010509010509010509010509010611010770010770010770010770010770010875011047 E2002121943009995009995009995009995010091010248010248010248010248010248010348010509 E2002121942009435009435009435009435009600009745009745009745009745009745009840009995 E2002121941 009059009196009196009196009196009196009286009435 S2002121970013671013671013671013671013804013870013870013870013870013870 S2002121969013570013570013570013570013437013500013500013500013500013500013607013670 S2002121968015629015629015629015629014337014568014568014568013618013618013497013570 S2002121967 015333015404015405015405015405015405015552015628 E2003011980008384008219008219008219008303008303 E2003011979008538008371008371008371008452008471008471008305008305008305008384008384 E2003011978010537010230009052009052008579008601008602008434008434008434008514008537 E2003011977011781011550011550011550011665011689011687011458011458011458010508010537 E2003011976011966011732011732011732011843011870011867011635011635011635011748011781 E2003011975012155011916011916011916012031012060012060011823011823011823011939011965 E2003011974012349012107012107012107012223012252012252012012012012012012012127012157 E2003011973012956012903012903012650012650012680012803012831012833012581012581012349 E2003011972012588012617012619012619012619012654012777012805012805012805012805012833 E2003011971012630012660012660012660012660012695012606012636012636012636012636012666 E2003011970013700013734013736013736013736013800013936013969013969013969013969014001 E2003011969013727013727013727013727013860013342013471013501013502013502013502013572 E2003011968013128013128013128013128013257013416013414013414013414013414013544013728 E2003011967012586012586012586012586012706012846012845012845012845012845012970013128 E2003011966012813012813012194012194012202012328012327012327012327012327012446012585 E2003011965021415019643019739019737019162017049017049016844016931016931016598012812 E2003011964021371021576021679021677021252021393021393021602021704021704021278021415 E2003011963021522021517021617021614021190021352021352021561021664021664021239021371 E2003011962020675020875021027021024021024021079021079021281021432021433021433021522 E2003011961019718019907020137020136020136020195020195020388020617020615020615020675 E2003011960018850019017019236019236019236019269019269019452019678019679019679019718 E2003011959019153019153019153019153019153018788018788018601018810018810018810018850 E2003011958018312018312018312018312018312018453018672018671018671018671018671018934 E2003011957019956019990019990019990019990020272020508020507020507020507020507018097 E2003011956018679018679018859019383019383019429019429019429019619019848019847019956 E2003011955017753017753017926018157018157018205018205018205018382018629018629018679 E2003011954016886016886017051017269017269017312017312017312017481017716017717017753 E2003011953017814017814016338016541016541016581016581016581016633016843016844016886 E2003011952017066017066017066017066017338017378017378017378017546017769017766017814 E2003011951016260016260016260016260016416016661016660016660016660016660016823017065 E2003011950014706014706014706014706014848015053015053015053015053015053015199015426 E2003011949013669013669013669013669013802014383014383014383014383014383014523014706 E2003011948013141013141013141013141013109013323013323013323013323013323013451013669 E2003011947012338012338012338012338012457012657012657012657012657012657012934013141 E2003011946011728011728011728011728011841012025012025012025012025012025012142012338 E2003011945011047011047011047011047011154011333011333011333011333011333011443011728 E2003011944010509010509010509010509010611010770010770010770010770010770010875011047 E2003011943009995009995009995009995010091010248010248010248010248010248010348010509 E2003011942009435009435009435009435009600009745009745009745009745009745009840009995 E2003011941 009059009196009196009196009196009196009286009435 S2003011970013671013671013671013671013804013870013870013870013870013870 S2003011969013570013570013570013570013437013500013500013500013500013500013607013670 S2003011968015629015629015629015629014337014568014568014568013618013618013497013570 S2003011967 015333015404015405015405015405015405015552015628 E2003021980008384008384008219008219008303008303 E2003021979008538008538008371008371008452008471008471008471008305008305008384008384 E2003021978010537010537009052009052008579008601008602008602008434008434008514008537 E2003021977011781011781011550011550011665011689011687011687011458011458010508010537 E2003021976011966011966011732011732011843011870011867011867011635011635011748011781 E2003021975012155012155011916011916012031012060012060012060011823011823011939011965 E2003021974012349012349012107012107012223012252012252012252012012012012012127012157 E2003021973012956012989012903012903012650012680012803012831012833012833012581012349 E2003021972012588012617012619012619012619012654012777012805012805012805012805012833 E2003021971012630012660012660012660012660012695012606012636012636012636012636012666 E2003021970013700013734013736013736013736013800013936013969013969013969013969014001 E2003021969013727013727013727013727013860013342013471013501013502013502013502013572 E2003021968013128013128013128013128013257013416013414013414013414013414013544013728 E2003021967012586012586012586012586012706012846012845012845012845012845012970013128 E2003021966012813012813012194012194012202012328012327012327012327012327012446012585 E2003021965021415019643019739019737019737017049017049016844016931016931016931012812 E2003021964021371021576021679021677021677021393021393021602021704021704021704021415 E2003021963021522021731021617021614021614021352021352021561021664021664021664021371 E2003021962020675020875021027021024021024021079021079021281021432021433021433021522 E2003021961019718019907020137020136020136020195020195020388020617020615020615020675 E2003021960018850019017019236019236019236019269019269019452019678019679019679019718 E2003021959019153019153019153019153019153018788018788018601018810018810018810018850 E2003021958018312018312018312018312018312018453018672018671018671018671018671018934 E2003021957019956019990019990019990019990020272020508020507020507020507020507018097 E2003021956018679018679018859019383019383019429019429019429019619019848019847019956 E2003021955017753017753017926018157018157018205018205018205018382018629018629018679 E2003021954016886016886017051017269017269017312017312017312017481017716017717017753 E2003021953017814017814016338016541016541016581016581016581016633016843016844016886 E2003021952017066017066017066017066017338017378017378017378017546017769017766017814 E2003021951016260016260016260016260016416016661016660016660016660016660016823017065 E2003021950014706014706014706014706014848015053015053015053015053015053015199015426 E2003021949013669013669013669013669013802014383014383014383014383014383014523014706 E2003021948013141013141013141013141013109013323013323013323013323013323013451013669 E2003021947012338012338012338012338012457012657012657012657012657012657012934013141 E2003021946011728011728011728011728011841012025012025012025012025012025012142012338 E2003021945011047011047011047011047011154011333011333011333011333011333011443011728 E2003021944010509010509010509010509010611010770010770010770010770010770010875011047 E2003021943009995009995009995009995010091010248010248010248010248010248010348010509 E2003021942009435009435009435009435009600009745009745009745009745009745009840009995 E2003021941 009059009196009196009196009196009196009286009435 S2003021970013671013671013671013671013804013870013870013870013870013870 S2003021969013570013570013570013570013437013500013500013500013500013500013607013670 S2003021968015629015629015629015629014337014568014568014568013618013618013497013570 S2003021967 015333015404015405015405015405015405015552015628 E2003031980008384008384008384008219008303008303 E2003031979008538008538008538008371008452008471008471008471008471008305008384008384 E2003031978010537010537009234009052008579008601008602008602008602008434008514008537 E2003031977011781011781011781011550011665011689011687011687011687011458010508010537 E2003031976011966011966011966011732011843011870011867011867011867011635011748011781 E2003031975012155012155012155011916012031012060012060012060012060011823011939011965 E2003031974012349012349012349012107012223012252012252012252012252012012012127012157 E2003031973012956012989012989012903012903012680012803012831012833012833012833012349 E2003031972012588012617012619012619012619012654012777012805012805012805012805012833 E2003031971012630012660012660012660012660012695012606012636012636012636012636012666 E2003031970013700013734013736013736013736013800013936013969013969013969013969014001 E2003031969013727013727013727013727013860013342013471013501013502013502013502013572 E2003031968013128013128013128013128013257013416013414013414013414013414013544013728 E2003031967012586012586012586012586012706012846012845012845012845012845012970013128 E2003031966012813012813012194012194012202012328012327012327012327012327012446012585 E2003031965021415019643019739019737019737017391017049016844016931016931016931012812 E2003031964021371021576021679021677021677021821021393021602021704021704021704021843 E2003031963021522021731021832021614021614021779021352021561021664021664021664021798 E2003031962020675020875021027021024021024021079021079021281021432021433021433021522 E2003031961019718019907020137020136020136020195020195020388020617020615020615020675 E2003031960018850019017019236019236019236019269019269019452019678019679019679019718 E2003031959019153019153019153019153019153018788018788018601018810018810018810018850 E2003031958018312018312018312018312018312018453018672018671018671018671018671018934 E2003031957019956019990019990019990019990020272020508020507020507020507020507018097 E2003031956018679018679018859019383019383019429019429019429019619019848019847019956 E2003031955017753017753017926018157018157018205018205018205018382018629018629018679 E2003031954016886016886017051017269017269017312017312017312017481017716017717017753 E2003031953017814017814016338016541016541016581016581016581016633016843016844016886 E2003031952017066017066017066017066017338017378017378017378017546017769017766017814 E2003031951016260016260016260016260016416016661016660016660016660016660016823017065 E2003031950014706014706014706014706014848015053015053015053015053015053015199015426 E2003031949013669013669013669013669013802014383014383014383014383014383014523014706 E2003031948013141013141013141013141013109013323013323013323013323013323013451013669 E2003031947012338012338012338012338012457012657012657012657012657012657012934013141 E2003031946011728011728011728011728011841012025012025012025012025012025012142012338 E2003031945011047011047011047011047011154011333011333011333011333011333011443011728 E2003031944010509010509010509010509010611010770010770010770010770010770010875011047 E2003031943009995009995009995009995010091010248010248010248010248010248010348010509 E2003031942009435009435009435009435009600009745009745009745009745009745009840009995 E2003031941 009059009196009196009196009196009196009286009435 S2003031970013671013671013671013671013804013870013870013870013870013870 S2003031969013570013570013570013570013437013500013500013500013500013500013607013670 S2003031968015629015629015629015629014337014568014568014568013618013618013497013570 S2003031967 015333015404015405015405015405015405015552015628 E2003041980008384008384008384008384008303008303 E2003041979008538008538008538008538008452008471008471008471008471008471008384008384 E2003041978010537010537009234009234008579008601008602008602008602008602008514008537 E2003041977011781011781011781011781011665011689011687011687011687011687010508010537 E2003041976011966011966011966011966011843011870011867011867011867011867011748011781 E2003041975012155012155012155012155012031012060012060012060012060012060011939011965 E2003041974012349012349012349012349012223012252012252012252012252012252012127012157 E2003041973012956012989012989012989012903012934012803012831012833012833012833012349 E2003041972012588012617012619012619012619012654012777012805012805012805012805012833 E2003041971012630012660012660012660012660012695012606012636012636012636012636012666 E2003041970013700013734013736013736013736013800013936013969013969013969013969014001 E2003041969013727013727013727013727013860013342013471013501013502013502013502013572 E2003041968013128013128013128013128013257013416013414013414013414013414013544013728 E2003041967012586012586012586012586012706012846012845012845012845012845012970013128 E2003041966012813012813012194012194012202012328012327012327012327012327012446012585 E2003041965021843019643019739019737019737017391017391016844016931016931016931012812 E2003041964021798021576021679021677021677021821021821021602021704021704021704021843 E2003041963021522021731021832021829021614021779021779021561021664021664021664021798 E2003041962020675020875021027021024021024021079021079021281021432021433021433021522 E2003041961019718019907020137020136020136020195020195020388020617020615020615020675 E2003041960018850019017019236019236019236019269019269019452019678019679019679019718 E2003041959019153019153019153019153019153018788018788018601018810018810018810018850 E2003041958018312018312018312018312018312018453018672018671018671018671018671018934 E2003041957019956019990019990019990019990020272020508020507020507020507020507018097 E2003041956018679018679018859019383019383019429019429019429019619019848019847019956 E2003041955017753017753017926018157018157018205018205018205018382018629018629018679 E2003041954016886016886017051017269017269017312017312017312017481017716017717017753 E2003041953017814017814016338016541016541016581016581016581016633016843016844016886 E2003041952017066017066017066017066017338017378017378017378017546017769017766017814 E2003041951016260016260016260016260016416016661016660016660016660016660016823017065 E2003041950014706014706014706014706014848015053015053015053015053015053015199015426 E2003041949013669013669013669013669013802014383014383014383014383014383014523014706 E2003041948013141013141013141013141013109013323013323013323013323013323013451013669 E2003041947012338012338012338012338012457012657012657012657012657012657012934013141 E2003041946011728011728011728011728011841012025012025012025012025012025012142012338 E2003041945011047011047011047011047011154011333011333011333011333011333011443011728 E2003041944010509010509010509010509010611010770010770010770010770010770010875011047 E2003041943009995009995009995009995010091010248010248010248010248010248010348010509 E2003041942009435009435009435009435009600009745009745009745009745009745009840009995 E2003041941 009059009196009196009196009196009196009286009435 S2003041970013671013671013671013671013804013870013870013870013870013870 S2003041969013570013570013570013570013437013500013500013500013500013500013607013670 S2003041968015629015629015629015629014337014568014568014568013618013618013497013570 S2003041967 015333015404015405015405015405015405015552015628 E2003051980008384008384008384008384008469008303 E2003051979008538008538008538008538008621008471008471008471008471008471008551008384 E2003051978010537010537009234009234008751008601008602008602008602008602008684008537 E2003051977011781011781011781011781011898011689011687011687011687011687010718010537 E2003051976011966011966011966011966012080011870011867011867011867011867011983011781 E2003051975012155012155012155012155012272012060012060012060012060012060012178011965 E2003051974012349012349012349012349012468012252012252012252012252012252012369012157 E2003051973012956012989012989012989012989012934013059012831012833012833012833012349 E2003051972012588012617012619012619012619012654012777012805012805012805012805012833 E2003051971012630012660012660012660012660012695012606012636012636012636012636012666 E2003051970013700013734013736013736013736013800013936013969013969013969013969014001 E2003051969013727013727013727013727013860013342013471013501013502013502013502013572 E2003051968013128013128013128013128013257013416013414013414013414013414013544013728 E2003051967012586012586012586012586012706012846012845012845012845012845012970013128 E2003051966012813012813012194012194012202012328012327012327012327012327012446012585 E2003051965021843020036019739019737019737017391017391017104016931016931016931012812 E2003051964021798022007021679021677021677021821021821022034021704021704021704021843 E2003051963021522021731021832021829021829021779021779021992021664021664021664021798 E2003051962020675020875021027021024021024021079021079021281021432021433021433021522 E2003051961019718019907020137020136020136020195020195020388020617020615020615020675 E2003051960018850019017019236019236019236019269019269019452019678019679019679019718 E2003051959019153019153019153019153019153018788018788018601018810018810018810018850 E2003051958018312018312018312018312018312018453018672018671018671018671018671018934 E2003051957019956019990019990019990019990020272020508020507020507020507020507018097 E2003051956018679018679018859019383019383019429019429019429019619019848019847019956 E2003051955017753017753017926018157018157018205018205018205018382018629018629018679 E2003051954016886016886017051017269017269017312017312017312017481017716017717017753 E2003051953017814017814016338016541016541016581016581016581016633016843016844016886 E2003051952017066017066017066017066017338017378017378017378017546017769017766017814 E2003051951016260016260016260016260016416016661016660016660016660016660016823017065 E2003051950014706014706014706014706014848015053015053015053015053015053015199015426 E2003051949013669013669013669013669013802014383014383014383014383014383014523014706 E2003051948013141013141013141013141013109013323013323013323013323013323013451013669 E2003051947012338012338012338012338012457012657012657012657012657012657012934013141 E2003051946011728011728011728011728011841012025012025012025012025012025012142012338 E2003051945011047011047011047011047011154011333011333011333011333011333011443011728 E2003051944010509010509010509010509010611010770010770010770010770010770010875011047 E2003051943009995009995009995009995010091010248010248010248010248010248010348010509 E2003051942009435009435009435009435009600009745009745009745009745009745009840009995 E2003051941 009059009196009196009196009196009196009286009435 S2003051970013671013671013671013671013804013870013870013870013870013870 S2003051969013570013570013570013570013437013500013500013500013500013500013607013670 S2003051968015629015629015629015629014337014568014568014568013618013618013497013570 S2003051967 015333015404015405015405015405015405015552015628 N2002122002001283001279001275001271001266001262NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2002122001001350001345001341001336001321001317001313001308001304001300001292001288 N2002122000001424001420001415001410001398001394001389001385001380001375001359001354 N2002121999001488001483001478001474001464001459001454001450001445001440001434001429 N2002121998001568001563001558001553001535001530001525001520001515001510001497001493 N2002121997001590001590001590001590001639001635001629001624001619001614001593001589 N2002121996001666001666001666001666001658001658001628001628001628001628001620001620 N2002121995001814001814001814001814001743001743001711001711001711001711001697001697 N2002121994001895001895001895001895001890001890001856001856001856001856001847001847 N2002121993002192002192001990001990001977001977001940001940001940001940001931001931 N2002121992002326002326002326002326002326002326002258002258002258002258002258002258 N2002121991002467002467002467002467002467002467002396002396002396002396002396002396 N2002121990002592002592002592002592002592002592002541002541002541002541002541002541 N2002121989002697002697002697002697002697002697002644002644002644002644002644002644 N2002121988002806002806002806002806002806002806002751002751002751002751002751002751 N2002121987002961002961002961002961002930002930002875002875002875002875002862002862 N2002121986003378003378003378003378003378003378003312003312003312003312003016003016 N2002121985003530003530003530003530003515003515003446003446003446003446003446003446 N2002121984003882003882003882003882003772003772003707003707003707003707003598003598 N2002121983004579004579004270004270004128004128004048004048004048004048003952003952 N2002121982005042005042005042005042005042005042004943004943004943004943004716004716 N2002121981005479005479005479005479005245005245005143005143005143005143005143005143 N2002121980006158006158006158006158006219006219006097006097006097006097005589005589 N2003012003NO PAY N2003012002001288001283001279001275001271001266001262NO PAYNO PAYNO PAYNO PAYNO PAY N2003012001001354001350001345001341001325001321001317001313001308001304001296001292 N2003012000001429001424001420001415001403001398001394001389001385001380001363001359 N2003011999001493001488001483001478001469001464001459001454001450001445001438001434 N2003011998001589001568001563001558001540001535001530001525001520001515001502001497 N2003011997001620001590001590001590001644001639001635001629001624001619001598001593 N2003011996001697001666001666001666001658001658001658001628001628001628001620001620 N2003011995001847001814001814001814001743001743001743001711001711001711001697001697 N2003011994001931001895001895001895001890001890001890001856001856001856001847001847 N2003011993002258002192001990001990001977001977001977001940001940001940001931001931 N2003011992002396002326002326002326002326002326002326002258002258002258002258002258 N2003011991002541002467002467002467002467002467002467002396002396002396002396002396 N2003011990002644002592002592002592002592002592002592002541002541002541002541002541 N2003011989002751002697002697002697002697002697002697002644002644002644002644002644 N2003011988002862002806002806002806002806002806002806002751002751002751002751002751 N2003011987003016002961002961002961002930002930002930002875002875002875002862002862 N2003011986003446003378003378003378003378003378003378003312003312003312003016003016 N2003011985003598003530003530003530003515003515003515003446003446003446003446003446 N2003011984003952003882003882003882003772003772003772003707003707003707003598003598 N2003011983004716004579004270004270004128004128004128004048004048004048003952003952 N2003011982005143005042005042005042005042005042005042004943004943004943004716004716 N2003011981005589005479005479005479005245005245005245005143005143005143005143005143 N2003011980006281006158006158006158006219006219006219006097006097006097005589005589 N2003022003NO PAYNO PAY N2003022002001292001288001283001279001275001271001266001262NO PAYNO PAYNO PAYNO PAY N2003022001001359001354001350001345001330001325001321001317001313001308001300001296 N2003022000001434001429001424001420001407001403001398001394001389001385001368001363 N2003021999001497001493001488001483001474001469001464001459001454001450001443001438 N2003021998001593001589001568001563001545001540001535001530001525001520001507001502 N2003021997001620001620001590001590001648001644001639001635001629001624001602001598 N2003021996001697001697001666001666001658001658001658001658001628001628001620001620 N2003021995001847001847001814001814001743001743001743001743001711001711001697001697 N2003021994001931001931001895001895001890001890001890001890001856001856001847001847 N2003021993002258002258001990001990001977001977001977001977001940001940001931001931 N2003021992002396002396002326002326002326002326002326002326002258002258002258002258 N2003021991002541002541002467002467002467002467002467002467002396002396002396002396 N2003021990002644002644002592002592002592002592002592002592002541002541002541002541 N2003021989002751002751002697002697002697002697002697002697002644002644002644002644 N2003021988002862002862002806002806002806002806002806002806002751002751002751002751 N2003021987003016003016002961002961002930002930002930002930002875002875002862002862 N2003021986003446003446003378003378003378003378003378003378003312003312003016003016 N2003021985003598003598003530003530003515003515003515003515003446003446003446003446 N2003021984003952003952003882003882003772003772003772003772003707003707003598003598 N2003021983004716004716004270004270004128004128004128004128004048004048003952003952 N2003021982005143005143005042005042005042005042005042005042004943004943004716004716 N2003021981005589005589005479005479005245005245005245005245005143005143005143005143 N2003021980006281006281006158006158006219006219006219006219006097006097005589005589 N2003032003NO PAYNO PAYNO PAY N2003032002001296001292001288001283001278001275001271001266001262NO PAYNO PAYNO PAY N2003032001001363001359001354001350001334001330001325001321001317001313001303001300 N2003032000001438001434001429001424001411001407001403001398001394001389001372001368 N2003031999001502001497001493001488001478001474001469001464001459001454001447001443 N2003031998001598001593001589001568001549001545001540001535001530001525001511001507 N2003031997001620001620001620001590001653001648001644001639001635001629001606001602 N2003031996001697001697001697001666001658001658001658001658001658001628001620001620 N2003031995001847001847001847001814001743001743001743001743001743001711001697001697 N2003031994001931001931001931001895001890001890001890001890001890001856001847001847 N2003031993002258002258002027001990001977001977001977001977001977001940001931001931 N2003031992002396002396002396002326002326002326002326002326002326002258002258002258 N2003031991002541002541002541002467002467002467002467002467002467002396002396002396 N2003031990002644002644002644002592002592002592002592002592002592002541002541002541 N2003031989002751002751002751002697002697002697002697002697002697002644002644002644 N2003031988002862002862002862002806002806002806002806002806002806002751002751002751 N2003031987003016003016003016002961002930002930002930002930002930002875002862002862 N2003031986003446003446003446003378003378003378003378003378003378003312003016003016 N2003031985003598003598003598003530003515003515003515003515003515003446003446003446 N2003031984003952003952003952003882003772003772003772003772003772003707003598003598 N2003031983004716004716004356004270004128004128004128004128004128004048003952003952 N2003031982005143005143005143005042005042005042005042005042005042004943004716004716 N2003031981005589005589005589005479005245005245005245005245005245005143005143005143 N2003031980006281006281006281006158006219006219006219006219006219006097005589005589 N2003042003NO PAYNO PAYNO PAYNO PAY N2003042002001300001296001292001288001282001278001275001271001266001262NO PAYNO PAY N2003042001001368001363001359001354001337001334001330001325001321001317001307001303 N2003042000001443001438001434001429001415001411001407001403001398001394001375001372 N2003041999001507001502001497001493001482001478001474001469001464001459001451001447 N2003041998001602001598001593001589001553001549001545001540001535001530001515001511 N2003041997001620001620001620001620001657001653001648001644001639001635001610001606 N2003041996001697001697001697001697001658001658001658001658001658001658001620001620 N2003041995001847001847001847001847001743001743001743001743001743001743001697001697 N2003041994001931001931001931001931001890001890001890001890001890001890001847001847 N2003041993002258002258002027002027001977001977001977001977001977001977001931001931 N2003041992002396002396002396002396002326002326002326002326002326002326002258002258 N2003041991002541002541002541002541002467002467002467002467002467002467002396002396 N2003041990002644002644002644002644002592002592002592002592002592002592002541002541 N2003041989002751002751002751002751002697002697002697002697002697002697002644002644 N2003041988002862002862002862002862002806002806002806002806002806002806002751002751 N2003041987003016003016003016003016002930002930002930002930002930002930002862002862 N2003041986003446003446003446003446003378003378003378003378003378003378003016003016 N2003041985003598003598003598003598003515003515003515003515003515003515003446003446 N2003041984003952003952003952003952003772003772003772003772003772003772003598003598 N2003041983004716004716004356004356004128004128004128004128004128004128003952003952 N2003041982005143005143005143005143005042005042005042005042005042005042004716004716 N2003041981005589005589005589005589005245005245005245005245005245005245005143005143 N2003041980006281006281006281006281006219006219006219006219006219006219005589005589 N2003052003NO PAYNO PAYNO PAYNO PAYNO PAY N2003052002001303001300001296001292001285001282001278001275001271001266001260NO PAY N2003052001001372001368001363001359001341001337001334001330001325001321001311001307 N2003052000001447001443001438001434001418001415001411001407001403001398001379001375 N2003051999001511001507001502001497001486001482001478001474001469001464001455001451 N2003051998001606001602001598001593001570001553001549001545001540001535001519001515 N2003051997001620001620001620001620001662001657001653001648001644001639001615001610 N2003051996001697001697001697001697001683001658001658001658001658001658001645001620 N2003051995001847001847001847001847001770001743001743001743001743001743001723001697 N2003051994001931001931001931001931001919001890001890001890001890001890001876001847 N2003051993002258002258002027002027002007001977001977001977001977001977001960001931 N2003051992002396002396002396002396002396002326002326002326002326002326002326002258 N2003051991002541002541002541002541002541002467002467002467002467002467002467002396 N2003051990002644002644002644002644002644002592002592002592002592002592002592002541 N2003051989002751002751002751002751002751002697002697002697002697002697002697002644 N2003051988002862002862002862002862002862002806002806002806002806002806002806002751 N2003051987003016003016003016003016002978002930002930002930002930002930002919002862 N2003051986003446003446003446003446003446003378003378003378003378003378003060003016 N2003051985003598003598003598003598003585003515003515003515003515003515003515003446 N2003051984003952003952003952003952003830003772003772003772003772003772003657003598 N2003051983004716004716004356004356004190004128004128004128004128004128004012003952 N2003051982005143005143005143005143005143005042005042005042005042005042004811004716 N2003051981005589005589005589005589005350005245005245005245005245005245005245005143 N2003051980006281006281006281006281006344006219006219006219006219006219005700005589 I2002122002002566002560002555002546002521002516NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2002122001002758002749002740002727002675002667002660002652002644002632002577002571 I2002122000002958002949002939002925002892002882002872002862002852002838002776002767 I2002121999003103003093003083003068003045003035003025003016003006002991002978002968 I2002121998 003164003149003123003113 I2003012003NO PAY I2003012002002571002566002560002555002527002521002516NO PAYNO PAYNO PAYNO PAYNO PAY I2003012001002767002758002749002740002683002675002667002660002652002644002582002577 I2003012000002968002958002949002939002901002892002882002872002862002852002785002776 I2003011999003113003103003093003083003054003045003035003025003016003006002988002978 I2003011998 003174003164003133003123 I2003022003NO PAYNO PAY I2003022002002577002571002566002560002532002527002521002516NO PAYNO PAYNO PAYNO PAY I2003022001002776002767002758002749002691002683002675002667002660002652002588002582 I2003022000002978002968002958002949002911002901002892002882002872002862002794002785 I2003021999003123003113003103003093003064003054003045003035003025003016002997002988 I2003021998 003185003174003143003133 I2003032003NO PAYNO PAYNO PAY I2003032002002582002577002571002566002541002532002527002521002516NO PAYNO PAYNO PAY I2003032001002785002776002767002758002703002691002683002675002667002660002598002588 I2003032000002988002978002968002958002926002911002901002892002882002872002808002794 I2003031999003133003123003113003103003079003064003054003045003035003025003012002997 I2003031998 003195003185003158003143 I2003042003NO PAYNO PAYNO PAYNO PAY I2003042002002588002582002577002571002551002541002532002527002521002516NO PAYNO PAY I2003042001002794002785002776002767002715002703002691002683002675002667002607002598 I2003042000002997002988002978002968002940002926002911002901002892002882002821002808 I2003041999003143003133003123003113003093003079003064003054003045003035003026003012 I2003041998 003206003195003173003158 I2003052003NO PAYNO PAYNO PAYNO PAYNO PAY I2003052002002598002588002582002577002560002551002541002532002527002521002525NO PAY I2003052001002808002794002785002776002728002715002703002691002683002675002617002607 I2003052000003012002997002988002978002955002940002926002911002901002892002835002821 I2003051999003158003143003133003123003108003093003079003064003054003045003041003026 I2003051998 003216003206003188003173 gbonds-2.0.3/data/sb199511.asc0000664000076400007640000007332211106721200012417 00000000000000E1995111980006229006229006229006229006292006169 E1995111979006344006344006344006344006405006294006294006294006294006294006354006229 E1995111978006763006763006441006441006502006391006392006392006392006392006452006343 E1995111977007711007711007711007711007788007576007575007575007575007575006947006763 E1995111976007987007987007987007987008062007845007844007844007844007844007920007711 E1995111975008272008272008272008272008352008128008127008127008127008127008207007986 E1995111974008570008570008570008570008652008420008420008420008420008420008501008273 E1995111973009200008955008955008955008955008976009063008818008819008819008819008570 E1995111972009483009228009229009229009229009255009345009093009093009093009093009113 E1995111971009851009528009528009528009528009555009632009368009368009368009368009392 E1995111970011616011224011225011225011225011278011389011003011003011003011003011028 E1995111969011748011748011748011748011863011538011650011447011448011448011448011507 E1995111968011890011890011890011890012007011913011911011911011911011911012027011749 E1995111967011860011860011860011860011974011868011867011867011867011867011982011890 E1995111966012440012440011848011848011963011849011848011848011848011848011963011859 E1995111965014158012987012670012669012669012133012133012251012070012070012070012439 E1995111964014407014545014189014188014188014283014283014422014067014067014067014158 E1995111963014649014791014427014426014426014535014535014677014318014318014318014407 E1995111962014929015074014741014740014740014778014778014920014588014589014589014649 E1995111961015105015250014977014976014976015021015021015164014887014886014886014929 E1995111960015309015456015178015178015178015205015205015349015075015075015075015105 E1995111959015828015828015828015828015828015437015437015557015273015274015274015309 E1995111958015985015985015985015985015985016178015893015892015892015892015892016117 E1995111957018296018458018458018458018458018719018252018251018251018251018251016370 E1995111956018434018434018612018437018438018481018481018481018662018197018197018296 E1995111955017753017753017926018157018157018205018205018205018382018629018629018434 E1995111954016886016886017051017269017269017312017312017312017481017716017717017753 E1995111953017814017814016338016541016541016581016581016581016633016843016844016886 E1995111952017066017066017066017066017338017378017378017378017546017769017766017814 E1995111951016260016260016260016260016416016661016660016660016660016660016823017065 E1995111950014706014706014706014706014848015053015053015053015053015053015199015426 E1995111949013669013669013669013669013802014383014383014383014383014383014523014706 E1995111948013141013141013141013141013109013323013323013323013323013323013451013669 E1995111947012338012338012338012338012457012657012657012657012657012657012934013141 E1995111946011728011728011728011728011841012025012025012025012025012025012142012338 E1995111945011047011047011047011047011154011333011333011333011333011333011443011728 E1995111944010509010509010509010509010611010770010770010770010770010770010875011047 E1995111943009995009995009995009995010091010248010248010248010248010248010348010509 E1995111942009435009435009435009435009600009745009745009745009745009745009840009995 E1995111941 009059009196009196009196009196009196009286009435 S1995111970011439011439011439011439011551011378011378011378011378011378 S1995111969011563011563011563011563011674011502011502011502011502011502011614011438 S1995111968013482013482013482013482012367012200012200012200011619011619011733011563 S1995111967 014032013686013687013687013687013687013818013481 E1995121980006229006229006229006229006292006292 E1995121979006344006344006344006344006405006420006294006294006294006294006354006354 E1995121978006763006763006441006441006502006518006392006392006392006392006452006470 E1995121977007711007711007711007711007788007804007575007575007575007575006947006966 E1995121976007987007987007987007987008062008080007844007844007844007844007920007943 E1995121975008272008272008272008272008352008371008127008127008127008127008207008225 E1995121974008570008570008570008570008652008673008420008420008420008420008501008521 E1995121973009200009223008955008955008955008976009063009083008819008819008819008827 E1995121972009483009505009229009229009229009255009345009366009093009093009093009113 E1995121971009851009874009528009528009528009555009632009649009368009368009368009392 E1995121970011616011645011225011225011225011278011389011415011003011003011003011028 E1995121969011748011748011748011748011863011538011650011676011448011448011448011507 E1995121968011890011890011890011890012007012151011911011911011911011911012027012190 E1995121967011860011860011860011860011974012105011867011867011867011867011982012128 E1995121966012440012440011848011848011963012086011848011848011848011848011963012096 E1995121965014158012987013050012669012669012133012133012251012312012070012070012812 E1995121964014407014545014615014188014188014283014283014422014489014067014067014158 E1995121963014649014791014860014426014426014535014535014677014748014318014318014407 E1995121962014929015074015184014740014740014778014778014920015026014589014589014649 E1995121961015105015250015426014976014976015021015021015164015334014886014886014929 E1995121960015309015456015634015178015178015205015205015349015527015075015075015105 E1995121959016303015828015828015828015828015437015437015557015732015274015274015309 E1995121958016565015985015985015985015985016178016370015892015892015892015892016117 E1995121957018296018458018458018458018458018719018937018251018251018251018251016370 E1995121956018434018434018612019129018438018481018481018481018662018880018197018296 E1995121955017753017753017926018157018157018205018205018205018382018629018629018679 E1995121954016886016886017051017269017269017312017312017312017481017716017717017753 E1995121953017814017814016338016541016541016581016581016581016633016843016844016886 E1995121952017066017066017066017066017338017378017378017378017546017769017766017814 E1995121951016260016260016260016260016416016661016660016660016660016660016823017065 E1995121950014706014706014706014706014848015053015053015053015053015053015199015426 E1995121949013669013669013669013669013802014383014383014383014383014383014523014706 E1995121948013141013141013141013141013109013323013323013323013323013323013451013669 E1995121947012338012338012338012338012457012657012657012657012657012657012934013141 E1995121946011728011728011728011728011841012025012025012025012025012025012142012338 E1995121945011047011047011047011047011154011333011333011333011333011333011443011728 E1995121944010509010509010509010509010611010770010770010770010770010770010875011047 E1995121943009995009995009995009995010091010248010248010248010248010248010348010509 E1995121942009435009435009435009435009600009745009745009745009745009745009840009995 E1995121941 009059009196009196009196009196009196009286009435 S1995121970011439011439011439011439011551011606011378011378011378011378 S1995121969011563011563011563011563011674011732011502011502011502011502011614011667 S1995121968013482013482013482013482012367012566012200012200011619011619011733011794 S1995121967 014032014097013687013687013687013687013818013885 E1996011980006354006229006229006229006292006292 E1996011979006471006344006344006344006405006420006420006294006294006294006354006354 E1996011978006966006763006441006441006502006518006520006392006392006392006452006470 E1996011977007943007711007711007711007788007804007802007575007575007575006947006966 E1996011976008226007987007987007987008062008080008079007844007844007844007920007943 E1996011975008520008272008272008272008352008371008371008127008127008127008207008225 E1996011974008827008570008570008570008652008673008672008420008420008420008501008521 E1996011973009200009223009223008955008955008976009063009083009084008819008819008827 E1996011972009483009505009506009229009229009255009345009366009366009093009093009113 E1996011971009851009874009874009528009528009555009632009649009649009368009368009392 E1996011970011616011645011646011225011225011278011389011415011416011003011003011028 E1996011969012189011748011748011748011863011538011650011676011677011448011448011507 E1996011968012128011890011890011890012007012151012149011911011911011911012027012190 E1996011967012097011860011860011860011974012105012104011867011867011867011982012128 E1996011966012813012440011848011848011963012086012085011848011848011848011963012096 E1996011965014158012987013050013049012669012133012133012251012312012312012070012812 E1996011964014407014545014615014613014188014283014283014422014489014489014067014158 E1996011963014649014791014860014858014426014535014535014677014748014748014318014407 E1996011962014929015074015184015182014740014778014778014920015026015026014589014649 E1996011961015105015250015426015425014976015021015021015164015334015333014886014929 E1996011960015309015456015634015634015178015205015205015349015527015528015075015105 E1996011959016303016303015828015828015828015437015437015557015732015732015274015309 E1996011958016565016565015985015985015985016178016370016369015892015892015892016117 E1996011957018296019150018458018458018458018719018937018936018251018251018251016370 E1996011956018679018434018612019129019129018481018481018481018662018880018879018296 E1996011955017753017753017926018157018157018205018205018205018382018629018629018679 E1996011954016886016886017051017269017269017312017312017312017481017716017717017753 E1996011953017814017814016338016541016541016581016581016581016633016843016844016886 E1996011952017066017066017066017066017338017378017378017378017546017769017766017814 E1996011951016260016260016260016260016416016661016660016660016660016660016823017065 E1996011950014706014706014706014706014848015053015053015053015053015053015199015426 E1996011949013669013669013669013669013802014383014383014383014383014383014523014706 E1996011948013141013141013141013141013109013323013323013323013323013323013451013669 E1996011947012338012338012338012338012457012657012657012657012657012657012934013141 E1996011946011728011728011728011728011841012025012025012025012025012025012142012338 E1996011945011047011047011047011047011154011333011333011333011333011333011443011728 E1996011944010509010509010509010509010611010770010770010770010770010770010875011047 E1996011943009995009995009995009995010091010248010248010248010248010248010348010509 E1996011942009435009435009435009435009600009745009745009745009745009745009840009995 E1996011941 009059009196009196009196009196009196009286009435 S1996011970011668011439011439011439011551011606011606011378011378011378 S1996011969011794011563011563011563011674011732011732011502011502011502011614011667 S1996011968013887013482013482013482012367012566012566012200011619011619011733011794 S1996011967 014032014097014098013687013687013687013818013885 E1996021980006354006354006229006229006292006292 E1996021979006471006471006344006344006405006420006420006420006294006294006354006354 E1996021978006966006966006441006441006502006518006520006520006392006392006452006470 E1996021977007943007943007711007711007788007804007802007802007575007575006947006966 E1996021976008226008226007987007987008062008080008079008079007844007844007920007943 E1996021975008520008520008272008272008352008371008371008371008127008127008207008225 E1996021974008827008827008570008570008652008673008672008672008420008420008501008521 E1996021973009200009223009223009223008955008976009063009083009084009084008819008827 E1996021972009483009505009506009506009229009255009345009366009366009366009093009113 E1996021971009851009874009874009874009528009555009632009649009649009649009368009392 E1996021970011616011645011646011646011225011278011389011415011416011416011003011028 E1996021969012189012189011748011748011863011538011650011676011677011677011448011507 E1996021968012128012128011890011890012007012151012149012149011911011911012027012190 E1996021967012097012097011860011860011974012105012104012104011867011867011982012128 E1996021966012813012813011848011848011963012086012085012085011848011848011963012096 E1996021965014158012987013050013049013049012133012133012251012312012312012312012812 E1996021964014407014545014615014613014613014283014283014422014489014489014489014158 E1996021963014649014791014860014858014858014535014535014677014748014748014748014407 E1996021962014929015074015184015182015182014778014778014920015026015026015026014649 E1996021961015105015250015426015425015425015021015021015164015334015333015333014929 E1996021960015309015456015634015634015634015205015205015349015527015528015528015105 E1996021959016303016303016303015828015828015437015437015557015732015732015732015309 E1996021958016565016565016565015985015985016178016370016369016369015892015892016117 E1996021957018296019150019150018458018458018719018937018936018936018251018251016370 E1996021956018679018679018612019129019129019174018481018481018662018880018879018982 E1996021955017753017753017926018157018157018205018205018205018382018629018629018679 E1996021954016886016886017051017269017269017312017312017312017481017716017717017753 E1996021953017814017814016338016541016541016581016581016581016633016843016844016886 E1996021952017066017066017066017066017338017378017378017378017546017769017766017814 E1996021951016260016260016260016260016416016661016660016660016660016660016823017065 E1996021950014706014706014706014706014848015053015053015053015053015053015199015426 E1996021949013669013669013669013669013802014383014383014383014383014383014523014706 E1996021948013141013141013141013141013109013323013323013323013323013323013451013669 E1996021947012338012338012338012338012457012657012657012657012657012657012934013141 E1996021946011728011728011728011728011841012025012025012025012025012025012142012338 E1996021945011047011047011047011047011154011333011333011333011333011333011443011728 E1996021944010509010509010509010509010611010770010770010770010770010770010875011047 E1996021943009995009995009995009995010091010248010248010248010248010248010348010509 E1996021942009435009435009435009435009600009745009745009745009745009745009840009995 E1996021941 009059009196009196009196009196009196009286009435 S1996021970011668011668011439011439011551011606011606011606011378011378 S1996021969011794011794011563011563011674011732011732011732011502011502011614011667 S1996021968013887013887013482013482012367012566012566012566011619011619011733011794 S1996021967 014032014097014098014098013687013687013818013885 E1996031980006354006354006354006229006292006292 E1996031979006471006471006471006344006405006420006420006420006420006294006354006354 E1996031978006966006966006630006441006502006518006520006520006520006392006452006470 E1996031977007943007943007943007711007788007804007802007802007802007575006947006966 E1996031976008226008226008226007987008062008080008079008079008079007844007920007943 E1996031975008520008520008520008272008352008371008371008371008371008127008207008225 E1996031974008827008827008827008570008652008673008672008672008672008420008501008521 E1996031973009200009223009223009223009223008976009063009083009084009084009084008827 E1996031972009483009505009506009506009506009255009345009366009366009366009366009113 E1996031971009851009874009874009874009874009555009632009649009649009649009649009392 E1996031970011616011645011646011646011646011278011389011415011416011416011416011028 E1996031969012189012189012189011748011863011538011650011676011677011677011677011507 E1996031968012128012128012128011890012007012151012149012149012149011911012027012190 E1996031967012097012097012097011860011974012105012104012104012104011867011982012128 E1996031966012813012813012194011848011963012086012085012085012085011848011963012096 E1996031965014158012987013050013049013049012487012133012251012312012312012312012812 E1996031964014407014545014615014613014613014711014283014422014489014489014489014583 E1996031963014649014791014860014858014858014971014535014677014748014748014748014839 E1996031962014929015074015184015182015182015221014778014920015026015026015026015088 E1996031961015105015250015426015425015425015471015021015164015334015333015333015377 E1996031960015309015456015634015634015634015661015205015349015527015528015528015559 E1996031959016303016303016303016303015828015997015437015557015732015732015732015768 E1996031958016565016565016565016565015985016178016370016369016369016369015892016117 E1996031957018982019150019150019150018458018719018937018936018936018936018251016370 E1996031956018679018679018859019129019129019174019174018481018662018880018879018982 E1996031955017753017753017926018157018157018205018205018205018382018629018629018679 E1996031954016886016886017051017269017269017312017312017312017481017716017717017753 E1996031953017814017814016338016541016541016581016581016581016633016843016844016886 E1996031952017066017066017066017066017338017378017378017378017546017769017766017814 E1996031951016260016260016260016260016416016661016660016660016660016660016823017065 E1996031950014706014706014706014706014848015053015053015053015053015053015199015426 E1996031949013669013669013669013669013802014383014383014383014383014383014523014706 E1996031948013141013141013141013141013109013323013323013323013323013323013451013669 E1996031947012338012338012338012338012457012657012657012657012657012657012934013141 E1996031946011728011728011728011728011841012025012025012025012025012025012142012338 E1996031945011047011047011047011047011154011333011333011333011333011333011443011728 E1996031944010509010509010509010509010611010770010770010770010770010770010875011047 E1996031943009995009995009995009995010091010248010248010248010248010248010348010509 E1996031942009435009435009435009435009600009745009745009745009745009745009840009995 E1996031941 009059009196009196009196009196009196009286009435 S1996031970011668011668011668011439011551011606011606011606011606011378 S1996031969011794011794011794011563011674011732011732011732011732011502011614011667 S1996031968013887013887013887013482012367012566012566012566011959011619011733011794 S1996031967 014032014097014098014098014098013687013818013885 E1996041980006354006354006354006354006292006292 E1996041979006471006471006471006471006405006420006420006420006420006420006354006354 E1996041978006966006966006630006630006502006518006520006520006520006520006452006470 E1996041977007943007943007943007943007788007804007802007802007802007802006947006966 E1996041976008226008226008226008226008062008080008079008079008079008079007920007943 E1996041975008520008520008520008520008352008371008371008371008371008371008207008225 E1996041974008827008827008827008827008652008673008672008672008672008672008501008521 E1996041973009200009223009223009223009223009245009063009083009084009084009084008827 E1996041972009483009505009506009506009506009532009345009366009366009366009366009386 E1996041971009851009874009874009874009874009901009632009649009649009649009649009674 E1996041970011616011645011646011646011646011701011389011415011416011416011416011442 E1996041969012189012189012189012189011863011769011650011676011677011677011677011737 E1996041968012128012128012128012128012007012151012149012149012149012149012027012190 E1996041967012097012097012097012097011974012105012104012104012104012104011982012128 E1996041966012813012813012194012194011963012086012085012085012085012085011963012096 E1996041965014583012987013050013049013049012487012487012251012312012312012312012812 E1996041964014839014545014615014613014613014711014711014422014489014489014489014583 E1996041963015088014791014860014858014858014971014971014677014748014748014748014839 E1996041962015377015074015184015182015182015221015221014920015026015026015026015088 E1996041961015559015250015426015425015425015471015471015164015334015333015333015377 E1996041960015768015456015634015634015634015661015661015349015527015528015528015559 E1996041959016303016303016303016303016303015997015997015557015732015732015732015768 E1996041958016565016565016565016565016565016178016370016369016369016369016369016117 E1996041957018982019150019150019150019150018719018937018936018936018936018936016370 E1996041956018679018679018859019383019129019174019174019174018662018880018879018982 E1996041955017753017753017926018157018157018205018205018205018382018629018629018679 E1996041954016886016886017051017269017269017312017312017312017481017716017717017753 E1996041953017814017814016338016541016541016581016581016581016633016843016844016886 E1996041952017066017066017066017066017338017378017378017378017546017769017766017814 E1996041951016260016260016260016260016416016661016660016660016660016660016823017065 E1996041950014706014706014706014706014848015053015053015053015053015053015199015426 E1996041949013669013669013669013669013802014383014383014383014383014383014523014706 E1996041948013141013141013141013141013109013323013323013323013323013323013451013669 E1996041947012338012338012338012338012457012657012657012657012657012657012934013141 E1996041946011728011728011728011728011841012025012025012025012025012025012142012338 E1996041945011047011047011047011047011154011333011333011333011333011333011443011728 E1996041944010509010509010509010509010611010770010770010770010770010770010875011047 E1996041943009995009995009995009995010091010248010248010248010248010248010348010509 E1996041942009435009435009435009435009600009745009745009745009745009745009840009995 E1996041941 009059009196009196009196009196009196009286009435 S1996041970011668011668011668011668011551011606011606011606011606011606 S1996041969011794011794011794011794011674011732011732011732011732011732011614011667 S1996041968013887013887013887013887012367012566012566012566011959011959011733011794 S1996041967 014032014097014098014098014098014098013818013885 N1995111995001292001288001284001280001283NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1995111994001345001340001336001331001327001323001318001314001310001305001301001297 N1995111993001408001408001390001385001381001376001372001367001363001358001354001349 N1995111992001499001499001499001499001499001450001450001450001450001450001450001408 N1995111991001614001614001614001614001614001553001553001553001553001553001553001499 N1995111990001731001731001731001731001731001680001680001680001680001680001680001614 N1995111989001836001836001836001836001841001785001785001785001785001785001783001731 N1995111988001984001984001984001984001984001924001924001924001924001924001924001836 N1995111987002110002110002110002110002110002046002046002046002046002046002046001984 N1995111986002516002516002516002516002516002425002425002425002425002425002176002110 N1995111985002664002664002664002664002664002611002611002611002611002611002611002516 N1995111984002771002771002771002771002771002717002717002717002717002717002717002664 N1995111983003034003034003034003034002965002875002875002875002875002875002841002771 N1995111982003500003500003500003500003500003398003398003398003398003398003128003034 N1995111981003803003803003803003803003713003605003605003605003605003605003605003500 N1995111980004191004191004191004191004233004110004110004110004110004110003917003803 N1995121995001297001292001288001284001283001283NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1995121994001349001345001340001336001331001327001323001318001314001310001305001301 N1995121993001408001408001394001390001385001381001376001372001367001363001358001354 N1995121992001499001499001499001499001499001499001450001450001450001450001450001450 N1995121991001614001614001614001614001614001614001553001553001553001553001553001553 N1995121990001731001731001731001731001731001731001680001680001680001680001680001680 N1995121989001836001836001836001836001841001841001785001785001785001785001783001783 N1995121988001984001984001984001984001984001984001924001924001924001924001924001924 N1995121987002110002110002110002110002110002110002046002046002046002046002046002046 N1995121986002516002516002516002516002516002516002425002425002425002425002176002176 N1995121985002664002664002664002664002664002664002611002611002611002611002611002611 N1995121984002771002771002771002771002771002771002717002717002717002717002717002717 N1995121983003034003034003034003034002965002965002875002875002875002875002841002841 N1995121982003500003500003500003500003500003500003398003398003398003398003128003128 N1995121981003803003803003803003803003713003713003605003605003605003605003605003605 N1995121980004191004191004191004191004233004233004110004110004110004110003917003917 N1996011996NO PAY N1996011995001301001297001292001288001283001283001283NO PAYNO PAYNO PAYNO PAYNO PAY N1996011994001354001349001345001340001336001331001327001323001318001314001310001305 N1996011993001450001408001399001394001390001385001381001376001372001367001363001358 N1996011992001553001499001499001499001499001499001499001450001450001450001450001450 N1996011991001680001614001614001614001614001614001614001553001553001553001553001553 N1996011990001783001731001731001731001731001731001731001680001680001680001680001680 N1996011989001924001836001836001836001841001841001841001785001785001785001783001783 N1996011988002046001984001984001984001984001984001984001924001924001924001924001924 N1996011987002176002110002110002110002110002110002110002046002046002046002046002046 N1996011986002611002516002516002516002516002516002516002425002425002425002176002176 N1996011985002717002664002664002664002664002664002664002611002611002611002611002611 N1996011984002841002771002771002771002771002771002771002717002717002717002717002717 N1996011983003128003034003034003034002965002965002965002875002875002875002841002841 N1996011982003605003500003500003500003500003500003500003398003398003398003128003128 N1996011981003917003803003803003803003713003713003713003605003605003605003605003605 N1996011980004317004191004191004191004233004233004233004110004110004110003917003917 N1996021996NO PAYNO PAY N1996021995001305001301001297001292001283001283001283001283NO PAYNO PAYNO PAYNO PAY N1996021994001358001354001349001345001340001336001331001327001323001318001314001310 N1996021993001450001450001404001399001394001390001385001381001376001372001367001363 N1996021992001553001553001499001499001499001499001499001499001450001450001450001450 N1996021991001680001680001614001614001614001614001614001614001553001553001553001553 N1996021990001783001783001731001731001731001731001731001731001680001680001680001680 N1996021989001924001924001836001836001841001841001841001841001785001785001783001783 N1996021988002046002046001984001984001984001984001984001984001924001924001924001924 N1996021987002176002176002110002110002110002110002110002110002046002046002046002046 N1996021986002611002611002516002516002516002516002516002516002425002425002176002176 N1996021985002717002717002664002664002664002664002664002664002611002611002611002611 N1996021984002841002841002771002771002771002771002771002771002717002717002717002717 N1996021983003128003128003034003034002965002965002965002965002875002875002841002841 N1996021982003605003605003500003500003500003500003500003500003398003398003128003128 N1996021981003917003917003803003803003713003713003713003713003605003605003605003605 N1996021980004317004317004191004191004233004233004233004233004110004110003917003917 N1996031996NO PAYNO PAYNO PAY N1996031995001310001305001301001297001283001283001283001283001283NO PAYNO PAYNO PAY N1996031994001363001358001354001349001345001340001336001331001327001323001318001314 N1996031993001450001450001408001404001399001394001390001385001381001376001372001367 N1996031992001553001553001553001499001499001499001499001499001499001450001450001450 N1996031991001680001680001680001614001614001614001614001614001614001553001553001553 N1996031990001783001783001783001731001731001731001731001731001731001680001680001680 N1996031989001924001924001924001836001841001841001841001841001841001785001783001783 N1996031988002046002046002046001984001984001984001984001984001984001924001924001924 N1996031987002176002176002176002110002110002110002110002110002110002046002046002046 N1996031986002611002611002611002516002516002516002516002516002516002425002176002176 N1996031985002717002717002717002664002664002664002664002664002664002611002611002611 N1996031984002841002841002841002771002771002771002771002771002771002717002717002717 N1996031983003128003128003128003034002965002965002965002965002965002875002841002841 N1996031982003605003605003605003500003500003500003500003500003500003398003128003128 N1996031981003917003917003917003803003713003713003713003713003713003605003605003605 N1996031980004317004317004317004191004233004233004233004233004233004110003917003917 N1996041996NO PAYNO PAYNO PAYNO PAY N1996041995001314001310001305001301001283001283001283001283001283001283NO PAYNO PAY N1996041994001367001363001358001354001349001345001340001336001331001327001323001318 N1996041993001450001450001413001408001404001399001394001390001385001381001376001372 N1996041992001553001553001553001553001499001499001499001499001499001499001450001450 N1996041991001680001680001680001680001614001614001614001614001614001614001553001553 N1996041990001783001783001783001783001731001731001731001731001731001731001680001680 N1996041989001924001924001924001924001841001841001841001841001841001841001783001783 N1996041988002046002046002046002046001984001984001984001984001984001984001924001924 N1996041987002176002176002176002176002110002110002110002110002110002110002046002046 N1996041986002611002611002611002611002516002516002516002516002516002516002176002176 N1996041985002717002717002717002717002664002664002664002664002664002664002611002611 N1996041984002841002841002841002841002771002771002771002771002771002771002717002717 N1996041983003128003128003128003128002965002965002965002965002965002965002841002841 N1996041982003605003605003605003605003500003500003500003500003500003500003128003128 N1996041981003917003917003917003917003713003713003713003713003713003713003605003605 N1996041980004317004317004317004317004233004233004233004233004233004233003917003917 gbonds-2.0.3/data/sb200812.asc0000664000076400007640000012525211107717150012414 00000000000000E2008121980010424010424010424010424010530010530 E2008121979010616010616010616010616010719010744010533010533010533010533010633010633 E2008121978012845012845010854010854010667010694010697010697010697010697010798010827 E2008121977013804013804013804013804013940013970013967013967013967013967012809012845 E2008121976013476013476013476013476013604013634013632013632013632013632013765013804 E2008121975013157013157013157013157013283013315013315013315013315013315013446013475 E2008121974012848012848012848012848012971013002013002013002013002013002013126013159 E2008121973012956012989012989012989012989013020013146013174013176013176013176012848 E2008121972012588012617012619012619012619012654012777012805012805012805012805012833 E2008121971012630012660012660012660012660012695012606012636012636012636012636012666 E2008121970013700013734013736013736013736013800013936013969013969013969013969014001 E2008121969013727013727013727013727013860013342013471013501013502013502013502013572 E2008121968013128013128013128013128013257013416013414013414013414013414013544013728 E2008121967012586012586012586012586012706012846012845012845012845012845012970013128 E2008121966012813012813012194012194012202012328012327012327012327012327012446012585 E2008121965023411021474021579021577021577018597018597018308018403018403018403012812 E2008121964022455022671022779022777022777022929022929023152023261023261023261023411 E2008121963021522021731021832021829021829021995021995022211022317022317022317022455 E2008121962020675020875021027021024021024021079021079021281021432021433021433021522 E2008121961019718019907020137020136020136020195020195020388020617020615020615020675 E2008121960018850019017019236019236019236019269019269019452019678019679019679019718 E2008121959019153019153019153019153019153018788018788018601018810018810018810018850 E2008121958018312018312018312018312018312018453018672018671018671018671018671018934 E2008121957019956019990019990019990019990020272020508020507020507020507020507018097 E2008121956018679018679018859019383019383019429019429019429019619019848019847019956 E2008121955017753017753017926018157018157018205018205018205018382018629018629018679 E2008121954016886016886017051017269017269017312017312017312017481017716017717017753 E2008121953017814017814016338016541016541016581016581016581016633016843016844016886 E2008121952017066017066017066017066017338017378017378017378017546017769017766017814 E2008121951016260016260016260016260016416016661016660016660016660016660016823017065 E2008121950014706014706014706014706014848015053015053015053015053015053015199015426 E2008121949013669013669013669013669013802014383014383014383014383014383014523014706 E2008121948013141013141013141013141013109013323013323013323013323013323013451013669 E2008121947012338012338012338012338012457012657012657012657012657012657012934013141 E2008121946011728011728011728011728011841012025012025012025012025012025012142012338 E2008121945011047011047011047011047011154011333011333011333011333011333011443011728 E2008121944010509010509010509010509010611010770010770010770010770010770010875011047 E2008121943009995009995009995009995010091010248010248010248010248010248010348010509 E2008121942009435009435009435009435009600009745009745009745009745009745009840009995 E2008121941 009059009196009196009196009196009196009286009435 S2008121970013671013671013671013671013804013870013870013870013870013870 S2008121969013570013570013570013570013437013500013500013500013500013500013607013670 S2008121968015629015629015629015629014337014568014568014568013618013618013497013570 S2008121967 015333015404015405015405015405015405015552015628 E2009011980010633010424010424010424010530010530 E2009011979010828010616010616010616010719010744010744010533010533010533010633010633 E2009011978012845012845010854010854010667010694010697010697010697010697010798010827 E2009011977013804013804013804013804013940013970013967013967013967013967012809012845 E2009011976013476013476013476013476013604013634013632013632013632013632013765013804 E2009011975013157013157013157013157013283013315013315013315013315013315013446013475 E2009011974012848012848012848012848012971013002013002013002013002013002013126013159 E2009011973012956012989012989012989012989013020013146013174013176013176013176012848 E2009011972012588012617012619012619012619012654012777012805012805012805012805012833 E2009011971012630012660012660012660012660012695012606012636012636012636012636012666 E2009011970013700013734013736013736013736013800013936013969013969013969013969014001 E2009011969013727013727013727013727013860013342013471013501013502013502013502013572 E2009011968013128013128013128013128013257013416013414013414013414013414013544013728 E2009011967012586012586012586012586012706012846012845012845012845012845012970013128 E2009011966012813012813012194012194012202012328012327012327012327012327012446012585 E2009011965023411021474021579021577021577018597018597018308018403018403018403012812 E2009011964022455022671022779022777022777022929022929023152023261023261023261023411 E2009011963021522021731021832021829021829021995021995022211022317022317022317022455 E2009011962020675020875021027021024021024021079021079021281021432021433021433021522 E2009011961019718019907020137020136020136020195020195020388020617020615020615020675 E2009011960018850019017019236019236019236019269019269019452019678019679019679019718 E2009011959019153019153019153019153019153018788018788018601018810018810018810018850 E2009011958018312018312018312018312018312018453018672018671018671018671018671018934 E2009011957019956019990019990019990019990020272020508020507020507020507020507018097 E2009011956018679018679018859019383019383019429019429019429019619019848019847019956 E2009011955017753017753017926018157018157018205018205018205018382018629018629018679 E2009011954016886016886017051017269017269017312017312017312017481017716017717017753 E2009011953017814017814016338016541016541016581016581016581016633016843016844016886 E2009011952017066017066017066017066017338017378017378017378017546017769017766017814 E2009011951016260016260016260016260016416016661016660016660016660016660016823017065 E2009011950014706014706014706014706014848015053015053015053015053015053015199015426 E2009011949013669013669013669013669013802014383014383014383014383014383014523014706 E2009011948013141013141013141013141013109013323013323013323013323013323013451013669 E2009011947012338012338012338012338012457012657012657012657012657012657012934013141 E2009011946011728011728011728011728011841012025012025012025012025012025012142012338 E2009011945011047011047011047011047011154011333011333011333011333011333011443011728 E2009011944010509010509010509010509010611010770010770010770010770010770010875011047 E2009011943009995009995009995009995010091010248010248010248010248010248010348010509 E2009011942009435009435009435009435009600009745009745009745009745009745009840009995 E2009011941 009059009196009196009196009196009196009286009435 S2009011970013671013671013671013671013804013870013870013870013870013870 S2009011969013570013570013570013570013437013500013500013500013500013500013607013670 S2009011968015629015629015629015629014337014568014568014568013618013618013497013570 S2009011967 015333015404015405015405015405015405015552015628 E2009021980010633010633010424010424010530010530 E2009021979010828010828010616010616010719010744010744010744010533010533010633010633 E2009021978012845012845010854010854010667010694010697010697010697010697010798010827 E2009021977013804013804013804013804013940013970013967013967013967013967012809012845 E2009021976013476013476013476013476013604013634013632013632013632013632013765013804 E2009021975013157013157013157013157013283013315013315013315013315013315013446013475 E2009021974012848012848012848012848012971013002013002013002013002013002013126013159 E2009021973012956012989012989012989012989013020013146013174013176013176013176012848 E2009021972012588012617012619012619012619012654012777012805012805012805012805012833 E2009021971012630012660012660012660012660012695012606012636012636012636012636012666 E2009021970013700013734013736013736013736013800013936013969013969013969013969014001 E2009021969013727013727013727013727013860013342013471013501013502013502013502013572 E2009021968013128013128013128013128013257013416013414013414013414013414013544013728 E2009021967012586012586012586012586012706012846012845012845012845012845012970013128 E2009021966012813012813012194012194012202012328012327012327012327012327012446012585 E2009021965023411021474021579021577021577018597018597018308018403018403018403012812 E2009021964022455022671022779022777022777022929022929023152023261023261023261023411 E2009021963021522021731021832021829021829021995021995022211022317022317022317022455 E2009021962020675020875021027021024021024021079021079021281021432021433021433021522 E2009021961019718019907020137020136020136020195020195020388020617020615020615020675 E2009021960018850019017019236019236019236019269019269019452019678019679019679019718 E2009021959019153019153019153019153019153018788018788018601018810018810018810018850 E2009021958018312018312018312018312018312018453018672018671018671018671018671018934 E2009021957019956019990019990019990019990020272020508020507020507020507020507018097 E2009021956018679018679018859019383019383019429019429019429019619019848019847019956 E2009021955017753017753017926018157018157018205018205018205018382018629018629018679 E2009021954016886016886017051017269017269017312017312017312017481017716017717017753 E2009021953017814017814016338016541016541016581016581016581016633016843016844016886 E2009021952017066017066017066017066017338017378017378017378017546017769017766017814 E2009021951016260016260016260016260016416016661016660016660016660016660016823017065 E2009021950014706014706014706014706014848015053015053015053015053015053015199015426 E2009021949013669013669013669013669013802014383014383014383014383014383014523014706 E2009021948013141013141013141013141013109013323013323013323013323013323013451013669 E2009021947012338012338012338012338012457012657012657012657012657012657012934013141 E2009021946011728011728011728011728011841012025012025012025012025012025012142012338 E2009021945011047011047011047011047011154011333011333011333011333011333011443011728 E2009021944010509010509010509010509010611010770010770010770010770010770010875011047 E2009021943009995009995009995009995010091010248010248010248010248010248010348010509 E2009021942009435009435009435009435009600009745009745009745009745009745009840009995 E2009021941 009059009196009196009196009196009196009286009435 S2009021970013671013671013671013671013804013870013870013870013870013870 S2009021969013570013570013570013570013437013500013500013500013500013500013607013670 S2009021968015629015629015629015629014337014568014568014568013618013618013497013570 S2009021967 015333015404015405015405015405015405015552015628 E2009031980010633010633010633010424010530010530 E2009031979010828010828010828010616010719010744010744010744010744010533010633010633 E2009031978012845012845010854010854010667010694010697010697010697010697010798010827 E2009031977013804013804013804013804013940013970013967013967013967013967012809012845 E2009031976013476013476013476013476013604013634013632013632013632013632013765013804 E2009031975013157013157013157013157013283013315013315013315013315013315013446013475 E2009031974012848012848012848012848012971013002013002013002013002013002013126013159 E2009031973012956012989012989012989012989013020013146013174013176013176013176012848 E2009031972012588012617012619012619012619012654012777012805012805012805012805012833 E2009031971012630012660012660012660012660012695012606012636012636012636012636012666 E2009031970013700013734013736013736013736013800013936013969013969013969013969014001 E2009031969013727013727013727013727013860013342013471013501013502013502013502013572 E2009031968013128013128013128013128013257013416013414013414013414013414013544013728 E2009031967012586012586012586012586012706012846012845012845012845012845012970013128 E2009031966012813012813012194012194012202012328012327012327012327012327012446012585 E2009031965023411021474021579021577021577018597018597018308018403018403018403012812 E2009031964022455022671022779022777022777022929022929023152023261023261023261023411 E2009031963021522021731021832021829021829021995021995022211022317022317022317022455 E2009031962020675020875021027021024021024021079021079021281021432021433021433021522 E2009031961019718019907020137020136020136020195020195020388020617020615020615020675 E2009031960018850019017019236019236019236019269019269019452019678019679019679019718 E2009031959019153019153019153019153019153018788018788018601018810018810018810018850 E2009031958018312018312018312018312018312018453018672018671018671018671018671018934 E2009031957019956019990019990019990019990020272020508020507020507020507020507018097 E2009031956018679018679018859019383019383019429019429019429019619019848019847019956 E2009031955017753017753017926018157018157018205018205018205018382018629018629018679 E2009031954016886016886017051017269017269017312017312017312017481017716017717017753 E2009031953017814017814016338016541016541016581016581016581016633016843016844016886 E2009031952017066017066017066017066017338017378017378017378017546017769017766017814 E2009031951016260016260016260016260016416016661016660016660016660016660016823017065 E2009031950014706014706014706014706014848015053015053015053015053015053015199015426 E2009031949013669013669013669013669013802014383014383014383014383014383014523014706 E2009031948013141013141013141013141013109013323013323013323013323013323013451013669 E2009031947012338012338012338012338012457012657012657012657012657012657012934013141 E2009031946011728011728011728011728011841012025012025012025012025012025012142012338 E2009031945011047011047011047011047011154011333011333011333011333011333011443011728 E2009031944010509010509010509010509010611010770010770010770010770010770010875011047 E2009031943009995009995009995009995010091010248010248010248010248010248010348010509 E2009031942009435009435009435009435009600009745009745009745009745009745009840009995 E2009031941 009059009196009196009196009196009196009286009435 S2009031970013671013671013671013671013804013870013870013870013870013870 S2009031969013570013570013570013570013437013500013500013500013500013500013607013670 S2009031968015629015629015629015629014337014568014568014568013618013618013497013570 S2009031967 015333015404015405015405015405015405015552015628 E2009041980010633010633010633010633010530010530 E2009041979010828010828010828010828010719010744010744010744010744010744010633010633 E2009041978012845012845010854010854010667010694010697010697010697010697010798010827 E2009041977013804013804013804013804013940013970013967013967013967013967012809012845 E2009041976013476013476013476013476013604013634013632013632013632013632013765013804 E2009041975013157013157013157013157013283013315013315013315013315013315013446013475 E2009041974012848012848012848012848012971013002013002013002013002013002013126013159 E2009041973012956012989012989012989012989013020013146013174013176013176013176012848 E2009041972012588012617012619012619012619012654012777012805012805012805012805012833 E2009041971012630012660012660012660012660012695012606012636012636012636012636012666 E2009041970013700013734013736013736013736013800013936013969013969013969013969014001 E2009041969013727013727013727013727013860013342013471013501013502013502013502013572 E2009041968013128013128013128013128013257013416013414013414013414013414013544013728 E2009041967012586012586012586012586012706012846012845012845012845012845012970013128 E2009041966012813012813012194012194012202012328012327012327012327012327012446012585 E2009041965023411021474021579021577021577018597018597018308018403018403018403012812 E2009041964022455022671022779022777022777022929022929023152023261023261023261023411 E2009041963021522021731021832021829021829021995021995022211022317022317022317022455 E2009041962020675020875021027021024021024021079021079021281021432021433021433021522 E2009041961019718019907020137020136020136020195020195020388020617020615020615020675 E2009041960018850019017019236019236019236019269019269019452019678019679019679019718 E2009041959019153019153019153019153019153018788018788018601018810018810018810018850 E2009041958018312018312018312018312018312018453018672018671018671018671018671018934 E2009041957019956019990019990019990019990020272020508020507020507020507020507018097 E2009041956018679018679018859019383019383019429019429019429019619019848019847019956 E2009041955017753017753017926018157018157018205018205018205018382018629018629018679 E2009041954016886016886017051017269017269017312017312017312017481017716017717017753 E2009041953017814017814016338016541016541016581016581016581016633016843016844016886 E2009041952017066017066017066017066017338017378017378017378017546017769017766017814 E2009041951016260016260016260016260016416016661016660016660016660016660016823017065 E2009041950014706014706014706014706014848015053015053015053015053015053015199015426 E2009041949013669013669013669013669013802014383014383014383014383014383014523014706 E2009041948013141013141013141013141013109013323013323013323013323013323013451013669 E2009041947012338012338012338012338012457012657012657012657012657012657012934013141 E2009041946011728011728011728011728011841012025012025012025012025012025012142012338 E2009041945011047011047011047011047011154011333011333011333011333011333011443011728 E2009041944010509010509010509010509010611010770010770010770010770010770010875011047 E2009041943009995009995009995009995010091010248010248010248010248010248010348010509 E2009041942009435009435009435009435009600009745009745009745009745009745009840009995 E2009041941 009059009196009196009196009196009196009286009435 S2009041970013671013671013671013671013804013870013870013870013870013870 S2009041969013570013570013570013570013437013500013500013500013500013500013607013670 S2009041968015629015629015629015629014337014568014568014568013618013618013497013570 S2009041967 015333015404015405015405015405015405015552015628 E2009051980010633010633010633010633010741010530 E2009051979010828010828010828010828010933010744010744010744010744010744010845010633 E2009051978012845012845010854010854010667010694010697010697010697010697010798010827 E2009051977013804013804013804013804013940013970013967013967013967013967012809012845 E2009051976013476013476013476013476013604013634013632013632013632013632013765013804 E2009051975013157013157013157013157013283013315013315013315013315013315013446013475 E2009051974012848012848012848012848012971013002013002013002013002013002013126013159 E2009051973012956012989012989012989012989013020013146013174013176013176013176012848 E2009051972012588012617012619012619012619012654012777012805012805012805012805012833 E2009051971012630012660012660012660012660012695012606012636012636012636012636012666 E2009051970013700013734013736013736013736013800013936013969013969013969013969014001 E2009051969013727013727013727013727013860013342013471013501013502013502013502013572 E2009051968013128013128013128013128013257013416013414013414013414013414013544013728 E2009051967012586012586012586012586012706012846012845012845012845012845012970013128 E2009051966012813012813012194012194012202012328012327012327012327012327012446012585 E2009051965023411021474021579021577021577018597018597018308018403018403018403012812 E2009051964022455022671022779022777022777022929022929023152023261023261023261023411 E2009051963021522021731021832021829021829021995021995022211022317022317022317022455 E2009051962020675020875021027021024021024021079021079021281021432021433021433021522 E2009051961019718019907020137020136020136020195020195020388020617020615020615020675 E2009051960018850019017019236019236019236019269019269019452019678019679019679019718 E2009051959019153019153019153019153019153018788018788018601018810018810018810018850 E2009051958018312018312018312018312018312018453018672018671018671018671018671018934 E2009051957019956019990019990019990019990020272020508020507020507020507020507018097 E2009051956018679018679018859019383019383019429019429019429019619019848019847019956 E2009051955017753017753017926018157018157018205018205018205018382018629018629018679 E2009051954016886016886017051017269017269017312017312017312017481017716017717017753 E2009051953017814017814016338016541016541016581016581016581016633016843016844016886 E2009051952017066017066017066017066017338017378017378017378017546017769017766017814 E2009051951016260016260016260016260016416016661016660016660016660016660016823017065 E2009051950014706014706014706014706014848015053015053015053015053015053015199015426 E2009051949013669013669013669013669013802014383014383014383014383014383014523014706 E2009051948013141013141013141013141013109013323013323013323013323013323013451013669 E2009051947012338012338012338012338012457012657012657012657012657012657012934013141 E2009051946011728011728011728011728011841012025012025012025012025012025012142012338 E2009051945011047011047011047011047011154011333011333011333011333011333011443011728 E2009051944010509010509010509010509010611010770010770010770010770010770010875011047 E2009051943009995009995009995009995010091010248010248010248010248010248010348010509 E2009051942009435009435009435009435009600009745009745009745009745009745009840009995 E2009051941 009059009196009196009196009196009196009286009435 S2009051970013671013671013671013671013804013870013870013870013870013870 S2009051969013570013570013570013570013437013500013500013500013500013500013607013670 S2009051968015629015629015629015629014337014568014568014568013618013618013497013570 S2009051967 015333015404015405015405015405015405015552015628 N2008122008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008122007001327001323001319001315001308001304001300001297001293001289001282001278 N2008122006001360001357001353001350001362001357001353001349001345001341001335001331 N2008122005001434001431001428001423001403001399001395001391001387001383001367001364 N2008122004001475001471001468001463001463001460001457001453001450001445001441001438 N2008122003001529001526001522001519001513001509001506001503001499001496001491001488 N2008122002001590001586001583001579001567001563001560001556001553001549001537001533 N2008122001001671001667001663001660001634001630001626001623001619001615001598001594 N2008122000001764001760001756001752001729001725001721001718001714001710001679001675 N2008121999001843001839001834001830001812001808001804001800001796001792001772001768 N2008121998001943001939001934001930001900001896001891001887001883001879001851001847 N2008121997001941001941001941001941002009002004002000001995001990001986001952001947 N2008121996002031002031002031002031002011002011001985001985001985001985001966001966 N2008121995002212002212002212002212002112002112002085002085002085002085002057002057 N2008121994002310002310002310002310002294002294002262002262002262002262002240002240 N2008121993002919002919002425002425002396002396002367002367002367002367002343002343 N2008121992003037003037003037003037003037003037002978002978002978002978002978002978 N2008121991003160003160003160003160003160003160003098003098003098003098003098003098 N2008121990003288003288003288003288003288003288003223003223003223003223003223003223 N2008121989003420003420003420003420003420003420003353003353003353003353003353003353 N2008121988003559003559003559003559003559003559003489003489003489003489003489003489 N2008121987003702003702003702003702003702003702003630003630003630003630003630003630 N2008121986004284004284004284004284004284004284004200004200004200004200003776003776 N2008121985004457004457004457004457004457004457004370004370004370004370004370004370 N2008121984004735004735004735004735004637004637004547004547004547004547004547004547 N2008121983005864005864005215005215004999004999004937004937004937004937004795004795 N2008121982006394006394006394006394006394006394006269006269006269006269005982005982 N2008121981006948006948006948006948006652006652006522006522006522006522006522006522 N2008121980007809007809007809007809007887007887007733007733007733007733007087007087 N2009012009NO PAY N2009012008001278NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2009012007001331001327001323001319001311001308001304001300001297001293001285001282 N2009012006001364001360001357001353001366001362001357001353001349001345001339001335 N2009012005001438001434001431001428001407001403001399001395001391001387001371001367 N2009012004001488001475001471001468001467001463001460001457001453001450001444001441 N2009012003001533001529001526001522001516001513001509001506001503001499001495001491 N2009012002001594001590001586001583001570001567001563001560001556001553001540001537 N2009012001001675001671001667001663001638001634001630001626001623001619001601001598 N2009012000001768001764001760001756001733001729001725001721001718001714001683001679 N2009011999001847001843001839001834001816001812001808001804001800001796001776001772 N2009011998001947001943001939001934001905001900001896001891001887001883001856001851 N2009011997001966001941001941001941002013002009002004002000001995001990001956001952 N2009011996002057002031002031002031002011002011002011001985001985001985001966001966 N2009011995002240002212002212002212002112002112002112002085002085002085002057002057 N2009011994002343002310002310002310002294002294002294002262002262002262002240002240 N2009011993002978002919002425002425002396002396002396002367002367002367002343002343 N2009011992003098003037003037003037003037003037003037002978002978002978002978002978 N2009011991003223003160003160003160003160003160003160003098003098003098003098003098 N2009011990003353003288003288003288003288003288003288003223003223003223003223003223 N2009011989003489003420003420003420003420003420003420003353003353003353003353003353 N2009011988003630003559003559003559003559003559003559003489003489003489003489003489 N2009011987003776003702003702003702003702003702003702003630003630003630003630003630 N2009011986004370004284004284004284004284004284004284004200004200004200003776003776 N2009011985004547004457004457004457004457004457004457004370004370004370004370004370 N2009011984004795004735004735004735004637004637004637004547004547004547004547004547 N2009011983005982005864005215005215004999004999004999004937004937004937004795004795 N2009011982006522006394006394006394006394006394006394006269006269006269005982005982 N2009011981007087006948006948006948006652006652006652006522006522006522006522006522 N2009011980007965007809007809007809007887007887007887007733007733007733007087007087 N2009022009NO PAYNO PAY N2009022008001282001278NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2009022007001335001331001327001323001315001311001308001304001300001297001288001285 N2009022006001367001364001360001357001370001366001362001357001353001349001343001339 N2009022005001441001438001434001431001411001407001403001399001395001391001375001371 N2009022004001491001488001475001471001470001467001463001460001457001453001448001444 N2009022003001537001533001529001526001520001516001513001509001506001503001498001495 N2009022002001598001594001590001586001574001570001567001563001560001556001544001540 N2009022001001679001675001671001667001641001638001634001630001626001623001605001601 N2009022000001772001768001764001760001737001733001729001725001721001718001687001683 N2009021999001851001847001843001839001821001816001812001808001804001800001780001776 N2009021998001952001947001943001939001909001905001900001896001891001887001860001856 N2009021997001966001966001941001941002018002013002009002004002000001995001961001956 N2009021996002057002057002031002031002011002011002011002011001985001985001966001966 N2009021995002240002240002212002212002112002112002112002112002085002085002057002057 N2009021994002343002343002310002310002294002294002294002294002262002262002240002240 N2009021993002978002978002425002425002396002396002396002396002367002367002343002343 N2009021992003098003098003037003037003037003037003037003037002978002978002978002978 N2009021991003223003223003160003160003160003160003160003160003098003098003098003098 N2009021990003353003353003288003288003288003288003288003288003223003223003223003223 N2009021989003489003489003420003420003420003420003420003420003353003353003353003353 N2009021988003630003630003559003559003559003559003559003559003489003489003489003489 N2009021987003776003776003702003702003702003702003702003702003630003630003630003630 N2009021986004370004370004284004284004284004284004284004284004200004200003776003776 N2009021985004547004547004457004457004457004457004457004457004370004370004370004370 N2009021984004795004795004735004735004637004637004637004637004547004547004547004547 N2009021983005982005982005215005215004999004999004999004999004937004937004795004795 N2009021982006522006522006394006394006394006394006394006394006269006269005982005982 N2009021981007087007087006948006948006652006652006652006652006522006522006522006522 N2009021980007965007965007809007809007887007887007887007887007733007733007087007087 N2009032009NO PAYNO PAYNO PAY N2009032008001285001282001278NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2009032007001339001335001331001327001319001315001311001308001304001300001291001288 N2009032006001371001367001364001360001374001370001366001362001357001353001347001343 N2009032005001444001441001438001434001415001411001407001403001399001395001379001375 N2009032004001495001491001488001475001473001470001467001463001460001457001451001448 N2009032003001540001537001533001529001523001520001516001513001509001506001502001498 N2009032002001601001598001594001590001578001574001570001567001563001560001547001544 N2009032001001683001679001675001671001645001641001638001634001630001626001609001605 N2009032000001776001772001768001764001741001737001733001729001725001721001691001687 N2009031999001856001851001847001843001825001821001816001812001808001804001784001780 N2009031998001956001952001947001943001914001909001905001900001896001891001864001860 N2009031997001966001966001966001941002023002018002013002009002004002000001965001961 N2009031996002057002057002057002031002011002011002011002011002011001985001966001966 N2009031995002240002240002240002212002112002112002112002112002112002085002057002057 N2009031994002343002343002343002310002294002294002294002294002294002262002240002240 N2009031993002978002978002458002425002396002396002396002396002396002367002343002343 N2009031992003098003098003098003037003037003037003037003037003037002978002978002978 N2009031991003223003223003223003160003160003160003160003160003160003098003098003098 N2009031990003353003353003353003288003288003288003288003288003288003223003223003223 N2009031989003489003489003489003420003420003420003420003420003420003353003353003353 N2009031988003630003630003630003559003559003559003559003559003559003489003489003489 N2009031987003776003776003776003702003702003702003702003702003702003630003630003630 N2009031986004370004370004370004284004284004284004284004284004284004200003776003776 N2009031985004547004547004547004457004457004457004457004457004457004370004370004370 N2009031984004795004795004795004735004637004637004637004637004637004547004547004547 N2009031983005982005982005282005215004999004999004999004999004999004937004795004795 N2009031982006522006522006522006394006394006394006394006394006394006269005982005982 N2009031981007087007087007087006948006652006652006652006652006652006522006522006522 N2009031980007965007965007965007809007887007887007887007887007887007733007087007087 N2009042009NO PAYNO PAYNO PAYNO PAY N2009042008001288001285001282001278NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2009042007001343001339001335001331001322001319001315001311001308001304001294001291 N2009042006001375001371001367001364001378001374001370001366001362001357001351001347 N2009042005001448001444001441001438001419001415001411001407001403001399001382001379 N2009042004001498001495001491001488001477001473001470001467001463001460001455001451 N2009042003001544001540001537001533001527001523001520001516001513001509001505001502 N2009042002001605001601001598001594001581001578001574001570001567001563001551001547 N2009042001001687001683001679001675001649001645001641001638001634001630001613001609 N2009042000001780001776001772001768001745001741001737001733001729001725001695001691 N2009041999001860001856001851001847001829001825001821001816001812001808001789001784 N2009041998001961001956001952001947001918001914001909001905001900001896001869001864 N2009041997001966001966001966001966002027002023002018002013002009002004001970001965 N2009041996002057002057002057002057002011002011002011002011002011002011001966001966 N2009041995002240002240002240002240002112002112002112002112002112002112002057002057 N2009041994002343002343002343002343002294002294002294002294002294002294002240002240 N2009041993002978002978002458002458002396002396002396002396002396002396002343002343 N2009041992003098003098003098003098003037003037003037003037003037003037002978002978 N2009041991003223003223003223003223003160003160003160003160003160003160003098003098 N2009041990003353003353003353003353003288003288003288003288003288003288003223003223 N2009041989003489003489003489003489003420003420003420003420003420003420003353003353 N2009041988003630003630003630003630003559003559003559003559003559003559003489003489 N2009041987003776003776003776003776003702003702003702003702003702003702003630003630 N2009041986004370004370004370004370004284004284004284004284004284004284003776003776 N2009041985004547004547004547004547004457004457004457004457004457004457004370004370 N2009041984004795004795004795004795004637004637004637004637004637004637004547004547 N2009041983005982005982005282005282004999004999004999004999004999004999004795004795 N2009041982006522006522006522006522006394006394006394006394006394006394005982005982 N2009041981007087007087007087007087006652006652006652006652006652006652006522006522 N2009041980007965007965007965007965007887007887007887007887007887007887007087007087 N2009052009NO PAYNO PAYNO PAYNO PAYNO PAY N2009052008001291001288001285001282001263NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2009052007001347001343001339001335001326001322001319001315001311001308001298001294 N2009052006001379001375001371001367001383001378001374001370001366001362001355001351 N2009052005001451001448001444001441001423001419001415001411001407001403001386001382 N2009052004001502001498001495001491001491001477001473001470001467001463001458001455 N2009052003001547001544001540001537001530001527001523001520001516001513001509001505 N2009052002001609001605001601001598001585001581001578001574001570001567001554001551 N2009052001001691001687001683001679001653001649001645001641001638001634001616001613 N2009052000001784001780001776001772001749001745001741001737001733001729001698001695 N2009051999001864001860001856001851001833001829001825001821001816001812001793001789 N2009051998001965001961001956001952001923001918001914001909001905001900001873001869 N2009051997001966001966001966001966002032002027002023002018002013002009001974001970 N2009051996002057002057002057002057002038002011002011002011002011002011001992001966 N2009051995002240002240002240002240002140002112002112002112002112002112002084002057 N2009051994002343002343002343002343002322002294002294002294002294002294002268002240 N2009051993002978002978002458002458002427002396002396002396002396002396002374002343 N2009051992003098003098003098003098003098003037003037003037003037003037003037002978 N2009051991003223003223003223003223003223003160003160003160003160003160003160003098 N2009051990003353003353003353003353003353003288003288003288003288003288003288003223 N2009051989003489003489003489003489003489003420003420003420003420003420003420003353 N2009051988003630003630003630003630003630003559003559003559003559003559003559003489 N2009051987003776003776003776003776003776003702003702003702003702003702003702003630 N2009051986004370004370004370004370004370004284004284004284004284004284003852003776 N2009051985004547004547004547004547004547004457004457004457004457004457004457004370 N2009051984004795004795004795004795004730004637004637004637004637004637004637004547 N2009051983005982005982005282005282005072004999004999004999004999004999004865004795 N2009051982006522006522006522006522006522006394006394006394006394006394006101005982 N2009051981007087007087007087007087006785006652006652006652006652006652006652006522 N2009051980007965007965007965007965008045007887007887007887007887007887007229007087 I2008122008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008122007002692002678002664002655002656002643002629002616002603002593002605002592 I2008122006002792002778002765002756002752002738002724002710002696002686002719002705 I2008122005002910002896002882002872002903002889002875002860002846002836002819002805 I2008122004003001002987002972002962002987002973002958002944002930002920002938002924 I2008122003003268003250003233003216003150003134003119003103003088003073003076003061 I2008122002003462003443003423003404003427003407003388003369003350003331003303003285 I2008122001004059004031004004003977003868003843003818003794003769003745003502003482 I2008122000004353004324004295004266004337004307004277004248004218004189004114004086 I2008121999004539004508004478004448004485004455004425004395004366004337004413004383 I2008121998 004620004589004600004569 I2009012009NO PAY I2009012008002592NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2009012007002705002692002678002664002670002656002643002629002616002603002618002605 I2009012006002805002792002778002765002766002752002738002724002710002696002733002719 I2009012005002924002910002896002882002918002903002889002875002860002846002832002819 I2009012004003061003001002987002972003001002987002973002958002944002930002952002938 I2009012003003285003268003250003233003165003150003134003119003103003088003092003076 I2009012002003482003462003443003423003446003427003407003388003369003350003321003303 I2009012001004086004059004031004004003894003868003843003818003794003769003522003502 I2009012000004383004353004324004295004368004337004307004277004248004218004142004114 I2009011999004569004539004508004478004516004485004455004425004395004366004444004413 I2009011998 004652004620004631004600 I2009022009NO PAYNO PAY I2009022008002605002592NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2009022007002719002705002692002678002683002670002656002643002629002616002632002618 I2009022006002819002805002792002778002781002766002752002738002724002710002748002733 I2009022005002938002924002910002896002932002918002903002889002875002860002846002832 I2009022004003076003061003001002987003016003001002987002973002958002944002966002952 I2009022003003303003285003268003250003181003165003150003134003119003103003107003092 I2009022002003502003482003462003443003466003446003427003407003388003369003338003321 I2009022001004114004086004059004031003919003894003868003843003818003794003542003522 I2009022000004413004383004353004324004399004368004337004307004277004248004171004142 I2009021999004600004569004539004508004547004516004485004455004425004395004474004444 I2009021998 004683004652004663004631 I2009032009NO PAYNO PAYNO PAY I2009032008002618002605002592NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2009032007002733002719002705002692002697002683002670002656002643002629002645002632 I2009032006002832002819002805002792002796002781002766002752002738002724002762002748 I2009032005002952002938002924002910002947002932002918002903002889002875002860002846 I2009032004003092003076003061003001003031003016003001002987002973002958002981002966 I2009032003003321003303003285003268003197003181003165003150003134003119003122003107 I2009032002003522003502003482003462003486003466003446003427003407003388003356003338 I2009032001004142004114004086004059003945003919003894003868003843003818003562003542 I2009032000004444004413004383004353004430004399004368004337004307004277004200004171 I2009031999004631004600004569004539004577004547004516004485004455004425004505004474 I2009031998 004715004683004695004663 I2009042009NO PAYNO PAYNO PAYNO PAY I2009042008002632002618002605002592NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2009042007002748002733002719002705002711002697002683002670002656002643002659002645 I2009042006002846002832002819002805002810002796002781002766002752002738002777002762 I2009042005002966002952002938002924002962002947002932002918002903002889002874002860 I2009042004003107003092003076003061003046003031003016003001002987002973002995002981 I2009042003003338003321003303003285003213003197003181003165003150003134003138003122 I2009042002003542003522003502003482003506003486003466003446003427003407003375003356 I2009042001004171004142004114004086003971003945003919003894003868003843003583003562 I2009042000004474004444004413004383004461004430004399004368004337004307004229004200 I2009041999004663004631004600004569004609004577004547004516004485004455004536004505 I2009041998 004747004715004726004695 I2009052009NO PAYNO PAYNO PAYNO PAYNO PAY I2009052008002645002632002618002605002592NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2009052007002762002748002733002719002725002711002697002683002670002656002672002659 I2009052006002860002846002832002819002825002810002796002781002766002752002791002777 I2009052005002981002966002952002938002977002962002947002932002918002903002888002874 I2009052004003122003107003092003076003106003046003031003016003001002987003010002995 I2009052003003356003338003321003303003229003213003197003181003165003150003154003138 I2009052002003562003542003522003502003526003506003486003466003446003427003393003375 I2009052001004200004171004142004114003997003971003945003919003894003868003603003583 I2009052000004505004474004444004413004492004461004430004399004368004337004258004229 I2009051999004695004663004631004600004640004609004577004547004516004485004567004536 I2009051998 004780004747004759004726 gbonds-2.0.3/data/sb199205.asc0000664000076400007640000006771411106721200012427 00000000000000E1992051980004897004897004897004897004946004767 E1992051979005159005159005159005159005210005033005033005033005033005033005081004897 E1992051978005420005420005420005420005471005287005287005287005287005287005338005158 E1992051977006270006270006270006270006332006086006085006085006085006085005608005420 E1992051976006494006494006494006494006555006379006378006378006378006378006440006270 E1992051975006726006726006726006726006791006608006608006608006608006608006673006493 E1992051974006968006968006968006968007035006846006846006846006846006846006912006727 E1992051973007480007281007281007281007281007298007369007170007171007171007171006968 E1992051972007789007508007508007508007508007528007598007393007393007393007393007409 E1992051971008223007925007925007925007925007947008004007714007714007714007714007733 E1992051970008977008675008675008675008675008716008802008503008504008504008504008523 E1992051969009079009079009079009079009168009070009158008847008847008847008847008893 E1992051968009346009346009346009346009439009207009205009205009205009205009295009080 E1992051967009646009646009646009646009738009489009489009489009489009489009581009347 E1992051966009970009970009970009970010065009802009802009802009802009802009896009645 E1992051965011373010483010153010153010153010209010209010309009985009985009985009968 E1992051964011714011826011537011536011536011613011613011726011301011301011301011373 E1992051963011911012026011731011729011729011818011818011934011642011642011642011714 E1992051962012139012257011986011985011985012016012016012131011861011862011862011911 E1992051961012282012400012178012177012177012213012213012330012105012104012104012139 E1992051960012601012694012345012345012345012366012366012480012257012258012258012282 E1992051959012876012876012876012876012876012840012840012932012574012574012574012601 E1992051958013295013295013295013295013295013448013081013081013081013081013081013233 E1992051957014140014265014265014265014265014467014106014105014105014105014105013665 E1992051956014246014246014384014249014249014283014283014283014423014063014063014140 E1992051955014575014575014717014367014368014406014406014406014545014209014209014246 E1992051954014922014922015068014710014709014746014746014746014890014545014545014575 E1992051953016754016754015440015067015066015103015103015103015249014884014885014922 E1992051952017066017066017066017066017338017039017039017039017204016711016709016754 E1992051951016260016260016260016260016416016661016660016660016660016660016823017065 E1992051950014706014706014706014706014848015053015053015053015053015053015199015426 E1992051949013669013669013669013669013802014383014383014383014383014383014523014706 E1992051948013141013141013141013141013109013323013323013323013323013323013451013669 E1992051947012338012338012338012338012457012657012657012657012657012657012934013141 E1992051946011728011728011728011728011841012025012025012025012025012025012142012338 E1992051945011047011047011047011047011154011333011333011333011333011333011443011728 E1992051944010509010509010509010509010611010770010770010770010770010770010875011047 E1992051943009995009995009995009995010091010248010248010248010248010248010348010509 E1992051942009435009435009435009435009600009745009745009745009745009745009840009995 E1992051941 009059009196009196009196009196009196009286009435 S1992051970009146009146009146009146009236008944008944008944008944008944 S1992051969009565009565009565009565009658009355009355009355009355009355009445009146 S1992051968010831010831010831010831009983009777009777009777009777009777009873009565 S1992051967 011409011128011129011129011129011129011235010829 E1992061980004897004897004897004897004946004946 E1992061979005159005159005159005159005210005222005033005033005033005033005081005081 E1992061978005420005420005420005420005471005485005287005287005287005287005338005352 E1992061977006270006270006270006270006332006345006085006085006085006085005608005623 E1992061976006494006494006494006494006555006570006378006378006378006378006440006458 E1992061975006726006726006726006726006791006807006608006608006608006608006673006688 E1992061974006968006968006968006968007035007052006846006846006846006846006912006929 E1992061973007480007500007281007281007281007298007369007385007171007171007171007177 E1992061972007789007808007508007508007508007528007598007615007393007393007393007409 E1992061971008223008242007925007925007925007947008004008023007714007714007714007733 E1992061970008977009000008675008675008675008716008802008822008504008504008504008523 E1992061969009079009079009079009079009168009070009158009179008847008847008847008893 E1992061968009346009346009346009346009439009552009205009205009205009205009295009421 E1992061967009646009646009646009646009738009845009489009489009489009489009581009697 E1992061966009970009970009970009970010065010170009802009802009802009802009896010006 E1992061965011373010483010534010153010153010209010209010309010359009985009985010342 E1992061964011714011826011883011536011536011613011613011726011781011301011301011373 E1992061963011911012026012083011729011729011818011818011934011991011642011642011714 E1992061962012139012257012346011985011985012016012016012131012217011862011862011911 E1992061961012282012400012543012177012177012213012213012330012468012104012104012139 E1992061960012601012694012839012345012345012366012366012480012625012258012258012282 E1992061959013391012876012876012876012876012840012840012932013077012574012574012601 E1992061958013827013295013295013295013295013448013604013081013081013081013081013233 E1992061957014140014265014265014265014265014467014635014105014105014105014105013665 E1992061956014246014246014384014783014249014283014283014283014423014591014063014140 E1992061955014575014575014717014906014368014406014406014406014545014741014209014246 E1992061954014922014922015068015261014709014746014746014746014890015090014545014575 E1992061953016754016754015440015632015066015103015103015103015249015442014885014922 E1992061952017066017066017066017066017338017378017039017039017204017422016709016754 E1992061951016260016260016260016260016416016661016660016660016660016660016823017065 E1992061950014706014706014706014706014848015053015053015053015053015053015199015426 E1992061949013669013669013669013669013802014383014383014383014383014383014523014706 E1992061948013141013141013141013141013109013323013323013323013323013323013451013669 E1992061947012338012338012338012338012457012657012657012657012657012657012934013141 E1992061946011728011728011728011728011841012025012025012025012025012025012142012338 E1992061945011047011047011047011047011154011333011333011333011333011333011443011728 E1992061944010509010509010509010509010611010770010770010770010770010770010875011047 E1992061943009995009995009995009995010091010248010248010248010248010248010348010509 E1992061942009435009435009435009435009600009745009745009745009745009745009840009995 E1992061941 009059009196009196009196009196009196009286009435 S1992061970009146009146009146009146009236009280008944008944008944008944 S1992061969009565009565009565009565009658009706009355009355009355009355009445009489 S1992061968010831010831010831010831009983010144009777009777009777009777009873009923 S1992061967 011409011462011129011129011129011129011235011290 E1992071980005080004897004897004897004946004946 E1992071979005353005159005159005159005210005222005222005033005033005033005081005081 E1992071978005623005420005420005420005471005485005486005287005287005287005338005352 E1992071977006458006270006270006270006332006345006344006085006085006085005608005623 E1992071976006689006494006494006494006555006570006569006378006378006378006440006458 E1992071975006928006726006726006726006791006807006807006608006608006608006673006688 E1992071974007177006968006968006968007035007052007051006846006846006846006912006929 E1992071973007480007500007499007281007281007298007369007385007386007171007171007177 E1992071972007789007808007808007508007508007528007598007615007615007393007393007409 E1992071971008223008242008242007925007925007947008004008023008023007714007714007733 E1992071970008977009000009000008675008675008716008802008822008822008504008504008523 E1992071969009420009079009079009079009168009070009158009179009179008847008847008893 E1992071968009697009346009346009346009439009552009551009205009205009205009295009421 E1992071967010007009646009646009646009738009845009844009489009489009489009581009697 E1992071966010344009970009970009970010065010170010169009802009802009802009896010006 E1992071965011373010483010534010533010153010209010209010309010359010359009985010342 E1992071964011714011826011883011882011536011613011613011726011781011781011301011373 E1992071963011911012026012083012081011729011818011818011934011991011991011642011714 E1992071962012139012257012346012345011985012016012016012131012217012218011862011911 E1992071961012282012400012543012542012177012213012213012330012468012467012104012139 E1992071960012601012694012839012839012345012366012366012480012625012625012258012282 E1992071959013391013391012876012876012876012840012840012932013077013077012574012601 E1992071958013827013827013295013295013295013448013604013604013081013081013081013233 E1992071957014140014799014265014265014265014467014635014634014105014105014105013665 E1992071956014246014246014384014783014784014283014283014283014423014591014591014140 E1992071955014575014575014717014906014907014406014406014406014545014741014741014246 E1992071954014922014922015068015261015261014746014746014746014890015090015091014575 E1992071953016754016754015440015632015631015103015103015103015249015442015443014922 E1992071952017066017066017066017066017338017378017378017039017204017422017419016754 E1992071951016260016260016260016260016416016661016660016660016660016660016823017065 E1992071950014706014706014706014706014848015053015053015053015053015053015199015426 E1992071949013669013669013669013669013802014383014383014383014383014383014523014706 E1992071948013141013141013141013141013109013323013323013323013323013323013451013669 E1992071947012338012338012338012338012457012657012657012657012657012657012934013141 E1992071946011728011728011728011728011841012025012025012025012025012025012142012338 E1992071945011047011047011047011047011154011333011333011333011333011333011443011728 E1992071944010509010509010509010509010611010770010770010770010770010770010875011047 E1992071943009995009995009995009995010091010248010248010248010248010248010348010509 E1992071942009435009435009435009435009600009745009745009745009745009745009840009995 E1992071941 009059009196009196009196009196009196009286009435 S1992071970009489009146009146009146009236009280009279008944008944008944 S1992071969009924009565009565009565009658009706009706009355009355009355009445009489 S1992071968011291010831010831010831009983010144010144009777009777009777009873009923 S1992071967 011409011462011463011129011129011129011235011290 E1992081980005080005080004897004897004946004946 E1992081979005353005353005159005159005210005222005222005222005033005033005081005081 E1992081978005623005623005420005420005471005485005486005486005287005287005338005352 E1992081977006458006458006270006270006332006345006344006344006085006085005608005623 E1992081976006689006689006494006494006555006570006569006569006378006378006440006458 E1992081975006928006928006726006726006791006807006807006807006608006608006673006688 E1992081974007177007177006968006968007035007052007051007051006846006846006912006929 E1992081973007480007500007499007499007281007298007369007385007386007386007171007177 E1992081972007789007808007808007808007508007528007598007615007615007615007393007409 E1992081971008223008242008242008242007925007947008004008023008023008023007714007733 E1992081970008977009000009000009000008675008716008802008822008822008822008504008523 E1992081969009420009420009079009079009168009070009158009179009179009179008847008893 E1992081968009697009697009346009346009439009552009551009551009205009205009295009421 E1992081967010007010007009646009646009738009845009844009844009489009489009581009697 E1992081966010344010344009970009970010065010170010169010169009802009802009896010006 E1992081965011373010483010534010533010533010209010209010309010359010359010359010342 E1992081964011714011826011883011882011882011613011613011726011781011781011781011373 E1992081963011911012026012083012081012081011818011818011934011991011991011991011714 E1992081962012139012257012346012345012345012016012016012131012217012218012218011911 E1992081961012282012400012543012542012542012213012213012330012468012467012467012139 E1992081960012601012694012839012839012839012366012366012480012625012625012625012282 E1992081959013391013391013391012876012876012840012840012932013077013077013077012601 E1992081958013827013827013827013295013295013448013604013604013604013081013081013233 E1992081957014140014799014799014265014265014467014635014634014634014105014105013665 E1992081956014246014246014384014783014784014818014283014283014423014591014591014670 E1992081955014575014575014717014906014907014946014406014406014545014741014741014780 E1992081954014922014922015068015261015261015299014746014746014890015090015091015121 E1992081953016754016754015440015632015631015669015103015103015249015442015443015482 E1992081952017066017066017066017066017338017378017378017378017204017422017419017466 E1992081951016260016260016260016260016416016661016660016660016660016660016823017065 E1992081950014706014706014706014706014848015053015053015053015053015053015199015426 E1992081949013669013669013669013669013802014383014383014383014383014383014523014706 E1992081948013141013141013141013141013109013323013323013323013323013323013451013669 E1992081947012338012338012338012338012457012657012657012657012657012657012934013141 E1992081946011728011728011728011728011841012025012025012025012025012025012142012338 E1992081945011047011047011047011047011154011333011333011333011333011333011443011728 E1992081944010509010509010509010509010611010770010770010770010770010770010875011047 E1992081943009995009995009995009995010091010248010248010248010248010248010348010509 E1992081942009435009435009435009435009600009745009745009745009745009745009840009995 E1992081941 009059009196009196009196009196009196009286009435 S1992081970009489009489009146009146009236009280009279009279008944008944 S1992081969009924009924009565009565009658009706009706009706009355009355009445009489 S1992081968011291011291010831010831009983010144010144010144009777009777009873009923 S1992081967 011409011462011463011463011129011129011235011290 E1992091980005080005080005080004897004946004946 E1992091979005353005353005353005159005210005222005222005222005222005033005081005081 E1992091978005623005623005623005420005471005485005486005486005486005287005338005352 E1992091977006458006458006458006270006332006345006344006344006344006085005608005623 E1992091976006689006689006689006494006555006570006569006569006569006378006440006458 E1992091975006928006928006928006726006791006807006807006807006807006608006673006688 E1992091974007177007177007177006968007035007052007051007051007051006846006912006929 E1992091973007480007500007499007499007499007298007369007385007386007386007386007177 E1992091972007789007808007808007808007808007528007598007615007615007615007615007409 E1992091971008223008242008242008242008242007947008004008023008023008023008023007733 E1992091970008977009000009000009000009000008716008802008822008822008822008822008523 E1992091969009420009420009420009079009168009070009158009179009179009179009179008893 E1992091968009697009697009697009346009439009552009551009551009551009205009295009421 E1992091967010007010007010007009646009738009845009844009844009844009489009581009697 E1992091966010344010344010344009970010065010170010169010169010169009802009896010006 E1992091965011373010483010534010533010533010591010209010309010359010359010359010342 E1992091964011714011826011883011882011882011961011613011726011781011781011781011857 E1992091963011911012026012083012081012081012173011818011934011991011991011991012066 E1992091962012139012257012346012345012345012376012016012131012217012218012218012268 E1992091961012282012400012543012542012542012579012213012330012468012467012467012503 E1992091960012601012694012839012839012839012860012366012480012625012625012625012651 E1992091959013391013391013391013391012876013353012840012932013077013077013077013105 E1992091958013827013827013827013827013295013448013604013604013604013604013081013233 E1992091957014670014799014799014799014265014467014635014634014634014634014105013665 E1992091956014780014246014384014783014784014818014818014283014423014591014591014670 E1992091955015121014575014717014906014907014946014946014406014545014741014741014780 E1992091954015482014922015068015261015261015299015299014746014890015090015091015121 E1992091953017466016754015440015632015631015669015669015103015249015442015443015482 E1992091952017066017066017066017066017338017378017378017378017546017422017419017466 E1992091951016260016260016260016260016416016661016660016660016660016660016823017065 E1992091950014706014706014706014706014848015053015053015053015053015053015199015426 E1992091949013669013669013669013669013802014383014383014383014383014383014523014706 E1992091948013141013141013141013141013109013323013323013323013323013323013451013669 E1992091947012338012338012338012338012457012657012657012657012657012657012934013141 E1992091946011728011728011728011728011841012025012025012025012025012025012142012338 E1992091945011047011047011047011047011154011333011333011333011333011333011443011728 E1992091944010509010509010509010509010611010770010770010770010770010770010875011047 E1992091943009995009995009995009995010091010248010248010248010248010248010348010509 E1992091942009435009435009435009435009600009745009745009745009745009745009840009995 E1992091941 009059009196009196009196009196009196009286009435 S1992091970009489009489009489009146009236009280009279009279009279008944 S1992091969009924009924009924009565009658009706009706009706009706009355009445009489 S1992091968011291011291011291010831009983010144010144010144010144009777009873009923 S1992091967 011409011462011463011463011463011129011235011290 E1992101980005080005080005080005080004946004946 E1992101979005353005353005353005353005210005222005222005222005222005222005081005081 E1992101978005623005623005623005623005471005485005486005486005486005486005338005352 E1992101977006458006458006458006458006332006345006344006344006344006344005608005623 E1992101976006689006689006689006689006555006570006569006569006569006569006440006458 E1992101975006928006928006928006928006791006807006807006807006807006807006673006688 E1992101974007177007177007177007177007035007052007051007051007051007051006912006929 E1992101973007480007500007499007499007499007517007369007385007386007386007386007177 E1992101972007789007808007808007808007808007829007598007615007615007615007615007632 E1992101971008223008242008242008242008242008265008004008023008023008023008023008042 E1992101970008977009000009000009000009000009042008802008822008822008822008822008843 E1992101969009420009420009420009420009168009410009158009179009179009179009179009227 E1992101968009697009697009697009697009439009552009551009551009551009551009295009421 E1992101967010007010007010007010007009738009845009844009844009844009844009581009697 E1992101966010344010344010344010344010065010170010169010169010169010169009896010006 E1992101965011857010483010534010533010533010591010591010309010359010359010359010342 E1992101964012066011826011883011882011882011961011961011726011781011781011781011857 E1992101963012268012026012083012081012081012173012173011934011991011991011991012066 E1992101962012503012257012346012345012345012376012376012131012217012218012218012268 E1992101961012651012400012543012542012542012579012579012330012468012467012467012503 E1992101960013105012694012839012839012839012860012860012480012625012625012625012651 E1992101959013391013391013391013391013391013353013353012932013077013077013077013105 E1992101958013827013827013827013827013827013448013604013604013604013604013604013233 E1992101957014670014799014799014799014799014467014635014634014634014634014634013665 E1992101956014780014780014384014783014784014818014818014818014423014591014591014670 E1992101955015121015121014717014906014907014946014946014946014545014741014741014780 E1992101954015482015482015068015261015261015299015299015299014890015090015091015121 E1992101953017466017466015440015632015631015669015669015669015249015442015443015482 E1992101952017066017066017066017066017338017378017378017378017546017769017419017466 E1992101951016260016260016260016260016416016661016660016660016660016660016823017065 E1992101950014706014706014706014706014848015053015053015053015053015053015199015426 E1992101949013669013669013669013669013802014383014383014383014383014383014523014706 E1992101948013141013141013141013141013109013323013323013323013323013323013451013669 E1992101947012338012338012338012338012457012657012657012657012657012657012934013141 E1992101946011728011728011728011728011841012025012025012025012025012025012142012338 E1992101945011047011047011047011047011154011333011333011333011333011333011443011728 E1992101944010509010509010509010509010611010770010770010770010770010770010875011047 E1992101943009995009995009995009995010091010248010248010248010248010248010348010509 E1992101942009435009435009435009435009600009745009745009745009745009745009840009995 E1992101941 009059009196009196009196009196009196009286009435 S1992101970009489009489009489009489009236009280009279009279009279009279 S1992101969009924009924009924009924009658009706009706009706009706009706009445009489 S1992101968011291011291011291011291009983010144010144010144010144010144009873009923 S1992101967 011409011462011463011463011463011463011235011290 N1992051992NO PAYNO PAYNO PAYNO PAYNO PAY N1992051991001324001319001314001309001304001299001294001289001285001280001276NO PAY N1992051990001395001388001382001376001370001364001358001352001346001340001335001329 N1992051989001450001450001450001450001450001408001408001408001408001408001408001401 N1992051988001553001553001553001553001553001499001499001499001499001499001499001450 N1992051987001764001764001764001764001764001614001614001614001614001614001614001553 N1992051986001945001945001945001945001945001875001875001875001875001875001801001764 N1992051985002093002093002093002093002093002018002018002018002018002018002018001945 N1992051984002297002297002297002297002253002211002211002211002211002211002172002093 N1992051983002533002533002533002533002479002386002386002386002386002386002386002297 N1992051982002846002846002846002846002846002763002763002763002763002763002634002533 N1992051981003092003092003092003092003019002931002931002931002931002931002931002846 N1992051980003408003408003408003408003442003342003342003342003342003342003185003092 N1992061992NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1992061991001329001324001319001314001309001304001299001294001289001285001280001276 N1992061990001401001395001388001382001376001370001364001358001352001346001340001335 N1992061989001450001450001450001450001450001450001408001408001408001408001408001408 N1992061988001553001553001553001553001553001553001499001499001499001499001499001499 N1992061987001764001764001764001764001764001764001614001614001614001614001614001614 N1992061986001945001945001945001945001945001945001875001875001875001875001801001801 N1992061985002093002093002093002093002093002093002018002018002018002018002018002018 N1992061984002297002297002297002297002253002253002211002211002211002211002172002172 N1992061983002533002533002533002533002479002479002386002386002386002386002386002386 N1992061982002846002846002846002846002846002846002763002763002763002763002634002634 N1992061981003092003092003092003092003019003019002931002931002931002931002931002931 N1992061980003408003408003408003408003442003442003342003342003342003342003185003185 N1992071992001276NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1992071991001335001329001324001319001314001309001304001299001294001289001285001280 N1992071990001408001401001395001388001382001376001370001364001358001352001346001340 N1992071989001499001450001450001450001450001450001450001408001408001408001408001408 N1992071988001614001553001553001553001553001553001553001499001499001499001499001499 N1992071987001801001764001764001764001764001764001764001614001614001614001614001614 N1992071986002018001945001945001945001945001945001945001875001875001875001801001801 N1992071985002172002093002093002093002093002093002093002018002018002018002018002018 N1992071984002386002297002297002297002253002253002253002211002211002211002172002172 N1992071983002634002533002533002533002479002479002479002386002386002386002386002386 N1992071982002931002846002846002846002846002846002846002763002763002763002634002634 N1992071981003185003092003092003092003019003019003019002931002931002931002931002931 N1992071980003510003408003408003408003442003442003442003342003342003342003185003185 N1992081992001280001276NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1992081991001340001335001329001324001319001314001309001304001299001294001289001285 N1992081990001408001408001401001395001388001382001376001370001364001358001352001346 N1992081989001499001499001450001450001450001450001450001450001408001408001408001408 N1992081988001614001614001553001553001553001553001553001553001499001499001499001499 N1992081987001801001801001764001764001764001764001764001764001614001614001614001614 N1992081986002018002018001945001945001945001945001945001945001875001875001801001801 N1992081985002172002172002093002093002093002093002093002093002018002018002018002018 N1992081984002386002386002297002297002253002253002253002253002211002211002172002172 N1992081983002634002634002533002533002479002479002479002479002386002386002386002386 N1992081982002931002931002846002846002846002846002846002846002763002763002634002634 N1992081981003185003185003092003092003019003019003019003019002931002931002931002931 N1992081980003510003510003408003408003442003442003442003442003342003342003185003185 N1992091992001285001280001276NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1992091991001346001340001335001329001324001319001314001309001304001299001294001289 N1992091990001408001408001408001401001395001388001382001376001370001364001358001352 N1992091989001499001499001499001450001450001450001450001450001450001408001408001408 N1992091988001614001614001614001553001553001553001553001553001553001499001499001499 N1992091987001801001801001801001764001764001764001764001764001764001614001614001614 N1992091986002018002018002018001945001945001945001945001945001945001875001801001801 N1992091985002172002172002172002093002093002093002093002093002093002018002018002018 N1992091984002386002386002386002297002253002253002253002253002253002211002172002172 N1992091983002634002634002634002533002479002479002479002479002479002386002386002386 N1992091982002931002931002931002846002846002846002846002846002846002763002634002634 N1992091981003185003185003185003092003019003019003019003019003019002931002931002931 N1992091980003510003510003510003408003442003442003442003442003442003342003185003185 N1992101992001289001285001280001276NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1992101991001352001346001340001335001329001324001319001314001309001304001299001294 N1992101990001408001408001408001408001401001395001388001382001376001370001364001358 N1992101989001499001499001499001499001450001450001450001450001450001450001408001408 N1992101988001614001614001614001614001553001553001553001553001553001553001499001499 N1992101987001801001801001801001801001764001764001764001764001764001764001614001614 N1992101986002018002018002018002018001945001945001945001945001945001945001801001801 N1992101985002172002172002172002172002093002093002093002093002093002093002018002018 N1992101984002386002386002386002386002253002253002253002253002253002253002172002172 N1992101983002634002634002634002634002479002479002479002479002479002479002386002386 N1992101982002931002931002931002931002846002846002846002846002846002846002634002634 N1992101981003185003185003185003185003019003019003019003019003019003019002931002931 N1992101980003510003510003510003510003442003442003442003442003442003442003185003185 gbonds-2.0.3/data/sb199309.asc0000664000076400007640000011433411106721200012423 00000000000000E1993091980005468005468005468005271005324005324 E1993091979005762005762005762005553005608005621005621005621005621005418005469005469 E1993091978006009006009005951005834005889005904005905005905005905005691005746005761 E1993091977006851006851006851006652006718006731006730006730006730006534005993006009 E1993091976007096007096007096006889006955006970006969006969006969006766006832006851 E1993091975007350007350007350007136007204007221007221007221007221007011007079007095 E1993091974007614007614007614007392007463007481007481007481007481007263007333007351 E1993091973007936007956007956007956007956007742007818007835007836007836007836007614 E1993091972008215008234008234008234008234007983008061008079008079008079008079007861 E1993091971008672008692008692008692008692008391008441008461008461008461008461008165 E1993091970009663009687009688009688009688009382009474009496009497009497009497009174 E1993091969010140010140010140009773009868009763009858009880009880009880009880009573 E1993091968010438010438010438010061010160010282010280010280010280009909010005010141 E1993091967010772010772010772010383010482010597010597010597010597010214010313010438 E1993091966011053011053010946010731010835010947010946010946010946010551010653010771 E1993091965012213011202011257011256011256011209010989011096011151011151011151011052 E1993091964012428012547012607012606012606012690012320012440012498012498012498012579 E1993091963012636012759012818012817012817012914012538012661012722012722012722012800 E1993091962012878013003013098013096013096013130012748012870012961012962012962013015 E1993091961013030013155013307013306013306013346012957013081013227013226013226013264 E1993091960013305013387013540013540013540013563013116013240013394013394013394013421 E1993091959014123014123014123014123013654014083013557013638013792013792013792013820 E1993091958014583014583014583014583014039014183014347014347014347014347013812013956 E1993091957015791015930015930015930015354015572015753015752015752015752015183014411 E1993091956015910015335015483015913015913015951015951015374015525015706015705015791 E1993091955016276015688015841016045016046016088016088015506015657015868015868015910 E1993091954016665016062016219016427016427016468016468015872016028016243016244016276 E1993091953017814017814016338016541016541016581016581016581016633016622016623016665 E1993091952017066017066017066017066017338017378017378017378017546017769017766017814 E1993091951016260016260016260016260016416016661016660016660016660016660016823017065 E1993091950014706014706014706014706014848015053015053015053015053015053015199015426 E1993091949013669013669013669013669013802014383014383014383014383014383014523014706 E1993091948013141013141013141013141013109013323013323013323013323013323013451013669 E1993091947012338012338012338012338012457012657012657012657012657012657012934013141 E1993091946011728011728011728011728011841012025012025012025012025012025012142012338 E1993091945011047011047011047011047011154011333011333011333011333011333011443011728 E1993091944010509010509010509010509010611010770010770010770010770010770010875011047 E1993091943009995009995009995009995010091010248010248010248010248010248010348010509 E1993091942009435009435009435009435009600009745009745009745009745009745009840009995 E1993091941 009059009196009196009196009196009196009286009435 S1993091970010214010214010214009845009941009989009988009988009988009627 S1993091969010682010682010682010296010395010448010447010447010447010070010167010214 S1993091968011979011979011979011630010668010840010840010840010734010524010627010682 S1993091967 012104012160012161012161012161011807011919011978 E1993101980005468005468005468005468005324005324 E1993101979005762005762005762005762005608005621005621005621005621005621005469005469 E1993101978006009006009005951005951005889005904005905005905005905005905005746005761 E1993101977006851006851006851006851006718006731006730006730006730006730005993006009 E1993101976007096007096007096007096006955006970006969006969006969006969006832006851 E1993101975007350007350007350007350007204007221007221007221007221007221007079007095 E1993101974007614007614007614007614007463007481007481007481007481007481007333007351 E1993101973007936007956007956007956007956007975007818007835007836007836007836007614 E1993101972008215008234008234008234008234008257008061008079008079008079008079008096 E1993101971008672008692008692008692008692008717008441008461008461008461008461008481 E1993101970009663009687009688009688009688009733009474009496009497009497009497009518 E1993101969010140010140010140010140009868010129009858009880009880009880009880009932 E1993101968010438010438010438010438010160010282010280010280010280010280010005010141 E1993101967010772010772010772010772010482010597010597010597010597010597010313010438 E1993101966011053011053010946010946010835010947010946010946010946010946010653010771 E1993101965012579011202011257011256011256011209011209011096011151011151011151011052 E1993101964012800012547012607012606012606012690012690012440012498012498012498012579 E1993101963013015012759012818012817012817012914012914012661012722012722012722012800 E1993101962013264013003013098013096013096013130013130012870012961012962012962013015 E1993101961013421013155013307013306013306013346013346013081013227013226013226013264 E1993101960013820013387013540013540013540013563013563013240013394013394013394013421 E1993101959014123014123014123014123014123014083014083013638013792013792013792013820 E1993101958014583014583014583014583014583014183014347014347014347014347014347013956 E1993101957015791015930015930015930015930015572015753015752015752015752015752014411 E1993101956015910015910015483015913015913015951015951015951015525015706015705015791 E1993101955016276016276015841016045016046016088016088016088015657015868015868015910 E1993101954016665016665016219016427016427016468016468016468016028016243016244016276 E1993101953017814017814016338016541016541016581016581016581016633016843016623016665 E1993101952017066017066017066017066017338017378017378017378017546017769017766017814 E1993101951016260016260016260016260016416016661016660016660016660016660016823017065 E1993101950014706014706014706014706014848015053015053015053015053015053015199015426 E1993101949013669013669013669013669013802014383014383014383014383014383014523014706 E1993101948013141013141013141013141013109013323013323013323013323013323013451013669 E1993101947012338012338012338012338012457012657012657012657012657012657012934013141 E1993101946011728011728011728011728011841012025012025012025012025012025012142012338 E1993101945011047011047011047011047011154011333011333011333011333011333011443011728 E1993101944010509010509010509010509010611010770010770010770010770010770010875011047 E1993101943009995009995009995009995010091010248010248010248010248010248010348010509 E1993101942009435009435009435009435009600009745009745009745009745009745009840009995 E1993101941 009059009196009196009196009196009196009286009435 S1993101970010214010214010214010214009941009989009988009988009988009988 S1993101969010682010682010682010682010395010448010447010447010447010447010167010214 S1993101968011979011979011979011979010668010840010840010840010734010734010627010682 S1993101967 012104012160012161012161012161012161011919011978 E1993111980005468005468005468005468005524005324 E1993111979005762005762005762005762005818005621005621005621005621005621005674005469 E1993111978006009006009005951005951006007005904005905005905005905005905005961005761 E1993111977006851006851006851006851006919006731006730006730006730006730006172006009 E1993111976007096007096007096007096007163006970006969006969006969006969007037006851 E1993111975007350007350007350007350007421007221007221007221007221007221007292007095 E1993111974007614007614007614007614007687007481007481007481007481007481007553007351 E1993111973008174007956007956007956007956007975008052007835007836007836007836007614 E1993111972008426008234008234008234008234008257008303008079008079008079008079008096 E1993111971008773008692008692008692008692008717008558008461008461008461008461008481 E1993111970010026009687009688009688009688009733009830009496009497009497009497009518 E1993111969010140010140010140010140010238010129010227009880009880009880009880009932 E1993111968010438010438010438010438010541010282010280010280010280010280010380010141 E1993111967010772010772010772010772010875010597010597010597010597010597010700010438 E1993111966011053011053010946010946011052010947010946010946010946010946011052010771 E1993111965012579011538011257011256011256011209011209011318011151011151011151011052 E1993111964012800012923012607012606012606012690012690012813012498012498012498012579 E1993111963013015013142012818012817012817012914012914013041012722012722012722012800 E1993111962013264013393013098013096013096013130013130013256012961012962012962013015 E1993111961013421013550013307013306013306013346013346013473013227013226013226013264 E1993111960013820013733013540013540013540013563013563013638013394013394013394013421 E1993111959014123014123014123014123014123014083014083013822013792013792013792013820 E1993111958014583014583014583014583014583014374014347014347014347014347014347014319 E1993111957015791015930015930015930015930016156015753015752015752015752015752014579 E1993111956015910015910016064015913015913015951015951015951016107015706015705015791 E1993111955016276016276016435016045016046016088016088016088016244015868015868015910 E1993111954016665016665016827016427016427016468016468016468016629016243016244016276 E1993111953017814017814016338016541016541016581016581016581016633016843016844016665 E1993111952017066017066017066017066017338017378017378017378017546017769017766017814 E1993111951016260016260016260016260016416016661016660016660016660016660016823017065 E1993111950014706014706014706014706014848015053015053015053015053015053015199015426 E1993111949013669013669013669013669013802014383014383014383014383014383014523014706 E1993111948013141013141013141013141013109013323013323013323013323013323013451013669 E1993111947012338012338012338012338012457012657012657012657012657012657012934013141 E1993111946011728011728011728011728011841012025012025012025012025012025012142012338 E1993111945011047011047011047011047011154011333011333011333011333011333011443011728 E1993111944010509010509010509010509010611010770010770010770010770010770010875011047 E1993111943009995009995009995009995010091010248010248010248010248010248010348010509 E1993111942009435009435009435009435009600009745009745009745009745009745009840009995 E1993111941 009059009196009196009196009196009196009286009435 S1993111970010214010214010214010214010314009989009988009988009988009988 S1993111969010682010682010682010682010785010448010447010447010447010447010548010214 S1993111968011979011979011979011979010988010840010840010840010734010734010840010682 S1993111967 012467012160012161012161012161012161012277011978 E1993121980005468005468005468005468005524005524 E1993121979005762005762005762005762005818005831005621005621005621005621005674005674 E1993121978006009006009005951005951006007006022005905005905005905005905005961005977 E1993121977006851006851006851006851006919006933006730006730006730006730006172006189 E1993121976007096007096007096007096007163007179006969006969006969006969007037007057 E1993121975007350007350007350007350007421007438007221007221007221007221007292007308 E1993121974007614007614007614007614007687007706007481007481007481007481007553007571 E1993121973008174008195007956007956007956007975008052008070007836007836007836007842 E1993121972008426008445008234008234008234008257008303008321008079008079008079008096 E1993121971008773008793008692008692008692008717008558008573008461008461008461008481 E1993121970010026010051009688009688009688009733009830009852009497009497009497009518 E1993121969010140010140010140010140010238010129010227010250009880009880009880009932 E1993121968010438010438010438010438010541010667010280010280010280010280010380010521 E1993121967010772010772010772010772010875010994010597010597010597010597010700010830 E1993121966011053011053010946010946011052011166010946010946010946010946011052011175 E1993121965012579011538011595011256011256011209011209011318011374011151011151011383 E1993121964012800012923012985012606012606012690012690012813012873012498012498012579 E1993121963013015013142013203012817012817012914012914013041013103012722012722012800 E1993121962013264013393013490013096013096013130013130013256013350012962012962013015 E1993121961013421013550013706013306013306013346013346013473013624013226013226013264 E1993121960013820013733013890013540013540013563013563013638013795013394013394013421 E1993121959014485014123014123014123014123014083014083013822013977013792013792013820 E1993121958014752014583014583014583014583014374014544014347014347014347014347014319 E1993121957015791015930015930015930015930016156016344015752015752015752015752014579 E1993121956015910015910016064016510015913015951015951015951016107016294015705015791 E1993121955016276016276016435016647016046016088016088016088016244016463015868015910 E1993121954016665016665016827017043016427016468016468016468016629016852016244016276 E1993121953017814017814016338016541016541016581016581016581016633016843016844016886 E1993121952017066017066017066017066017338017378017378017378017546017769017766017814 E1993121951016260016260016260016260016416016661016660016660016660016660016823017065 E1993121950014706014706014706014706014848015053015053015053015053015053015199015426 E1993121949013669013669013669013669013802014383014383014383014383014383014523014706 E1993121948013141013141013141013141013109013323013323013323013323013323013451013669 E1993121947012338012338012338012338012457012657012657012657012657012657012934013141 E1993121946011728011728011728011728011841012025012025012025012025012025012142012338 E1993121945011047011047011047011047011154011333011333011333011333011333011443011728 E1993121944010509010509010509010509010611010770010770010770010770010770010875011047 E1993121943009995009995009995009995010091010248010248010248010248010248010348010509 E1993121942009435009435009435009435009600009745009745009745009745009745009840009995 E1993121941 009059009196009196009196009196009196009286009435 S1993121970010214010214010214010214010314010363009988009988009988009988 S1993121969010682010682010682010682010785010839010447010447010447010447010548010597 S1993121968011979011979011979011979010988011165010840010840010734010734010840010896 S1993121967 012467012525012161012161012161012161012277012337 E1994011980005673005468005468005468005524005524 E1994011979005978005762005762005762005818005831005832005621005621005621005674005674 E1994011978006189006009005951005951006007006022006023005905005905005905005961005977 E1994011977007057006851006851006851006919006933006932006730006730006730006172006189 E1994011976007309007096007096007096007163007179007178006969006969006969007037007057 E1994011975007570007350007350007350007421007438007438007221007221007221007292007308 E1994011974007843007614007614007614007687007706007705007481007481007481007553007571 E1994011973008174008195008195007956007956007975008052008070008071007836007836007842 E1994011972008426008445008446008234008234008257008303008321008321008079008079008096 E1994011971008773008793008793008692008692008717008558008573008573008461008461008481 E1994011970010026010051010051009688009688009733009830009852009853009497009497009518 E1994011969010520010140010140010140010238010129010227010250010251009880009880009932 E1994011968010829010438010438010438010541010667010666010280010280010280010380010521 E1994011967011176010772010772010772010875010994010994010597010597010597010700010830 E1994011966011385011053010946010946011052011166011165010946010946010946011052011175 E1994011965012579011538011595011594011256011209011209011318011374011374011151011383 E1994011964012800012923012985012984012606012690012690012813012873012873012498012579 E1994011963013015013142013203013201012817012914012914013041013103013103012722012800 E1994011962013264013393013490013489013096013130013130013256013350013351012962013015 E1994011961013421013550013706013705013306013346013346013473013624013623013226013264 E1994011960013820013733013890013890013540013563013563013638013795013796013394013421 E1994011959014485014485014123014123014123014083014083013822013977013978013792013820 E1994011958014752014752014583014583014583014374014544014544014347014347014347014319 E1994011957015791016528015930015930015930016156016344016343015752015752015752014579 E1994011956015910015910016064016510016510015951015951015951016107016294016294015791 E1994011955016276016276016435016647016647016088016088016088016244016463016463015910 E1994011954016886016665016827017043017043016468016468016468016629016852016853016276 E1994011953017814017814016338016541016541016581016581016581016633016843016844016886 E1994011952017066017066017066017066017338017378017378017378017546017769017766017814 E1994011951016260016260016260016260016416016661016660016660016660016660016823017065 E1994011950014706014706014706014706014848015053015053015053015053015053015199015426 E1994011949013669013669013669013669013802014383014383014383014383014383014523014706 E1994011948013141013141013141013141013109013323013323013323013323013323013451013669 E1994011947012338012338012338012338012457012657012657012657012657012657012934013141 E1994011946011728011728011728011728011841012025012025012025012025012025012142012338 E1994011945011047011047011047011047011154011333011333011333011333011333011443011728 E1994011944010509010509010509010509010611010770010770010770010770010770010875011047 E1994011943009995009995009995009995010091010248010248010248010248010248010348010509 E1994011942009435009435009435009435009600009745009745009745009745009745009840009995 E1994011941 009059009196009196009196009196009196009286009435 S1994011970010597010214010214010214010314010363010363009988009988009988 S1994011969010896010682010682010682010785010839010839010447010447010447010548010597 S1994011968012338011979011979011979010988011165011165010840010734010734010840010896 S1994011967 012467012525012526012161012161012161012277012337 E1994021980005673005673005468005468005524005524 E1994021979005978005978005762005762005818005831005832005832005621005621005674005674 E1994021978006189006189005951005951006007006022006023006023005905005905005961005977 E1994021977007057007057006851006851006919006933006932006932006730006730006172006189 E1994021976007309007309007096007096007163007179007178007178006969006969007037007057 E1994021975007570007570007350007350007421007438007438007438007221007221007292007308 E1994021974007843007843007614007614007687007706007705007705007481007481007553007571 E1994021973008174008195008195008195007956007975008052008070008071008071007836007842 E1994021972008426008445008446008446008234008257008303008321008321008321008079008096 E1994021971008773008793008793008793008692008717008558008573008573008573008461008481 E1994021970010026010051010051010051009688009733009830009852009853009853009497009518 E1994021969010520010520010140010140010238010129010227010250010251010251009880009932 E1994021968010829010829010438010438010541010667010666010666010280010280010380010521 E1994021967011176011176010772010772010875010994010994010994010597010597010700010830 E1994021966011385011385010946010946011052011166011165011165010946010946011052011175 E1994021965012579011538011595011594011594011209011209011318011374011374011374011383 E1994021964012800012923012985012984012984012690012690012813012873012873012873012579 E1994021963013015013142013203013201013201012914012914013041013103013103013103012800 E1994021962013264013393013490013489013489013130013130013256013350013351013351013015 E1994021961013421013550013706013705013705013346013346013473013624013623013623013264 E1994021960013820013733013890013890013890013563013563013638013795013796013796013421 E1994021959014485014485014485014123014123014083014083013822013977013978013978013820 E1994021958014752014752014752014583014583014374014544014544014544014347014347014319 E1994021957015791016528016528015930015930016156016344016343016343015752015752014579 E1994021956015910015910016064016510016510016549015951015951016107016294016294016383 E1994021955016276016276016435016647016647016691016088016088016244016463016463016506 E1994021954016886016886016827017043017043017085016468016468016629016852016853016887 E1994021953017814017814016338016541016541016581016581016581016633016843016844016886 E1994021952017066017066017066017066017338017378017378017378017546017769017766017814 E1994021951016260016260016260016260016416016661016660016660016660016660016823017065 E1994021950014706014706014706014706014848015053015053015053015053015053015199015426 E1994021949013669013669013669013669013802014383014383014383014383014383014523014706 E1994021948013141013141013141013141013109013323013323013323013323013323013451013669 E1994021947012338012338012338012338012457012657012657012657012657012657012934013141 E1994021946011728011728011728011728011841012025012025012025012025012025012142012338 E1994021945011047011047011047011047011154011333011333011333011333011333011443011728 E1994021944010509010509010509010509010611010770010770010770010770010770010875011047 E1994021943009995009995009995009995010091010248010248010248010248010248010348010509 E1994021942009435009435009435009435009600009745009745009745009745009745009840009995 E1994021941 009059009196009196009196009196009196009286009435 S1994021970010597010597010214010214010314010363010363010363009988009988 S1994021969010896010896010682010682010785010839010839010839010447010447010548010597 S1994021968012338012338011979011979010988011165011165011165010734010734010840010896 S1994021967 012467012525012526012526012161012161012277012337 E1994031980005673005673005673005468005524005524 E1994031979005978005978005978005762005818005831005832005832005832005621005674005674 E1994031978006189006189006070005951006007006022006023006023006023005905005961005977 E1994031977007057007057007057006851006919006933006932006932006932006730006172006189 E1994031976007309007309007309007096007163007179007178007178007178006969007037007057 E1994031975007570007570007570007350007421007438007438007438007438007221007292007308 E1994031974007843007843007843007614007687007706007705007705007705007481007553007571 E1994031973008174008195008195008195008195007975008052008070008071008071008071007842 E1994031972008426008445008446008446008446008257008303008321008321008321008321008096 E1994031971008773008793008793008793008793008717008558008573008573008573008573008481 E1994031970010026010051010051010051010051009733009830009852009853009853009853009518 E1994031969010520010520010520010140010238010129010227010250010251010251010251009932 E1994031968010829010829010829010438010541010667010666010666010666010280010380010521 E1994031967011176011176011176010772010875010994010994010994010994010597010700010830 E1994031966011385011385011165010946011052011166011165011165011165010946011052011175 E1994031965012579011538011595011594011594011433011209011318011374011374011374011383 E1994031964012800012923012985012984012984013071012690012813012873012873012873012956 E1994031963013015013142013203013201013201013302012914013041013103013103013103013184 E1994031962013264013393013490013489013489013524013130013256013350013351013351013406 E1994031961013421013550013706013705013705013746013346013473013624013623013623013662 E1994031960013820013733013890013890013890013914013563013638013795013796013796013824 E1994031959014485014485014485014485014123014246014083013822013977013978013978014010 E1994031958014752014752014752014752014583014374014544014544014544014544014347014319 E1994031957016383016528016528016528015930016156016344016343016343016343015752014579 E1994031956016506015910016064016510016510016549016549015951016107016294016294016383 E1994031955016887016276016435016647016647016691016691016088016244016463016463016506 E1994031954016886016886017051017043017043017085017085016468016629016852016853016887 E1994031953017814017814016338016541016541016581016581016581016633016843016844016886 E1994031952017066017066017066017066017338017378017378017378017546017769017766017814 E1994031951016260016260016260016260016416016661016660016660016660016660016823017065 E1994031950014706014706014706014706014848015053015053015053015053015053015199015426 E1994031949013669013669013669013669013802014383014383014383014383014383014523014706 E1994031948013141013141013141013141013109013323013323013323013323013323013451013669 E1994031947012338012338012338012338012457012657012657012657012657012657012934013141 E1994031946011728011728011728011728011841012025012025012025012025012025012142012338 E1994031945011047011047011047011047011154011333011333011333011333011333011443011728 E1994031944010509010509010509010509010611010770010770010770010770010770010875011047 E1994031943009995009995009995009995010091010248010248010248010248010248010348010509 E1994031942009435009435009435009435009600009745009745009745009745009745009840009995 E1994031941 009059009196009196009196009196009196009286009435 S1994031970010597010597010597010214010314010363010363010363010363009988 S1994031969010896010896010896010682010785010839010839010839010839010447010548010597 S1994031968012338012338012338011979010988011165011165011165010949010734010840010896 S1994031967 012467012525012526012526012526012161012277012337 E1994041980005673005673005673005673005524005524 E1994041979005978005978005978005978005818005831005832005832005832005832005674005674 E1994041978006189006189006070006070006007006022006023006023006023006023005961005977 E1994041977007057007057007057007057006919006933006932006932006932006932006172006189 E1994041976007309007309007309007309007163007179007178007178007178007178007037007057 E1994041975007570007570007570007570007421007438007438007438007438007438007292007308 E1994041974007843007843007843007843007687007706007705007705007705007705007553007571 E1994041973008174008195008195008195008195008214008052008070008071008071008071007842 E1994041972008426008445008446008446008446008469008303008321008321008321008321008339 E1994041971008773008793008793008793008793008818008558008573008573008573008573008595 E1994041970010026010051010051010051010051010098009830009852009853009853009853009875 E1994041969010520010520010520010520010238010509010227010250010251010251010251010304 E1994041968010829010829010829010829010541010667010666010666010666010666010380010521 E1994041967011176011176011176011176010875010994010994010994010994010994010700010830 E1994041966011385011385011165011165011052011166011165011165011165011165011052011175 E1994041965012956011538011595011594011594011433011433011318011374011374011374011383 E1994041964013184012923012985012984012984013071013071012813012873012873012873012956 E1994041963013406013142013203013201013201013302013302013041013103013103013103013184 E1994041962013662013393013490013489013489013524013524013256013350013351013351013406 E1994041961013824013550013706013705013705013746013746013473013624013623013623013662 E1994041960014010013733013890013890013890013914013914013638013795013796013796013824 E1994041959014485014485014485014485014485014246014246013822013977013978013978014010 E1994041958014752014752014752014752014752014374014544014544014544014544014544014319 E1994041957016383016528016528016528016528016156016344016343016343016343016343014579 E1994041956016506016506016064016510016510016549016549016549016107016294016294016383 E1994041955016887016887016435016647016647016691016691016691016244016463016463016506 E1994041954016886016886017051017269017043017085017085017085016629016852016853016887 E1994041953017814017814016338016541016541016581016581016581016633016843016844016886 E1994041952017066017066017066017066017338017378017378017378017546017769017766017814 E1994041951016260016260016260016260016416016661016660016660016660016660016823017065 E1994041950014706014706014706014706014848015053015053015053015053015053015199015426 E1994041949013669013669013669013669013802014383014383014383014383014383014523014706 E1994041948013141013141013141013141013109013323013323013323013323013323013451013669 E1994041947012338012338012338012338012457012657012657012657012657012657012934013141 E1994041946011728011728011728011728011841012025012025012025012025012025012142012338 E1994041945011047011047011047011047011154011333011333011333011333011333011443011728 E1994041944010509010509010509010509010611010770010770010770010770010770010875011047 E1994041943009995009995009995009995010091010248010248010248010248010248010348010509 E1994041942009435009435009435009435009600009745009745009745009745009745009840009995 E1994041941 009059009196009196009196009196009196009286009435 S1994041970010597010597010597010597010314010363010363010363010363010363 S1994041969010896010896010896010896010785010839010839010839010839010839010548010597 S1994041968012338012338012338012338010988011165011165011165010949010949010840010896 S1994041967 012467012525012526012526012526012526012277012337 N1993091993001285001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1993091992001346001340001335001329001324001319001314001309001304001299001294001289 N1993091991001408001408001408001401001395001388001382001376001370001364001358001352 N1993091990001499001499001499001450001450001450001450001450001450001408001408001408 N1993091989001614001614001614001553001553001553001553001553001553001499001499001499 N1993091988001801001801001801001764001743001743001743001743001743001614001614001614 N1993091987001895001895001895001862001862001862001862001862001862001801001801001801 N1993091986002172002172002172002093002093002093002093002093002093002018001895001895 N1993091985002338002338002338002253002253002253002253002253002253002172002172002172 N1993091984002516002516002516002425002425002425002425002425002425002338002338002338 N1993091983002753002753002753002674002611002611002611002611002611002516002516002516 N1993091982003110003110003110003019003019003019003019003019003019002931002753002753 N1993091981003379003379003379003281003203003203003203003203003203003110003110003110 N1993091980003724003724003724003616003652003652003652003652003652003545003379003379 N1993101993001289001285001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1993101992001352001346001340001335001329001324001319001314001309001304001299001294 N1993101991001408001408001408001408001401001395001388001382001376001370001364001358 N1993101990001499001499001499001499001450001450001450001450001450001450001408001408 N1993101989001614001614001614001614001553001553001553001553001553001553001499001499 N1993101988001801001801001801001801001743001743001743001743001743001743001614001614 N1993101987001895001895001895001895001862001862001862001862001862001862001801001801 N1993101986002172002172002172002172002093002093002093002093002093002093001895001895 N1993101985002338002338002338002338002253002253002253002253002253002253002172002172 N1993101984002516002516002516002516002425002425002425002425002425002425002338002338 N1993101983002753002753002753002753002611002611002611002611002611002611002516002516 N1993101982003110003110003110003110003019003019003019003019003019003019002753002753 N1993101981003379003379003379003379003203003203003203003203003203003203003110003110 N1993101980003724003724003724003724003652003652003652003652003652003652003379003379 N1993111993001294001289001284001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1993111992001358001352001346001340001335001329001324001319001314001309001304001299 N1993111991001408001408001408001408001408001401001395001388001382001376001370001364 N1993111990001499001499001499001499001499001450001450001450001450001450001450001408 N1993111989001614001614001614001614001614001553001553001553001553001553001553001499 N1993111988001801001801001801001801001778001743001743001743001743001743001722001614 N1993111987001895001895001895001895001895001862001862001862001862001862001835001801 N1993111986002172002172002172002172002172002093002093002093002093002093001957001895 N1993111985002338002338002338002338002338002253002253002253002253002253002253002172 N1993111984002516002516002516002516002516002425002425002425002425002425002425002338 N1993111983002753002753002753002753002668002611002611002611002611002611002611002516 N1993111982003110003110003110003110003110003019003019003019003019003019002816002753 N1993111981003379003379003379003379003299003203003203003203003203003203003203003110 N1993111980003724003724003724003724003761003652003652003652003652003652003480003379 N1993121993001299001294001288001284001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1993121992001364001358001352001346001340001335001329001324001319001314001309001304 N1993121991001408001408001408001408001408001408001401001395001388001382001376001370 N1993121990001499001499001499001499001499001499001450001450001450001450001450001450 N1993121989001614001614001614001614001614001614001553001553001553001553001553001553 N1993121988001801001801001801001801001778001778001743001743001743001743001722001722 N1993121987001895001895001895001895001895001895001862001862001862001862001835001835 N1993121986002172002172002172002172002172002172002093002093002093002093001957001957 N1993121985002338002338002338002338002338002338002253002253002253002253002253002253 N1993121984002516002516002516002516002516002516002425002425002425002425002425002425 N1993121983002753002753002753002753002668002668002611002611002611002611002611002611 N1993121982003110003110003110003110003110003110003019003019003019003019002816002816 N1993121981003379003379003379003379003299003299003203003203003203003203003203003203 N1993121980003724003724003724003724003761003761003652003652003652003652003480003480 N1994011994NO PAY N1994011993001304001299001292001288001284001280001275NO PAYNO PAYNO PAYNO PAYNO PAY N1994011992001370001364001358001352001346001340001335001329001324001319001314001309 N1994011991001450001408001408001408001408001408001408001401001395001388001382001376 N1994011990001553001499001499001499001499001499001499001450001450001450001450001450 N1994011989001722001614001614001614001614001614001614001553001553001553001553001553 N1994011988001835001801001801001801001778001778001778001743001743001743001722001722 N1994011987001957001895001895001895001895001895001895001862001862001862001835001835 N1994011986002253002172002172002172002172002172002172002093002093002093001957001957 N1994011985002425002338002338002338002338002338002338002253002253002253002253002253 N1994011984002611002516002516002516002516002516002516002425002425002425002425002425 N1994011983002816002753002753002753002668002668002668002611002611002611002611002611 N1994011982003203003110003110003110003110003110003110003019003019003019002816002816 N1994011981003480003379003379003379003299003299003299003203003203003203003203003203 N1994011980003836003724003724003724003761003761003761003652003652003652003480003480 N1994021994NO PAYNO PAY N1994021993001309001304001297001292001288001284001280001275NO PAYNO PAYNO PAYNO PAY N1994021992001376001370001364001358001352001346001340001335001329001324001319001314 N1994021991001450001450001408001408001408001408001408001408001401001395001388001382 N1994021990001553001553001499001499001499001499001499001499001450001450001450001450 N1994021989001722001722001614001614001614001614001614001614001553001553001553001553 N1994021988001835001835001801001801001778001778001778001778001743001743001722001722 N1994021987001957001957001895001895001895001895001895001895001862001862001835001835 N1994021986002253002253002172002172002172002172002172002172002093002093001957001957 N1994021985002425002425002338002338002338002338002338002338002253002253002253002253 N1994021984002611002611002516002516002516002516002516002516002425002425002425002425 N1994021983002816002816002753002753002668002668002668002668002611002611002611002611 N1994021982003203003203003110003110003110003110003110003110003019003019002816002816 N1994021981003480003480003379003379003299003299003299003299003203003203003203003203 N1994021980003836003836003724003724003761003761003761003761003652003652003480003480 N1994031994NO PAYNO PAYNO PAY N1994031993001314001309001301001297001292001288001284001280001275NO PAYNO PAYNO PAY N1994031992001382001376001370001364001358001352001346001340001335001329001324001319 N1994031991001450001450001450001408001408001408001408001408001408001401001395001388 N1994031990001553001553001553001499001499001499001499001499001499001450001450001450 N1994031989001722001722001722001614001614001614001614001614001614001553001553001553 N1994031988001835001835001835001801001778001778001778001778001778001743001722001722 N1994031987001957001957001957001895001895001895001895001895001895001862001835001835 N1994031986002253002253002253002172002172002172002172002172002172002093001957001957 N1994031985002425002425002425002338002338002338002338002338002338002253002253002253 N1994031984002611002611002611002516002516002516002516002516002516002425002425002425 N1994031983002816002816002816002753002668002668002668002668002668002611002611002611 N1994031982003203003203003203003110003110003110003110003110003110003019002816002816 N1994031981003480003480003480003379003299003299003299003299003299003203003203003203 N1994031980003836003836003836003724003761003761003761003761003761003652003480003480 N1994041994NO PAYNO PAYNO PAYNO PAY N1994041993001319001314001305001301001297001292001288001284001280001275NO PAYNO PAY N1994041992001388001382001376001370001364001358001352001346001340001335001329001324 N1994041991001450001450001450001450001408001408001408001408001408001408001401001395 N1994041990001553001553001553001553001499001499001499001499001499001499001450001450 N1994041989001722001722001722001722001614001614001614001614001614001614001553001553 N1994041988001835001835001835001835001778001778001778001778001778001778001722001722 N1994041987001957001957001957001957001895001895001895001895001895001895001835001835 N1994041986002253002253002253002253002172002172002172002172002172002172001957001957 N1994041985002425002425002425002425002338002338002338002338002338002338002253002253 N1994041984002611002611002611002611002516002516002516002516002516002516002425002425 N1994041983002816002816002816002816002668002668002668002668002668002668002611002611 N1994041982003203003203003203003203003110003110003110003110003110003110002816002816 N1994041981003480003480003480003480003299003299003299003299003299003299003203003203 N1994041980003836003836003836003836003761003761003761003761003761003761003480003480 gbonds-2.0.3/data/sb200009.asc0000664000076400007640000010431411106721200012374 00000000000000E2000091980007593007593007593007444007520007520 E2000091979007733007733007733007582007655007673007673007673007673007522007593007593 E2000091978009089009089008256008058007770007790007792007792007792007639007711007732 E2000091977010363010363010363010062010161010182010180010180010180009884009064009089 E2000091976010733010733010733010421010519010543010541010541010541010234010334010363 E2000091975011009011009011009010793010897010923010923010923010923010604010708010732 E2000091974011185011185011185010966011071011097011097011097011097010879010983011011 E2000091973011657011687011687011687011687011485011596011621011623011623011623011185 E2000091972011784011811011813011813011813011613011726011752011752011752011752011547 E2000091971012159012187012187012187012187011929011853011874011874011874011874011671 E2000091970013700013734013736013736013736013800013936013969013969013877013877013636 E2000091969013727013727013727013727013860013342013471013501013502013502013502013572 E2000091968013128013128013128013128013257013416013414013414013414013414013544013728 E2000091967012586012586012586012586012706012846012845012845012845012845012970013128 E2000091966012813012813012194012194012202012328012327012327012327012327012446012585 E2000091965018473016944017027017025017025015549015177015060015138015138015138012812 E2000091964018798018978019069019067019067019195018635018817018905018905018905019027 E2000091963019113019299019389019387019387019534018965019151019243019243019243019362 E2000091962019290019477019619019617019617019668019282019467019605019606019606019687 E2000091961019141019325019547019546019546019604019219019403019621019619019619019676 E2000091960018850019017019236019236019236019269019269019452019678019485019485019524 E2000091959019153019153019153019153019153018788018788018601018810018810018810018850 E2000091958018312018312018312018312018312018453018672018671018671018671018671018934 E2000091957019956019990019990019990019990020272020508020507020507020507020507018097 E2000091956018679018679018859019383019383019429019429019429019619019848019847019956 E2000091955017753017753017926018157018157018205018205018205018382018629018629018679 E2000091954016886016886017051017269017269017312017312017312017481017716017717017753 E2000091953017814017814016338016541016541016581016581016581016633016843016844016886 E2000091952017066017066017066017066017338017378017378017378017546017769017766017814 E2000091951016260016260016260016260016416016661016660016660016660016660016823017065 E2000091950014706014706014706014706014848015053015053015053015053015053015199015426 E2000091949013669013669013669013669013802014383014383014383014383014383014523014706 E2000091948013141013141013141013141013109013323013323013323013323013323013451013669 E2000091947012338012338012338012338012457012657012657012657012657012657012934013141 E2000091946011728011728011728011728011841012025012025012025012025012025012142012338 E2000091945011047011047011047011047011154011333011333011333011333011333011443011728 E2000091944010509010509010509010509010611010770010770010770010770010770010875011047 E2000091943009995009995009995009995010091010248010248010248010248010248010348010509 E2000091942009435009435009435009435009600009745009745009745009745009745009840009995 E2000091941 009059009196009196009196009196009196009286009435 S2000091970013671013671013671013671013804013870013870013870013870013598 S2000091969013570013570013570013570013437013500013500013500013500013500013607013670 S2000091968015629015629015629015629014337014568014568014568013618013618013497013570 S2000091967 015333015404015405015405015405015405015552015628 E2000101980007593007593007593007593007520007520 E2000101979007733007733007733007733007655007673007673007673007673007673007593007593 E2000101978009089009089008256008256007770007790007792007792007792007792007711007732 E2000101977010363010363010363010363010161010182010180010180010180010180009064009089 E2000101976010733010733010733010733010519010543010541010541010541010541010334010363 E2000101975011009011009011009011009010897010923010923010923010923010923010708010732 E2000101974011185011185011185011185011071011097011097011097011097011097010983011011 E2000101973011657011687011687011687011687011715011596011621011623011623011623011185 E2000101972011784011811011813011813011813011846011726011752011752011752011752011778 E2000101971012159012187012187012187012187012222011853011874011874011874011874011905 E2000101970013700013734013736013736013736013800013936013969013969013969013877013909 E2000101969013727013727013727013727013860013342013471013501013502013502013502013572 E2000101968013128013128013128013128013257013416013414013414013414013414013544013728 E2000101967012586012586012586012586012706012846012845012845012845012845012970013128 E2000101966012813012813012194012194012202012328012327012327012327012327012446012585 E2000101965019027016944017027017025017025015549015549015060015138015138015138012812 E2000101964019362018978019069019067019067019195019195018817018905018905018905019027 E2000101963019687019299019389019387019387019534019534019151019243019243019243019362 E2000101962019676019477019619019617019617019668019668019467019605019606019606019687 E2000101961019524019325019547019546019546019604019604019403019621019619019619019676 E2000101960018850019017019236019236019236019269019269019452019678019679019485019524 E2000101959019153019153019153019153019153018788018788018601018810018810018810018850 E2000101958018312018312018312018312018312018453018672018671018671018671018671018934 E2000101957019956019990019990019990019990020272020508020507020507020507020507018097 E2000101956018679018679018859019383019383019429019429019429019619019848019847019956 E2000101955017753017753017926018157018157018205018205018205018382018629018629018679 E2000101954016886016886017051017269017269017312017312017312017481017716017717017753 E2000101953017814017814016338016541016541016581016581016581016633016843016844016886 E2000101952017066017066017066017066017338017378017378017378017546017769017766017814 E2000101951016260016260016260016260016416016661016660016660016660016660016823017065 E2000101950014706014706014706014706014848015053015053015053015053015053015199015426 E2000101949013669013669013669013669013802014383014383014383014383014383014523014706 E2000101948013141013141013141013141013109013323013323013323013323013323013451013669 E2000101947012338012338012338012338012457012657012657012657012657012657012934013141 E2000101946011728011728011728011728011841012025012025012025012025012025012142012338 E2000101945011047011047011047011047011154011333011333011333011333011333011443011728 E2000101944010509010509010509010509010611010770010770010770010770010770010875011047 E2000101943009995009995009995009995010091010248010248010248010248010248010348010509 E2000101942009435009435009435009435009600009745009745009745009745009745009840009995 E2000101941 009059009196009196009196009196009196009286009435 S2000101970013671013671013671013671013804013870013870013870013870013870 S2000101969013570013570013570013570013437013500013500013500013500013500013607013670 S2000101968015629015629015629015629014337014568014568014568013618013618013497013570 S2000101967 015333015404015405015405015405015405015552015628 E2000111980007593007593007593007593007670007520 E2000111979007733007733007733007733007808007673007673007673007673007673007745007593 E2000111978009089009089008256008256007926007790007792007792007792007792007865007732 E2000111977010363010363010363010363010466010182010180010180010180010180009336009089 E2000111976010733010733010733010733010835010543010541010541010541010541010644010363 E2000111975011009011009011009011009011115010923010923010923010923010923011030010732 E2000111974011185011185011185011185011292011097011097011097011097011097011203011011 E2000111973011891011687011687011687011687011715011828011621011623011623011623011185 E2000111972012020011811011813011813011813011846011961011752011752011752011752011778 E2000111971012495012187012187012187012187012222012162011874011874011874011874011905 E2000111970013700013734013736013736013736013800013936013969013969013969013969013909 E2000111969013727013727013727013727013860013342013471013501013502013502013502013572 E2000111968013128013128013128013128013257013416013414013414013414013414013544013728 E2000111967012586012586012586012586012706012846012845012845012845012845012970013128 E2000111966012813012813012194012194012202012328012327012327012327012327012446012585 E2000111965019027017453017027017025017025015549015549015476015138015138015138012812 E2000111964019362019547019069019067019067019195019195019381018905018905018905019027 E2000111963019687019878019389019387019387019534019534019725019243019243019243019362 E2000111962019676019866019619019617019617019668019668019856019605019606019606019687 E2000111961019524019711019547019546019546019604019604019792019621019619019619019676 E2000111960018850019017019236019236019236019269019269019452019678019679019679019524 E2000111959019153019153019153019153019153018788018788018601018810018810018810018850 E2000111958018312018312018312018312018312018453018672018671018671018671018671018934 E2000111957019956019990019990019990019990020272020508020507020507020507020507018097 E2000111956018679018679018859019383019383019429019429019429019619019848019847019956 E2000111955017753017753017926018157018157018205018205018205018382018629018629018679 E2000111954016886016886017051017269017269017312017312017312017481017716017717017753 E2000111953017814017814016338016541016541016581016581016581016633016843016844016886 E2000111952017066017066017066017066017338017378017378017378017546017769017766017814 E2000111951016260016260016260016260016416016661016660016660016660016660016823017065 E2000111950014706014706014706014706014848015053015053015053015053015053015199015426 E2000111949013669013669013669013669013802014383014383014383014383014383014523014706 E2000111948013141013141013141013141013109013323013323013323013323013323013451013669 E2000111947012338012338012338012338012457012657012657012657012657012657012934013141 E2000111946011728011728011728011728011841012025012025012025012025012025012142012338 E2000111945011047011047011047011047011154011333011333011333011333011333011443011728 E2000111944010509010509010509010509010611010770010770010770010770010770010875011047 E2000111943009995009995009995009995010091010248010248010248010248010248010348010509 E2000111942009435009435009435009435009600009745009745009745009745009745009840009995 E2000111941 009059009196009196009196009196009196009286009435 S2000111970013671013671013671013671013804013870013870013870013870013870 S2000111969013570013570013570013570013437013500013500013500013500013500013607013670 S2000111968015629015629015629015629014337014568014568014568013618013618013497013570 S2000111967 015333015404015405015405015405015405015552015628 E2000121980007593007593007593007593007670007670 E2000121979007733007733007733007733007808007826007673007673007673007673007745007745 E2000121978009089009089008256008256007926007946007792007792007792007792007865007887 E2000121977010363010363010363010363010466010487010180010180010180010180009336009362 E2000121976010733010733010733010733010835010859010541010541010541010541010644010674 E2000121975011009011009011009011009011115011141010923010923010923010923011030011054 E2000121974011185011185011185011185011292011319011097011097011097011097011203011231 E2000121973011891011921011687011687011687011715011828011854011623011623011623011409 E2000121972012020012048011813011813011813011846011961011987011752011752011752011778 E2000121971012495012524012187012187012187012222012162012191011874011874011874011905 E2000121970013700013734013736013736013736013800013936013969013969013969013969014001 E2000121969013727013727013727013727013860013342013471013501013502013502013502013572 E2000121968013128013128013128013128013257013416013414013414013414013414013544013728 E2000121967012586012586012586012586012706012846012845012845012845012845012970013128 E2000121966012813012813012194012194012202012328012327012327012327012327012446012585 E2000121965019027017453017538017025017025015549015549015476015556015138015138012812 E2000121964019362019547019641019067019067019195019195019381019472018905018905019027 E2000121963019687019878019971019387019387019534019534019725019820019243019243019362 E2000121962019676019866020011019617019617019668019668019856019997019606019606019687 E2000121961019524019711019938019546019546019604019604019792020013019619019619019676 E2000121960018850019017019236019236019236019269019269019452019678019679019679019718 E2000121959019153019153019153019153019153018788018788018601018810018810018810018850 E2000121958018312018312018312018312018312018453018672018671018671018671018671018934 E2000121957019956019990019990019990019990020272020508020507020507020507020507018097 E2000121956018679018679018859019383019383019429019429019429019619019848019847019956 E2000121955017753017753017926018157018157018205018205018205018382018629018629018679 E2000121954016886016886017051017269017269017312017312017312017481017716017717017753 E2000121953017814017814016338016541016541016581016581016581016633016843016844016886 E2000121952017066017066017066017066017338017378017378017378017546017769017766017814 E2000121951016260016260016260016260016416016661016660016660016660016660016823017065 E2000121950014706014706014706014706014848015053015053015053015053015053015199015426 E2000121949013669013669013669013669013802014383014383014383014383014383014523014706 E2000121948013141013141013141013141013109013323013323013323013323013323013451013669 E2000121947012338012338012338012338012457012657012657012657012657012657012934013141 E2000121946011728011728011728011728011841012025012025012025012025012025012142012338 E2000121945011047011047011047011047011154011333011333011333011333011333011443011728 E2000121944010509010509010509010509010611010770010770010770010770010770010875011047 E2000121943009995009995009995009995010091010248010248010248010248010248010348010509 E2000121942009435009435009435009435009600009745009745009745009745009745009840009995 E2000121941 009059009196009196009196009196009196009286009435 S2000121970013671013671013671013671013804013870013870013870013870013870 S2000121969013570013570013570013570013437013500013500013500013500013500013607013670 S2000121968015629015629015629015629014337014568014568014568013618013618013497013570 S2000121967 015333015404015405015405015405015405015552015628 E2001011980007745007593007593007593007670007670 E2001011979007888007733007733007733007808007826007826007673007673007673007745007745 E2001011978009362009089008256008256007926007946007947007792007792007792007865007887 E2001011977010674010363010363010363010466010487010486010180010180010180009336009362 E2001011976011055010733010733010733010835010859010858010541010541010541010644010674 E2001011975011229011009011009011009011115011141011141010923010923010923011030011054 E2001011974011409011185011185011185011292011319011319011097011097011097011203011231 E2001011973011891011921011921011687011687011715011828011854011856011623011623011409 E2001011972012020012048012049011813011813011846011961011987011987011752011752011778 E2001011971012630012524012524012187012187012222012162012191012191011874011874011905 E2001011970013700013734013736013736013736013800013936013969013969013969013969014001 E2001011969013727013727013727013727013860013342013471013501013502013502013502013572 E2001011968013128013128013128013128013257013416013414013414013414013414013544013728 E2001011967012586012586012586012586012706012846012845012845012845012845012970013128 E2001011966012813012813012194012194012202012328012327012327012327012327012446012585 E2001011965019027017453017538017536017025015549015549015476015556015556015138012812 E2001011964019362019547019641019639019067019195019195019381019472019472018905019027 E2001011963019687019878019971019968019387019534019534019725019820019820019243019362 E2001011962019676019866020011020009019617019668019668019856019997019998019606019687 E2001011961019718019711019938019937019546019604019604019792020013020011019619019676 E2001011960018850019017019236019236019236019269019269019452019678019679019679019718 E2001011959019153019153019153019153019153018788018788018601018810018810018810018850 E2001011958018312018312018312018312018312018453018672018671018671018671018671018934 E2001011957019956019990019990019990019990020272020508020507020507020507020507018097 E2001011956018679018679018859019383019383019429019429019429019619019848019847019956 E2001011955017753017753017926018157018157018205018205018205018382018629018629018679 E2001011954016886016886017051017269017269017312017312017312017481017716017717017753 E2001011953017814017814016338016541016541016581016581016581016633016843016844016886 E2001011952017066017066017066017066017338017378017378017378017546017769017766017814 E2001011951016260016260016260016260016416016661016660016660016660016660016823017065 E2001011950014706014706014706014706014848015053015053015053015053015053015199015426 E2001011949013669013669013669013669013802014383014383014383014383014383014523014706 E2001011948013141013141013141013141013109013323013323013323013323013323013451013669 E2001011947012338012338012338012338012457012657012657012657012657012657012934013141 E2001011946011728011728011728011728011841012025012025012025012025012025012142012338 E2001011945011047011047011047011047011154011333011333011333011333011333011443011728 E2001011944010509010509010509010509010611010770010770010770010770010770010875011047 E2001011943009995009995009995009995010091010248010248010248010248010248010348010509 E2001011942009435009435009435009435009600009745009745009745009745009745009840009995 E2001011941 009059009196009196009196009196009196009286009435 S2001011970013671013671013671013671013804013870013870013870013870013870 S2001011969013570013570013570013570013437013500013500013500013500013500013607013670 S2001011968015629015629015629015629014337014568014568014568013618013618013497013570 S2001011967 015333015404015405015405015405015405015552015628 E2001021980007745007745007593007593007670007670 E2001021979007888007888007733007733007808007826007826007826007673007673007745007745 E2001021978009362009362008256008256007926007946007947007947007792007792007865007887 E2001021977010674010674010363010363010466010487010486010486010180010180009336009362 E2001021976011055011055010733010733010835010859010858010858010541010541010644010674 E2001021975011229011229011009011009011115011141011141011141010923010923011030011054 E2001021974011409011409011185011185011292011319011319011319011097011097011203011231 E2001021973011891011921011921011921011687011715011828011854011856011856011623011409 E2001021972012020012048012049012049011813011846011961011987011987011987011752011778 E2001021971012630012660012524012524012187012222012162012191012191012191011874011905 E2001021970013700013734013736013736013736013800013936013969013969013969013969014001 E2001021969013727013727013727013727013860013342013471013501013502013502013502013572 E2001021968013128013128013128013128013257013416013414013414013414013414013544013728 E2001021967012586012586012586012586012706012846012845012845012845012845012970013128 E2001021966012813012813012194012194012202012328012327012327012327012327012446012585 E2001021965019027017453017538017536017536015549015549015476015556015556015556012812 E2001021964019362019547019641019639019639019195019195019381019472019472019472019027 E2001021963019687019878019971019968019968019534019534019725019820019820019820019362 E2001021962019676019866020011020009020009019668019668019856019997019998019998019687 E2001021961019718019907019938019937019937019604019604019792020013020011020011019676 E2001021960018850019017019236019236019236019269019269019452019678019679019679019718 E2001021959019153019153019153019153019153018788018788018601018810018810018810018850 E2001021958018312018312018312018312018312018453018672018671018671018671018671018934 E2001021957019956019990019990019990019990020272020508020507020507020507020507018097 E2001021956018679018679018859019383019383019429019429019429019619019848019847019956 E2001021955017753017753017926018157018157018205018205018205018382018629018629018679 E2001021954016886016886017051017269017269017312017312017312017481017716017717017753 E2001021953017814017814016338016541016541016581016581016581016633016843016844016886 E2001021952017066017066017066017066017338017378017378017378017546017769017766017814 E2001021951016260016260016260016260016416016661016660016660016660016660016823017065 E2001021950014706014706014706014706014848015053015053015053015053015053015199015426 E2001021949013669013669013669013669013802014383014383014383014383014383014523014706 E2001021948013141013141013141013141013109013323013323013323013323013323013451013669 E2001021947012338012338012338012338012457012657012657012657012657012657012934013141 E2001021946011728011728011728011728011841012025012025012025012025012025012142012338 E2001021945011047011047011047011047011154011333011333011333011333011333011443011728 E2001021944010509010509010509010509010611010770010770010770010770010770010875011047 E2001021943009995009995009995009995010091010248010248010248010248010248010348010509 E2001021942009435009435009435009435009600009745009745009745009745009745009840009995 E2001021941 009059009196009196009196009196009196009286009435 S2001021970013671013671013671013671013804013870013870013870013870013870 S2001021969013570013570013570013570013437013500013500013500013500013500013607013670 S2001021968015629015629015629015629014337014568014568014568013618013618013497013570 S2001021967 015333015404015405015405015405015405015552015628 N2000092000001277001272001266NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2000091999001335001330001324001318001316001310001305001299001293001288001288001282 N2000091998001407001401001395001389001380001374001368001362001356001350001347001341 N2000091997001454001454001454001423001460001453001447001440001434001428001420001413 N2000091996001521001521001521001489001485001485001485001485001485001453001454001454 N2000091995001653001653001653001613001560001560001560001560001560001527001521001521 N2000091994001728001728001728001687001691001691001691001691001691001651001653001653 N2000091993001948001948001814001770001769001769001769001769001769001727001728001728 N2000091992002067002067002067002006002006002006002006002006002006001948001948001948 N2000091991002192002192002192002129002129002129002129002129002129002067002067002067 N2000091990002326002326002326002258002258002258002258002258002258002192002192002192 N2000091989002467002467002467002396002396002396002396002396002396002326002326002326 N2000091988002592002592002592002541002541002541002541002541002541002467002467002467 N2000091987002698002698002698002644002644002644002644002644002644002592002592002592 N2000091986003121003121003121003060003060003060003060003060003060003000002698002698 N2000091985003247003247003247003183003183003183003183003183003183003121003121003121 N2000091984003535003535003535003452003378003378003378003378003378003294003247003247 N2000091983004068004068003895003801003691003691003691003691003691003604003535003535 N2000091982004658004658004658004566004566004566004566004566004566004433004068004068 N2000091981005062005062005062004962004751004751004751004751004751004658004658004658 N2000091980005633005633005633005469005523005523005523005523005523005362005062005062 N2000102000001282001277001272001266NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2000101999001341001335001330001324001322001316001310001305001299001293001294001288 N2000101998001413001407001401001395001387001380001374001368001362001356001354001347 N2000101997001454001454001454001454001467001460001453001447001440001434001426001420 N2000101996001521001521001521001521001485001485001485001485001485001485001454001454 N2000101995001653001653001653001653001560001560001560001560001560001560001521001521 N2000101994001728001728001728001728001691001691001691001691001691001691001653001653 N2000101993001948001948001814001814001769001769001769001769001769001769001728001728 N2000101992002067002067002067002067002006002006002006002006002006002006001948001948 N2000101991002192002192002192002192002129002129002129002129002129002129002067002067 N2000101990002326002326002326002326002258002258002258002258002258002258002192002192 N2000101989002467002467002467002467002396002396002396002396002396002396002326002326 N2000101988002592002592002592002592002541002541002541002541002541002541002467002467 N2000101987002698002698002698002698002644002644002644002644002644002644002592002592 N2000101986003121003121003121003121003060003060003060003060003060003060002698002698 N2000101985003247003247003247003247003183003183003183003183003183003183003121003121 N2000101984003535003535003535003535003378003378003378003378003378003378003247003247 N2000101983004068004068003895003895003691003691003691003691003691003691003535003535 N2000101982004658004658004658004658004566004566004566004566004566004566004068004068 N2000101981005062005062005062005062004751004751004751004751004751004751004658004658 N2000101980005633005633005633005633005523005523005523005523005523005523005062005062 N2000112000001288001282001277001272001268NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2000111999001347001341001335001330001329001322001316001310001305001299001300001294 N2000111998001420001413001407001401001394001387001380001374001368001362001360001354 N2000111997001454001454001454001454001474001467001460001453001447001440001433001426 N2000111996001521001521001521001521001523001485001485001485001485001485001491001454 N2000111995001653001653001653001653001602001560001560001560001560001560001560001521 N2000111994001728001728001728001728001737001691001691001691001691001691001697001653 N2000111993001948001948001814001814001816001769001769001769001769001769001774001728 N2000111992002067002067002067002067002067002006002006002006002006002006002006001948 N2000111991002192002192002192002192002192002129002129002129002129002129002129002067 N2000111990002326002326002326002326002326002258002258002258002258002258002258002192 N2000111989002467002467002467002467002467002396002396002396002396002396002396002326 N2000111988002592002592002592002592002592002541002541002541002541002541002541002467 N2000111987002698002698002698002698002697002644002644002644002644002644002644002592 N2000111986003121003121003121003121003121003060003060003060003060003060002772002698 N2000111985003247003247003247003247003247003183003183003183003183003183003183003121 N2000111984003535003535003535003535003468003378003378003378003378003378003312003247 N2000111983004068004068003895003895003791003691003691003691003691003691003630003535 N2000111982004658004658004658004658004658004566004566004566004566004566004190004068 N2000111981005062005062005062005062004846004751004751004751004751004751004751004658 N2000111980005633005633005633005633005689005523005523005523005523005523005163005062 N2000122000001294001288001282001277001274001268NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2000121999001354001347001341001335001335001329001322001316001310001305001306001300 N2000121998001426001420001413001407001400001394001387001380001374001368001366001360 N2000121997001454001454001454001454001481001474001467001460001453001447001440001433 N2000121996001521001521001521001521001523001523001485001485001485001485001491001491 N2000121995001653001653001653001653001602001602001560001560001560001560001560001560 N2000121994001728001728001728001728001737001737001691001691001691001691001697001697 N2000121993001948001948001814001814001816001816001769001769001769001769001774001774 N2000121992002067002067002067002067002067002067002006002006002006002006002006002006 N2000121991002192002192002192002192002192002192002129002129002129002129002129002129 N2000121990002326002326002326002326002326002326002258002258002258002258002258002258 N2000121989002467002467002467002467002467002467002396002396002396002396002396002396 N2000121988002592002592002592002592002592002592002541002541002541002541002541002541 N2000121987002698002698002698002698002697002697002644002644002644002644002644002644 N2000121986003121003121003121003121003121003121003060003060003060003060002772002772 N2000121985003247003247003247003247003247003247003183003183003183003183003183003183 N2000121984003535003535003535003535003468003468003378003378003378003378003312003312 N2000121983004068004068003895003895003791003791003691003691003691003691003630003630 N2000121982004658004658004658004658004658004658004566004566004566004566004190004190 N2000121981005062005062005062005062004846004846004751004751004751004751004751004751 N2000121980005633005633005633005633005689005689005523005523005523005523005163005163 N2001012001NO PAY N2001012000001300001294001288001282001280001274001268NO PAYNO PAYNO PAYNO PAYNO PAY N2001011999001360001354001347001341001341001335001329001322001316001310001313001306 N2001011998001433001426001420001413001407001400001394001387001380001374001373001366 N2001011997001491001454001454001454001488001481001474001467001460001453001447001440 N2001011996001560001521001521001521001523001523001523001485001485001485001491001491 N2001011995001697001653001653001653001602001602001602001560001560001560001560001560 N2001011994001774001728001728001728001737001737001737001691001691001691001697001697 N2001011993002006001948001814001814001816001816001816001769001769001769001774001774 N2001011992002129002067002067002067002067002067002067002006002006002006002006002006 N2001011991002258002192002192002192002192002192002192002129002129002129002129002129 N2001011990002396002326002326002326002326002326002326002258002258002258002258002258 N2001011989002541002467002467002467002467002467002467002396002396002396002396002396 N2001011988002644002592002592002592002592002592002592002541002541002541002541002541 N2001011987002772002698002698002698002697002697002697002644002644002644002644002644 N2001011986003183003121003121003121003121003121003121003060003060003060002772002772 N2001011985003312003247003247003247003247003247003247003183003183003183003183003183 N2001011984003630003535003535003535003468003468003468003378003378003378003312003312 N2001011983004190004068003895003895003791003791003791003691003691003691003630003630 N2001011982004751004658004658004658004658004658004658004566004566004566004190004190 N2001011981005163005062005062005062004846004846004846004751004751004751004751004751 N2001011980005802005633005633005633005689005689005689005523005523005523005163005163 N2001022001NO PAYNO PAY N2001022000001306001300001294001288001286001280001274001268NO PAYNO PAYNO PAYNO PAY N2001021999001366001360001354001347001348001341001335001329001322001316001319001313 N2001021998001440001433001426001420001413001407001400001394001387001380001379001373 N2001021997001491001491001454001454001495001488001481001474001467001460001453001447 N2001021996001560001560001521001521001523001523001523001523001485001485001491001491 N2001021995001697001697001653001653001602001602001602001602001560001560001560001560 N2001021994001774001774001728001728001737001737001737001737001691001691001697001697 N2001021993002006002006001814001814001816001816001816001816001769001769001774001774 N2001021992002129002129002067002067002067002067002067002067002006002006002006002006 N2001021991002258002258002192002192002192002192002192002192002129002129002129002129 N2001021990002396002396002326002326002326002326002326002326002258002258002258002258 N2001021989002541002541002467002467002467002467002467002467002396002396002396002396 N2001021988002644002644002592002592002592002592002592002592002541002541002541002541 N2001021987002772002772002698002698002697002697002697002697002644002644002644002644 N2001021986003183003183003121003121003121003121003121003121003060003060002772002772 N2001021985003312003312003247003247003247003247003247003247003183003183003183003183 N2001021984003630003630003535003535003468003468003468003468003378003378003312003312 N2001021983004190004190003895003895003791003791003791003791003691003691003630003630 N2001021982004751004751004658004658004658004658004658004658004566004566004190004190 N2001021981005163005163005062005062004846004846004846004846004751004751004751004751 N2001021980005802005802005633005633005689005689005689005689005523005523005163005163 I2000092000002572002558002543NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2000091999002703002688002673002658002667002651002636002621002607002592002602002587 I2000091998 002739002723002734002718 I2000102000002587002572002558002543NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2000101999002718002703002688002673002682002667002651002636002621002607002618002602 I2000101998 002754002739002750002734 I2000112000002602002587002572002558002546NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2000111999002734002718002703002688002698002682002667002651002636002621002634002618 I2000111998 002770002754002766002750 I2000122000002618002602002587002572002562002546NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2000121999002750002734002718002703002714002698002682002667002651002636002649002634 I2000121998 002786002770002783002766 I2001012001NO PAY I2001012000002634002618002602002587002578002562002546NO PAYNO PAYNO PAYNO PAYNO PAY I2001011999002766002750002734002718002730002714002698002682002667002651002665002649 I2001011998 002803002786002799002783 I2001022001NO PAYNO PAY I2001022000002649002634002618002602002594002578002562002546NO PAYNO PAYNO PAYNO PAY I2001021999002783002766002750002734002746002730002714002698002682002667002681002665 I2001021998 002819002803002816002799 gbonds-2.0.3/data/sb200206.asc0000664000076400007640000010756011106721200012401 00000000000000E2002061980008058008058008058008058008140008140 E2002061979008207008207008207008207008286008305008143008143008143008143008219008219 E2002061978009932009932008885008885008411008432008268008268008268008268008347008369 E2002061977011324011324011324011324011436011460011124011124011124011124010202010230 E2002061976011502011502011502011502011611011637011407011407011407011407011518011550 E2002061975011683011683011683011683011795011823011592011592011592011592011705011731 E2002061974011870011870011870011870011983012012011776011776011776011776011889011919 E2002061973012618012650012402012402012402012432012552012579012335012335012335012107 E2002061972012588012617012619012619012619012654012693012721012471012471012471012499 E2002061971012630012660012660012660012660012695012606012636012636012636012636012666 E2002061970013700013734013736013736013736013800013936013969013969013969013969014001 E2002061969013727013727013727013727013860013342013471013501013502013502013502013572 E2002061968013128013128013128013128013257013416013414013414013414013414013544013728 E2002061967012586012586012586012586012706012846012845012845012845012845012970013128 E2002061966012813012813012194012194012202012328012327012327012327012327012446012585 E2002061965020791019071019164018604018604016734016734016513016598016292016292012812 E2002061964020952021153021254020835020835020974020974021178021278020658020658020791 E2002061963020892021095021193020775020775020933020933021138021239020822020822020952 E2002061962020675020875021027021024021024021079020871021072021221020806020806020892 E2002061961019718019907020137020136020136020195020195020388020617020615020615020675 E2002061960018850019017019236019236019236019269019269019452019678019679019679019718 E2002061959019153019153019153019153019153018788018788018601018810018810018810018850 E2002061958018312018312018312018312018312018453018672018671018671018671018671018934 E2002061957019956019990019990019990019990020272020508020507020507020507020507018097 E2002061956018679018679018859019383019383019429019429019429019619019848019847019956 E2002061955017753017753017926018157018157018205018205018205018382018629018629018679 E2002061954016886016886017051017269017269017312017312017312017481017716017717017753 E2002061953017814017814016338016541016541016581016581016581016633016843016844016886 E2002061952017066017066017066017066017338017378017378017378017546017769017766017814 E2002061951016260016260016260016260016416016661016660016660016660016660016823017065 E2002061950014706014706014706014706014848015053015053015053015053015053015199015426 E2002061949013669013669013669013669013802014383014383014383014383014383014523014706 E2002061948013141013141013141013141013109013323013323013323013323013323013451013669 E2002061947012338012338012338012338012457012657012657012657012657012657012934013141 E2002061946011728011728011728011728011841012025012025012025012025012025012142012338 E2002061945011047011047011047011047011154011333011333011333011333011333011443011728 E2002061944010509010509010509010509010611010770010770010770010770010770010875011047 E2002061943009995009995009995009995010091010248010248010248010248010248010348010509 E2002061942009435009435009435009435009600009745009745009745009745009745009840009995 E2002061941 009059009196009196009196009196009196009286009435 S2002061970013671013671013671013671013804013870013870013870013870013870 S2002061969013570013570013570013570013437013500013500013500013500013500013607013670 S2002061968015629015629015629015629014337014568014568014568013618013618013497013570 S2002061967 015333015404015405015405015405015405015552015628 E2002071980008219008058008058008058008140008140 E2002071979008371008207008207008207008286008305008305008143008143008143008219008219 E2002071978010230009932008885008885008411008432008434008268008268008268008347008369 E2002071977011550011324011324011324011436011460011458011124011124011124010202010230 E2002071976011732011502011502011502011611011637011635011407011407011407011518011550 E2002071975011916011683011683011683011795011823011823011592011592011592011705011731 E2002071974012107011870011870011870011983012012012012011776011776011776011889011919 E2002071973012618012650012650012402012402012432012552012579012581012335012335012107 E2002071972012588012617012619012619012619012654012777012721012721012471012471012499 E2002071971012630012660012660012660012660012695012606012636012636012636012636012666 E2002071970013700013734013736013736013736013800013936013969013969013969013969014001 E2002071969013727013727013727013727013860013342013471013501013502013502013502013572 E2002071968013128013128013128013128013257013416013414013414013414013414013544013728 E2002071967012586012586012586012586012706012846012845012845012845012845012970013128 E2002071966012813012813012194012194012202012328012327012327012327012327012446012585 E2002071965020791019071019164019162018604016734016734016513016598016598016292012812 E2002071964020952021153021254021252020835020974020974021178021278021278020658020791 E2002071963020892021095021193021190020775020933020933021138021239021239020822020952 E2002071962020675020875021027021024021024021079021079021072021221021222020806020892 E2002071961019718019907020137020136020136020195020195020388020617020615020615020675 E2002071960018850019017019236019236019236019269019269019452019678019679019679019718 E2002071959019153019153019153019153019153018788018788018601018810018810018810018850 E2002071958018312018312018312018312018312018453018672018671018671018671018671018934 E2002071957019956019990019990019990019990020272020508020507020507020507020507018097 E2002071956018679018679018859019383019383019429019429019429019619019848019847019956 E2002071955017753017753017926018157018157018205018205018205018382018629018629018679 E2002071954016886016886017051017269017269017312017312017312017481017716017717017753 E2002071953017814017814016338016541016541016581016581016581016633016843016844016886 E2002071952017066017066017066017066017338017378017378017378017546017769017766017814 E2002071951016260016260016260016260016416016661016660016660016660016660016823017065 E2002071950014706014706014706014706014848015053015053015053015053015053015199015426 E2002071949013669013669013669013669013802014383014383014383014383014383014523014706 E2002071948013141013141013141013141013109013323013323013323013323013323013451013669 E2002071947012338012338012338012338012457012657012657012657012657012657012934013141 E2002071946011728011728011728011728011841012025012025012025012025012025012142012338 E2002071945011047011047011047011047011154011333011333011333011333011333011443011728 E2002071944010509010509010509010509010611010770010770010770010770010770010875011047 E2002071943009995009995009995009995010091010248010248010248010248010248010348010509 E2002071942009435009435009435009435009600009745009745009745009745009745009840009995 E2002071941 009059009196009196009196009196009196009286009435 S2002071970013671013671013671013671013804013870013870013870013870013870 S2002071969013570013570013570013570013437013500013500013500013500013500013607013670 S2002071968015629015629015629015629014337014568014568014568013618013618013497013570 S2002071967 015333015404015405015405015405015405015552015628 E2002081980008219008219008058008058008140008140 E2002081979008371008371008207008207008286008305008305008305008143008143008219008219 E2002081978010230010230008885008885008411008432008434008434008268008268008347008369 E2002081977011550011550011324011324011436011460011458011458011124011124010202010230 E2002081976011732011732011502011502011611011637011635011635011407011407011518011550 E2002081975011916011916011683011683011795011823011823011823011592011592011705011731 E2002081974012107012107011870011870011983012012012012012012011776011776011889011919 E2002081973012618012650012650012650012402012432012552012579012581012581012335012107 E2002081972012588012617012619012619012619012654012777012805012721012721012471012499 E2002081971012630012660012660012660012660012695012606012636012636012636012636012666 E2002081970013700013734013736013736013736013800013936013969013969013969013969014001 E2002081969013727013727013727013727013860013342013471013501013502013502013502013572 E2002081968013128013128013128013128013257013416013414013414013414013414013544013728 E2002081967012586012586012586012586012706012846012845012845012845012845012970013128 E2002081966012813012813012194012194012202012328012327012327012327012327012446012585 E2002081965020791019071019164019162019162016734016734016513016598016598016598012812 E2002081964020952021153021254021252021252020974020974021178021278021278021278020791 E2002081963020892021095021193021190021190020933020933021138021239021239021239020952 E2002081962020675020875021027021024021024021079021079021281021221021222021222020892 E2002081961019718019907020137020136020136020195020195020388020617020615020615020675 E2002081960018850019017019236019236019236019269019269019452019678019679019679019718 E2002081959019153019153019153019153019153018788018788018601018810018810018810018850 E2002081958018312018312018312018312018312018453018672018671018671018671018671018934 E2002081957019956019990019990019990019990020272020508020507020507020507020507018097 E2002081956018679018679018859019383019383019429019429019429019619019848019847019956 E2002081955017753017753017926018157018157018205018205018205018382018629018629018679 E2002081954016886016886017051017269017269017312017312017312017481017716017717017753 E2002081953017814017814016338016541016541016581016581016581016633016843016844016886 E2002081952017066017066017066017066017338017378017378017378017546017769017766017814 E2002081951016260016260016260016260016416016661016660016660016660016660016823017065 E2002081950014706014706014706014706014848015053015053015053015053015053015199015426 E2002081949013669013669013669013669013802014383014383014383014383014383014523014706 E2002081948013141013141013141013141013109013323013323013323013323013323013451013669 E2002081947012338012338012338012338012457012657012657012657012657012657012934013141 E2002081946011728011728011728011728011841012025012025012025012025012025012142012338 E2002081945011047011047011047011047011154011333011333011333011333011333011443011728 E2002081944010509010509010509010509010611010770010770010770010770010770010875011047 E2002081943009995009995009995009995010091010248010248010248010248010248010348010509 E2002081942009435009435009435009435009600009745009745009745009745009745009840009995 E2002081941 009059009196009196009196009196009196009286009435 S2002081970013671013671013671013671013804013870013870013870013870013870 S2002081969013570013570013570013570013437013500013500013500013500013500013607013670 S2002081968015629015629015629015629014337014568014568014568013618013618013497013570 S2002081967 015333015404015405015405015405015405015552015628 E2002091980008219008219008219008058008140008140 E2002091979008371008371008371008207008286008305008305008305008305008143008219008219 E2002091978010230010230009052008885008411008432008434008434008434008268008347008369 E2002091977011550011550011550011324011436011460011458011458011458011124010202010230 E2002091976011732011732011732011502011611011637011635011635011635011407011518011550 E2002091975011916011916011916011683011795011823011823011823011823011592011705011731 E2002091974012107012107012107011870011983012012012012012012012012011776011889011919 E2002091973012618012650012650012650012650012432012552012579012581012581012581012107 E2002091972012588012617012619012619012619012654012777012805012805012721012721012499 E2002091971012630012660012660012660012660012695012606012636012636012636012636012666 E2002091970013700013734013736013736013736013800013936013969013969013969013969014001 E2002091969013727013727013727013727013860013342013471013501013502013502013502013572 E2002091968013128013128013128013128013257013416013414013414013414013414013544013728 E2002091967012586012586012586012586012706012846012845012845012845012845012970013128 E2002091966012813012813012194012194012202012328012327012327012327012327012446012585 E2002091965020791019071019164019162019162017049016734016513016598016598016598012812 E2002091964020952021153021254021252021252021393020974021178021278021278021278021415 E2002091963020892021095021193021190021190021352020933021138021239021239021239021371 E2002091962020675020875021027021024021024021079021079021281021432021222021222021310 E2002091961019718019907020137020136020136020195020195020388020617020615020615020675 E2002091960018850019017019236019236019236019269019269019452019678019679019679019718 E2002091959019153019153019153019153019153018788018788018601018810018810018810018850 E2002091958018312018312018312018312018312018453018672018671018671018671018671018934 E2002091957019956019990019990019990019990020272020508020507020507020507020507018097 E2002091956018679018679018859019383019383019429019429019429019619019848019847019956 E2002091955017753017753017926018157018157018205018205018205018382018629018629018679 E2002091954016886016886017051017269017269017312017312017312017481017716017717017753 E2002091953017814017814016338016541016541016581016581016581016633016843016844016886 E2002091952017066017066017066017066017338017378017378017378017546017769017766017814 E2002091951016260016260016260016260016416016661016660016660016660016660016823017065 E2002091950014706014706014706014706014848015053015053015053015053015053015199015426 E2002091949013669013669013669013669013802014383014383014383014383014383014523014706 E2002091948013141013141013141013141013109013323013323013323013323013323013451013669 E2002091947012338012338012338012338012457012657012657012657012657012657012934013141 E2002091946011728011728011728011728011841012025012025012025012025012025012142012338 E2002091945011047011047011047011047011154011333011333011333011333011333011443011728 E2002091944010509010509010509010509010611010770010770010770010770010770010875011047 E2002091943009995009995009995009995010091010248010248010248010248010248010348010509 E2002091942009435009435009435009435009600009745009745009745009745009745009840009995 E2002091941 009059009196009196009196009196009196009286009435 S2002091970013671013671013671013671013804013870013870013870013870013870 S2002091969013570013570013570013570013437013500013500013500013500013500013607013670 S2002091968015629015629015629015629014337014568014568014568013618013618013497013570 S2002091967 015333015404015405015405015405015405015552015628 E2002101980008219008219008219008219008140008140 E2002101979008371008371008371008371008286008305008305008305008305008305008219008219 E2002101978010230010230009052009052008411008432008434008434008434008434008347008369 E2002101977011550011550011550011550011436011460011458011458011458011458010202010230 E2002101976011732011732011732011732011611011637011635011635011635011635011518011550 E2002101975011916011916011916011916011795011823011823011823011823011823011705011731 E2002101974012107012107012107012107011983012012012012012012012012012012011889011919 E2002101973012618012650012650012650012650012680012552012579012581012581012581012107 E2002101972012588012617012619012619012619012654012777012805012805012805012721012749 E2002101971012630012660012660012660012660012695012606012636012636012636012636012666 E2002101970013700013734013736013736013736013800013936013969013969013969013969014001 E2002101969013727013727013727013727013860013342013471013501013502013502013502013572 E2002101968013128013128013128013128013257013416013414013414013414013414013544013728 E2002101967012586012586012586012586012706012846012845012845012845012845012970013128 E2002101966012813012813012194012194012202012328012327012327012327012327012446012585 E2002101965021415019071019164019162019162017049017049016513016598016598016598012812 E2002101964021371021153021254021252021252021393021393021178021278021278021278021415 E2002101963021310021095021193021190021190021352021352021138021239021239021239021371 E2002101962020675020875021027021024021024021079021079021281021432021433021222021310 E2002101961019718019907020137020136020136020195020195020388020617020615020615020675 E2002101960018850019017019236019236019236019269019269019452019678019679019679019718 E2002101959019153019153019153019153019153018788018788018601018810018810018810018850 E2002101958018312018312018312018312018312018453018672018671018671018671018671018934 E2002101957019956019990019990019990019990020272020508020507020507020507020507018097 E2002101956018679018679018859019383019383019429019429019429019619019848019847019956 E2002101955017753017753017926018157018157018205018205018205018382018629018629018679 E2002101954016886016886017051017269017269017312017312017312017481017716017717017753 E2002101953017814017814016338016541016541016581016581016581016633016843016844016886 E2002101952017066017066017066017066017338017378017378017378017546017769017766017814 E2002101951016260016260016260016260016416016661016660016660016660016660016823017065 E2002101950014706014706014706014706014848015053015053015053015053015053015199015426 E2002101949013669013669013669013669013802014383014383014383014383014383014523014706 E2002101948013141013141013141013141013109013323013323013323013323013323013451013669 E2002101947012338012338012338012338012457012657012657012657012657012657012934013141 E2002101946011728011728011728011728011841012025012025012025012025012025012142012338 E2002101945011047011047011047011047011154011333011333011333011333011333011443011728 E2002101944010509010509010509010509010611010770010770010770010770010770010875011047 E2002101943009995009995009995009995010091010248010248010248010248010248010348010509 E2002101942009435009435009435009435009600009745009745009745009745009745009840009995 E2002101941 009059009196009196009196009196009196009286009435 S2002101970013671013671013671013671013804013870013870013870013870013870 S2002101969013570013570013570013570013437013500013500013500013500013500013607013670 S2002101968015629015629015629015629014337014568014568014568013618013618013497013570 S2002101967 015333015404015405015405015405015405015552015628 E2002111980008219008219008219008219008303008140 E2002111979008371008371008371008371008452008305008305008305008305008305008384008219 E2002111978010230010230009052009052008579008432008434008434008434008434008514008369 E2002111977011550011550011550011550011665011460011458011458011458011458010508010230 E2002111976011732011732011732011732011843011637011635011635011635011635011748011550 E2002111975011916011916011916011916012031011823011823011823011823011823011939011731 E2002111974012107012107012107012107012223012012012012012012012012012012012127011919 E2002111973012871012650012650012650012650012680012803012579012581012581012581012107 E2002111972012588012617012619012619012619012654012777012805012805012805012805012749 E2002111971012630012660012660012660012660012695012606012636012636012636012636012666 E2002111970013700013734013736013736013736013800013936013969013969013969013969014001 E2002111969013727013727013727013727013860013342013471013501013502013502013502013572 E2002111968013128013128013128013128013257013416013414013414013414013414013544013728 E2002111967012586012586012586012586012706012846012845012845012845012845012970013128 E2002111966012813012813012194012194012202012328012327012327012327012327012446012585 E2002111965021415019643019164019162019162017049017049016844016598016598016598012812 E2002111964021371021576021254021252021252021393021393021602021278021278021278021415 E2002111963021310021517021193021190021190021352021352021561021239021239021239021371 E2002111962020675020875021027021024021024021079021079021281021432021433021433021310 E2002111961019718019907020137020136020136020195020195020388020617020615020615020675 E2002111960018850019017019236019236019236019269019269019452019678019679019679019718 E2002111959019153019153019153019153019153018788018788018601018810018810018810018850 E2002111958018312018312018312018312018312018453018672018671018671018671018671018934 E2002111957019956019990019990019990019990020272020508020507020507020507020507018097 E2002111956018679018679018859019383019383019429019429019429019619019848019847019956 E2002111955017753017753017926018157018157018205018205018205018382018629018629018679 E2002111954016886016886017051017269017269017312017312017312017481017716017717017753 E2002111953017814017814016338016541016541016581016581016581016633016843016844016886 E2002111952017066017066017066017066017338017378017378017378017546017769017766017814 E2002111951016260016260016260016260016416016661016660016660016660016660016823017065 E2002111950014706014706014706014706014848015053015053015053015053015053015199015426 E2002111949013669013669013669013669013802014383014383014383014383014383014523014706 E2002111948013141013141013141013141013109013323013323013323013323013323013451013669 E2002111947012338012338012338012338012457012657012657012657012657012657012934013141 E2002111946011728011728011728011728011841012025012025012025012025012025012142012338 E2002111945011047011047011047011047011154011333011333011333011333011333011443011728 E2002111944010509010509010509010509010611010770010770010770010770010770010875011047 E2002111943009995009995009995009995010091010248010248010248010248010248010348010509 E2002111942009435009435009435009435009600009745009745009745009745009745009840009995 E2002111941 009059009196009196009196009196009196009286009435 S2002111970013671013671013671013671013804013870013870013870013870013870 S2002111969013570013570013570013570013437013500013500013500013500013500013607013670 S2002111968015629015629015629015629014337014568014568014568013618013618013497013570 S2002111967 015333015404015405015405015405015405015552015628 N2002062002NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2002062001001323001318001314001309001295001291001287001282001278001273001267001263 N2002062000001396001392001387001381001370001366001361001357001352001347001332001327 N2002061999001459001454001449001444001435001430001426001421001416001411001406001401 N2002061998001537001532001527001521001505001500001495001490001485001479001469001464 N2002061997001560001560001560001560001608001603001582001576001571001565001548001542 N2002061996001635001635001635001635001628001628001597001597001597001597001590001590 N2002061995001779001779001779001779001711001711001679001679001679001679001666001666 N2002061994001859001859001859001859001856001856001820001820001820001820001814001814 N2002061993002129002129001952001952001940001940001904001904001904001904001895001895 N2002061992002258002258002258002258002258002258002192002192002192002192002192002192 N2002061991002396002396002396002396002396002396002326002326002326002326002326002326 N2002061990002541002541002541002541002541002541002467002467002467002467002467002467 N2002061989002644002644002644002644002644002644002592002592002592002592002592002592 N2002061988002751002751002751002751002751002751002697002697002697002697002697002697 N2002061987002905002905002905002905002875002875002820002820002820002820002806002806 N2002061986003312003312003312003312003312003312003247003247003247003247002961002961 N2002061985003461003461003461003461003446003446003378003378003378003378003378003378 N2002061984003805003805003805003805003707003707003633003633003633003633003530003530 N2002061983004446004446004192004192004048004048003974003974003974003974003882003882 N2002061982004943004943004943004943004943004943004846004846004846004846004579004579 N2002061981005372005372005372005372005143005143005042005042005042005042005042005042 N2002061980006037006037006037006037006097006097005978005978005978005978005479005479 N2002072002001263NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2002072001001327001323001318001314001300001295001291001287001282001278001271001267 N2002072000001401001396001392001387001375001370001366001361001357001352001336001332 N2002071999001464001459001454001449001440001435001430001426001421001416001410001406 N2002071998001542001537001532001527001510001505001500001495001490001485001474001469 N2002071997001590001560001560001560001614001608001603001582001576001571001553001548 N2002071996001666001635001635001635001628001628001628001597001597001597001590001590 N2002071995001814001779001779001779001711001711001711001679001679001679001666001666 N2002071994001895001859001859001859001856001856001856001820001820001820001814001814 N2002071993002192002129001952001952001940001940001940001904001904001904001895001895 N2002071992002326002258002258002258002258002258002258002192002192002192002192002192 N2002071991002467002396002396002396002396002396002396002326002326002326002326002326 N2002071990002592002541002541002541002541002541002541002467002467002467002467002467 N2002071989002697002644002644002644002644002644002644002592002592002592002592002592 N2002071988002806002751002751002751002751002751002751002697002697002697002697002697 N2002071987002961002905002905002905002875002875002875002820002820002820002806002806 N2002071986003378003312003312003312003312003312003312003247003247003247002961002961 N2002071985003530003461003461003461003446003446003446003378003378003378003378003378 N2002071984003882003805003805003805003707003707003707003633003633003633003530003530 N2002071983004579004446004192004192004048004048004048003974003974003974003882003882 N2002071982005042004943004943004943004943004943004943004846004846004846004579004579 N2002071981005479005372005372005372005143005143005143005042005042005042005042005042 N2002071980006158006037006037006037006097006097006097005978005978005978005479005479 N2002082002001267001263NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2002082001001332001327001323001318001304001300001295001291001287001282001275001271 N2002082000001406001401001396001392001380001375001370001366001361001357001341001336 N2002081999001469001464001459001454001445001440001435001430001426001421001415001410 N2002081998001548001542001537001532001515001510001505001500001495001490001478001474 N2002081997001590001590001560001560001619001614001608001603001582001576001558001553 N2002081996001666001666001635001635001628001628001628001628001597001597001590001590 N2002081995001814001814001779001779001711001711001711001711001679001679001666001666 N2002081994001895001895001859001859001856001856001856001856001820001820001814001814 N2002081993002192002192001952001952001940001940001940001940001904001904001895001895 N2002081992002326002326002258002258002258002258002258002258002192002192002192002192 N2002081991002467002467002396002396002396002396002396002396002326002326002326002326 N2002081990002592002592002541002541002541002541002541002541002467002467002467002467 N2002081989002697002697002644002644002644002644002644002644002592002592002592002592 N2002081988002806002806002751002751002751002751002751002751002697002697002697002697 N2002081987002961002961002905002905002875002875002875002875002820002820002806002806 N2002081986003378003378003312003312003312003312003312003312003247003247002961002961 N2002081985003530003530003461003461003446003446003446003446003378003378003378003378 N2002081984003882003882003805003805003707003707003707003707003633003633003530003530 N2002081983004579004579004192004192004048004048004048004048003974003974003882003882 N2002081982005042005042004943004943004943004943004943004943004846004846004579004579 N2002081981005479005479005372005372005143005143005143005143005042005042005042005042 N2002081980006158006158006037006037006097006097006097006097005978005978005479005479 N2002092002001271001267001263NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2002092001001336001332001327001323001308001304001300001295001291001287001279001275 N2002092000001410001406001401001396001385001380001375001370001366001361001345001341 N2002091999001474001469001464001459001450001445001440001435001430001426001420001415 N2002091998001553001548001542001537001520001515001510001505001500001495001483001478 N2002091997001590001590001590001560001624001619001614001608001603001582001563001558 N2002091996001666001666001666001635001628001628001628001628001628001597001590001590 N2002091995001814001814001814001779001711001711001711001711001711001679001666001666 N2002091994001895001895001895001859001856001856001856001856001856001820001814001814 N2002091993002192002192001990001952001940001940001940001940001940001904001895001895 N2002091992002326002326002326002258002258002258002258002258002258002192002192002192 N2002091991002467002467002467002396002396002396002396002396002396002326002326002326 N2002091990002592002592002592002541002541002541002541002541002541002467002467002467 N2002091989002697002697002697002644002644002644002644002644002644002592002592002592 N2002091988002806002806002806002751002751002751002751002751002751002697002697002697 N2002091987002961002961002961002905002875002875002875002875002875002820002806002806 N2002091986003378003378003378003312003312003312003312003312003312003247002961002961 N2002091985003530003530003530003461003446003446003446003446003446003378003378003378 N2002091984003882003882003882003805003707003707003707003707003707003633003530003530 N2002091983004579004579004270004192004048004048004048004048004048003974003882003882 N2002091982005042005042005042004943004943004943004943004943004943004846004579004579 N2002091981005479005479005479005372005143005143005143005143005143005042005042005042 N2002091980006158006158006158006037006097006097006097006097006097005978005479005479 N2002102002001275001271001267001263NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2002102001001341001336001332001327001313001308001304001300001295001291001283001279 N2002102000001415001410001406001401001389001385001380001375001370001366001350001345 N2002101999001478001474001469001464001454001450001445001440001435001430001424001420 N2002101998001558001553001548001542001525001520001515001510001505001500001488001483 N2002101997001590001590001590001590001629001624001619001614001608001603001568001563 N2002101996001666001666001666001666001628001628001628001628001628001628001590001590 N2002101995001814001814001814001814001711001711001711001711001711001711001666001666 N2002101994001895001895001895001895001856001856001856001856001856001856001814001814 N2002101993002192002192001990001990001940001940001940001940001940001940001895001895 N2002101992002326002326002326002326002258002258002258002258002258002258002192002192 N2002101991002467002467002467002467002396002396002396002396002396002396002326002326 N2002101990002592002592002592002592002541002541002541002541002541002541002467002467 N2002101989002697002697002697002697002644002644002644002644002644002644002592002592 N2002101988002806002806002806002806002751002751002751002751002751002751002697002697 N2002101987002961002961002961002961002875002875002875002875002875002875002806002806 N2002101986003378003378003378003378003312003312003312003312003312003312002961002961 N2002101985003530003530003530003530003446003446003446003446003446003446003378003378 N2002101984003882003882003882003882003707003707003707003707003707003707003530003530 N2002101983004579004579004270004270004048004048004048004048004048004048003882003882 N2002101982005042005042005042005042004943004943004943004943004943004943004579004579 N2002101981005479005479005479005479005143005143005143005143005143005143005042005042 N2002101980006158006158006158006158006097006097006097006097006097006097005479005479 N2002112002001279001275001271001267001262NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2002112001001345001341001336001332001317001313001308001304001300001295001288001283 N2002112000001420001415001410001406001394001389001385001380001375001370001354001350 N2002111999001483001478001474001469001459001454001450001445001440001435001429001424 N2002111998001563001558001553001548001530001525001520001515001510001505001493001488 N2002111997001590001590001590001590001635001629001624001619001614001608001589001568 N2002111996001666001666001666001666001658001628001628001628001628001628001620001590 N2002111995001814001814001814001814001743001711001711001711001711001711001697001666 N2002111994001895001895001895001895001890001856001856001856001856001856001847001814 N2002111993002192002192001990001990001977001940001940001940001940001940001931001895 N2002111992002326002326002326002326002326002258002258002258002258002258002258002192 N2002111991002467002467002467002467002467002396002396002396002396002396002396002326 N2002111990002592002592002592002592002592002541002541002541002541002541002541002467 N2002111989002697002697002697002697002697002644002644002644002644002644002644002592 N2002111988002806002806002806002806002806002751002751002751002751002751002751002697 N2002111987002961002961002961002961002930002875002875002875002875002875002862002806 N2002111986003378003378003378003378003378003312003312003312003312003312003016002961 N2002111985003530003530003530003530003515003446003446003446003446003446003446003378 N2002111984003882003882003882003882003772003707003707003707003707003707003598003530 N2002111983004579004579004270004270004128004048004048004048004048004048003952003882 N2002111982005042005042005042005042005042004943004943004943004943004943004716004579 N2002111981005479005479005479005479005245005143005143005143005143005143005143005042 N2002111980006158006158006158006158006219006097006097006097006097006097005589005479 I2002062002NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2002062001002689002676002663002649002620002609002597002585002574002562002537002527 I2002062000002883002870002856002841002824002810002797002783002769002754002714002701 I2002061999003025003011002997002981002977002963002950002936002922002907002911002897 I2002061998 003075003059003054003040 I2002072002002527NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2002072001002701002689002676002663002632002620002609002597002585002574002546002537 I2002072000002897002883002870002856002838002824002810002797002783002769002727002714 I2002071999003040003025003011002997002991002977002963002950002936002922002925002911 I2002071998 003090003075003068003054 I2002082002002537002527NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2002082001002714002701002689002676002644002632002620002609002597002585002555002546 I2002082000002911002897002883002870002852002838002824002810002797002783002740002727 I2002081999003054003040003025003011003006002991002977002963002950002936002939002925 I2002081998 003105003090003083003068 I2002092002002546002537002527NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2002092001002727002714002701002689002652002644002632002620002609002597002560002555 I2002092000002925002911002897002883002862002852002838002824002810002797002749002740 I2002091999003068003054003040003025003016003006002991002977002963002950002949002939 I2002091998 003119003105003093003083 I2002102002002555002546002537002527NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2002102001002740002727002714002701002660002652002644002632002620002609002566002560 I2002102000002939002925002911002897002872002862002852002838002824002810002758002749 I2002101999003083003068003054003040003025003016003006002991002977002963002958002949 I2002101998 003134003119003103003093 I2002112002002560002555002546002537002516NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2002112001002749002740002727002714002667002660002652002644002632002620002571002566 I2002112000002949002939002925002911002882002872002862002852002838002824002767002758 I2002111999003093003083003068003054003035003025003016003006002991002977002968002958 I2002111998 003149003134003113003103 gbonds-2.0.3/data/sb199803.asc0000664000076400007640000007660211106721200012427 00000000000000E1998031980006877006877006877006743006811006811 E1998031979007004007004007004006867006933006950006950006950006950006813006877006877 E1998031978007840007840007352007156007038007056007057007057007057006919006984007003 E1998031977008940008940008940008679008765008783008782008782008782008526007819007840 E1998031976009259009259009259008989009074009095009093009093009093008828008914008940 E1998031975009590009590009590009311009400009422009422009422009422009147009237009258 E1998031974009935009935009935009645009738009761009761009761009761009476009567009591 E1998031973010355010381010381010381010381010102010200010222010224010224010224009935 E1998031972010673010698010699010699010699010416010518010541010541010541010541010256 E1998031971010829010854010854010854010854010630010736010755010755010755010755010571 E1998031970012574012605012606012606012606012417012539012569012569012569012569012351 E1998031969013194013194013194012935013060012489012611012638012640012640012640012456 E1998031968013128013128013128012870012997013153013151013151013151012893013018013195 E1998031967012586012586012586012586012706012846012845012845012845012845012970013128 E1998031966012813012813012194012194012202012328012327012327012327012327012446012585 E1998031965015935014616014688014686014686013847013478013412013481013481013481012812 E1998031964016215016371016449016448016448016557016075016232016308016308016308016413 E1998031963016487016647016725016723016723016850016359016520016599016599016599016702 E1998031962016803016966017089017088017088017132016633016793016912016912016912016982 E1998031961017001017164017362017362017362017413016906017067017258017257017257017307 E1998031960017230017396017596017596017596017626017113017276017476017476017476017511 E1998031959018349018349018349018349017815017584017174017339017534017535017535017575 E1998031958018312018312018312018209017786018032018246018245018245018245017887018139 E1998031957019956019990019990019990019990020272020508020507020507020507020507018097 E1998031956018679018679018859019383019383019429019429019429019619019848019847019956 E1998031955017753017753017926018157018157018205018205018205018382018629018629018679 E1998031954016886016886017051017269017269017312017312017312017481017716017717017753 E1998031953017814017814016338016541016541016581016581016581016633016843016844016886 E1998031952017066017066017066017066017338017378017378017378017546017769017766017814 E1998031951016260016260016260016260016416016661016660016660016660016660016823017065 E1998031950014706014706014706014706014848015053015053015053015053015053015199015426 E1998031949013669013669013669013669013802014383014383014383014383014383014523014706 E1998031948013141013141013141013141013109013323013323013323013323013323013451013669 E1998031947012338012338012338012338012457012657012657012657012657012657012934013141 E1998031946011728011728011728011728011841012025012025012025012025012025012142012338 E1998031945011047011047011047011047011154011333011333011333011333011333011443011728 E1998031944010509010509010509010509010611010770010770010770010770010770010875011047 E1998031943009995009995009995009995010091010248010248010248010248010248010348010509 E1998031942009435009435009435009435009600009745009745009745009745009745009840009995 E1998031941 009059009196009196009196009196009196009286009435 S1998031970012630012630012630012382012503012562012562012562012562012316 S1998031969012915012915012915012571012636012700012700012700012700012451012571012629 S1998031968015629015629015629015174013919014143014143014143013262012908012846012915 S1998031967 015333015404015405015405015405015405015552015628 E1998041980006877006877006877006877006811006811 E1998041979007004007004007004007004006933006950006950006950006950006950006877006877 E1998041978007840007840007352007352007038007056007057007057007057007057006984007003 E1998041977008940008940008940008940008765008783008782008782008782008782007819007840 E1998041976009259009259009259009259009074009095009093009093009093009093008914008940 E1998041975009590009590009590009590009400009422009422009422009422009422009237009258 E1998041974009935009935009935009935009738009761009761009761009761009761009567009591 E1998041973010355010381010381010381010381010405010200010222010224010224010224009935 E1998041972010673010698010699010699010699010729010518010541010541010541010541010564 E1998041971010829010854010854010854010854010884010736010755010755010755010755010782 E1998041970012574012605012606012606012606012666012539012569012569012569012569012598 E1998041969013194013194013194013194013060012739012611012638012640012640012640012705 E1998041968013128013128013128013128012997013153013151013151013151013151013018013195 E1998041967012586012586012586012586012706012846012845012845012845012845012970013128 E1998041966012813012813012194012194012202012328012327012327012327012327012446012585 E1998041965016413014616014688014686014686013847013847013412013481013481013481012812 E1998041964016702016371016449016448016448016557016557016232016308016308016308016413 E1998041963016982016647016725016723016723016850016850016520016599016599016599016702 E1998041962017307016966017089017088017088017132017132016793016912016912016912016982 E1998041961017511017164017362017362017362017413017413017067017258017257017257017307 E1998041960017575017396017596017596017596017626017626017276017476017476017476017511 E1998041959018349018349018349018349018349017584017584017339017534017535017535017575 E1998041958018312018312018312018312018209018032018246018245018245018245018245018139 E1998041957019956019990019990019990019990020272020508020507020507020507020507018097 E1998041956018679018679018859019383019383019429019429019429019619019848019847019956 E1998041955017753017753017926018157018157018205018205018205018382018629018629018679 E1998041954016886016886017051017269017269017312017312017312017481017716017717017753 E1998041953017814017814016338016541016541016581016581016581016633016843016844016886 E1998041952017066017066017066017066017338017378017378017378017546017769017766017814 E1998041951016260016260016260016260016416016661016660016660016660016660016823017065 E1998041950014706014706014706014706014848015053015053015053015053015053015199015426 E1998041949013669013669013669013669013802014383014383014383014383014383014523014706 E1998041948013141013141013141013141013109013323013323013323013323013323013451013669 E1998041947012338012338012338012338012457012657012657012657012657012657012934013141 E1998041946011728011728011728011728011841012025012025012025012025012025012142012338 E1998041945011047011047011047011047011154011333011333011333011333011333011443011728 E1998041944010509010509010509010509010611010770010770010770010770010770010875011047 E1998041943009995009995009995009995010091010248010248010248010248010248010348010509 E1998041942009435009435009435009435009600009745009745009745009745009745009840009995 E1998041941 009059009196009196009196009196009196009286009435 S1998041970012630012630012630012630012503012562012562012562012562012562 S1998041969012915012915012915012915012636012700012700012700012700012700012571012629 S1998041968015629015629015629015629013919014143014143014143013262013262012846012915 S1998041967 015333015404015405015405015405015405015552015628 E1998051980006877006877006877006877006947006811 E1998051979007004007004007004007004007072006950006950006950006950006950007015006877 E1998051978007840007840007352007352007179007056007057007057007057007057007124007003 E1998051977008940008940008940008940009028008783008782008782008782008782008053007840 E1998051976009259009259009259009259009346009095009093009093009093009093009181008940 E1998051975009590009590009590009590009682009422009422009422009422009422009514009258 E1998051974009935009935009935009935010030009761009761009761009761009761009855009591 E1998051973010665010381010381010381010381010405010506010222010224010224010224009935 E1998051972010886010698010699010699010699010729010833010541010541010541010541010564 E1998051971011120010854010854010854010854010884010950010755010755010755010755010782 E1998051970012825012605012606012606012606012666012790012569012569012569012569012598 E1998051969013194013194013194013194013321012739012863012638012640012640012640012705 E1998051968013128013128013128013128013257013153013151013151013151013151013279013195 E1998051967012586012586012586012586012706012846012845012845012845012845012970013128 E1998051966012813012813012194012194012202012328012327012327012327012327012446012585 E1998051965016413015055014688014686014686013847013847013772013481013481013481012812 E1998051964016702016862016449016448016448016557016557016718016308016308016308016413 E1998051963016982017147016725016723016723016850016850017015016599016599016599016702 E1998051962017307017475017089017088017088017132017132017296016912016912016912016982 E1998051961017511017679017362017362017362017413017413017579017258017257017257017307 E1998051960017575017744017596017596017596017626017626017794017476017476017476017511 E1998051959018349018349018349018349018349017584017584017686017534017535017535017575 E1998051958018312018312018312018312018312018392018246018245018245018245018245018502 E1998051957019956019990019990019990019990020272020508020507020507020507020507018097 E1998051956018679018679018859019383019383019429019429019429019619019848019847019956 E1998051955017753017753017926018157018157018205018205018205018382018629018629018679 E1998051954016886016886017051017269017269017312017312017312017481017716017717017753 E1998051953017814017814016338016541016541016581016581016581016633016843016844016886 E1998051952017066017066017066017066017338017378017378017378017546017769017766017814 E1998051951016260016260016260016260016416016661016660016660016660016660016823017065 E1998051950014706014706014706014706014848015053015053015053015053015053015199015426 E1998051949013669013669013669013669013802014383014383014383014383014383014523014706 E1998051948013141013141013141013141013109013323013323013323013323013323013451013669 E1998051947012338012338012338012338012457012657012657012657012657012657012934013141 E1998051946011728011728011728011728011841012025012025012025012025012025012142012338 E1998051945011047011047011047011047011154011333011333011333011333011333011443011728 E1998051944010509010509010509010509010611010770010770010770010770010770010875011047 E1998051943009995009995009995009995010091010248010248010248010248010248010348010509 E1998051942009435009435009435009435009600009745009745009745009745009745009840009995 E1998051941 009059009196009196009196009196009196009286009435 S1998051970012630012630012630012630012753012562012562012562012562012562 S1998051969012915012915012915012915012889012700012700012700012700012700012823012629 S1998051968015629015629015629015629014337014143014143014143013262013262013191012915 S1998051967 015333015404015405015405015405015405015552015628 E1998061980006877006877006877006877006947006947 E1998061979007004007004007004007004007072007089006950006950006950006950007015007015 E1998061978007840007840007352007352007179007197007057007057007057007057007124007143 E1998061977008940008940008940008940009028009046008782008782008782008782008053008076 E1998061976009259009259009259009259009346009367009093009093009093009093009181009208 E1998061975009590009590009590009590009682009705009422009422009422009422009514009535 E1998061974009935009935009935009935010030010054009761009761009761009761009855009879 E1998061973010665010692010381010381010381010405010506010529010224010224010224010233 E1998061972010886010912010699010699010699010729010833010857010541010541010541010564 E1998061971011120011145010854010854010854010884010950010970010755010755010755010782 E1998061970012825012857012606012606012606012666012790012820012569012569012569012598 E1998061969013194013194013194013194013321012739012863012891012640012640012640012705 E1998061968013128013128013128013128013257013416013151013151013151013151013279013459 E1998061967012586012586012586012586012706012846012845012845012845012845012970013128 E1998061966012813012813012194012194012202012328012327012327012327012327012446012585 E1998061965016413015055015128014686014686013847013847013772013843013481013481012812 E1998061964016702016862016942016448016448016557016557016718016797016308016308016413 E1998061963016982017147017227016723016723016850016850017015017097016599016599016702 E1998061962017307017475017602017088017088017132017132017296017419016912016912016982 E1998061961017511017679017883017362017362017413017413017579017776017257017257017307 E1998061960017575017744017948017596017596017626017626017794018000017476017476017511 E1998061959018716018349018349018349018349017584017584017686017884017535017535017575 E1998061958018312018312018312018312018312018453018611018245018245018245018245018502 E1998061957019956019990019990019990019990020272020508020507020507020507020507018097 E1998061956018679018679018859019383019383019429019429019429019619019848019847019956 E1998061955017753017753017926018157018157018205018205018205018382018629018629018679 E1998061954016886016886017051017269017269017312017312017312017481017716017717017753 E1998061953017814017814016338016541016541016581016581016581016633016843016844016886 E1998061952017066017066017066017066017338017378017378017378017546017769017766017814 E1998061951016260016260016260016260016416016661016660016660016660016660016823017065 E1998061950014706014706014706014706014848015053015053015053015053015053015199015426 E1998061949013669013669013669013669013802014383014383014383014383014383014523014706 E1998061948013141013141013141013141013109013323013323013323013323013323013451013669 E1998061947012338012338012338012338012457012657012657012657012657012657012934013141 E1998061946011728011728011728011728011841012025012025012025012025012025012142012338 E1998061945011047011047011047011047011154011333011333011333011333011333011443011728 E1998061944010509010509010509010509010611010770010770010770010770010770010875011047 E1998061943009995009995009995009995010091010248010248010248010248010248010348010509 E1998061942009435009435009435009435009600009745009745009745009745009745009840009995 E1998061941 009059009196009196009196009196009196009286009435 S1998061970012630012630012630012630012753012814012562012562012562012562 S1998061969012915012915012915012915012889012954012700012700012700012700012823012881 S1998061968015629015629015629015629014337014568014143014143013262013262013191013262 S1998061967 015333015404015405015405015405015405015552015628 E1998071980007015006877006877006877006947006947 E1998071979007144007004007004007004007072007089007089006950006950006950007015007015 E1998071978008076007840007352007352007179007197007198007057007057007057007124007143 E1998071977009208008940008940008940009028009046009045008782008782008782008053008076 E1998071976009536009259009259009259009346009367009366009093009093009093009181009208 E1998071975009878009590009590009590009682009705009705009422009422009422009514009535 E1998071974010233009935009935009935010030010054010054009761009761009761009855009879 E1998071973010665010692010692010381010381010405010506010529010530010224010224010233 E1998071972010886010912010913010699010699010729010833010857010857010541010541010564 E1998071971011120011145011145010854010854010884010950010970010970010755010755010782 E1998071970012825012857012858012606012606012666012790012820012820012569012569012598 E1998071969013458013194013194013194013321012739012863012891012892012640012640012705 E1998071968013128013128013128013128013257013416013414013151013151013151013279013459 E1998071967012586012586012586012586012706012846012845012845012845012845012970013128 E1998071966012813012813012194012194012202012328012327012327012327012327012446012585 E1998071965016413015055015128015127014686013847013847013772013843013843013481012812 E1998071964016702016862016942016941016448016557016557016718016797016797016308016413 E1998071963016982017147017227017225016723016850016850017015017097017097016599016702 E1998071962017307017475017602017600017088017132017132017296017419017420016912016982 E1998071961017511017679017883017882017362017413017413017579017776017775017257017307 E1998071960017575017744017948017948017596017626017626017794018000018001017476017511 E1998071959018716018716018349018349018349017584017584017686017884017886017535017575 E1998071958018312018312018312018312018312018453018672018610018245018245018245018502 E1998071957019956019990019990019990019990020272020508020507020507020507020507018097 E1998071956018679018679018859019383019383019429019429019429019619019848019847019956 E1998071955017753017753017926018157018157018205018205018205018382018629018629018679 E1998071954016886016886017051017269017269017312017312017312017481017716017717017753 E1998071953017814017814016338016541016541016581016581016581016633016843016844016886 E1998071952017066017066017066017066017338017378017378017378017546017769017766017814 E1998071951016260016260016260016260016416016661016660016660016660016660016823017065 E1998071950014706014706014706014706014848015053015053015053015053015053015199015426 E1998071949013669013669013669013669013802014383014383014383014383014383014523014706 E1998071948013141013141013141013141013109013323013323013323013323013323013451013669 E1998071947012338012338012338012338012457012657012657012657012657012657012934013141 E1998071946011728011728011728011728011841012025012025012025012025012025012142012338 E1998071945011047011047011047011047011154011333011333011333011333011333011443011728 E1998071944010509010509010509010509010611010770010770010770010770010770010875011047 E1998071943009995009995009995009995010091010248010248010248010248010248010348010509 E1998071942009435009435009435009435009600009745009745009745009745009745009840009995 E1998071941 009059009196009196009196009196009196009286009435 S1998071970012882012630012630012630012753012814012814012562012562012562 S1998071969013262012915012915012915012889012954012954012700012700012700012823012881 S1998071968015629015629015629015629014337014568014568014143013262013262013191013262 S1998071967 015333015404015405015405015405015405015552015628 E1998081980007015007015006877006877006947006947 E1998081979007144007144007004007004007072007089007089007089006950006950007015007015 E1998081978008076008076007352007352007179007197007198007198007057007057007124007143 E1998081977009208009208008940008940009028009046009045009045008782008782008053008076 E1998081976009536009536009259009259009346009367009366009366009093009093009181009208 E1998081975009878009878009590009590009682009705009705009705009422009422009514009535 E1998081974010233010233009935009935010030010054010054010054009761009761009855009879 E1998081973010665010692010692010692010381010405010506010529010530010530010224010233 E1998081972010886010912010913010913010699010729010833010857010857010857010541010564 E1998081971011120011145011145011145010854010884010950010970010970010970010755010782 E1998081970012825012857012858012858012606012666012790012820012820012820012569012598 E1998081969013458013458013194013194013321012739012863012891012892012892012640012705 E1998081968013128013128013128013128013257013416013414013414013151013151013279013459 E1998081967012586012586012586012586012706012846012845012845012845012845012970013128 E1998081966012813012813012194012194012202012328012327012327012327012327012446012585 E1998081965016413015055015128015127015127013847013847013772013843013843013843012812 E1998081964016702016862016942016941016941016557016557016718016797016797016797016413 E1998081963016982017147017227017225017225016850016850017015017097017097017097016702 E1998081962017307017475017602017600017600017132017132017296017419017420017420016982 E1998081961017511017679017883017882017882017413017413017579017776017775017775017307 E1998081960017575017744017948017948017948017626017626017794018000018001018001017511 E1998081959018716018716018716018349018349017584017584017686017884017886017886017575 E1998081958018312018312018312018312018312018453018672018671018610018245018245018502 E1998081957019956019990019990019990019990020272020508020507020507020507020507018097 E1998081956018679018679018859019383019383019429019429019429019619019848019847019956 E1998081955017753017753017926018157018157018205018205018205018382018629018629018679 E1998081954016886016886017051017269017269017312017312017312017481017716017717017753 E1998081953017814017814016338016541016541016581016581016581016633016843016844016886 E1998081952017066017066017066017066017338017378017378017378017546017769017766017814 E1998081951016260016260016260016260016416016661016660016660016660016660016823017065 E1998081950014706014706014706014706014848015053015053015053015053015053015199015426 E1998081949013669013669013669013669013802014383014383014383014383014383014523014706 E1998081948013141013141013141013141013109013323013323013323013323013323013451013669 E1998081947012338012338012338012338012457012657012657012657012657012657012934013141 E1998081946011728011728011728011728011841012025012025012025012025012025012142012338 E1998081945011047011047011047011047011154011333011333011333011333011333011443011728 E1998081944010509010509010509010509010611010770010770010770010770010770010875011047 E1998081943009995009995009995009995010091010248010248010248010248010248010348010509 E1998081942009435009435009435009435009600009745009745009745009745009745009840009995 E1998081941 009059009196009196009196009196009196009286009435 S1998081970012882012882012630012630012753012814012814012814012562012562 S1998081969013262013262012915012915012889012954012954012954012700012700012823012881 S1998081968015629015629015629015629014337014568014568014568013262013262013191013262 S1998081967 015333015404015405015405015405015405015552015628 N1998031998NO PAYNO PAYNO PAY N1998031997001309001309001309001279001292001286001280001274001268NO PAYNO PAYNO PAY N1998031996001369001369001369001338001336001336001336001336001336001306001309001309 N1998031995001418001413001408001404001405001405001405001405001405001373001369001369 N1998031994001475001470001465001460001455001451001446001441001436001432001427001422 N1998031993001680001680001615001519001514001509001504001499001494001489001485001480 N1998031992001783001783001783001731001731001731001731001731001731001680001680001680 N1998031991001891001891001891001836001836001836001836001836001836001783001783001783 N1998031990002006002006002006001948001948001948001948001948001948001891001891001891 N1998031989002129002129002129002067002067002067002067002067002067002006002006002006 N1998031988002258002258002258002192002192002192002192002192002192002129002129002129 N1998031987002396002396002396002326002326002326002326002326002326002258002258002258 N1998031986002827002827002827002771002771002771002771002771002771002717002396002396 N1998031985002941002941002941002883002883002883002883002883002883002827002827002827 N1998031984003150003150003150003067003008003008003008003008003008002941002941002941 N1998031983003509003509003469003376003287003287003287003287003287003201003150003150 N1998031982004057004057004057003939003939003939003939003939003939003824003509003509 N1998031981004409004409004409004280004179004179004179004179004179004057004057004057 N1998031980004859004859004859004717004764004764004764004764004764004626004409004409 N1998041998NO PAYNO PAYNO PAYNO PAY N1998041997001309001309001309001309001298001292001286001280001274001268NO PAYNO PAY N1998041996001369001369001369001369001336001336001336001336001336001336001309001309 N1998041995001422001418001413001408001405001405001405001405001405001405001369001369 N1998041994001480001475001470001465001460001455001451001446001441001436001432001427 N1998041993001680001680001615001615001519001514001509001504001499001494001489001485 N1998041992001783001783001783001783001731001731001731001731001731001731001680001680 N1998041991001891001891001891001891001836001836001836001836001836001836001783001783 N1998041990002006002006002006002006001948001948001948001948001948001948001891001891 N1998041989002129002129002129002129002067002067002067002067002067002067002006002006 N1998041988002258002258002258002258002192002192002192002192002192002192002129002129 N1998041987002396002396002396002396002326002326002326002326002326002326002258002258 N1998041986002827002827002827002827002771002771002771002771002771002771002396002396 N1998041985002941002941002941002941002883002883002883002883002883002883002827002827 N1998041984003150003150003150003150003008003008003008003008003008003008002941002941 N1998041983003509003509003469003469003287003287003287003287003287003287003150003150 N1998041982004057004057004057004057003939003939003939003939003939003939003509003509 N1998041981004409004409004409004409004179004179004179004179004179004179004057004057 N1998041980004859004859004859004859004764004764004764004764004764004764004409004409 N1998051998NO PAYNO PAYNO PAYNO PAYNO PAY N1998051997001309001309001309001309001304001298001292001286001280001274001267NO PAY N1998051996001369001369001369001369001366001336001336001336001336001336001339001309 N1998051995001427001422001418001413001437001405001405001405001405001405001400001369 N1998051994001485001480001475001470001465001460001455001451001446001441001436001432 N1998051993001680001680001615001615001617001519001514001509001504001499001494001489 N1998051992001783001783001783001783001783001731001731001731001731001731001731001680 N1998051991001891001891001891001891001891001836001836001836001836001836001836001783 N1998051990002006002006002006002006002006001948001948001948001948001948001948001891 N1998051989002129002129002129002129002129002067002067002067002067002067002067002006 N1998051988002258002258002258002258002258002192002192002192002192002192002192002129 N1998051987002396002396002396002396002396002326002326002326002326002326002326002258 N1998051986002827002827002827002827002827002771002771002771002771002771002467002396 N1998051985002941002941002941002941002941002883002883002883002883002883002883002827 N1998051984003150003150003150003150003086003008003008003008003008003008003000002941 N1998051983003509003509003469003469003374003287003287003287003287003287003233003150 N1998051982004057004057004057004057004057003939003939003939003939003939003615003509 N1998051981004409004409004409004409004304004179004179004179004179004179004179004057 N1998051980004859004859004859004859004907004764004764004764004764004764004541004409 N1998061998NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1998061997001309001309001309001309001310001304001298001292001286001280001273001267 N1998061996001369001369001369001369001366001366001336001336001336001336001339001339 N1998061995001432001427001422001418001437001437001405001405001405001405001400001400 N1998061994001489001485001480001475001470001465001460001455001451001446001441001436 N1998061993001680001680001615001615001617001617001519001514001509001504001499001494 N1998061992001783001783001783001783001783001783001731001731001731001731001731001731 N1998061991001891001891001891001891001891001891001836001836001836001836001836001836 N1998061990002006002006002006002006002006002006001948001948001948001948001948001948 N1998061989002129002129002129002129002129002129002067002067002067002067002067002067 N1998061988002258002258002258002258002258002258002192002192002192002192002192002192 N1998061987002396002396002396002396002396002396002326002326002326002326002326002326 N1998061986002827002827002827002827002827002827002771002771002771002771002467002467 N1998061985002941002941002941002941002941002941002883002883002883002883002883002883 N1998061984003150003150003150003150003086003086003008003008003008003008003000003000 N1998061983003509003509003469003469003374003374003287003287003287003287003233003233 N1998061982004057004057004057004057004057004057003939003939003939003939003615003615 N1998061981004409004409004409004409004304004304004179004179004179004179004179004179 N1998061980004859004859004859004859004907004907004764004764004764004764004541004541 N1998071998001267NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1998071997001339001309001309001309001316001310001304001298001292001286001279001273 N1998071996001400001369001369001369001366001366001366001336001336001336001339001339 N1998071995001436001432001427001422001437001437001437001405001405001405001400001400 N1998071994001494001489001485001480001475001470001465001460001455001451001446001441 N1998071993001731001680001615001615001617001617001617001519001514001509001504001499 N1998071992001836001783001783001783001783001783001783001731001731001731001731001731 N1998071991001948001891001891001891001891001891001891001836001836001836001836001836 N1998071990002067002006002006002006002006002006002006001948001948001948001948001948 N1998071989002192002129002129002129002129002129002129002067002067002067002067002067 N1998071988002326002258002258002258002258002258002258002192002192002192002192002192 N1998071987002467002396002396002396002396002396002396002326002326002326002326002326 N1998071986002883002827002827002827002827002827002827002771002771002771002467002467 N1998071985003000002941002941002941002941002941002941002883002883002883002883002883 N1998071984003233003150003150003150003086003086003086003008003008003008003000003000 N1998071983003615003509003469003469003374003374003374003287003287003287003233003233 N1998071982004179004057004057004057004057004057004057003939003939003939003615003615 N1998071981004541004409004409004409004304004304004304004179004179004179004179004179 N1998071980005005004859004859004859004907004907004907004764004764004764004541004541 N1998081998001273001267NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1998081997001339001339001309001309001322001316001310001304001298001292001285001279 N1998081996001400001400001369001369001366001366001366001366001336001336001339001339 N1998081995001441001436001432001427001437001437001437001437001405001405001400001400 N1998081994001499001494001489001485001480001475001470001465001460001455001451001446 N1998081993001731001731001615001615001617001617001617001617001519001514001509001504 N1998081992001836001836001783001783001783001783001783001783001731001731001731001731 N1998081991001948001948001891001891001891001891001891001891001836001836001836001836 N1998081990002067002067002006002006002006002006002006002006001948001948001948001948 N1998081989002192002192002129002129002129002129002129002129002067002067002067002067 N1998081988002326002326002258002258002258002258002258002258002192002192002192002192 N1998081987002467002467002396002396002396002396002396002396002326002326002326002326 N1998081986002883002883002827002827002827002827002827002827002771002771002467002467 N1998081985003000003000002941002941002941002941002941002941002883002883002883002883 N1998081984003233003233003150003150003086003086003086003086003008003008003000003000 N1998081983003615003615003469003469003374003374003374003374003287003287003233003233 N1998081982004179004179004057004057004057004057004057004057003939003939003615003615 N1998081981004541004541004409004409004304004304004304004304004179004179004179004179 N1998081980005005005005004859004859004907004907004907004907004764004764004541004541 gbonds-2.0.3/data/download-sites.xml0000664000076400007640000000034111107717476014323 00000000000000 U.S. Treasury FTP site (Default) Snaught.com gbonds-2.0.3/data/sb199605.asc0000664000076400007640000007370411106721200012427 00000000000000E1996051980006354006354006354006354006418006292 E1996051979006471006471006471006471006534006420006420006420006420006420006481006354 E1996051978006966006966006630006630006632006518006520006520006520006520006581006470 E1996051977007943007943007943007943008021007804007802007802007802007802007155006966 E1996051976008226008226008226008226008304008080008079008079008079008079008157007943 E1996051975008520008520008520008520008602008371008371008371008371008371008453008225 E1996051974008827008827008827008827008912008673008672008672008672008672008756008521 E1996051973009476009223009223009223009223009245009335009083009084009084009084008827 E1996051972009768009505009506009506009506009532009625009366009366009366009366009386 E1996051971010066009874009874009874009874009901009921009649009649009649009649009674 E1996051970011848011645011646011646011646011701011816011415011416011416011416011442 E1996051969012189012189012189012189012307011769011883011676011677011677011677011737 E1996051968012128012128012128012128012248012151012149012149012149012149012268012190 E1996051967012097012097012097012097012213012105012104012104012104012104012222012128 E1996051966012813012813012194012194012202012086012085012085012085012085012202012096 E1996051965014583013376013050013049013049012487012487012496012312012312012312012812 E1996051964014839014981014615014613014613014711014711014854014489014489014489014583 E1996051963015088015235014860014858014858014971014971015118014748014748014748014839 E1996051962015377015526015184015182015182015221015221015368015026015026015026015088 E1996051961015559015708015426015425015425015471015471015619015334015333015333015377 E1996051960015768015920015634015634015634015661015661015810015527015528015528015559 E1996051959016303016303016303016303016303015997015997016024015732015732015732015768 E1996051958016565016565016565016565016565016663016370016369016369016369016369016600 E1996051957018982019150019150019150019150019421018937018936018936018936018936016729 E1996051956018679018679018859019383019383019174019174019174019362018880018879018982 E1996051955017753017753017926018157018157018205018205018205018382018629018629018679 E1996051954016886016886017051017269017269017312017312017312017481017716017717017753 E1996051953017814017814016338016541016541016581016581016581016633016843016844016886 E1996051952017066017066017066017066017338017378017378017378017546017769017766017814 E1996051951016260016260016260016260016416016661016660016660016660016660016823017065 E1996051950014706014706014706014706014848015053015053015053015053015053015199015426 E1996051949013669013669013669013669013802014383014383014383014383014383014523014706 E1996051948013141013141013141013141013109013323013323013323013323013323013451013669 E1996051947012338012338012338012338012457012657012657012657012657012657012934013141 E1996051946011728011728011728011728011841012025012025012025012025012025012142012338 E1996051945011047011047011047011047011154011333011333011333011333011333011443011728 E1996051944010509010509010509010509010611010770010770010770010770010770010875011047 E1996051943009995009995009995009995010091010248010248010248010248010248010348010509 E1996051942009435009435009435009435009600009745009745009745009745009745009840009995 E1996051941 009059009196009196009196009196009196009286009435 S1996051970011668011668011668011668011782011606011606011606011606011606 S1996051969011794011794011794011794011908011732011732011732011732011732011846011667 S1996051968013887013887013887013887012738012566012566012566011959011959011968011794 S1996051967 014453014097014098014098014098014098014232013885 E1996061980006354006354006354006354006418006418 E1996061979006471006471006471006471006534006549006420006420006420006420006481006481 E1996061978006966006966006630006630006632006649006520006520006520006520006581006599 E1996061977007943007943007943007943008021008038007802007802007802007802007155007175 E1996061976008226008226008226008226008304008323008079008079008079008079008157008181 E1996061975008520008520008520008520008602008623008371008371008371008371008453008472 E1996061974008827008827008827008827008912008933008672008672008672008672008756008777 E1996061973009476009500009223009223009223009245009335009355009084009084009084009092 E1996061972009768009790009506009506009506009532009625009647009366009366009366009386 E1996061971010066010087009874009874009874009901009921009938009649009649009649009674 E1996061970011848011878011646011646011646011701011816011844011416011416011416011442 E1996061969012189012189012189012189012307011769011883011909011677011677011677011737 E1996061968012128012128012128012128012248012394012149012149012149012149012268012434 E1996061967012097012097012097012097012213012347012104012104012104012104012222012371 E1996061966012813012813012194012194012202012328012085012085012085012085012202012338 E1996061965014583013376013441013049013049012487012487012496012558012312012312012812 E1996061964014839014981015053014613014613014711014711014854014924014489014489014583 E1996061963015088015235015306014858014858014971014971015118015190014748014748014839 E1996061962015377015526015639015182015182015221015221015368015477015026015026015088 E1996061961015559015708015889015425015425015471015471015619015794015333015333015377 E1996061960015768015920016103015634015634015661015661015810015993015528015528015559 E1996061959016792016303016303016303016303015997015997016024016204015732015732015768 E1996061958016929016565016565016565016565016663016861016369016369016369016369016600 E1996061957018982019150019150019150019150019421019647018936018936018936018936016729 E1996061956018679018679018859019383019383019429019174019174019362019588018879018982 E1996061955017753017753017926018157018157018205018205018205018382018629018629018679 E1996061954016886016886017051017269017269017312017312017312017481017716017717017753 E1996061953017814017814016338016541016541016581016581016581016633016843016844016886 E1996061952017066017066017066017066017338017378017378017378017546017769017766017814 E1996061951016260016260016260016260016416016661016660016660016660016660016823017065 E1996061950014706014706014706014706014848015053015053015053015053015053015199015426 E1996061949013669013669013669013669013802014383014383014383014383014383014523014706 E1996061948013141013141013141013141013109013323013323013323013323013323013451013669 E1996061947012338012338012338012338012457012657012657012657012657012657012934013141 E1996061946011728011728011728011728011841012025012025012025012025012025012142012338 E1996061945011047011047011047011047011154011333011333011333011333011333011443011728 E1996061944010509010509010509010509010611010770010770010770010770010770010875011047 E1996061943009995009995009995009995010091010248010248010248010248010248010348010509 E1996061942009435009435009435009435009600009745009745009745009745009745009840009995 E1996061941 009059009196009196009196009196009196009286009435 S1996061970011668011668011668011668011782011838011606011606011606011606 S1996061969011794011794011794011794011908011967011732011732011732011732011846011900 S1996061968013887013887013887013887012738012943012566012566011959011959011968012030 S1996061967 014453014520014098014098014098014098014232014302 E1996071980006481006354006354006354006418006418 E1996071979006600006471006471006471006534006549006549006420006420006420006481006481 E1996071978007175006966006630006630006632006649006650006520006520006520006581006599 E1996071977008181007943007943007943008021008038008036007802007802007802007155007175 E1996071976008473008226008226008226008304008323008322008079008079008079008157008181 E1996071975008776008520008520008520008602008623008622008371008371008371008453008472 E1996071974009092008827008827008827008912008933008932008672008672008672008756008777 E1996071973009476009500009500009223009223009245009335009355009356009084009084009092 E1996071972009768009790009791009506009506009532009625009647009647009366009366009386 E1996071971010066010087010087009874009874009901009921009938009939009649009649009674 E1996071970011848011878011879011646011646011701011816011844011844011416011416011442 E1996071969012433012189012189012189012307011769011883011909011910011677011677011737 E1996071968012371012128012128012128012248012394012392012149012149012149012268012434 E1996071967012339012097012097012097012213012347012346012104012104012104012222012371 E1996071966012813012813012194012194012202012328012327012085012085012085012202012338 E1996071965014583013376013441013440013049012487012487012496012558012558012312012812 E1996071964014839014981015053015052014613014711014711014854014924014924014489014583 E1996071963015088015235015306015304014858014971014971015118015190015190014748014839 E1996071962015377015526015639015638015182015221015221015368015477015477015026015088 E1996071961015559015708015889015888015425015471015471015619015794015793015333015377 E1996071960015768015920016103016103015634015661015661015810015993015993015528015559 E1996071959016792016792016303016303016303015997015997016024016204016204015732015768 E1996071958016929016929016565016565016565016663016861016860016369016369016369016600 E1996071957018982019533019150019150019150019421019647019646018936018936018936016729 E1996071956018679018679018859019383019383019429019429019174019362019588019587018982 E1996071955017753017753017926018157018157018205018205018205018382018629018629018679 E1996071954016886016886017051017269017269017312017312017312017481017716017717017753 E1996071953017814017814016338016541016541016581016581016581016633016843016844016886 E1996071952017066017066017066017066017338017378017378017378017546017769017766017814 E1996071951016260016260016260016260016416016661016660016660016660016660016823017065 E1996071950014706014706014706014706014848015053015053015053015053015053015199015426 E1996071949013669013669013669013669013802014383014383014383014383014383014523014706 E1996071948013141013141013141013141013109013323013323013323013323013323013451013669 E1996071947012338012338012338012338012457012657012657012657012657012657012934013141 E1996071946011728011728011728011728011841012025012025012025012025012025012142012338 E1996071945011047011047011047011047011154011333011333011333011333011333011443011728 E1996071944010509010509010509010509010611010770010770010770010770010770010875011047 E1996071943009995009995009995009995010091010248010248010248010248010248010348010509 E1996071942009435009435009435009435009600009745009745009745009745009745009840009995 E1996071941 009059009196009196009196009196009196009286009435 S1996071970011901011668011668011668011782011838011838011606011606011606 S1996071969012030011794011794011794011908011967011967011732011732011732011846011900 S1996071968014303013887013887013887012738012943012943012566011959011959011968012030 S1996071967 014453014520014521014098014098014098014232014302 E1996081980006481006481006354006354006418006418 E1996081979006600006600006471006471006534006549006549006549006420006420006481006481 E1996081978007175007175006630006630006632006649006650006650006520006520006581006599 E1996081977008181008181007943007943008021008038008036008036007802007802007155007175 E1996081976008473008473008226008226008304008323008322008322008079008079008157008181 E1996081975008776008776008520008520008602008623008622008622008371008371008453008472 E1996081974009092009092008827008827008912008933008932008932008672008672008756008777 E1996081973009476009500009500009500009223009245009335009355009356009356009084009092 E1996081972009768009790009791009791009506009532009625009647009647009647009366009386 E1996081971010066010087010087010087009874009901009921009938009939009939009649009674 E1996081970011848011878011879011879011646011701011816011844011844011844011416011442 E1996081969012433012433012189012189012307011769011883011909011910011910011677011737 E1996081968012371012371012128012128012248012394012392012392012149012149012268012434 E1996081967012339012339012097012097012213012347012346012346012104012104012222012371 E1996081966012813012813012194012194012202012328012327012327012085012085012202012338 E1996081965014583013376013441013440013440012487012487012496012558012558012558012812 E1996081964014839014981015053015052015052014711014711014854014924014924014924014583 E1996081963015088015235015306015304015304014971014971015118015190015190015190014839 E1996081962015377015526015639015638015638015221015221015368015477015477015477015088 E1996081961015559015708015889015888015888015471015471015619015794015793015793015377 E1996081960015768015920016103016103016103015661015661015810015993015993015993015559 E1996081959016792016792016792016303016303015997015997016024016204016204016204015768 E1996081958016929016929016929016565016565016663016861016860016860016369016369016600 E1996081957018982019533019533019150019150019421019647019646019646018936018936016729 E1996081956018679018679018859019383019383019429019429019429019362019588019587019694 E1996081955017753017753017926018157018157018205018205018205018382018629018629018679 E1996081954016886016886017051017269017269017312017312017312017481017716017717017753 E1996081953017814017814016338016541016541016581016581016581016633016843016844016886 E1996081952017066017066017066017066017338017378017378017378017546017769017766017814 E1996081951016260016260016260016260016416016661016660016660016660016660016823017065 E1996081950014706014706014706014706014848015053015053015053015053015053015199015426 E1996081949013669013669013669013669013802014383014383014383014383014383014523014706 E1996081948013141013141013141013141013109013323013323013323013323013323013451013669 E1996081947012338012338012338012338012457012657012657012657012657012657012934013141 E1996081946011728011728011728011728011841012025012025012025012025012025012142012338 E1996081945011047011047011047011047011154011333011333011333011333011333011443011728 E1996081944010509010509010509010509010611010770010770010770010770010770010875011047 E1996081943009995009995009995009995010091010248010248010248010248010248010348010509 E1996081942009435009435009435009435009600009745009745009745009745009745009840009995 E1996081941 009059009196009196009196009196009196009286009435 S1996081970011901011901011668011668011782011838011838011838011606011606 S1996081969012030012030011794011794011908011967011967011967011732011732011846011900 S1996081968014303014303013887013887012738012943012943012943011959011959011968012030 S1996081967 014453014520014521014521014098014098014232014302 E1996091980006481006481006481006354006418006418 E1996091979006600006600006600006471006534006549006549006549006549006420006481006481 E1996091978007175007175006806006630006632006649006650006650006650006520006581006599 E1996091977008181008181008181007943008021008038008036008036008036007802007155007175 E1996091976008473008473008473008226008304008323008322008322008322008079008157008181 E1996091975008776008776008776008520008602008623008622008622008622008371008453008472 E1996091974009092009092009092008827008912008933008932008932008932008672008756008777 E1996091973009476009500009500009500009500009245009335009355009356009356009356009092 E1996091972009768009790009791009791009791009532009625009647009647009647009647009386 E1996091971010066010087010087010087010087009901009921009938009939009939009939009674 E1996091970011848011878011879011879011879011701011816011844011844011844011844011442 E1996091969012433012433012433012189012307011769011883011909011910011910011910011737 E1996091968012371012371012371012128012248012394012392012392012392012149012268012434 E1996091967012339012339012339012097012213012347012346012346012346012104012222012371 E1996091966012813012813012194012194012202012328012327012327012327012085012202012338 E1996091965014583013376013441013440013440012818012487012496012558012558012558012812 E1996091964014839014981015053015052015052015152014711014854014924014924014924015020 E1996091963015088015235015306015304015304015420014971015118015190015190015190015284 E1996091962015377015526015639015638015638015678015221015368015477015477015477015541 E1996091961015559015708015889015888015888015935015471015619015794015793015793015838 E1996091960015768015920016103016103016103016130015661015810015993015993015993016025 E1996091959016792016792016792016792016303016346015997016024016204016204016204016241 E1996091958016929016929016929016929016565016663016861016860016860016860016369016600 E1996091957019694019533019533019533019150019421019647019646019646019646018936016729 E1996091956018679018679018859019383019383019429019429019429019619019588019587019694 E1996091955017753017753017926018157018157018205018205018205018382018629018629018679 E1996091954016886016886017051017269017269017312017312017312017481017716017717017753 E1996091953017814017814016338016541016541016581016581016581016633016843016844016886 E1996091952017066017066017066017066017338017378017378017378017546017769017766017814 E1996091951016260016260016260016260016416016661016660016660016660016660016823017065 E1996091950014706014706014706014706014848015053015053015053015053015053015199015426 E1996091949013669013669013669013669013802014383014383014383014383014383014523014706 E1996091948013141013141013141013141013109013323013323013323013323013323013451013669 E1996091947012338012338012338012338012457012657012657012657012657012657012934013141 E1996091946011728011728011728011728011841012025012025012025012025012025012142012338 E1996091945011047011047011047011047011154011333011333011333011333011333011443011728 E1996091944010509010509010509010509010611010770010770010770010770010770010875011047 E1996091943009995009995009995009995010091010248010248010248010248010248010348010509 E1996091942009435009435009435009435009600009745009745009745009745009745009840009995 E1996091941 009059009196009196009196009196009196009286009435 S1996091970011901011901011901011668011782011838011838011838011838011606 S1996091969012030012030012030011794011908011967011967011967011967011732011846011900 S1996091968014303014303014303013887012738012943012943012943012276011959011968012030 S1996091967 014453014520014521014521014521014098014232014302 E1996101980006481006481006481006481006418006418 E1996101979006600006600006600006600006534006549006549006549006549006549006481006481 E1996101978007175007175006806006806006632006649006650006650006650006650006581006599 E1996101977008181008181008181008181008021008038008036008036008036008036007155007175 E1996101976008473008473008473008473008304008323008322008322008322008322008157008181 E1996101975008776008776008776008776008602008623008622008622008622008622008453008472 E1996101974009092009092009092009092008912008933008932008932008932008932008756008777 E1996101973009476009500009500009500009500009522009335009355009356009356009356009092 E1996101972009768009790009791009791009791009818009625009647009647009647009647009667 E1996101971010066010087010087010087010087010119009921009938009939009939009939009964 E1996101970011848011878011879011879011879011935011816011844011844011844011844011871 E1996101969012433012433012433012433012307012004011883011909011910011910011910011972 E1996101968012371012371012371012371012248012394012392012392012392012392012268012434 E1996101967012339012339012339012339012213012347012346012346012346012346012222012371 E1996101966012813012813012194012194012202012328012327012327012327012327012202012338 E1996101965015020013376013441013440013440012818012818012496012558012558012558012812 E1996101964015284014981015053015052015052015152015152014854014924014924014924015020 E1996101963015541015235015306015304015304015420015420015118015190015190015190015284 E1996101962015838015526015639015638015638015678015678015368015477015477015477015541 E1996101961016025015708015889015888015888015935015935015619015794015793015793015838 E1996101960016241015920016103016103016103016130016130015810015993015993015993016025 E1996101959016792016792016792016792016792016346016346016024016204016204016204016241 E1996101958016929016929016929016929016929016663016861016860016860016860016860016600 E1996101957019694019533019533019533019533019421019647019646019646019646019646016729 E1996101956018679018679018859019383019383019429019429019429019619019848019587019694 E1996101955017753017753017926018157018157018205018205018205018382018629018629018679 E1996101954016886016886017051017269017269017312017312017312017481017716017717017753 E1996101953017814017814016338016541016541016581016581016581016633016843016844016886 E1996101952017066017066017066017066017338017378017378017378017546017769017766017814 E1996101951016260016260016260016260016416016661016660016660016660016660016823017065 E1996101950014706014706014706014706014848015053015053015053015053015053015199015426 E1996101949013669013669013669013669013802014383014383014383014383014383014523014706 E1996101948013141013141013141013141013109013323013323013323013323013323013451013669 E1996101947012338012338012338012338012457012657012657012657012657012657012934013141 E1996101946011728011728011728011728011841012025012025012025012025012025012142012338 E1996101945011047011047011047011047011154011333011333011333011333011333011443011728 E1996101944010509010509010509010509010611010770010770010770010770010770010875011047 E1996101943009995009995009995009995010091010248010248010248010248010248010348010509 E1996101942009435009435009435009435009600009745009745009745009745009745009840009995 E1996101941 009059009196009196009196009196009196009286009435 S1996101970011901011901011901011901011782011838011838011838011838011838 S1996101969012030012030012030012030011908011967011967011967011967011967011846011900 S1996101968014303014303014303014303012738012943012943012943012276012276011968012030 S1996101967 014453014520014521014521014521014521014232014302 N1996051996NO PAYNO PAYNO PAYNO PAYNO PAY N1996051995001318001314001310001305001313001283001283001283001283001283001280NO PAY N1996051994001372001367001363001358001354001349001345001340001336001331001327001323 N1996051993001450001450001418001413001408001404001399001394001390001385001381001376 N1996051992001553001553001553001553001553001499001499001499001499001499001499001450 N1996051991001680001680001680001680001680001614001614001614001614001614001614001553 N1996051990001783001783001783001783001783001731001731001731001731001731001731001680 N1996051989001924001924001924001924001891001841001841001841001841001841001836001783 N1996051988002046002046002046002046002006001984001984001984001984001984001948001924 N1996051987002176002176002176002176002176002110002110002110002110002110002110002046 N1996051986002611002611002611002611002611002516002516002516002516002516002243002176 N1996051985002717002717002717002717002717002664002664002664002664002664002664002611 N1996051984002841002841002841002841002827002771002771002771002771002771002771002717 N1996051983003128003128003128003128003039002965002965002965002965002965002916002841 N1996051982003605003605003605003605003605003500003500003500003500003500003212003128 N1996051981003917003917003917003917003824003713003713003713003713003713003713003605 N1996051980004317004317004317004317004360004233004233004233004233004233004035003917 N1996061996NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1996061995001323001318001314001310001313001313001283001283001283001283001280001280 N1996061994001376001372001367001363001358001354001349001345001340001336001331001327 N1996061993001450001450001422001418001413001408001404001399001394001390001385001381 N1996061992001553001553001553001553001553001553001499001499001499001499001499001499 N1996061991001680001680001680001680001680001680001614001614001614001614001614001614 N1996061990001783001783001783001783001783001783001731001731001731001731001731001731 N1996061989001924001924001924001924001891001891001841001841001841001841001836001836 N1996061988002046002046002046002046002006002006001984001984001984001984001948001948 N1996061987002176002176002176002176002176002176002110002110002110002110002110002110 N1996061986002611002611002611002611002611002611002516002516002516002516002243002243 N1996061985002717002717002717002717002717002717002664002664002664002664002664002664 N1996061984002841002841002841002841002827002827002771002771002771002771002771002771 N1996061983003128003128003128003128003039003039002965002965002965002965002916002916 N1996061982003605003605003605003605003605003605003500003500003500003500003212003212 N1996061981003917003917003917003917003824003824003713003713003713003713003713003713 N1996061980004317004317004317004317004360004360004233004233004233004233004035004035 N1996071996001280NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1996071995001327001323001318001314001313001313001313001283001283001283001280001280 N1996071994001381001376001372001367001363001358001354001349001345001340001336001331 N1996071993001499001450001427001422001418001413001408001404001399001394001390001385 N1996071992001614001553001553001553001553001553001553001499001499001499001499001499 N1996071991001731001680001680001680001680001680001680001614001614001614001614001614 N1996071990001836001783001783001783001783001783001783001731001731001731001731001731 N1996071989001948001924001924001924001891001891001891001841001841001841001836001836 N1996071988002110002046002046002046002006002006002006001984001984001984001948001948 N1996071987002243002176002176002176002176002176002176002110002110002110002110002110 N1996071986002664002611002611002611002611002611002611002516002516002516002243002243 N1996071985002771002717002717002717002717002717002717002664002664002664002664002664 N1996071984002916002841002841002841002827002827002827002771002771002771002771002771 N1996071983003212003128003128003128003039003039003039002965002965002965002916002916 N1996071982003713003605003605003605003605003605003605003500003500003500003212003212 N1996071981004035003917003917003917003824003824003824003713003713003713003713003713 N1996071980004447004317004317004317004360004360004360004233004233004233004035004035 N1996081996001280001280NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1996081995001331001327001323001318001313001313001313001313001283001283001280001280 N1996081994001385001381001376001372001367001363001358001354001349001345001340001336 N1996081993001499001499001432001427001422001418001413001408001404001399001394001390 N1996081992001614001614001553001553001553001553001553001553001499001499001499001499 N1996081991001731001731001680001680001680001680001680001680001614001614001614001614 N1996081990001836001836001783001783001783001783001783001783001731001731001731001731 N1996081989001948001948001924001924001891001891001891001891001841001841001836001836 N1996081988002110002110002046002046002006002006002006002006001984001984001948001948 N1996081987002243002243002176002176002176002176002176002176002110002110002110002110 N1996081986002664002664002611002611002611002611002611002611002516002516002243002243 N1996081985002771002771002717002717002717002717002717002717002664002664002664002664 N1996081984002916002916002841002841002827002827002827002827002771002771002771002771 N1996081983003212003212003128003128003039003039003039003039002965002965002916002916 N1996081982003713003713003605003605003605003605003605003605003500003500003212003212 N1996081981004035004035003917003917003824003824003824003824003713003713003713003713 N1996081980004447004447004317004317004360004360004360004360004233004233004035004035 N1996091996001280001280001280NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1996091995001336001331001327001323001313001313001313001313001313001283001280001280 N1996091994001390001385001381001376001372001367001363001358001354001349001345001340 N1996091993001499001499001436001432001427001422001418001413001408001404001399001394 N1996091992001614001614001614001553001553001553001553001553001553001499001499001499 N1996091991001731001731001731001680001680001680001680001680001680001614001614001614 N1996091990001836001836001836001783001783001783001783001783001783001731001731001731 N1996091989001948001948001948001924001891001891001891001891001891001841001836001836 N1996091988002110002110002110002046002006002006002006002006002006001984001948001948 N1996091987002243002243002243002176002176002176002176002176002176002110002110002110 N1996091986002664002664002664002611002611002611002611002611002611002516002243002243 N1996091985002771002771002771002717002717002717002717002717002717002664002664002664 N1996091984002916002916002916002841002827002827002827002827002827002771002771002771 N1996091983003212003212003211003128003039003039003039003039003039002965002916002916 N1996091982003713003713003713003605003605003605003605003605003605003500003212003212 N1996091981004035004035004035003917003824003824003824003824003824003713003713003713 N1996091980004447004447004447004317004360004360004360004360004360004233004035004035 N1996101996001280001280001280001280NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1996101995001340001336001331001327001313001313001313001313001313001313001280001280 N1996101994001394001390001385001381001376001372001367001363001358001354001349001345 N1996101993001499001499001441001436001432001427001422001418001413001408001404001399 N1996101992001614001614001614001614001553001553001553001553001553001553001499001499 N1996101991001731001731001731001731001680001680001680001680001680001680001614001614 N1996101990001836001836001836001836001783001783001783001783001783001783001731001731 N1996101989001948001948001948001948001891001891001891001891001891001891001836001836 N1996101988002110002110002110002110002006002006002006002006002006002006001948001948 N1996101987002243002243002243002243002176002176002176002176002176002176002110002110 N1996101986002664002664002664002664002611002611002611002611002611002611002243002243 N1996101985002771002771002771002771002717002717002717002717002717002717002664002664 N1996101984002916002916002916002916002827002827002827002827002827002827002771002771 N1996101983003212003212003211003211003039003039003039003039003039003039002916002916 N1996101982003713003713003713003713003605003605003605003605003605003605003212003212 N1996101981004035004035004035004035003824003824003824003824003824003824003713003713 N1996101980004447004447004447004447004360004360004360004360004360004360004035004035 gbonds-2.0.3/data/Makefile.in0000664000076400007640000004105311107720015012676 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 \ $(srcdir)/gbonds.desktop.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = gbonds.desktop SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(appdir)" "$(DESTDIR)$(desktopdir)" \ "$(DESTDIR)$(mimedir)" "$(DESTDIR)$(newmimedir)" \ "$(DESTDIR)$(redemptiondir)" appDATA_INSTALL = $(INSTALL_DATA) desktopDATA_INSTALL = $(INSTALL_DATA) mimeDATA_INSTALL = $(INSTALL_DATA) newmimeDATA_INSTALL = $(INSTALL_DATA) redemptionDATA_INSTALL = $(INSTALL_DATA) DATA = $(app_DATA) $(desktop_DATA) $(mime_DATA) $(newmime_DATA) \ $(redemption_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GBONDS_CFLAGS = @GBONDS_CFLAGS@ GBONDS_LIBS = @GBONDS_LIBS@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ HAVE_FILE_CHOOSER = @HAVE_FILE_CHOOSER@ 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@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ 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@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@ UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ 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@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ 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_builddir = @top_builddir@ top_srcdir = @top_srcdir@ DESKTOP_IN_FILES = gbonds.desktop.in DESKTOP_FILES = $(DESKTOP_IN_FILES:.desktop.in=.desktop) desktopdir = $(datadir)/applications desktop_DATA = $(DESKTOP_FILES) KEYS_IN_FILES = gbonds.keys.in KEYS_FILES = $(KEYS_IN_FILES:.keys.in=.keys) mimedir = $(datadir)/mime-info mime_DATA = $(KEYS_FILES) gbonds.mime appdir = $(datadir)/application-registry app_DATA = gbonds.applications xml_in_files = gbonds.xml.in xml_files = $(xml_in_files:.xml.in=.xml) newmimedir = $(datadir)/mime/packages newmime_DATA = $(xml_files) redemptiondir = $(datadir)/gbonds redemption_DATA = \ download-sites.xml \ sb199205.asc \ sb199211.asc \ sb199305.asc \ sb199309.asc \ sb199405.asc \ sb199411.asc \ sb199505.asc \ sb199511.asc \ sb199605.asc \ sb199611.asc \ sb199705.asc \ sb199711.asc \ sb199803.asc \ sb199809.asc \ sb199903.asc \ sb199909.asc \ sb200003.asc \ sb200009.asc \ sb200103.asc \ sb200203.asc \ sb200206.asc \ sb200212.asc \ sb200306.asc \ sb200311.asc \ sb200406.asc \ sb200412.asc \ sb200506.asc \ sb200512.asc \ sb200606.asc \ sb200612.asc \ sb200706.asc \ sb200712.asc \ sb200806.asc \ sb200812.asc EXTRA_DIST = \ $(DESKTOP_IN_FILES) \ $(KEYS_IN_FILES) \ $(mime_DATA) \ $(app_DATA) \ $(xml_in_files) \ $(redemption_DATA) CLEANFILES = $(KEY_FILES) $(DESKTOP_FILES) $(xml_files) 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 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 gbonds.desktop: $(top_builddir)/config.status $(srcdir)/gbonds.desktop.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-appDATA: $(app_DATA) @$(NORMAL_INSTALL) test -z "$(appdir)" || $(MKDIR_P) "$(DESTDIR)$(appdir)" @list='$(app_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(appDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appdir)/$$f'"; \ $(appDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appdir)/$$f"; \ done uninstall-appDATA: @$(NORMAL_UNINSTALL) @list='$(app_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(appdir)/$$f'"; \ rm -f "$(DESTDIR)$(appdir)/$$f"; \ done 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 install-mimeDATA: $(mime_DATA) @$(NORMAL_INSTALL) test -z "$(mimedir)" || $(MKDIR_P) "$(DESTDIR)$(mimedir)" @list='$(mime_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(mimeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(mimedir)/$$f'"; \ $(mimeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(mimedir)/$$f"; \ done uninstall-mimeDATA: @$(NORMAL_UNINSTALL) @list='$(mime_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(mimedir)/$$f'"; \ rm -f "$(DESTDIR)$(mimedir)/$$f"; \ done install-newmimeDATA: $(newmime_DATA) @$(NORMAL_INSTALL) test -z "$(newmimedir)" || $(MKDIR_P) "$(DESTDIR)$(newmimedir)" @list='$(newmime_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(newmimeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(newmimedir)/$$f'"; \ $(newmimeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(newmimedir)/$$f"; \ done uninstall-newmimeDATA: @$(NORMAL_UNINSTALL) @list='$(newmime_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(newmimedir)/$$f'"; \ rm -f "$(DESTDIR)$(newmimedir)/$$f"; \ done install-redemptionDATA: $(redemption_DATA) @$(NORMAL_INSTALL) test -z "$(redemptiondir)" || $(MKDIR_P) "$(DESTDIR)$(redemptiondir)" @list='$(redemption_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(redemptionDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(redemptiondir)/$$f'"; \ $(redemptionDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(redemptiondir)/$$f"; \ done uninstall-redemptionDATA: @$(NORMAL_UNINSTALL) @list='$(redemption_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(redemptiondir)/$$f'"; \ rm -f "$(DESTDIR)$(redemptiondir)/$$f"; \ 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 $(DATA) installdirs: for dir in "$(DESTDIR)$(appdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(mimedir)" "$(DESTDIR)$(newmimedir)" "$(DESTDIR)$(redemptiondir)"; 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: -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-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-appDATA install-desktopDATA install-mimeDATA \ install-newmimeDATA install-redemptionDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am 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 installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-appDATA uninstall-desktopDATA \ uninstall-mimeDATA uninstall-newmimeDATA \ uninstall-redemptionDATA @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) uninstall-hook .MAKE: install-am install-data-am install-strip uninstall-am .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-appDATA install-data install-data-am install-data-hook \ 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-mimeDATA \ install-newmimeDATA install-pdf install-pdf-am install-ps \ install-ps-am install-redemptionDATA install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ uninstall-appDATA uninstall-desktopDATA uninstall-hook \ uninstall-mimeDATA uninstall-newmimeDATA \ uninstall-redemptionDATA @INTLTOOL_DESKTOP_RULE@ @INTLTOOL_KEYS_RULE@ @INTLTOOL_XML_RULE@ install-data-hook: @HAVE_NEW_MIME_TRUE@ $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime" @HAVE_NEWER_MIME_TRUE@ $(UPDATE_DESKTOP_DATABASE) uninstall-hook: @HAVE_NEW_MIME_TRUE@ $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime" @HAVE_NEWER_MIME_TRUE@ $(UPDATE_DESKTOP_DATABASE) # 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: gbonds-2.0.3/data/sb200512.asc0000664000076400007640000011726611107717150012417 00000000000000E2005121980009257009257009257009257009350009350 E2005121979009427009427009427009427009518009540009353009353009353009353009442009442 E2005121978011634011634009891009891009662009686009498009498009498009498009588009614 E2005121977013008013008013008013008013136013164012904012904012904012904011834011866 E2005121976013212013212013212013212013337013367013103013103013103013103013230013268 E2005121975013157013157013157013157013283013315013315013315013315013315013446013475 E2005121974012848012848012848012848012971013002013002013002013002013002013126013159 E2005121973012956012989012989012989012989013020013146013174013176013176013176012848 E2005121972012588012617012619012619012619012654012777012805012805012805012805012833 E2005121971012630012660012660012660012660012695012606012636012636012636012636012666 E2005121970013700013734013736013736013736013800013936013969013969013969013969014001 E2005121969013727013727013727013727013860013342013471013501013502013502013502013572 E2005121968013128013128013128013128013257013416013414013414013414013414013544013728 E2005121967012586012586012586012586012706012846012845012845012845012845012970013128 E2005121966012813012813012194012194012202012328012327012327012327012327012446012585 E2005121965023411021474021579021577021577018597018597018308018403018403018403012812 E2005121964022455022671022779022777022777022929022929023152023261023261023261023411 E2005121963021522021731021832021829021829021995021995022211022317022317022317022455 E2005121962020675020875021027021024021024021079021079021281021432021433021433021522 E2005121961019718019907020137020136020136020195020195020388020617020615020615020675 E2005121960018850019017019236019236019236019269019269019452019678019679019679019718 E2005121959019153019153019153019153019153018788018788018601018810018810018810018850 E2005121958018312018312018312018312018312018453018672018671018671018671018671018934 E2005121957019956019990019990019990019990020272020508020507020507020507020507018097 E2005121956018679018679018859019383019383019429019429019429019619019848019847019956 E2005121955017753017753017926018157018157018205018205018205018382018629018629018679 E2005121954016886016886017051017269017269017312017312017312017481017716017717017753 E2005121953017814017814016338016541016541016581016581016581016633016843016844016886 E2005121952017066017066017066017066017338017378017378017378017546017769017766017814 E2005121951016260016260016260016260016416016661016660016660016660016660016823017065 E2005121950014706014706014706014706014848015053015053015053015053015053015199015426 E2005121949013669013669013669013669013802014383014383014383014383014383014523014706 E2005121948013141013141013141013141013109013323013323013323013323013323013451013669 E2005121947012338012338012338012338012457012657012657012657012657012657012934013141 E2005121946011728011728011728011728011841012025012025012025012025012025012142012338 E2005121945011047011047011047011047011154011333011333011333011333011333011443011728 E2005121944010509010509010509010509010611010770010770010770010770010770010875011047 E2005121943009995009995009995009995010091010248010248010248010248010248010348010509 E2005121942009435009435009435009435009600009745009745009745009745009745009840009995 E2005121941 009059009196009196009196009196009196009286009435 S2005121970013671013671013671013671013804013870013870013870013870013870 S2005121969013570013570013570013570013437013500013500013500013500013500013607013670 S2005121968015629015629015629015629014337014568014568014568013618013618013497013570 S2005121967 015333015404015405015405015405015405015552015628 E2006011980009442009257009257009257009350009350 E2006011979009615009427009427009427009518009540009540009353009353009353009442009442 E2006011978011866011634009891009891009662009686009688009498009498009498009588009614 E2006011977013268013008013008013008013136013164013162012904012904012904011834011866 E2006011976013476013212013212013212013337013367013365013103013103013103013230013268 E2006011975013157013157013157013157013283013315013315013315013315013315013446013475 E2006011974012848012848012848012848012971013002013002013002013002013002013126013159 E2006011973012956012989012989012989012989013020013146013174013176013176013176012848 E2006011972012588012617012619012619012619012654012777012805012805012805012805012833 E2006011971012630012660012660012660012660012695012606012636012636012636012636012666 E2006011970013700013734013736013736013736013800013936013969013969013969013969014001 E2006011969013727013727013727013727013860013342013471013501013502013502013502013572 E2006011968013128013128013128013128013257013416013414013414013414013414013544013728 E2006011967012586012586012586012586012706012846012845012845012845012845012970013128 E2006011966012813012813012194012194012202012328012327012327012327012327012446012585 E2006011965023411021474021579021577021577018597018597018308018403018403018403012812 E2006011964022455022671022779022777022777022929022929023152023261023261023261023411 E2006011963021522021731021832021829021829021995021995022211022317022317022317022455 E2006011962020675020875021027021024021024021079021079021281021432021433021433021522 E2006011961019718019907020137020136020136020195020195020388020617020615020615020675 E2006011960018850019017019236019236019236019269019269019452019678019679019679019718 E2006011959019153019153019153019153019153018788018788018601018810018810018810018850 E2006011958018312018312018312018312018312018453018672018671018671018671018671018934 E2006011957019956019990019990019990019990020272020508020507020507020507020507018097 E2006011956018679018679018859019383019383019429019429019429019619019848019847019956 E2006011955017753017753017926018157018157018205018205018205018382018629018629018679 E2006011954016886016886017051017269017269017312017312017312017481017716017717017753 E2006011953017814017814016338016541016541016581016581016581016633016843016844016886 E2006011952017066017066017066017066017338017378017378017378017546017769017766017814 E2006011951016260016260016260016260016416016661016660016660016660016660016823017065 E2006011950014706014706014706014706014848015053015053015053015053015053015199015426 E2006011949013669013669013669013669013802014383014383014383014383014383014523014706 E2006011948013141013141013141013141013109013323013323013323013323013323013451013669 E2006011947012338012338012338012338012457012657012657012657012657012657012934013141 E2006011946011728011728011728011728011841012025012025012025012025012025012142012338 E2006011945011047011047011047011047011154011333011333011333011333011333011443011728 E2006011944010509010509010509010509010611010770010770010770010770010770010875011047 E2006011943009995009995009995009995010091010248010248010248010248010248010348010509 E2006011942009435009435009435009435009600009745009745009745009745009745009840009995 E2006011941 009059009196009196009196009196009196009286009435 S2006011970013671013671013671013671013804013870013870013870013870013870 S2006011969013570013570013570013570013437013500013500013500013500013500013607013670 S2006011968015629015629015629015629014337014568014568014568013618013618013497013570 S2006011967 015333015404015405015405015405015405015552015628 E2006021980009442009442009257009257009350009350 E2006021979009615009615009427009427009518009540009540009540009353009353009442009442 E2006021978011866011866009891009891009662009686009688009688009498009498009588009614 E2006021977013268013268013008013008013136013164013162013162012904012904011834011866 E2006021976013476013476013212013212013337013367013365013365013103013103013230013268 E2006021975013157013157013157013157013283013315013315013315013315013315013446013475 E2006021974012848012848012848012848012971013002013002013002013002013002013126013159 E2006021973012956012989012989012989012989013020013146013174013176013176013176012848 E2006021972012588012617012619012619012619012654012777012805012805012805012805012833 E2006021971012630012660012660012660012660012695012606012636012636012636012636012666 E2006021970013700013734013736013736013736013800013936013969013969013969013969014001 E2006021969013727013727013727013727013860013342013471013501013502013502013502013572 E2006021968013128013128013128013128013257013416013414013414013414013414013544013728 E2006021967012586012586012586012586012706012846012845012845012845012845012970013128 E2006021966012813012813012194012194012202012328012327012327012327012327012446012585 E2006021965023411021474021579021577021577018597018597018308018403018403018403012812 E2006021964022455022671022779022777022777022929022929023152023261023261023261023411 E2006021963021522021731021832021829021829021995021995022211022317022317022317022455 E2006021962020675020875021027021024021024021079021079021281021432021433021433021522 E2006021961019718019907020137020136020136020195020195020388020617020615020615020675 E2006021960018850019017019236019236019236019269019269019452019678019679019679019718 E2006021959019153019153019153019153019153018788018788018601018810018810018810018850 E2006021958018312018312018312018312018312018453018672018671018671018671018671018934 E2006021957019956019990019990019990019990020272020508020507020507020507020507018097 E2006021956018679018679018859019383019383019429019429019429019619019848019847019956 E2006021955017753017753017926018157018157018205018205018205018382018629018629018679 E2006021954016886016886017051017269017269017312017312017312017481017716017717017753 E2006021953017814017814016338016541016541016581016581016581016633016843016844016886 E2006021952017066017066017066017066017338017378017378017378017546017769017766017814 E2006021951016260016260016260016260016416016661016660016660016660016660016823017065 E2006021950014706014706014706014706014848015053015053015053015053015053015199015426 E2006021949013669013669013669013669013802014383014383014383014383014383014523014706 E2006021948013141013141013141013141013109013323013323013323013323013323013451013669 E2006021947012338012338012338012338012457012657012657012657012657012657012934013141 E2006021946011728011728011728011728011841012025012025012025012025012025012142012338 E2006021945011047011047011047011047011154011333011333011333011333011333011443011728 E2006021944010509010509010509010509010611010770010770010770010770010770010875011047 E2006021943009995009995009995009995010091010248010248010248010248010248010348010509 E2006021942009435009435009435009435009600009745009745009745009745009745009840009995 E2006021941 009059009196009196009196009196009196009286009435 S2006021970013671013671013671013671013804013870013870013870013870013870 S2006021969013570013570013570013570013437013500013500013500013500013500013607013670 S2006021968015629015629015629015629014337014568014568014568013618013618013497013570 S2006021967 015333015404015405015405015405015405015552015628 E2006031980009442009442009442009257009350009350 E2006031979009615009615009615009427009518009540009540009540009540009353009442009442 E2006031978011866011866010049009891009662009686009688009688009688009498009588009614 E2006031977013268013268013268013008013136013164013162013162013162012904011834011866 E2006031976013476013476013476013212013337013367013365013365013365013103013230013268 E2006031975013157013157013157013157013283013315013315013315013315013315013446013475 E2006031974012848012848012848012848012971013002013002013002013002013002013126013159 E2006031973012956012989012989012989012989013020013146013174013176013176013176012848 E2006031972012588012617012619012619012619012654012777012805012805012805012805012833 E2006031971012630012660012660012660012660012695012606012636012636012636012636012666 E2006031970013700013734013736013736013736013800013936013969013969013969013969014001 E2006031969013727013727013727013727013860013342013471013501013502013502013502013572 E2006031968013128013128013128013128013257013416013414013414013414013414013544013728 E2006031967012586012586012586012586012706012846012845012845012845012845012970013128 E2006031966012813012813012194012194012202012328012327012327012327012327012446012585 E2006031965023411021474021579021577021577018597018597018308018403018403018403012812 E2006031964022455022671022779022777022777022929022929023152023261023261023261023411 E2006031963021522021731021832021829021829021995021995022211022317022317022317022455 E2006031962020675020875021027021024021024021079021079021281021432021433021433021522 E2006031961019718019907020137020136020136020195020195020388020617020615020615020675 E2006031960018850019017019236019236019236019269019269019452019678019679019679019718 E2006031959019153019153019153019153019153018788018788018601018810018810018810018850 E2006031958018312018312018312018312018312018453018672018671018671018671018671018934 E2006031957019956019990019990019990019990020272020508020507020507020507020507018097 E2006031956018679018679018859019383019383019429019429019429019619019848019847019956 E2006031955017753017753017926018157018157018205018205018205018382018629018629018679 E2006031954016886016886017051017269017269017312017312017312017481017716017717017753 E2006031953017814017814016338016541016541016581016581016581016633016843016844016886 E2006031952017066017066017066017066017338017378017378017378017546017769017766017814 E2006031951016260016260016260016260016416016661016660016660016660016660016823017065 E2006031950014706014706014706014706014848015053015053015053015053015053015199015426 E2006031949013669013669013669013669013802014383014383014383014383014383014523014706 E2006031948013141013141013141013141013109013323013323013323013323013323013451013669 E2006031947012338012338012338012338012457012657012657012657012657012657012934013141 E2006031946011728011728011728011728011841012025012025012025012025012025012142012338 E2006031945011047011047011047011047011154011333011333011333011333011333011443011728 E2006031944010509010509010509010509010611010770010770010770010770010770010875011047 E2006031943009995009995009995009995010091010248010248010248010248010248010348010509 E2006031942009435009435009435009435009600009745009745009745009745009745009840009995 E2006031941 009059009196009196009196009196009196009286009435 S2006031970013671013671013671013671013804013870013870013870013870013870 S2006031969013570013570013570013570013437013500013500013500013500013500013607013670 S2006031968015629015629015629015629014337014568014568014568013618013618013497013570 S2006031967 015333015404015405015405015405015405015552015628 E2006041980009442009442009442009442009350009350 E2006041979009615009615009615009615009518009540009540009540009540009540009442009442 E2006041978011866011866010049010049009662009686009688009688009688009688009588009614 E2006041977013268013268013268013268013136013164013162013162013162013162011834011866 E2006041976013476013476013476013476013337013367013365013365013365013365013230013268 E2006041975013157013157013157013157013283013315013315013315013315013315013446013475 E2006041974012848012848012848012848012971013002013002013002013002013002013126013159 E2006041973012956012989012989012989012989013020013146013174013176013176013176012848 E2006041972012588012617012619012619012619012654012777012805012805012805012805012833 E2006041971012630012660012660012660012660012695012606012636012636012636012636012666 E2006041970013700013734013736013736013736013800013936013969013969013969013969014001 E2006041969013727013727013727013727013860013342013471013501013502013502013502013572 E2006041968013128013128013128013128013257013416013414013414013414013414013544013728 E2006041967012586012586012586012586012706012846012845012845012845012845012970013128 E2006041966012813012813012194012194012202012328012327012327012327012327012446012585 E2006041965023411021474021579021577021577018597018597018308018403018403018403012812 E2006041964022455022671022779022777022777022929022929023152023261023261023261023411 E2006041963021522021731021832021829021829021995021995022211022317022317022317022455 E2006041962020675020875021027021024021024021079021079021281021432021433021433021522 E2006041961019718019907020137020136020136020195020195020388020617020615020615020675 E2006041960018850019017019236019236019236019269019269019452019678019679019679019718 E2006041959019153019153019153019153019153018788018788018601018810018810018810018850 E2006041958018312018312018312018312018312018453018672018671018671018671018671018934 E2006041957019956019990019990019990019990020272020508020507020507020507020507018097 E2006041956018679018679018859019383019383019429019429019429019619019848019847019956 E2006041955017753017753017926018157018157018205018205018205018382018629018629018679 E2006041954016886016886017051017269017269017312017312017312017481017716017717017753 E2006041953017814017814016338016541016541016581016581016581016633016843016844016886 E2006041952017066017066017066017066017338017378017378017378017546017769017766017814 E2006041951016260016260016260016260016416016661016660016660016660016660016823017065 E2006041950014706014706014706014706014848015053015053015053015053015053015199015426 E2006041949013669013669013669013669013802014383014383014383014383014383014523014706 E2006041948013141013141013141013141013109013323013323013323013323013323013451013669 E2006041947012338012338012338012338012457012657012657012657012657012657012934013141 E2006041946011728011728011728011728011841012025012025012025012025012025012142012338 E2006041945011047011047011047011047011154011333011333011333011333011333011443011728 E2006041944010509010509010509010509010611010770010770010770010770010770010875011047 E2006041943009995009995009995009995010091010248010248010248010248010248010348010509 E2006041942009435009435009435009435009600009745009745009745009745009745009840009995 E2006041941 009059009196009196009196009196009196009286009435 S2006041970013671013671013671013671013804013870013870013870013870013870 S2006041969013570013570013570013570013437013500013500013500013500013500013607013670 S2006041968015629015629015629015629014337014568014568014568013618013618013497013570 S2006041967 015333015404015405015405015405015405015552015628 E2006051980009442009442009442009442009537009350 E2006051979009615009615009615009615009708009540009540009540009540009540009630009442 E2006051978011866011866010049010049009855009686009688009688009688009688009780009614 E2006051977013268013268013268013268013399013164013162013162013162013162012070011866 E2006051976013476013476013476013476013604013367013365013365013365013365013495013268 E2006051975013157013157013157013157013283013315013315013315013315013315013446013475 E2006051974012848012848012848012848012971013002013002013002013002013002013126013159 E2006051973012956012989012989012989012989013020013146013174013176013176013176012848 E2006051972012588012617012619012619012619012654012777012805012805012805012805012833 E2006051971012630012660012660012660012660012695012606012636012636012636012636012666 E2006051970013700013734013736013736013736013800013936013969013969013969013969014001 E2006051969013727013727013727013727013860013342013471013501013502013502013502013572 E2006051968013128013128013128013128013257013416013414013414013414013414013544013728 E2006051967012586012586012586012586012706012846012845012845012845012845012970013128 E2006051966012813012813012194012194012202012328012327012327012327012327012446012585 E2006051965023411021474021579021577021577018597018597018308018403018403018403012812 E2006051964022455022671022779022777022777022929022929023152023261023261023261023411 E2006051963021522021731021832021829021829021995021995022211022317022317022317022455 E2006051962020675020875021027021024021024021079021079021281021432021433021433021522 E2006051961019718019907020137020136020136020195020195020388020617020615020615020675 E2006051960018850019017019236019236019236019269019269019452019678019679019679019718 E2006051959019153019153019153019153019153018788018788018601018810018810018810018850 E2006051958018312018312018312018312018312018453018672018671018671018671018671018934 E2006051957019956019990019990019990019990020272020508020507020507020507020507018097 E2006051956018679018679018859019383019383019429019429019429019619019848019847019956 E2006051955017753017753017926018157018157018205018205018205018382018629018629018679 E2006051954016886016886017051017269017269017312017312017312017481017716017717017753 E2006051953017814017814016338016541016541016581016581016581016633016843016844016886 E2006051952017066017066017066017066017338017378017378017378017546017769017766017814 E2006051951016260016260016260016260016416016661016660016660016660016660016823017065 E2006051950014706014706014706014706014848015053015053015053015053015053015199015426 E2006051949013669013669013669013669013802014383014383014383014383014383014523014706 E2006051948013141013141013141013141013109013323013323013323013323013323013451013669 E2006051947012338012338012338012338012457012657012657012657012657012657012934013141 E2006051946011728011728011728011728011841012025012025012025012025012025012142012338 E2006051945011047011047011047011047011154011333011333011333011333011333011443011728 E2006051944010509010509010509010509010611010770010770010770010770010770010875011047 E2006051943009995009995009995009995010091010248010248010248010248010248010348010509 E2006051942009435009435009435009435009600009745009745009745009745009745009840009995 E2006051941 009059009196009196009196009196009196009286009435 S2006051970013671013671013671013671013804013870013870013870013870013870 S2006051969013570013570013570013570013437013500013500013500013500013500013607013670 S2006051968015629015629015629015629014337014568014568014568013618013618013497013570 S2006051967 015333015404015405015405015405015405015552015628 N2005122005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005122004001312001309001305001301001304001300001296001293001289001285001284001281 N2005122003001352001348001344001341001338001334001330001327001323001320001320001316 N2005122002001405001401001397001394001387001383001379001375001371001367001359001355 N2005122001001477001473001469001466001447001443001439001435001431001427001413001409 N2005122000001572001568001563001559001544001539001535001530001526001522001498001494 N2005121999001642001637001633001628001617001612001608001603001598001594001582001577 N2005121998001732001727001723001718001695001690001686001681001676001671001652001647 N2005121997001736001736001736001736001793001788001783001778001773001768001742001737 N2005121996001818001818001818001818001804001804001775001775001775001775001764001764 N2005121995001979001979001979001979001896001896001866001866001866001866001847001847 N2005121994002067002067002067002067002058002058002025002025002025002025002009002009 N2005121993002592002592002170002170002152002152002118002118002118002118002100002100 N2005121992002697002697002697002697002697002697002644002644002644002644002644002644 N2005121991002806002806002806002806002806002806002751002751002751002751002751002751 N2005121990002919002919002919002919002919002919002862002862002862002862002862002862 N2005121989003037003037003037003037003037003037002978002978002978002978002978002978 N2005121988003160003160003160003160003160003160003098003098003098003098003098003098 N2005121987003288003288003288003288003288003288003223003223003223003223003223003223 N2005121986003804003804003804003804003804003804003730003730003730003730003353003353 N2005121985003958003958003958003958003958003958003880003880003880003880003880003880 N2005121984004238004238004238004238004118004118004045004045004045004045004037004037 N2005121983005207005207004666004666004486004486004417004417004417004417004305004305 N2005121982005678005678005678005678005678005678005566005566005566005566005311005311 N2005121981006170006170006170006170005907005907005791005791005791005791005791005791 N2005121980006934006934006934006934007004007004006866006866006866006866006294006294 N2006012006NO PAY N2006012005001281NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006012004001316001312001309001305001307001304001300001296001293001289001288001284 N2006012003001355001352001348001344001342001338001334001330001327001323001324001320 N2006012002001409001405001401001397001391001387001383001379001375001371001363001359 N2006012001001494001477001473001469001451001447001443001439001435001431001417001413 N2006012000001577001572001568001563001548001544001539001535001530001526001503001498 N2006011999001647001642001637001633001622001617001612001608001603001598001586001582 N2006011998001737001732001727001723001700001695001690001686001681001676001657001652 N2006011997001764001736001736001736001799001793001788001783001778001773001747001742 N2006011996001847001818001818001818001804001804001804001775001775001775001764001764 N2006011995002009001979001979001979001896001896001896001866001866001866001847001847 N2006011994002100002067002067002067002058002058002058002025002025002025002009002009 N2006011993002644002592002170002170002152002152002152002118002118002118002100002100 N2006011992002751002697002697002697002697002697002697002644002644002644002644002644 N2006011991002862002806002806002806002806002806002806002751002751002751002751002751 N2006011990002978002919002919002919002919002919002919002862002862002862002862002862 N2006011989003098003037003037003037003037003037003037002978002978002978002978002978 N2006011988003223003160003160003160003160003160003160003098003098003098003098003098 N2006011987003353003288003288003288003288003288003288003223003223003223003223003223 N2006011986003880003804003804003804003804003804003804003730003730003730003353003353 N2006011985004037003958003958003958003958003958003958003880003880003880003880003880 N2006011984004305004238004238004238004118004118004118004045004045004045004037004037 N2006011983005311005207004666004666004486004486004486004417004417004417004305004305 N2006011982005791005678005678005678005678005678005678005566005566005566005311005311 N2006011981006294006170006170006170005907005907005907005791005791005791005791005791 N2006011980007073006934006934006934007004007004007004006866006866006866006294006294 N2006022006NO PAYNO PAY N2006022005001284001281NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006022004001320001316001312001309001311001307001304001300001296001293001292001288 N2006022003001359001355001352001348001346001342001338001334001330001327001327001324 N2006022002001413001409001405001401001394001391001387001383001379001375001367001363 N2006022001001498001494001477001473001455001451001447001443001439001435001421001417 N2006022000001582001577001572001568001553001548001544001539001535001530001507001503 N2006021999001652001647001642001637001626001622001617001612001608001603001591001586 N2006021998001742001737001732001727001705001700001695001690001686001681001662001657 N2006021997001764001764001736001736001804001799001793001788001783001778001753001747 N2006021996001847001847001818001818001804001804001804001804001775001775001764001764 N2006021995002009002009001979001979001896001896001896001896001866001866001847001847 N2006021994002100002100002067002067002058002058002058002058002025002025002009002009 N2006021993002644002644002170002170002152002152002152002152002118002118002100002100 N2006021992002751002751002697002697002697002697002697002697002644002644002644002644 N2006021991002862002862002806002806002806002806002806002806002751002751002751002751 N2006021990002978002978002919002919002919002919002919002919002862002862002862002862 N2006021989003098003098003037003037003037003037003037003037002978002978002978002978 N2006021988003223003223003160003160003160003160003160003160003098003098003098003098 N2006021987003353003353003288003288003288003288003288003288003223003223003223003223 N2006021986003880003880003804003804003804003804003804003804003730003730003353003353 N2006021985004037004037003958003958003958003958003958003958003880003880003880003880 N2006021984004305004305004238004238004118004118004118004118004045004045004037004037 N2006021983005311005311004666004666004486004486004486004486004417004417004305004305 N2006021982005791005791005678005678005678005678005678005678005566005566005311005311 N2006021981006294006294006170006170005907005907005907005907005791005791005791005791 N2006021980007073007073006934006934007004007004007004007004006866006866006294006294 N2006032006NO PAYNO PAYNO PAY N2006032005001288001284001281NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006032004001324001320001316001312001315001311001307001304001300001296001296001292 N2006032003001363001359001355001352001350001346001342001338001334001330001331001327 N2006032002001417001413001409001405001398001394001391001387001383001379001371001367 N2006032001001503001498001494001477001459001455001451001447001443001439001425001421 N2006032000001586001582001577001572001557001553001548001544001539001535001512001507 N2006031999001657001652001647001642001631001626001622001617001612001608001596001591 N2006031998001747001742001737001732001710001705001700001695001690001686001667001662 N2006031997001764001764001764001736001809001804001799001793001788001783001758001753 N2006031996001847001847001847001818001804001804001804001804001804001775001764001764 N2006031995002009002009002009001979001896001896001896001896001896001866001847001847 N2006031994002100002100002100002067002058002058002058002058002058002025002009002009 N2006031993002644002644002204002170002152002152002152002152002152002118002100002100 N2006031992002751002751002751002697002697002697002697002697002697002644002644002644 N2006031991002862002862002862002806002806002806002806002806002806002751002751002751 N2006031990002978002978002978002919002919002919002919002919002919002862002862002862 N2006031989003098003098003098003037003037003037003037003037003037002978002978002978 N2006031988003223003223003223003160003160003160003160003160003160003098003098003098 N2006031987003353003353003353003288003288003288003288003288003288003223003223003223 N2006031986003880003880003880003804003804003804003804003804003804003730003353003353 N2006031985004037004037004037003958003958003958003958003958003958003880003880003880 N2006031984004305004305004305004238004118004118004118004118004118004045004037004037 N2006031983005311005311004741004666004486004486004486004486004486004417004305004305 N2006031982005791005791005791005678005678005678005678005678005678005566005311005311 N2006031981006294006294006294006170005907005907005907005907005907005791005791005791 N2006031980007073007073007073006934007004007004007004007004007004006866006294006294 N2006042006NO PAYNO PAYNO PAYNO PAY N2006042005001292001288001284001281NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006042004001327001324001320001316001319001315001311001307001304001300001300001296 N2006042003001367001363001359001355001354001350001346001342001338001334001335001331 N2006042002001421001417001413001409001402001398001394001391001387001383001375001371 N2006042001001507001503001498001494001464001459001455001451001447001443001429001425 N2006042000001591001586001582001577001562001557001553001548001544001539001516001512 N2006041999001662001657001652001647001636001631001626001622001617001612001601001596 N2006041998001753001747001742001737001715001710001705001700001695001690001672001667 N2006041997001764001764001764001764001815001809001804001799001793001788001763001758 N2006041996001847001847001847001847001804001804001804001804001804001804001764001764 N2006041995002009002009002009002009001896001896001896001896001896001896001847001847 N2006041994002100002100002100002100002058002058002058002058002058002058002009002009 N2006041993002644002644002204002204002152002152002152002152002152002152002100002100 N2006041992002751002751002751002751002697002697002697002697002697002697002644002644 N2006041991002862002862002862002862002806002806002806002806002806002806002751002751 N2006041990002978002978002978002978002919002919002919002919002919002919002862002862 N2006041989003098003098003098003098003037003037003037003037003037003037002978002978 N2006041988003223003223003223003223003160003160003160003160003160003160003098003098 N2006041987003353003353003353003353003288003288003288003288003288003288003223003223 N2006041986003880003880003880003880003804003804003804003804003804003804003353003353 N2006041985004037004037004037004037003958003958003958003958003958003958003880003880 N2006041984004305004305004305004305004118004118004118004118004118004118004037004037 N2006041983005311005311004741004741004486004486004486004486004486004486004305004305 N2006041982005791005791005791005791005678005678005678005678005678005678005311005311 N2006041981006294006294006294006294005907005907005907005907005907005907005791005791 N2006041980007073007073007073007073007004007004007004007004007004007004006294006294 N2006052006NO PAYNO PAYNO PAYNO PAYNO PAY N2006052005001296001292001288001284001283NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006052004001331001327001324001320001323001319001315001311001307001304001304001300 N2006052003001371001367001363001359001358001354001350001346001342001338001339001335 N2006052002001425001421001417001413001407001402001398001394001391001387001379001375 N2006052001001512001507001503001498001481001464001459001455001451001447001434001429 N2006052000001596001591001586001582001567001562001557001553001548001544001521001516 N2006051999001667001662001657001652001641001636001631001626001622001617001605001601 N2006051998001758001753001747001742001721001715001710001705001700001695001677001672 N2006051997001764001764001764001764001820001815001809001804001799001793001768001763 N2006051996001847001847001847001847001835001804001804001804001804001804001794001764 N2006051995002009002009002009002009001928001896001896001896001896001896001878001847 N2006051994002100002100002100002100002093002058002058002058002058002058002044002009 N2006051993002644002644002204002204002188002152002152002152002152002152002138002100 N2006051992002751002751002751002751002751002697002697002697002697002697002697002644 N2006051991002862002862002862002862002862002806002806002806002806002806002806002751 N2006051990002978002978002978002978002978002919002919002919002919002919002919002862 N2006051989003098003098003098003098003098003037003037003037003037003037003037002978 N2006051988003223003223003223003223003223003160003160003160003160003160003160003098 N2006051987003353003353003353003353003353003288003288003288003288003288003288003223 N2006051986003880003880003880003880003880003804003804003804003804003804003420003353 N2006051985004037004037004037004037004037003958003958003958003958003958003958003880 N2006051984004305004305004305004305004200004118004118004118004118004118004118004037 N2006051983005311005311004741004741004564004486004486004486004486004486004379004305 N2006051982005791005791005791005791005791005678005678005678005678005678005418005311 N2006051981006294006294006294006294006025005907005907005907005907005907005907005791 N2006051980007073007073007073007073007144007004007004007004007004007004006419006294 I2005122005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005122004002639002629002619002611002629002619002609002599002589002581002585002575 I2005122003002787002775002763002753002723002712002702002691002681002672002660002650 I2005122002002916002902002889002878002879002865002852002839002826002815002811002799 I2005122001003266003248003229003213003147003130003113003096003079003065002943002929 I2005122000003564003544003523003503003529003502003482003461003441003420003368003343 I2005121999003728003707003686003665003682003655003634003613003593003572003612003585 I2005121998 003792003770003778003750 I2006012006NO PAY I2006012005002575NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006012004002650002639002629002619002639002629002619002609002599002589002595002585 I2006012003002799002787002775002763002733002723002712002702002691002681002670002660 I2006012002002929002916002902002889002892002879002865002852002839002826002823002811 I2006012001003343003266003248003229003164003147003130003113003096003079002956002943 I2006012000003585003564003544003523003556003529003502003482003461003441003393003368 I2006011999003750003728003707003686003710003682003655003634003613003593003639003612 I2006011998 003814003792003806003778 I2006022006NO PAYNO PAY I2006022005002585002575NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006022004002660002650002639002629002649002639002629002619002609002599002605002595 I2006022003002811002799002787002775002744002733002723002712002702002691002681002670 I2006022002002943002929002916002902002905002892002879002865002852002839002835002823 I2006022001003368003343003266003248003181003164003147003130003113003096002970002956 I2006022000003612003585003564003544003583003556003529003502003482003461003419003393 I2006021999003778003750003728003707003737003710003682003655003634003613003667003639 I2006021998 003836003814003834003806 I2006032006NO PAYNO PAYNO PAY I2006032005002595002585002575NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006032004002670002660002650002639002664002649002639002629002619002609002619002605 I2006032003002823002811002799002787002759002744002733002723002712002702002696002681 I2006032002002956002943002929002916002923002905002892002879002865002852002852002835 I2006032001003393003368003343003266003204003181003164003147003130003113002989002970 I2006032000003639003612003585003564003611003583003556003529003502003482003445003419 I2006031999003806003778003750003728003765003737003710003682003655003634003694003667 I2006031998 003858003836003863003834 I2006042006NO PAYNO PAYNO PAYNO PAY I2006042005002605002595002585002575NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006042004002681002670002660002650002678002664002649002639002629002619002634002619 I2006042003002835002823002811002799002775002759002744002733002723002712002711002696 I2006042002002970002956002943002929002942002923002905002892002879002865002869002852 I2006042001003419003393003368003343003227003204003181003164003147003130003008002989 I2006042000003667003639003612003585003639003611003583003556003529003502003471003445 I2006041999003834003806003778003750003793003765003737003710003682003655003722003694 I2006041998 003887003858003892003863 I2006052006NO PAYNO PAYNO PAYNO PAYNO PAY I2006052005002619002605002595002585002604NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006052004002696002681002670002660002693002678002664002649002639002629002648002634 I2006052003002852002835002823002811002790002775002759002744002733002723002726002711 I2006052002002989002970002956002943002961002942002923002905002892002879002887002869 I2006052001003445003419003393003368003321003227003204003181003164003147003027003008 I2006052000003694003667003639003612003667003639003611003583003556003529003497003471 I2006051999003863003834003806003778003821003793003765003737003710003682003750003722 I2006051998 003916003887003920003892 gbonds-2.0.3/data/sb200003.asc0000664000076400007640000010357011106721200012371 00000000000000E2000031980007444007444007444007298007373007373 E2000031979007582007582007582007433007505007522007522007522007522007375007444007444 E2000031978008824008824008058007899007618007637007639007639007639007489007560007580 E2000031977010062010062010062009768009865009885009884009884009884009596008800008824 E2000031976010421010421010421010117010213010236010234010234010234009936010033010062 E2000031975010793010793010793010479010580010605010604010604010604010296010396010420 E2000031974010966010966010966010751010854010879010879010879010879010666010768010795 E2000031973011429011458011458011458011458011260011369011393011395011395011395010966 E2000031972011553011580011581011581011581011386011496011522011522011522011522011321 E2000031971011868011896011896011896011896011693011620011641011641011641011641011442 E2000031970013700013734013736013645013645013441013573013605013605013605013605013369 E2000031969013727013727013727013727013860013342013471013501013502013502013502013572 E2000031968013128013128013128013128013257013416013414013414013414013414013544013728 E2000031967012586012586012586012586012706012846012845012845012845012845012970013128 E2000031966012813012813012194012194012202012328012327012327012327012327012446012585 E2000031965017935016451016531016530016530015177014877014699014775014775014775012812 E2000031964018250018425018513018512018512018635018093018269018354018354018354018473 E2000031963018557018737018824018822018822018965018413018593018682018682018682018798 E2000031962018912019095019234019232019232019282018720018900019034019035019035019113 E2000031961018766018946019164019163019163019219018842019023019236019234019234019290 E2000031960018850019017019236019046019046019079018705018883019102019103019103019141 E2000031959019153019153019153019153019153018788018788018601018810018810018810018850 E2000031958018312018312018312018312018312018453018672018671018671018671018671018934 E2000031957019956019990019990019990019990020272020508020507020507020507020507018097 E2000031956018679018679018859019383019383019429019429019429019619019848019847019956 E2000031955017753017753017926018157018157018205018205018205018382018629018629018679 E2000031954016886016886017051017269017269017312017312017312017481017716017717017753 E2000031953017814017814016338016541016541016581016581016581016633016843016844016886 E2000031952017066017066017066017066017338017378017378017378017546017769017766017814 E2000031951016260016260016260016260016416016661016660016660016660016660016823017065 E2000031950014706014706014706014706014848015053015053015053015053015053015199015426 E2000031949013669013669013669013669013802014383014383014383014383014383014523014706 E2000031948013141013141013141013141013109013323013323013323013323013323013451013669 E2000031947012338012338012338012338012457012657012657012657012657012657012934013141 E2000031946011728011728011728011728011841012025012025012025012025012025012142012338 E2000031945011047011047011047011047011154011333011333011333011333011333011443011728 E2000031944010509010509010509010509010611010770010770010770010770010770010875011047 E2000031943009995009995009995009995010091010248010248010248010248010248010348010509 E2000031942009435009435009435009435009600009745009745009745009745009745009840009995 E2000031941 009059009196009196009196009196009196009286009435 S2000031970013671013671013671013403013533013598013598013598013598013331 S2000031969013570013570013570013570013437013500013500013500013500013500013607013670 S2000031968015629015629015629015629014337014568014568014568013618013618013497013570 S2000031967 015333015404015405015405015405015405015552015628 E2000041980007444007444007444007444007373007373 E2000041979007582007582007582007582007505007522007522007522007522007522007444007444 E2000041978008824008824008058008058007618007637007639007639007639007639007560007580 E2000041977010062010062010062010062009865009885009884009884009884009884008800008824 E2000041976010421010421010421010421010213010236010234010234010234010234010033010062 E2000041975010793010793010793010793010580010605010604010604010604010604010396010420 E2000041974010966010966010966010966010854010879010879010879010879010879010768010795 E2000041973011429011458011458011458011458011485011369011393011395011395011395010966 E2000041972011553011580011581011581011581011613011496011522011522011522011522011547 E2000041971011868011896011896011896011896011929011620011641011641011641011641011671 E2000041970013700013734013736013736013645013710013573013605013605013605013605013636 E2000041969013727013727013727013727013860013342013471013501013502013502013502013572 E2000041968013128013128013128013128013257013416013414013414013414013414013544013728 E2000041967012586012586012586012586012706012846012845012845012845012845012970013128 E2000041966012813012813012194012194012202012328012327012327012327012327012446012585 E2000041965018473016451016531016530016530015177015177014699014775014775014775012812 E2000041964018798018425018513018512018512018635018635018269018354018354018354018473 E2000041963019113018737018824018822018822018965018965018593018682018682018682018798 E2000041962019290019095019234019232019232019282019282018900019034019035019035019113 E2000041961019141018946019164019163019163019219019219019023019236019234019234019290 E2000041960018850019017019236019236019046019079019079018883019102019103019103019141 E2000041959019153019153019153019153019153018788018788018601018810018810018810018850 E2000041958018312018312018312018312018312018453018672018671018671018671018671018934 E2000041957019956019990019990019990019990020272020508020507020507020507020507018097 E2000041956018679018679018859019383019383019429019429019429019619019848019847019956 E2000041955017753017753017926018157018157018205018205018205018382018629018629018679 E2000041954016886016886017051017269017269017312017312017312017481017716017717017753 E2000041953017814017814016338016541016541016581016581016581016633016843016844016886 E2000041952017066017066017066017066017338017378017378017378017546017769017766017814 E2000041951016260016260016260016260016416016661016660016660016660016660016823017065 E2000041950014706014706014706014706014848015053015053015053015053015053015199015426 E2000041949013669013669013669013669013802014383014383014383014383014383014523014706 E2000041948013141013141013141013141013109013323013323013323013323013323013451013669 E2000041947012338012338012338012338012457012657012657012657012657012657012934013141 E2000041946011728011728011728011728011841012025012025012025012025012025012142012338 E2000041945011047011047011047011047011154011333011333011333011333011333011443011728 E2000041944010509010509010509010509010611010770010770010770010770010770010875011047 E2000041943009995009995009995009995010091010248010248010248010248010248010348010509 E2000041942009435009435009435009435009600009745009745009745009745009745009840009995 E2000041941 009059009196009196009196009196009196009286009435 S2000041970013671013671013671013671013533013598013598013598013598013598 S2000041969013570013570013570013570013437013500013500013500013500013500013607013670 S2000041968015629015629015629015629014337014568014568014568013618013618013497013570 S2000041967 015333015404015405015405015405015405015552015628 E2000051980007444007444007444007444007520007373 E2000051979007582007582007582007582007655007522007522007522007522007522007593007444 E2000051978008824008824008058008058007770007637007639007639007639007639007711007580 E2000051977010062010062010062010062010161009885009884009884009884009884009064008824 E2000051976010421010421010421010421010519010236010234010234010234010234010334010062 E2000051975010793010793010793010793010897010605010604010604010604010604010708010420 E2000051974010966010966010966010966011071010879010879010879010879010879010983010795 E2000051973011657011458011458011458011458011485011596011393011395011395011395010966 E2000051972011784011580011581011581011581011613011726011522011522011522011522011547 E2000051971012159011896011896011896011896011929011853011641011641011641011641011671 E2000051970013700013734013736013736013736013710013844013605013605013605013605013636 E2000051969013727013727013727013727013860013342013471013501013502013502013502013572 E2000051968013128013128013128013128013257013416013414013414013414013414013544013728 E2000051967012586012586012586012586012706012846012845012845012845012845012970013128 E2000051966012813012813012194012194012202012328012327012327012327012327012446012585 E2000051965018473016944016531016530016530015177015177015060014775014775014775012812 E2000051964018798018978018513018512018512018635018635018817018354018354018354018473 E2000051963019113019299018824018822018822018965018965019151018682018682018682018798 E2000051962019290019477019234019232019232019282019282019467019034019035019035019113 E2000051961019141019325019164019163019163019219019219019403019236019234019234019290 E2000051960018850019017019236019236019236019079019079019261019102019103019103019141 E2000051959019153019153019153019153019153018788018788018601018810018810018810018850 E2000051958018312018312018312018312018312018453018672018671018671018671018671018934 E2000051957019956019990019990019990019990020272020508020507020507020507020507018097 E2000051956018679018679018859019383019383019429019429019429019619019848019847019956 E2000051955017753017753017926018157018157018205018205018205018382018629018629018679 E2000051954016886016886017051017269017269017312017312017312017481017716017717017753 E2000051953017814017814016338016541016541016581016581016581016633016843016844016886 E2000051952017066017066017066017066017338017378017378017378017546017769017766017814 E2000051951016260016260016260016260016416016661016660016660016660016660016823017065 E2000051950014706014706014706014706014848015053015053015053015053015053015199015426 E2000051949013669013669013669013669013802014383014383014383014383014383014523014706 E2000051948013141013141013141013141013109013323013323013323013323013323013451013669 E2000051947012338012338012338012338012457012657012657012657012657012657012934013141 E2000051946011728011728011728011728011841012025012025012025012025012025012142012338 E2000051945011047011047011047011047011154011333011333011333011333011333011443011728 E2000051944010509010509010509010509010611010770010770010770010770010770010875011047 E2000051943009995009995009995009995010091010248010248010248010248010248010348010509 E2000051942009435009435009435009435009600009745009745009745009745009745009840009995 E2000051941 009059009196009196009196009196009196009286009435 S2000051970013671013671013671013671013804013598013598013598013598013598 S2000051969013570013570013570013570013437013500013500013500013500013500013607013670 S2000051968015629015629015629015629014337014568014568014568013618013618013497013570 S2000051967 015333015404015405015405015405015405015552015628 E2000061980007444007444007444007444007520007520 E2000061979007582007582007582007582007655007673007522007522007522007522007593007593 E2000061978008824008824008058008058007770007790007639007639007639007639007711007732 E2000061977010062010062010062010062010161010182009884009884009884009884009064009089 E2000061976010421010421010421010421010519010543010234010234010234010234010334010363 E2000061975010793010793010793010793010897010923010604010604010604010604010708010732 E2000061974010966010966010966010966011071011097010879010879010879010879010983011011 E2000061973011657011687011458011458011458011485011596011621011395011395011395011185 E2000061972011784011811011581011581011581011613011726011752011522011522011522011547 E2000061971012159012187011896011896011896011929011853011874011641011641011641011671 E2000061970013700013734013736013736013736013800013844013877013605013605013605013636 E2000061969013727013727013727013727013860013342013471013501013502013502013502013572 E2000061968013128013128013128013128013257013416013414013414013414013414013544013728 E2000061967012586012586012586012586012706012846012845012845012845012845012970013128 E2000061966012813012813012194012194012202012328012327012327012327012327012446012585 E2000061965018473016944017027016530016530015177015177015060015138014775014775012812 E2000061964018798018978019069018512018512018635018635018817018905018354018354018473 E2000061963019113019299019389018822018822018965018965019151019243018682018682018798 E2000061962019290019477019619019232019232019282019282019467019605019035019035019113 E2000061961019141019325019547019163019163019219019219019403019621019234019234019290 E2000061960018850019017019236019236019236019269019079019261019484019103019103019141 E2000061959019153019153019153019153019153018788018788018601018810018810018810018850 E2000061958018312018312018312018312018312018453018672018671018671018671018671018934 E2000061957019956019990019990019990019990020272020508020507020507020507020507018097 E2000061956018679018679018859019383019383019429019429019429019619019848019847019956 E2000061955017753017753017926018157018157018205018205018205018382018629018629018679 E2000061954016886016886017051017269017269017312017312017312017481017716017717017753 E2000061953017814017814016338016541016541016581016581016581016633016843016844016886 E2000061952017066017066017066017066017338017378017378017378017546017769017766017814 E2000061951016260016260016260016260016416016661016660016660016660016660016823017065 E2000061950014706014706014706014706014848015053015053015053015053015053015199015426 E2000061949013669013669013669013669013802014383014383014383014383014383014523014706 E2000061948013141013141013141013141013109013323013323013323013323013323013451013669 E2000061947012338012338012338012338012457012657012657012657012657012657012934013141 E2000061946011728011728011728011728011841012025012025012025012025012025012142012338 E2000061945011047011047011047011047011154011333011333011333011333011333011443011728 E2000061944010509010509010509010509010611010770010770010770010770010770010875011047 E2000061943009995009995009995009995010091010248010248010248010248010248010348010509 E2000061942009435009435009435009435009600009745009745009745009745009745009840009995 E2000061941 009059009196009196009196009196009196009286009435 S2000061970013671013671013671013671013804013870013598013598013598013598 S2000061969013570013570013570013570013437013500013500013500013500013500013607013670 S2000061968015629015629015629015629014337014568014568014568013618013618013497013570 S2000061967 015333015404015405015405015405015405015552015628 E2000071980007593007444007444007444007520007520 E2000071979007733007582007582007582007655007673007673007522007522007522007593007593 E2000071978009089008824008058008058007770007790007792007639007639007639007711007732 E2000071977010363010062010062010062010161010182010180009884009884009884009064009089 E2000071976010733010421010421010421010519010543010541010234010234010234010334010363 E2000071975011009010793010793010793010897010923010923010604010604010604010708010732 E2000071974011185010966010966010966011071011097011097010879010879010879010983011011 E2000071973011657011687011687011458011458011485011596011621011623011395011395011185 E2000071972011784011811011813011581011581011613011726011752011752011522011522011547 E2000071971012159012187012187011896011896011929011853011874011874011641011641011671 E2000071970013700013734013736013736013736013800013936013877013877013605013605013636 E2000071969013727013727013727013727013860013342013471013501013502013502013502013572 E2000071968013128013128013128013128013257013416013414013414013414013414013544013728 E2000071967012586012586012586012586012706012846012845012845012845012845012970013128 E2000071966012813012813012194012194012202012328012327012327012327012327012446012585 E2000071965018473016944017027017025016530015177015177015060015138015138014775012812 E2000071964018798018978019069019067018512018635018635018817018905018905018354018473 E2000071963019113019299019389019387018822018965018965019151019243019243018682018798 E2000071962019290019477019619019617019232019282019282019467019605019606019035019113 E2000071961019141019325019547019546019163019219019219019403019621019619019234019290 E2000071960018850019017019236019236019236019269019269019261019484019485019103019141 E2000071959019153019153019153019153019153018788018788018601018810018810018810018850 E2000071958018312018312018312018312018312018453018672018671018671018671018671018934 E2000071957019956019990019990019990019990020272020508020507020507020507020507018097 E2000071956018679018679018859019383019383019429019429019429019619019848019847019956 E2000071955017753017753017926018157018157018205018205018205018382018629018629018679 E2000071954016886016886017051017269017269017312017312017312017481017716017717017753 E2000071953017814017814016338016541016541016581016581016581016633016843016844016886 E2000071952017066017066017066017066017338017378017378017378017546017769017766017814 E2000071951016260016260016260016260016416016661016660016660016660016660016823017065 E2000071950014706014706014706014706014848015053015053015053015053015053015199015426 E2000071949013669013669013669013669013802014383014383014383014383014383014523014706 E2000071948013141013141013141013141013109013323013323013323013323013323013451013669 E2000071947012338012338012338012338012457012657012657012657012657012657012934013141 E2000071946011728011728011728011728011841012025012025012025012025012025012142012338 E2000071945011047011047011047011047011154011333011333011333011333011333011443011728 E2000071944010509010509010509010509010611010770010770010770010770010770010875011047 E2000071943009995009995009995009995010091010248010248010248010248010248010348010509 E2000071942009435009435009435009435009600009745009745009745009745009745009840009995 E2000071941 009059009196009196009196009196009196009286009435 S2000071970013671013671013671013671013804013870013870013598013598013598 S2000071969013570013570013570013570013437013500013500013500013500013500013607013670 S2000071968015629015629015629015629014337014568014568014568013618013618013497013570 S2000071967 015333015404015405015405015405015405015552015628 E2000081980007593007593007444007444007520007520 E2000081979007733007733007582007582007655007673007673007673007522007522007593007593 E2000081978009089009089008058008058007770007790007792007792007639007639007711007732 E2000081977010363010363010062010062010161010182010180010180009884009884009064009089 E2000081976010733010733010421010421010519010543010541010541010234010234010334010363 E2000081975011009011009010793010793010897010923010923010923010604010604010708010732 E2000081974011185011185010966010966011071011097011097011097010879010879010983011011 E2000081973011657011687011687011687011458011485011596011621011623011623011395011185 E2000081972011784011811011813011813011581011613011726011752011752011752011522011547 E2000081971012159012187012187012187011896011929011853011874011874011874011641011671 E2000081970013700013734013736013736013736013800013936013969013877013877013605013636 E2000081969013727013727013727013727013860013342013471013501013502013502013502013572 E2000081968013128013128013128013128013257013416013414013414013414013414013544013728 E2000081967012586012586012586012586012706012846012845012845012845012845012970013128 E2000081966012813012813012194012194012202012328012327012327012327012327012446012585 E2000081965018473016944017027017025017025015177015177015060015138015138015138012812 E2000081964018798018978019069019067019067018635018635018817018905018905018905018473 E2000081963019113019299019389019387019387018965018965019151019243019243019243018798 E2000081962019290019477019619019617019617019282019282019467019605019606019606019113 E2000081961019141019325019547019546019546019219019219019403019621019619019619019290 E2000081960018850019017019236019236019236019269019269019452019484019485019485019141 E2000081959019153019153019153019153019153018788018788018601018810018810018810018850 E2000081958018312018312018312018312018312018453018672018671018671018671018671018934 E2000081957019956019990019990019990019990020272020508020507020507020507020507018097 E2000081956018679018679018859019383019383019429019429019429019619019848019847019956 E2000081955017753017753017926018157018157018205018205018205018382018629018629018679 E2000081954016886016886017051017269017269017312017312017312017481017716017717017753 E2000081953017814017814016338016541016541016581016581016581016633016843016844016886 E2000081952017066017066017066017066017338017378017378017378017546017769017766017814 E2000081951016260016260016260016260016416016661016660016660016660016660016823017065 E2000081950014706014706014706014706014848015053015053015053015053015053015199015426 E2000081949013669013669013669013669013802014383014383014383014383014383014523014706 E2000081948013141013141013141013141013109013323013323013323013323013323013451013669 E2000081947012338012338012338012338012457012657012657012657012657012657012934013141 E2000081946011728011728011728011728011841012025012025012025012025012025012142012338 E2000081945011047011047011047011047011154011333011333011333011333011333011443011728 E2000081944010509010509010509010509010611010770010770010770010770010770010875011047 E2000081943009995009995009995009995010091010248010248010248010248010248010348010509 E2000081942009435009435009435009435009600009745009745009745009745009745009840009995 E2000081941 009059009196009196009196009196009196009286009435 S2000081970013671013671013671013671013804013870013870013870013598013598 S2000081969013570013570013570013570013437013500013500013500013500013500013607013670 S2000081968015629015629015629015629014337014568014568014568013618013618013497013570 S2000081967 015333015404015405015405015405015405015552015628 N2000032000NO PAYNO PAYNO PAY N2000031999001302001297001293001288001282001277001272001268001263NO PAYNO PAYNO PAY N2000031998001372001367001362001358001345001339001335001330001325001320001313001307 N2000031997001423001423001423001396001422001416001411001406001401001396001383001377 N2000031996001489001489001489001460001453001453001453001453001453001425001423001423 N2000031995001613001613001613001519001527001527001527001527001527001498001489001489 N2000031994001687001687001687001652001651001651001651001651001651001618001613001613 N2000031993001891001891001770001735001727001727001727001727001727001691001687001687 N2000031992002006002006002006001948001948001948001948001948001948001891001891001891 N2000031991002129002129002129002067002067002067002067002067002067002006002006002006 N2000031990002258002258002258002192002192002192002192002192002192002129002129002129 N2000031989002396002396002396002326002326002326002326002326002326002258002258002258 N2000031988002541002541002541002467002467002467002467002467002467002396002396002396 N2000031987002644002644002644002592002592002592002592002592002592002541002541002541 N2000031986003060003060003060003000003000003000003000003000003000002941002644002644 N2000031985003183003183003183003121003121003121003121003121003121003060003060003060 N2000031984003452003452003452003385003294003294003294003294003294003230003183003183 N2000031983003950003950003801003726003604003604003604003604003604003528003452003452 N2000031982004566004566004566004433004433004433004433004433004433004304003950003950 N2000031981004962004962004962004817004658004658004658004658004658004566004566004566 N2000031980005469005469005469005309005362005362005362005362005362005206004962004962 N2000042000NO PAYNO PAYNO PAYNO PAY N2000041999001307001302001297001293001288001282001277001272001268001263NO PAYNO PAY N2000041998001377001372001367001362001350001345001339001335001330001325001318001313 N2000041997001423001423001423001423001428001422001416001411001406001401001389001383 N2000041996001489001489001489001489001453001453001453001453001453001453001423001423 N2000041995001613001613001613001613001527001527001527001527001527001527001489001489 N2000041994001687001687001687001687001651001651001651001651001651001651001613001613 N2000041993001891001891001770001770001727001727001727001727001727001727001687001687 N2000041992002006002006002006002006001948001948001948001948001948001948001891001891 N2000041991002129002129002129002129002067002067002067002067002067002067002006002006 N2000041990002258002258002258002258002192002192002192002192002192002192002129002129 N2000041989002396002396002396002396002326002326002326002326002326002326002258002258 N2000041988002541002541002541002541002467002467002467002467002467002467002396002396 N2000041987002644002644002644002644002592002592002592002592002592002592002541002541 N2000041986003060003060003060003060003000003000003000003000003000003000002644002644 N2000041985003183003183003183003183003121003121003121003121003121003121003060003060 N2000041984003452003452003452003452003294003294003294003294003294003294003183003183 N2000041983003950003950003801003801003604003604003604003604003604003604003452003452 N2000041982004566004566004566004566004433004433004433004433004433004433003950003950 N2000041981004962004962004962004962004658004658004658004658004658004658004566004566 N2000041980005469005469005469005469005362005362005362005362005362005362004962004962 N2000052000NO PAYNO PAYNO PAYNO PAYNO PAY N2000051999001313001307001302001297001293001288001282001277001272001268001266NO PAY N2000051998001383001377001372001367001356001350001345001339001335001330001324001318 N2000051997001423001423001423001423001434001428001422001416001411001406001395001389 N2000051996001489001489001489001489001485001453001453001453001453001453001454001423 N2000051995001613001613001613001613001560001527001527001527001527001527001521001489 N2000051994001687001687001687001687001691001651001651001651001651001651001653001613 N2000051993001891001891001770001770001769001727001727001727001727001727001728001687 N2000051992002006002006002006002006002006001948001948001948001948001948001948001891 N2000051991002129002129002129002129002129002067002067002067002067002067002067002006 N2000051990002258002258002258002258002258002192002192002192002192002192002192002129 N2000051989002396002396002396002396002396002326002326002326002326002326002326002258 N2000051988002541002541002541002541002541002467002467002467002467002467002467002396 N2000051987002644002644002644002644002644002592002592002592002592002592002592002541 N2000051986003060003060003060003060003060003000003000003000003000003000002698002644 N2000051985003183003183003183003183003183003121003121003121003121003121003121003060 N2000051984003452003452003452003452003378003294003294003294003294003294003247003183 N2000051983003950003950003801003801003691003604003604003604003604003604003535003452 N2000051982004566004566004566004566004566004433004433004433004433004433004068003950 N2000051981004962004962004962004962004751004658004658004658004658004658004658004566 N2000051980005469005469005469005469005523005362005362005362005362005362005062004962 N2000062000NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2000061999001318001313001307001302001299001293001288001282001277001272001272001266 N2000061998001389001383001377001372001362001356001350001345001339001335001330001324 N2000061997001423001423001423001423001440001434001428001422001416001411001401001395 N2000061996001489001489001489001489001485001485001453001453001453001453001454001454 N2000061995001613001613001613001613001560001560001527001527001527001527001521001521 N2000061994001687001687001687001687001691001691001651001651001651001651001653001653 N2000061993001891001891001770001770001769001769001727001727001727001727001728001728 N2000061992002006002006002006002006002006002006001948001948001948001948001948001948 N2000061991002129002129002129002129002129002129002067002067002067002067002067002067 N2000061990002258002258002258002258002258002258002192002192002192002192002192002192 N2000061989002396002396002396002396002396002396002326002326002326002326002326002326 N2000061988002541002541002541002541002541002541002467002467002467002467002467002467 N2000061987002644002644002644002644002644002644002592002592002592002592002592002592 N2000061986003060003060003060003060003060003060003000003000003000003000002698002698 N2000061985003183003183003183003183003183003183003121003121003121003121003121003121 N2000061984003452003452003452003452003378003378003294003294003294003294003247003247 N2000061983003950003950003801003801003691003691003604003604003604003604003535003535 N2000061982004566004566004566004566004566004566004433004433004433004433004068004068 N2000061981004962004962004962004962004751004751004658004658004658004658004658004658 N2000061980005469005469005469005469005523005523005362005362005362005362005062005062 N2000072000001266NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2000071999001324001318001313001307001305001299001293001288001282001277001277001272 N2000071998001395001389001383001377001368001362001356001350001345001339001335001330 N2000071997001454001423001423001423001447001440001434001428001422001416001407001401 N2000071996001521001489001489001489001485001485001485001453001453001453001454001454 N2000071995001653001613001613001613001560001560001560001527001527001527001521001521 N2000071994001728001687001687001687001691001691001691001651001651001651001653001653 N2000071993001948001891001770001770001769001769001769001727001727001727001728001728 N2000071992002067002006002006002006002006002006002006001948001948001948001948001948 N2000071991002192002129002129002129002129002129002129002067002067002067002067002067 N2000071990002326002258002258002258002258002258002258002192002192002192002192002192 N2000071989002467002396002396002396002396002396002396002326002326002326002326002326 N2000071988002592002541002541002541002541002541002541002467002467002467002467002467 N2000071987002698002644002644002644002644002644002644002592002592002592002592002592 N2000071986003121003060003060003060003060003060003060003000003000003000002698002698 N2000071985003247003183003183003183003183003183003183003121003121003121003121003121 N2000071984003535003452003452003452003378003378003378003294003294003294003247003247 N2000071983004068003950003801003801003691003691003691003604003604003604003535003535 N2000071982004658004566004566004566004566004566004566004433004433004433004068004068 N2000071981005062004962004962004962004751004751004751004658004658004658004658004658 N2000071980005633005469005469005469005523005523005523005362005362005362005062005062 N2000082000001272001266NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2000081999001330001324001318001313001310001305001299001293001288001282001282001277 N2000081998001401001395001389001383001374001368001362001356001350001345001341001335 N2000081997001454001454001423001423001453001447001440001434001428001422001413001407 N2000081996001521001521001489001489001485001485001485001485001453001453001454001454 N2000081995001653001653001613001613001560001560001560001560001527001527001521001521 N2000081994001728001728001687001687001691001691001691001691001651001651001653001653 N2000081993001948001948001770001770001769001769001769001769001727001727001728001728 N2000081992002067002067002006002006002006002006002006002006001948001948001948001948 N2000081991002192002192002129002129002129002129002129002129002067002067002067002067 N2000081990002326002326002258002258002258002258002258002258002192002192002192002192 N2000081989002467002467002396002396002396002396002396002396002326002326002326002326 N2000081988002592002592002541002541002541002541002541002541002467002467002467002467 N2000081987002698002698002644002644002644002644002644002644002592002592002592002592 N2000081986003121003121003060003060003060003060003060003060003000003000002698002698 N2000081985003247003247003183003183003183003183003183003183003121003121003121003121 N2000081984003535003535003452003452003378003378003378003378003294003294003247003247 N2000081983004068004068003801003801003691003691003691003691003604003604003535003535 N2000081982004658004658004566004566004566004566004566004566004433004433004068004068 N2000081981005062005062004962004962004751004751004751004751004658004658004658004658 N2000081980005633005633005469005469005523005523005523005523005362005362005062005062 I2000032000NO PAYNO PAYNO PAY I2000031999002617002606002595002584002577002563002552002542002531NO PAYNO PAYNO PAY I2000031998 002658002646002643002628 I2000042000NO PAYNO PAYNO PAYNO PAY I2000041999002628002617002606002595002592002577002563002552002542002531NO PAYNO PAY I2000041998 002669002658002658002643 I2000052000NO PAYNO PAYNO PAYNO PAYNO PAY I2000051999002643002628002617002606002607002592002577002563002552002542002543NO PAY I2000051998 002680002669002673002658 I2000062000NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2000061999002658002643002628002617002621002607002592002577002563002552002558002543 I2000061998 002692002680002688002673 I2000072000002543NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2000071999002673002658002643002628002636002621002607002592002577002563002572002558 I2000071998 002707002692002703002688 I2000082000002558002543NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2000081999002688002673002658002643002651002636002621002607002592002577002587002572 I2000081998 002723002707002718002703 gbonds-2.0.3/data/Makefile.am0000664000076400007640000000334111107717731012676 00000000000000## Process this file with automake to produce Makefile.in @INTLTOOL_DESKTOP_RULE@ DESKTOP_IN_FILES = gbonds.desktop.in DESKTOP_FILES =$(DESKTOP_IN_FILES:.desktop.in=.desktop) desktopdir = $(datadir)/applications desktop_DATA = $(DESKTOP_FILES) @INTLTOOL_KEYS_RULE@ KEYS_IN_FILES=gbonds.keys.in KEYS_FILES = $(KEYS_IN_FILES:.keys.in=.keys) mimedir = $(datadir)/mime-info mime_DATA = $(KEYS_FILES) gbonds.mime appdir = $(datadir)/application-registry app_DATA = gbonds.applications @INTLTOOL_XML_RULE@ xml_in_files=gbonds.xml.in xml_files = $(xml_in_files:.xml.in=.xml) newmimedir = $(datadir)/mime/packages newmime_DATA = $(xml_files) redemptiondir = $(datadir)/gbonds redemption_DATA = \ download-sites.xml \ sb199205.asc \ sb199211.asc \ sb199305.asc \ sb199309.asc \ sb199405.asc \ sb199411.asc \ sb199505.asc \ sb199511.asc \ sb199605.asc \ sb199611.asc \ sb199705.asc \ sb199711.asc \ sb199803.asc \ sb199809.asc \ sb199903.asc \ sb199909.asc \ sb200003.asc \ sb200009.asc \ sb200103.asc \ sb200203.asc \ sb200206.asc \ sb200212.asc \ sb200306.asc \ sb200311.asc \ sb200406.asc \ sb200412.asc \ sb200506.asc \ sb200512.asc \ sb200606.asc \ sb200612.asc \ sb200706.asc \ sb200712.asc \ sb200806.asc \ sb200812.asc EXTRA_DIST = \ $(DESKTOP_IN_FILES) \ $(KEYS_IN_FILES) \ $(mime_DATA) \ $(app_DATA) \ $(xml_in_files) \ $(redemption_DATA) install-data-hook: if HAVE_NEW_MIME $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime" endif if HAVE_NEWER_MIME $(UPDATE_DESKTOP_DATABASE) endif uninstall-hook: if HAVE_NEW_MIME $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime" endif if HAVE_NEWER_MIME $(UPDATE_DESKTOP_DATABASE) endif CLEANFILES = $(KEY_FILES) $(DESKTOP_FILES) $(xml_files) gbonds-2.0.3/data/sb199305.asc0000664000076400007640000004570411106721200012423 00000000000000E1993051980005271005271005271005271005324005132 E1993051979005553005553005553005553005608005417005418005418005418005418005469005271 E1993051978005834005834005834005834005889005691005691005691005691005691005746005553 E1993051977006652006652006652006652006718006535006534006534006534006534005993005834 E1993051976006889006889006889006889006955006767006766006766006766006766006832006652 E1993051975007136007136007136007136007204007011007011007011007011007011007079006889 E1993051974007392007392007392007392007463007263007263007263007263007263007333007137 E1993051973007936007724007724007724007724007742007818007606007607007607007607007392 E1993051972008215007961007961007961007961007983008061007844007844007844007844007861 E1993051971008672008368008368008368008368008391008441008145008145008145008145008165 E1993051970009663009337009338009338009338009382009474009153009153009153009153009174 E1993051969009773009773009773009773009868009763009858009523009523009523009523009573 E1993051968010061010061010061010061010160009910009909009909009909009909010005009774 E1993051967010383010383010383010383010482010214010214010214010214010214010313010061 E1993051966010731010731010731010731010835010551010551010551010551010551010653010382 E1993051965012213011202010929010928010928010989010989011096010748010748010748010730 E1993051964012428012547012240012239012239012320012320012440012134012134012134012213 E1993051963012636012759012445012444012444012538012538012661012351012351012351012428 E1993051962012878013003012716012715012715012748012748012870012584012584012584012636 E1993051961013030013155012919012919012919012957012957013081012842012841012841012878 E1993051960013305013387013093013093013093013116013116013240013003013004013004013030 E1993051959013654013654013654013654013654013557013557013638013277013277013277013305 E1993051958014039014039014039014039014039014183013812013812013812013812013812013956 E1993051957015220015354015354015354015354015572015184015183015183015183015183014411 E1993051956015335015335015483015338015338015374015374015374015525015138015138015220 E1993051955015688015688015841015465015466015506015506015506015657015294015294015335 E1993051954016062016062016219015834015833015872015872015872016028015656015657015688 E1993051953017814017814016338016541016541016257016257016257016415016021016022016062 E1993051952017066017066017066017066017338017378017378017378017546017769017766017814 E1993051951016260016260016260016260016416016661016660016660016660016660016823017065 E1993051950014706014706014706014706014848015053015053015053015053015053015199015426 E1993051949013669013669013669013669013802014383014383014383014383014383014523014706 E1993051948013141013141013141013141013109013323013323013323013323013323013451013669 E1993051947012338012338012338012338012457012657012657012657012657012657012934013141 E1993051946011728011728011728011728011841012025012025012025012025012025012142012338 E1993051945011047011047011047011047011154011333011333011333011333011333011443011728 E1993051944010509010509010509010509010611010770010770010770010770010770010875011047 E1993051943009995009995009995009995010091010248010248010248010248010248010348010509 E1993051942009435009435009435009435009600009745009745009745009745009745009840009995 E1993051941 009059009196009196009196009196009196009286009435 S1993051970009845009845009845009845009941009628009627009627009627009627 S1993051969010296010296010296010296010395010070010070010070010070010070010167009844 S1993051968011630011630011630011630010668010524010524010524010524010524010627010296 S1993051967 012104011806011807011807011807011807011919011629 E1993061980005271005271005271005271005324005324 E1993061979005553005553005553005553005608005621005418005418005418005418005469005469 E1993061978005834005834005834005834005889005904005691005691005691005691005746005761 E1993061977006652006652006652006652006718006731006534006534006534006534005993006009 E1993061976006889006889006889006889006955006970006766006766006766006766006832006851 E1993061975007136007136007136007136007204007221007011007011007011007011007079007095 E1993061974007392007392007392007392007463007481007263007263007263007263007333007351 E1993061973007936007956007724007724007724007742007818007835007607007607007607007614 E1993061972008215008234007961007961007961007983008061008079007844007844007844007861 E1993061971008672008692008368008368008368008391008441008461008145008145008145008165 E1993061970009663009687009338009338009338009382009474009496009153009153009153009174 E1993061969009773009773009773009773009868009763009858009880009523009523009523009573 E1993061968010061010061010061010061010160010282009909009909009909009909010005010141 E1993061967010383010383010383010383010482010597010214010214010214010214010313010438 E1993061966010731010731010731010731010835010947010551010551010551010551010653010771 E1993061965012213011202011257010928010928010989010989011096011151010748010748011052 E1993061964012428012547012607012239012239012320012320012440012498012134012134012213 E1993061963012636012759012818012444012444012538012538012661012722012351012351012428 E1993061962012878013003013098012715012715012748012748012870012961012584012584012636 E1993061961013030013155013307012919012919012957012957013081013227012841012841012878 E1993061960013305013387013540013093013093013116013116013240013394013004013004013030 E1993061959014123013654013654013654013654013557013557013638013792013277013277013305 E1993061958014583014039014039014039014039014183014347013812013812013812013812013956 E1993061957015220015354015354015354015354015572015753015183015183015183015183014411 E1993061956015335015335015483015913015338015374015374015374015525015706015138015220 E1993061955015688015688015841016045015466015506015506015506015657015868015294015335 E1993061954016062016062016219016427015833015872015872015872016028016243015657015688 E1993061953017814017814016338016541016541016581016257016257016415016622016022016062 E1993061952017066017066017066017066017338017378017378017378017546017769017766017814 E1993061951016260016260016260016260016416016661016660016660016660016660016823017065 E1993061950014706014706014706014706014848015053015053015053015053015053015199015426 E1993061949013669013669013669013669013802014383014383014383014383014383014523014706 E1993061948013141013141013141013141013109013323013323013323013323013323013451013669 E1993061947012338012338012338012338012457012657012657012657012657012657012934013141 E1993061946011728011728011728011728011841012025012025012025012025012025012142012338 E1993061945011047011047011047011047011154011333011333011333011333011333011443011728 E1993061944010509010509010509010509010611010770010770010770010770010770010875011047 E1993061943009995009995009995009995010091010248010248010248010248010248010348010509 E1993061942009435009435009435009435009600009745009745009745009745009745009840009995 E1993061941 009059009196009196009196009196009196009286009435 S1993061970009845009845009845009845009941009989009627009627009627009627 S1993061969010296010296010296010296010395010448010070010070010070010070010167010214 S1993061968011630011630011630011630010668010840010524010524010524010524010627010682 S1993061967 012104012160011807011807011807011807011919011978 E1993071980005468005271005271005271005324005324 E1993071979005762005553005553005553005608005621005621005418005418005418005469005469 E1993071978006009005834005834005834005889005904005905005691005691005691005746005761 E1993071977006851006652006652006652006718006731006730006534006534006534005993006009 E1993071976007096006889006889006889006955006970006969006766006766006766006832006851 E1993071975007350007136007136007136007204007221007221007011007011007011007079007095 E1993071974007614007392007392007392007463007481007481007263007263007263007333007351 E1993071973007936007956007956007724007724007742007818007835007836007607007607007614 E1993071972008215008234008234007961007961007983008061008079008079007844007844007861 E1993071971008672008692008692008368008368008391008441008461008461008145008145008165 E1993071970009663009687009688009338009338009382009474009496009497009153009153009174 E1993071969010140009773009773009773009868009763009858009880009880009523009523009573 E1993071968010438010061010061010061010160010282010280009909009909009909010005010141 E1993071967010772010383010383010383010482010597010597010214010214010214010313010438 E1993071966011053010731010731010731010835010947010946010551010551010551010653010771 E1993071965012213011202011257011256010928010989010989011096011151011151010748011052 E1993071964012428012547012607012606012239012320012320012440012498012498012134012213 E1993071963012636012759012818012817012444012538012538012661012722012722012351012428 E1993071962012878013003013098013096012715012748012748012870012961012962012584012636 E1993071961013030013155013307013306012919012957012957013081013227013226012841012878 E1993071960013305013387013540013540013093013116013116013240013394013394013004013030 E1993071959014123014123013654013654013654013557013557013638013792013792013277013305 E1993071958014583014583014039014039014039014183014347014347013812013812013812013956 E1993071957015220015930015354015354015354015572015753015752015183015183015183014411 E1993071956015335015335015483015913015913015374015374015374015525015706015705015220 E1993071955015688015688015841016045016046015506015506015506015657015868015868015335 E1993071954016062016062016219016427016427015872015872015872016028016243016244015688 E1993071953017814017814016338016541016541016581016581016257016415016622016623016062 E1993071952017066017066017066017066017338017378017378017378017546017769017766017814 E1993071951016260016260016260016260016416016661016660016660016660016660016823017065 E1993071950014706014706014706014706014848015053015053015053015053015053015199015426 E1993071949013669013669013669013669013802014383014383014383014383014383014523014706 E1993071948013141013141013141013141013109013323013323013323013323013323013451013669 E1993071947012338012338012338012338012457012657012657012657012657012657012934013141 E1993071946011728011728011728011728011841012025012025012025012025012025012142012338 E1993071945011047011047011047011047011154011333011333011333011333011333011443011728 E1993071944010509010509010509010509010611010770010770010770010770010770010875011047 E1993071943009995009995009995009995010091010248010248010248010248010248010348010509 E1993071942009435009435009435009435009600009745009745009745009745009745009840009995 E1993071941 009059009196009196009196009196009196009286009435 S1993071970010214009845009845009845009941009989009988009627009627009627 S1993071969010682010296010296010296010395010448010447010070010070010070010167010214 S1993071968011979011630011630011630010668010840010840010524010524010524010627010682 S1993071967 012104012160012161011807011807011807011919011978 E1993081980005468005468005271005271005324005324 E1993081979005762005762005553005553005608005621005621005621005418005418005469005469 E1993081978006009006009005834005834005889005904005905005905005691005691005746005761 E1993081977006851006851006652006652006718006731006730006730006534006534005993006009 E1993081976007096007096006889006889006955006970006969006969006766006766006832006851 E1993081975007350007350007136007136007204007221007221007221007011007011007079007095 E1993081974007614007614007392007392007463007481007481007481007263007263007333007351 E1993081973007936007956007956007956007724007742007818007835007836007836007607007614 E1993081972008215008234008234008234007961007983008061008079008079008079007844007861 E1993081971008672008692008692008692008368008391008441008461008461008461008145008165 E1993081970009663009687009688009688009338009382009474009496009497009497009153009174 E1993081969010140010140009773009773009868009763009858009880009880009880009523009573 E1993081968010438010438010061010061010160010282010280010280009909009909010005010141 E1993081967010772010772010383010383010482010597010597010597010214010214010313010438 E1993081966011053011053010731010731010835010947010946010946010551010551010653010771 E1993081965012213011202011257011256011256010989010989011096011151011151011151011052 E1993081964012428012547012607012606012606012320012320012440012498012498012498012213 E1993081963012636012759012818012817012817012538012538012661012722012722012722012428 E1993081962012878013003013098013096013096012748012748012870012961012962012962012636 E1993081961013030013155013307013306013306012957012957013081013227013226013226012878 E1993081960013305013387013540013540013540013116013116013240013394013394013394013030 E1993081959014123014123014123013654013654013557013557013638013792013792013792013305 E1993081958014583014583014583014039014039014183014347014347014347013812013812013956 E1993081957015220015930015930015354015354015572015753015752015752015183015183014411 E1993081956015335015335015483015913015913015951015374015374015525015706015705015791 E1993081955015688015688015841016045016046016088015506015506015657015868015868015910 E1993081954016062016062016219016427016427016468015872015872016028016243016244016276 E1993081953017814017814016338016541016541016581016581016581016415016622016623016665 E1993081952017066017066017066017066017338017378017378017378017546017769017766017814 E1993081951016260016260016260016260016416016661016660016660016660016660016823017065 E1993081950014706014706014706014706014848015053015053015053015053015053015199015426 E1993081949013669013669013669013669013802014383014383014383014383014383014523014706 E1993081948013141013141013141013141013109013323013323013323013323013323013451013669 E1993081947012338012338012338012338012457012657012657012657012657012657012934013141 E1993081946011728011728011728011728011841012025012025012025012025012025012142012338 E1993081945011047011047011047011047011154011333011333011333011333011333011443011728 E1993081944010509010509010509010509010611010770010770010770010770010770010875011047 E1993081943009995009995009995009995010091010248010248010248010248010248010348010509 E1993081942009435009435009435009435009600009745009745009745009745009745009840009995 E1993081941 009059009196009196009196009196009196009286009435 S1993081970010214010214009845009845009941009989009988009988009627009627 S1993081969010682010682010296010296010395010448010447010447010070010070010167010214 S1993081968011979011979011630011630010668010840010840010840010524010524010627010682 S1993081967 012104012160012161012161011807011807011919011978 N1993051993NO PAYNO PAYNO PAYNO PAYNO PAY N1993051992001324001319001314001309001304001299001294001289001285001280001276NO PAY N1993051991001395001388001382001376001370001364001358001352001346001340001335001329 N1993051990001450001450001450001450001450001408001408001408001408001408001408001401 N1993051989001553001553001553001553001553001499001499001499001499001499001499001450 N1993051988001764001764001764001764001743001614001614001614001614001614001614001553 N1993051987001862001862001862001862001862001801001801001801001801001801001801001764 N1993051986002093002093002093002093002093002018002018002018002018002018001895001862 N1993051985002253002253002253002253002253002172002172002172002172002172002172002093 N1993051984002425002425002425002425002425002338002338002338002338002338002338002253 N1993051983002674002674002674002674002611002516002516002516002516002516002516002425 N1993051982003019003019003019003019003019002931002931002931002931002931002753002674 N1993051981003281003281003281003281003203003110003110003110003110003110003110003019 N1993051980003616003616003616003616003652003545003545003545003545003545003379003281 N1993061993NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1993061992001329001324001319001314001309001304001299001294001289001285001280001276 N1993061991001401001395001388001382001376001370001364001358001352001346001340001335 N1993061990001450001450001450001450001450001450001408001408001408001408001408001408 N1993061989001553001553001553001553001553001553001499001499001499001499001499001499 N1993061988001764001764001764001764001743001743001614001614001614001614001614001614 N1993061987001862001862001862001862001862001862001801001801001801001801001801001801 N1993061986002093002093002093002093002093002093002018002018002018002018001895001895 N1993061985002253002253002253002253002253002253002172002172002172002172002172002172 N1993061984002425002425002425002425002425002425002338002338002338002338002338002338 N1993061983002674002674002674002674002611002611002516002516002516002516002516002516 N1993061982003019003019003019003019003019003019002931002931002931002931002753002753 N1993061981003281003281003281003281003203003203003110003110003110003110003110003110 N1993061980003616003616003616003616003652003652003545003545003545003545003379003379 N1993071993001276NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1993071992001335001329001324001319001314001309001304001299001294001289001285001280 N1993071991001408001401001395001388001382001376001370001364001358001352001346001340 N1993071990001499001450001450001450001450001450001450001408001408001408001408001408 N1993071989001614001553001553001553001553001553001553001499001499001499001499001499 N1993071988001801001764001764001764001743001743001743001614001614001614001614001614 N1993071987001895001862001862001862001862001862001862001801001801001801001801001801 N1993071986002172002093002093002093002093002093002093002018002018002018001895001895 N1993071985002338002253002253002253002253002253002253002172002172002172002172002172 N1993071984002516002425002425002425002425002425002425002338002338002338002338002338 N1993071983002753002674002674002674002611002611002611002516002516002516002516002516 N1993071982003110003019003019003019003019003019003019002931002931002931002753002753 N1993071981003379003281003281003281003203003203003203003110003110003110003110003110 N1993071980003724003616003616003616003652003652003652003545003545003545003379003379 N1993081993001280001276NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1993081992001340001335001329001324001319001314001309001304001299001294001289001285 N1993081991001408001408001401001395001388001382001376001370001364001358001352001346 N1993081990001499001499001450001450001450001450001450001450001408001408001408001408 N1993081989001614001614001553001553001553001553001553001553001499001499001499001499 N1993081988001801001801001764001764001743001743001743001743001614001614001614001614 N1993081987001895001895001862001862001862001862001862001862001801001801001801001801 N1993081986002172002172002093002093002093002093002093002093002018002018001895001895 N1993081985002338002338002253002253002253002253002253002253002172002172002172002172 N1993081984002516002516002425002425002425002425002425002425002338002338002338002338 N1993081983002753002753002674002674002611002611002611002611002516002516002516002516 N1993081982003110003110003019003019003019003019003019003019002931002931002753002753 N1993081981003379003379003281003281003203003203003203003203003110003110003110003110 N1993081980003724003724003616003616003652003652003652003652003545003545003379003379 gbonds-2.0.3/data/sb199705.asc0000664000076400007640000007470211106721200012427 00000000000000E1997051980006610006610006610006610006678006547 E1997051979006732006732006732006732006798006680006680006680006680006680006743006610 E1997051978007390007390006972006972006900006782006783006783006783006783006847006731 E1997051977008426008426008426008426008510008279008277008277008277008277007591007390 E1997051976008727008727008727008727008810008573008571008571008571008571008654008426 E1997051975009039009039009039009039009126008881008881008881008881008881008968008726 E1997051974009364009364009364009364009454009201009200009200009200009200009289009040 E1997051973010053009785009785009785009785009808009903009636009637009637009637009364 E1997051972010362010084010084010084010084010113010211009936009936009936009936009958 E1997051971010575010390010390010390010390010422010525010236010237010237010237010263 E1997051970012327012115012116012116012116012174012293012081012081012081012081012108 E1997051969012681012681012681012681012804012244012364012148012149012149012149012211 E1997051968012618012618012618012618012742012642012640012640012640012640012763012682 E1997051967012586012586012586012586012706012594012593012593012593012593012716012618 E1997051966012813012813012194012194012202012328012327012327012327012327012446012585 E1997051965015471014191013845013843013843013130013130013054012809012809012809012812 E1997051964015743015894015505015503015503015607015607015759015372015372015372015471 E1997051963016007016162015765015763015763015883015883016038015646015646015646015743 E1997051962016314016472016108016107016107016148016148016304015941015941015941016007 E1997051961016506016664016366016365016365016413016413016570016268016267016267016314 E1997051960016728016890016586016586016586016614016614016773016472016473016473016506 E1997051959017296017296017296017296017296016837016837016999016690016690016690016728 E1997051958017437017437017437017437017437017678017367017366017366017366017366017611 E1997051957019956019990019990019990019990020206020040020039020039020039020039017576 E1997051956018679018679018859019383019383019429019429019429019619019848019847019956 E1997051955017753017753017926018157018157018205018205018205018382018629018629018679 E1997051954016886016886017051017269017269017312017312017312017481017716017717017753 E1997051953017814017814016338016541016541016581016581016581016633016843016844016886 E1997051952017066017066017066017066017338017378017378017378017546017769017766017814 E1997051951016260016260016260016260016416016661016660016660016660016660016823017065 E1997051950014706014706014706014706014848015053015053015053015053015053015199015426 E1997051949013669013669013669013669013802014383014383014383014383014383014523014706 E1997051948013141013141013141013141013109013323013323013323013323013323013451013669 E1997051947012338012338012338012338012457012657012657012657012657012657012934013141 E1997051946011728011728011728011728011841012025012025012025012025012025012142012338 E1997051945011047011047011047011047011154011333011333011333011333011333011443011728 E1997051944010509010509010509010509010611010770010770010770010770010770010875011047 E1997051943009995009995009995009995010091010248010248010248010248010248010348010509 E1997051942009435009435009435009435009600009745009745009745009745009745009840009995 E1997051941 009059009196009196009196009196009196009286009435 S1997051970012139012139012139012139012258012075012075012075012075012075 S1997051969012270012270012270012270012389012206012206012206012206012206012325012138 S1997051968014732014732014732014732013514013331013331013331012575012575012503012270 S1997051967 015333014955014956014956014956014956015099014731 E1997061980006610006610006610006610006678006678 E1997061979006732006732006732006732006798006813006680006680006680006680006743006743 E1997061978007390007390006972006972006900006917006783006783006783006783006847006866 E1997061977008426008426008426008426008510008527008277008277008277008277007591007612 E1997061976008727008727008727008727008810008830008571008571008571008571008654008679 E1997061975009039009039009039009039009126009148008881008881008881008881008968008988 E1997061974009364009364009364009364009454009477009200009200009200009200009289009312 E1997061973010053010079009785009785009785009808009903009925009637009637009637009645 E1997061972010362010387010084010084010084010113010211010234009936009936009936009958 E1997061971010575010598010390010390010390010422010525010544010237010237010237010263 E1997061970012327012358012116012116012116012174012293012322012081012081012081012108 E1997061969012681012681012681012681012804012244012364012391012149012149012149012211 E1997061968012618012618012618012618012742012895012640012640012640012640012763012936 E1997061967012586012586012586012586012706012846012593012593012593012593012716012870 E1997061966012813012813012194012194012202012328012327012327012327012327012446012585 E1997061965015471014191014260013843013843013130013130013054013122012809012809012812 E1997061964015743015894015970015503015503015607015607015759015833015372015372015471 E1997061963016007016162016238015763015763015883015883016038016115015646015646015743 E1997061962016314016472016592016107016107016148016148016304016419015941015941016007 E1997061961016506016664016857016365016365016413016413016570016756016267016267016314 E1997061960016728016890017083016586016586016614016614016773016967016473016473016506 E1997061959017815017296017296017296017296016837016837016999017190016690016690016728 E1997061958017786017437017437017437017437017678017888017366017366017366017366017611 E1997061957019956019990019990019990019990020272020441020039020039020039020039017576 E1997061956018679018679018859019383019383019429019429019429019619019848019847019956 E1997061955017753017753017926018157018157018205018205018205018382018629018629018679 E1997061954016886016886017051017269017269017312017312017312017481017716017717017753 E1997061953017814017814016338016541016541016581016581016581016633016843016844016886 E1997061952017066017066017066017066017338017378017378017378017546017769017766017814 E1997061951016260016260016260016260016416016661016660016660016660016660016823017065 E1997061950014706014706014706014706014848015053015053015053015053015053015199015426 E1997061949013669013669013669013669013802014383014383014383014383014383014523014706 E1997061948013141013141013141013141013109013323013323013323013323013323013451013669 E1997061947012338012338012338012338012457012657012657012657012657012657012934013141 E1997061946011728011728011728011728011841012025012025012025012025012025012142012338 E1997061945011047011047011047011047011154011333011333011333011333011333011443011728 E1997061944010509010509010509010509010611010770010770010770010770010770010875011047 E1997061943009995009995009995009995010091010248010248010248010248010248010348010509 E1997061942009435009435009435009435009600009745009745009745009745009745009840009995 E1997061941 009059009196009196009196009196009196009286009435 S1997061970012139012139012139012139012258012316012075012075012075012075 S1997061969012270012270012270012270012389012451012206012206012206012206012325012381 S1997061968014732014732014732014732013514013731013331013331012575012575012503012571 S1997061967 015333015404014956014956014956014956015099015173 E1997071980006743006610006610006610006678006678 E1997071979006867006732006732006732006798006813006813006680006680006680006743006743 E1997071978007612007390006972006972006900006917006919006783006783006783006847006866 E1997071977008679008426008426008426008510008527008526008277008277008277007591007612 E1997071976008989008727008727008727008810008830008828008571008571008571008654008679 E1997071975009311009039009039009039009126009148009147008881008881008881008968008988 E1997071974009645009364009364009364009454009477009476009200009200009200009289009312 E1997071973010053010079010079009785009785009808009903009925009926009637009637009645 E1997071972010362010387010387010084010084010113010211010234010234009936009936009958 E1997071971010575010598010598010390010390010422010525010544010544010237010237010263 E1997071970012327012358012359012116012116012174012293012322012322012081012081012108 E1997071969012935012681012681012681012804012244012364012391012392012149012149012211 E1997071968012870012618012618012618012742012895012893012640012640012640012763012936 E1997071967012586012586012586012586012706012846012845012593012593012593012716012870 E1997071966012813012813012194012194012202012328012327012327012327012327012446012585 E1997071965015471014191014260014259013843013130013130013054013122013122012809012812 E1997071964015743015894015970015969015503015607015607015759015833015833015372015471 E1997071963016007016162016238016236015763015883015883016038016115016115015646015743 E1997071962016314016472016592016590016107016148016148016304016419016420015941016007 E1997071961016506016664016857016856016365016413016413016570016756016755016267016314 E1997071960016728016890017083017083016586016614016614016773016967016967016473016506 E1997071959017815017815017296017296017296016837016837016999017190017191016690016728 E1997071958017786017786017437017437017437017678017888017887017366017366017366017611 E1997071957019956019990019990019990019990020272020508020440020039020039020039017576 E1997071956018679018679018859019383019383019429019429019429019619019848019847019956 E1997071955017753017753017926018157018157018205018205018205018382018629018629018679 E1997071954016886016886017051017269017269017312017312017312017481017716017717017753 E1997071953017814017814016338016541016541016581016581016581016633016843016844016886 E1997071952017066017066017066017066017338017378017378017378017546017769017766017814 E1997071951016260016260016260016260016416016661016660016660016660016660016823017065 E1997071950014706014706014706014706014848015053015053015053015053015053015199015426 E1997071949013669013669013669013669013802014383014383014383014383014383014523014706 E1997071948013141013141013141013141013109013323013323013323013323013323013451013669 E1997071947012338012338012338012338012457012657012657012657012657012657012934013141 E1997071946011728011728011728011728011841012025012025012025012025012025012142012338 E1997071945011047011047011047011047011154011333011333011333011333011333011443011728 E1997071944010509010509010509010509010611010770010770010770010770010770010875011047 E1997071943009995009995009995009995010091010248010248010248010248010248010348010509 E1997071942009435009435009435009435009600009745009745009745009745009745009840009995 E1997071941 009059009196009196009196009196009196009286009435 S1997071970012382012139012139012139012258012316012316012075012075012075 S1997071969012571012270012270012270012389012451012451012206012206012206012325012381 S1997071968015174014732014732014732013514013731013731013331012575012575012503012571 S1997071967 015333015404015405014956014956014956015099015173 E1997081980006743006743006610006610006678006678 E1997081979006867006867006732006732006798006813006813006813006680006680006743006743 E1997081978007612007612006972006972006900006917006919006919006783006783006847006866 E1997081977008679008679008426008426008510008527008526008526008277008277007591007612 E1997081976008989008989008727008727008810008830008828008828008571008571008654008679 E1997081975009311009311009039009039009126009148009147009147008881008881008968008988 E1997081974009645009645009364009364009454009477009476009476009200009200009289009312 E1997081973010053010079010079010079009785009808009903009925009926009926009637009645 E1997081972010362010387010387010387010084010113010211010234010234010234009936009958 E1997081971010575010598010598010598010390010422010525010544010544010544010237010263 E1997081970012327012358012359012359012116012174012293012322012322012322012081012108 E1997081969012935012935012681012681012804012244012364012391012392012392012149012211 E1997081968012870012870012618012618012742012895012893012893012640012640012763012936 E1997081967012586012586012586012586012706012846012845012845012593012593012716012870 E1997081966012813012813012194012194012202012328012327012327012327012327012446012585 E1997081965015471014191014260014259014259013130013130013054013122013122013122012812 E1997081964015743015894015970015969015969015607015607015759015833015833015833015471 E1997081963016007016162016238016236016236015883015883016038016115016115016115015743 E1997081962016314016472016592016590016590016148016148016304016419016420016420016007 E1997081961016506016664016857016856016856016413016413016570016756016755016755016314 E1997081960016728016890017083017083017083016614016614016773016967016967016967016506 E1997081959017815017815017815017296017296016837016837016999017190017191017191016728 E1997081958017786017786017786017437017437017678017888017887017887017366017366017611 E1997081957019956019990019990019990019990020272020508020507020440020039020039017576 E1997081956018679018679018859019383019383019429019429019429019619019848019847019956 E1997081955017753017753017926018157018157018205018205018205018382018629018629018679 E1997081954016886016886017051017269017269017312017312017312017481017716017717017753 E1997081953017814017814016338016541016541016581016581016581016633016843016844016886 E1997081952017066017066017066017066017338017378017378017378017546017769017766017814 E1997081951016260016260016260016260016416016661016660016660016660016660016823017065 E1997081950014706014706014706014706014848015053015053015053015053015053015199015426 E1997081949013669013669013669013669013802014383014383014383014383014383014523014706 E1997081948013141013141013141013141013109013323013323013323013323013323013451013669 E1997081947012338012338012338012338012457012657012657012657012657012657012934013141 E1997081946011728011728011728011728011841012025012025012025012025012025012142012338 E1997081945011047011047011047011047011154011333011333011333011333011333011443011728 E1997081944010509010509010509010509010611010770010770010770010770010770010875011047 E1997081943009995009995009995009995010091010248010248010248010248010248010348010509 E1997081942009435009435009435009435009600009745009745009745009745009745009840009995 E1997081941 009059009196009196009196009196009196009286009435 S1997081970012382012382012139012139012258012316012316012316012075012075 S1997081969012571012571012270012270012389012451012451012451012206012206012325012381 S1997081968015174015174014732014732013514013731013731013731012575012575012503012571 S1997081967 015333015404015405015405014956014956015099015173 E1997091980006743006743006743006610006678006678 E1997091979006867006867006867006732006798006813006813006813006813006680006743006743 E1997091978007612007612007156006972006900006917006919006919006919006783006847006866 E1997091977008679008679008679008426008510008527008526008526008526008277007591007612 E1997091976008989008989008989008727008810008830008828008828008828008571008654008679 E1997091975009311009311009311009039009126009148009147009147009147008881008968008988 E1997091974009645009645009645009364009454009477009476009476009476009200009289009312 E1997091973010053010079010079010079010079009808009903009925009926009926009926009645 E1997091972010362010387010387010387010387010113010211010234010234010234010234009958 E1997091971010575010598010598010598010598010422010525010544010544010544010544010263 E1997091970012327012358012359012359012359012174012293012322012322012322012322012108 E1997091969012935012935012935012681012804012244012364012391012392012392012392012211 E1997091968012870012870012870012618012742012895012893012893012893012640012763012936 E1997091967012586012586012586012586012706012846012845012845012845012593012716012870 E1997091966012813012813012194012194012202012328012327012327012327012327012446012585 E1997091965015471014191014260014259014259013478013130013054013122013122013122012812 E1997091964015743015894015970015969015969016075015607015759015833015833015833015935 E1997091963016007016162016238016236016236016359015883016038016115016115016115016215 E1997091962016314016472016592016590016590016633016148016304016419016420016420016487 E1997091961016506016664016857016856016856016906016413016570016756016755016755016803 E1997091960016728016890017083017083017083017113016614016773016967016967016967017001 E1997091959017815017815017815017815017296017174016837016999017190017191017191017230 E1997091958017786017786017786017786017437017678017888017887017887017887017366017611 E1997091957019956019990019990019990019990020272020508020507020507020440020039017576 E1997091956018679018679018859019383019383019429019429019429019619019848019847019956 E1997091955017753017753017926018157018157018205018205018205018382018629018629018679 E1997091954016886016886017051017269017269017312017312017312017481017716017717017753 E1997091953017814017814016338016541016541016581016581016581016633016843016844016886 E1997091952017066017066017066017066017338017378017378017378017546017769017766017814 E1997091951016260016260016260016260016416016661016660016660016660016660016823017065 E1997091950014706014706014706014706014848015053015053015053015053015053015199015426 E1997091949013669013669013669013669013802014383014383014383014383014383014523014706 E1997091948013141013141013141013141013109013323013323013323013323013323013451013669 E1997091947012338012338012338012338012457012657012657012657012657012657012934013141 E1997091946011728011728011728011728011841012025012025012025012025012025012142012338 E1997091945011047011047011047011047011154011333011333011333011333011333011443011728 E1997091944010509010509010509010509010611010770010770010770010770010770010875011047 E1997091943009995009995009995009995010091010248010248010248010248010248010348010509 E1997091942009435009435009435009435009600009745009745009745009745009745009840009995 E1997091941 009059009196009196009196009196009196009286009435 S1997091970012382012382012382012139012258012316012316012316012316012075 S1997091969012571012571012571012270012389012451012451012451012451012206012325012381 S1997091968015174015174015174014732013514013731013731013731012908012575012503012571 S1997091967 015333015404015405015405015405014956015099015173 E1997101980006743006743006743006743006678006678 E1997101979006867006867006867006867006798006813006813006813006813006813006743006743 E1997101978007612007612007156007156006900006917006919006919006919006919006847006866 E1997101977008679008679008679008679008510008527008526008526008526008526007591007612 E1997101976008989008989008989008989008810008830008828008828008828008828008654008679 E1997101975009311009311009311009311009126009148009147009147009147009147008968008988 E1997101974009645009645009645009645009454009477009476009476009476009476009289009312 E1997101973010053010079010079010079010079010102009903009925009926009926009926009645 E1997101972010362010387010387010387010387010416010211010234010234010234010234010256 E1997101971010575010598010598010598010598010630010525010544010544010544010544010571 E1997101970012327012358012359012359012359012417012293012322012322012322012322012351 E1997101969012935012935012935012935012804012489012364012391012392012392012392012456 E1997101968012870012870012870012870012742012895012893012893012893012893012763012936 E1997101967012586012586012586012586012706012846012845012845012845012845012716012870 E1997101966012813012813012194012194012202012328012327012327012327012327012446012585 E1997101965015935014191014260014259014259013478013478013054013122013122013122012812 E1997101964016215015894015970015969015969016075016075015759015833015833015833015935 E1997101963016487016162016238016236016236016359016359016038016115016115016115016215 E1997101962016803016472016592016590016590016633016633016304016419016420016420016487 E1997101961017001016664016857016856016856016906016906016570016756016755016755016803 E1997101960017230016890017083017083017083017113017113016773016967016967016967017001 E1997101959017815017815017815017815017815017174017174016999017190017191017191017230 E1997101958017786017786017786017786017786017678017888017887017887017887017887017611 E1997101957019956019990019990019990019990020272020508020507020507020507020440017576 E1997101956018679018679018859019383019383019429019429019429019619019848019847019956 E1997101955017753017753017926018157018157018205018205018205018382018629018629018679 E1997101954016886016886017051017269017269017312017312017312017481017716017717017753 E1997101953017814017814016338016541016541016581016581016581016633016843016844016886 E1997101952017066017066017066017066017338017378017378017378017546017769017766017814 E1997101951016260016260016260016260016416016661016660016660016660016660016823017065 E1997101950014706014706014706014706014848015053015053015053015053015053015199015426 E1997101949013669013669013669013669013802014383014383014383014383014383014523014706 E1997101948013141013141013141013141013109013323013323013323013323013323013451013669 E1997101947012338012338012338012338012457012657012657012657012657012657012934013141 E1997101946011728011728011728011728011841012025012025012025012025012025012142012338 E1997101945011047011047011047011047011154011333011333011333011333011333011443011728 E1997101944010509010509010509010509010611010770010770010770010770010770010875011047 E1997101943009995009995009995009995010091010248010248010248010248010248010348010509 E1997101942009435009435009435009435009600009745009745009745009745009745009840009995 E1997101941 009059009196009196009196009196009196009286009435 S1997101970012382012382012382012382012258012316012316012316012316012316 S1997101969012571012571012571012571012389012451012451012451012451012451012325012381 S1997101968015174015174015174015174013514013731013731013731012908012908012503012571 S1997101967 015333015404015405015405015405015405015099015173 N1997051997NO PAYNO PAYNO PAYNO PAYNO PAY N1997051996001308001308001308001308001306001277001277001277001277001277001279NO PAY N1997051995001372001367001363001358001373001342001342001342001342001342001338001308 N1997051994001427001422001418001413001408001404001399001394001390001385001381001376 N1997051993001553001553001475001470001465001460001455001451001446001441001436001432 N1997051992001680001680001680001680001680001614001614001614001614001614001614001553 N1997051991001783001783001783001783001783001731001731001731001731001731001731001680 N1997051990001891001891001891001891001891001836001836001836001836001836001836001783 N1997051989002006002006002006002006002006001948001948001948001948001948001948001891 N1997051988002129002129002129002129002129002067002067002067002067002067002067002006 N1997051987002258002258002258002258002258002192002192002192002192002192002192002129 N1997051986002717002717002717002717002717002664002664002664002664002664002326002258 N1997051985002827002827002827002827002827002771002771002771002771002771002771002717 N1997051984002986002986002986002986002941002883002883002883002883002883002883002827 N1997051983003308003308003289003289003201003116003116003116003116003116003067002986 N1997051982003824003824003824003824003824003713003713003713003713003713003407003308 N1997051981004156004156004156004156004057003939003939003939003939003939003939003824 N1997051980004580004580004580004580004626004491004491004491004491004491004280004156 N1997061997NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1997061996001308001308001308001308001306001306001277001277001277001277001279001279 N1997061995001376001372001367001363001373001373001342001342001342001342001338001338 N1997061994001432001427001422001418001413001408001404001399001394001390001385001381 N1997061993001553001553001480001475001470001465001460001455001451001446001441001436 N1997061992001680001680001680001680001680001680001614001614001614001614001614001614 N1997061991001783001783001783001783001783001783001731001731001731001731001731001731 N1997061990001891001891001891001891001891001891001836001836001836001836001836001836 N1997061989002006002006002006002006002006002006001948001948001948001948001948001948 N1997061988002129002129002129002129002129002129002067002067002067002067002067002067 N1997061987002258002258002258002258002258002258002192002192002192002192002192002192 N1997061986002717002717002717002717002717002717002664002664002664002664002326002326 N1997061985002827002827002827002827002827002827002771002771002771002771002771002771 N1997061984002986002986002986002986002941002941002883002883002883002883002883002883 N1997061983003308003308003289003289003201003201003116003116003116003116003067003067 N1997061982003824003824003824003824003824003824003713003713003713003713003407003407 N1997061981004156004156004156004156004057004057003939003939003939003939003939003939 N1997061980004580004580004580004580004626004626004491004491004491004491004280004280 N1997071997001279NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1997071996001338001308001308001308001306001306001306001277001277001277001279001279 N1997071995001381001376001372001367001373001373001373001342001342001342001338001338 N1997071994001436001432001427001422001418001413001408001404001399001394001390001385 N1997071993001614001553001485001480001475001470001465001460001455001451001446001441 N1997071992001731001680001680001680001680001680001680001614001614001614001614001614 N1997071991001836001783001783001783001783001783001783001731001731001731001731001731 N1997071990001948001891001891001891001891001891001891001836001836001836001836001836 N1997071989002067002006002006002006002006002006002006001948001948001948001948001948 N1997071988002192002129002129002129002129002129002129002067002067002067002067002067 N1997071987002326002258002258002258002258002258002258002192002192002192002192002192 N1997071986002771002717002717002717002717002717002717002664002664002664002326002326 N1997071985002883002827002827002827002827002827002827002771002771002771002771002771 N1997071984003067002986002986002986002941002941002941002883002883002883002883002883 N1997071983003407003308003289003289003201003201003201003116003116003116003067003067 N1997071982003939003824003824003824003824003824003824003713003713003713003407003407 N1997071981004280004156004156004156004057004057004057003939003939003939003939003939 N1997071980004717004580004580004580004626004626004626004491004491004491004280004280 N1997081997001279001279NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1997081996001338001338001308001308001306001306001306001306001277001277001279001279 N1997081995001385001381001376001372001373001373001373001373001342001342001338001338 N1997081994001441001436001432001427001422001418001413001408001404001399001394001390 N1997081993001614001614001489001485001480001475001470001465001460001455001451001446 N1997081992001731001731001680001680001680001680001680001680001614001614001614001614 N1997081991001836001836001783001783001783001783001783001783001731001731001731001731 N1997081990001948001948001891001891001891001891001891001891001836001836001836001836 N1997081989002067002067002006002006002006002006002006002006001948001948001948001948 N1997081988002192002192002129002129002129002129002129002129002067002067002067002067 N1997081987002326002326002258002258002258002258002258002258002192002192002192002192 N1997081986002771002771002717002717002717002717002717002717002664002664002326002326 N1997081985002883002883002827002827002827002827002827002827002771002771002771002771 N1997081984003067003067002986002986002941002941002941002941002883002883002883002883 N1997081983003407003407003289003289003201003201003201003201003116003116003067003067 N1997081982003939003939003824003824003824003824003824003824003713003713003407003407 N1997081981004280004280004156004156004057004057004057004057003939003939003939003939 N1997081980004717004717004580004580004626004626004626004626004491004491004280004280 N1997091997001279001279001279NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1997091996001338001338001338001308001306001306001306001306001306001277001279001279 N1997091995001390001385001381001376001373001373001373001373001373001342001338001338 N1997091994001446001441001436001432001427001422001418001413001408001404001399001394 N1997091993001614001614001494001489001485001480001475001470001465001460001455001451 N1997091992001731001731001731001680001680001680001680001680001680001614001614001614 N1997091991001836001836001836001783001783001783001783001783001783001731001731001731 N1997091990001948001948001948001891001891001891001891001891001891001836001836001836 N1997091989002067002067002067002006002006002006002006002006002006001948001948001948 N1997091988002192002192002192002129002129002129002129002129002129002067002067002067 N1997091987002326002326002326002258002258002258002258002258002258002192002192002192 N1997091986002771002771002771002717002717002717002717002717002717002664002326002326 N1997091985002883002883002883002827002827002827002827002827002827002771002771002771 N1997091984003067003067003067002986002941002941002941002941002941002883002883002883 N1997091983003407003407003376003289003201003201003201003201003201003116003067003067 N1997091982003939003939003939003824003824003824003824003824003824003713003407003407 N1997091981004280004280004280004156004057004057004057004057004057003939003939003939 N1997091980004717004717004717004580004626004626004626004626004626004491004280004280 N1997101997001279001279001279001279NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1997101996001338001338001338001338001306001306001306001306001306001306001279001279 N1997101995001394001390001385001381001373001373001373001373001373001373001338001338 N1997101994001451001446001441001436001432001427001422001418001413001408001404001399 N1997101993001614001614001499001494001489001485001480001475001470001465001460001455 N1997101992001731001731001731001731001680001680001680001680001680001680001614001614 N1997101991001836001836001836001836001783001783001783001783001783001783001731001731 N1997101990001948001948001948001948001891001891001891001891001891001891001836001836 N1997101989002067002067002067002067002006002006002006002006002006002006001948001948 N1997101988002192002192002192002192002129002129002129002129002129002129002067002067 N1997101987002326002326002326002326002258002258002258002258002258002258002192002192 N1997101986002771002771002771002771002717002717002717002717002717002717002326002326 N1997101985002883002883002883002883002827002827002827002827002827002827002771002771 N1997101984003067003067003067003067002941002941002941002941002941002941002883002883 N1997101983003407003407003376003376003201003201003201003201003201003201003067003067 N1997101982003939003939003939003939003824003824003824003824003824003824003407003407 N1997101981004280004280004280004280004057004057004057004057004057004057003939003939 N1997101980004717004717004717004717004626004626004626004626004626004626004280004280 gbonds-2.0.3/data/sb200506.asc0000664000076400007640000011554411107717150012417 00000000000000E2005061980009075009075009075009075009167009167 E2005061979009242009242009242009242009331009353009170009170009170009170009257009257 E2005061978011406011406009729009729009472009496009312009312009312009312009400009426 E2005061977012753012753012753012753012879012906012651012651012651012651011602011634 E2005061976012953012953012953012953013076013105012846012846012846012846012971013008 E2005061975013157013157013157013157013283013315013054013054013054013054013182013211 E2005061974012848012848012848012848012971013002013002013002013002013002013126013159 E2005061973012956012989012989012989012989013020013146013174013176013176013176012848 E2005061972012588012617012619012619012619012654012777012805012805012805012805012833 E2005061971012630012660012660012660012660012695012606012636012636012636012636012666 E2005061970013700013734013736013736013736013800013936013969013969013969013969014001 E2005061969013727013727013727013727013860013342013471013501013502013502013502013572 E2005061968013128013128013128013128013257013416013414013414013414013414013544013728 E2005061967012586012586012586012586012706012846012845012845012845012845012970013128 E2005061966012813012813012194012194012202012328012327012327012327012327012446012585 E2005061965023411021474021579021577021577018597018324018042018135017840017840012812 E2005061964022455022671022779022777022777022929022929023152023261023261023261023411 E2005061963021522021731021832021829021829021995021995022211022317022317022317022455 E2005061962020675020875021027021024021024021079021079021281021432021433021433021522 E2005061961019718019907020137020136020136020195020195020388020617020615020615020675 E2005061960018850019017019236019236019236019269019269019452019678019679019679019718 E2005061959019153019153019153019153019153018788018788018601018810018810018810018850 E2005061958018312018312018312018312018312018453018672018671018671018671018671018934 E2005061957019956019990019990019990019990020272020508020507020507020507020507018097 E2005061956018679018679018859019383019383019429019429019429019619019848019847019956 E2005061955017753017753017926018157018157018205018205018205018382018629018629018679 E2005061954016886016886017051017269017269017312017312017312017481017716017717017753 E2005061953017814017814016338016541016541016581016581016581016633016843016844016886 E2005061952017066017066017066017066017338017378017378017378017546017769017766017814 E2005061951016260016260016260016260016416016661016660016660016660016660016823017065 E2005061950014706014706014706014706014848015053015053015053015053015053015199015426 E2005061949013669013669013669013669013802014383014383014383014383014383014523014706 E2005061948013141013141013141013141013109013323013323013323013323013323013451013669 E2005061947012338012338012338012338012457012657012657012657012657012657012934013141 E2005061946011728011728011728011728011841012025012025012025012025012025012142012338 E2005061945011047011047011047011047011154011333011333011333011333011333011443011728 E2005061944010509010509010509010509010611010770010770010770010770010770010875011047 E2005061943009995009995009995009995010091010248010248010248010248010248010348010509 E2005061942009435009435009435009435009600009745009745009745009745009745009840009995 E2005061941 009059009196009196009196009196009196009286009435 S2005061970013671013671013671013671013804013870013870013870013870013870 S2005061969013570013570013570013570013437013500013500013500013500013500013607013670 S2005061968015629015629015629015629014337014568014568014568013618013618013497013570 S2005061967 015333015404015405015405015405015405015552015628 E2005071980009257009075009075009075009167009167 E2005071979009427009242009242009242009331009353009353009170009170009170009257009257 E2005071978011634011406009729009729009472009496009498009312009312009312009400009426 E2005071977013008012753012753012753012879012906012904012651012651012651011602011634 E2005071976013212012953012953012953013076013105013103012846012846012846012971013008 E2005071975013157013157013157013157013283013315013315013054013054013054013182013211 E2005071974012848012848012848012848012971013002013002013002013002013002013126013159 E2005071973012956012989012989012989012989013020013146013174013176013176013176012848 E2005071972012588012617012619012619012619012654012777012805012805012805012805012833 E2005071971012630012660012660012660012660012695012606012636012636012636012636012666 E2005071970013700013734013736013736013736013800013936013969013969013969013969014001 E2005071969013727013727013727013727013860013342013471013501013502013502013502013572 E2005071968013128013128013128013128013257013416013414013414013414013414013544013728 E2005071967012586012586012586012586012706012846012845012845012845012845012970013128 E2005071966012813012813012194012194012202012328012327012327012327012327012446012585 E2005071965023411021474021579021577021577018597018597018042018135018135017840012812 E2005071964022455022671022779022777022777022929022929023152023261023261023261023411 E2005071963021522021731021832021829021829021995021995022211022317022317022317022455 E2005071962020675020875021027021024021024021079021079021281021432021433021433021522 E2005071961019718019907020137020136020136020195020195020388020617020615020615020675 E2005071960018850019017019236019236019236019269019269019452019678019679019679019718 E2005071959019153019153019153019153019153018788018788018601018810018810018810018850 E2005071958018312018312018312018312018312018453018672018671018671018671018671018934 E2005071957019956019990019990019990019990020272020508020507020507020507020507018097 E2005071956018679018679018859019383019383019429019429019429019619019848019847019956 E2005071955017753017753017926018157018157018205018205018205018382018629018629018679 E2005071954016886016886017051017269017269017312017312017312017481017716017717017753 E2005071953017814017814016338016541016541016581016581016581016633016843016844016886 E2005071952017066017066017066017066017338017378017378017378017546017769017766017814 E2005071951016260016260016260016260016416016661016660016660016660016660016823017065 E2005071950014706014706014706014706014848015053015053015053015053015053015199015426 E2005071949013669013669013669013669013802014383014383014383014383014383014523014706 E2005071948013141013141013141013141013109013323013323013323013323013323013451013669 E2005071947012338012338012338012338012457012657012657012657012657012657012934013141 E2005071946011728011728011728011728011841012025012025012025012025012025012142012338 E2005071945011047011047011047011047011154011333011333011333011333011333011443011728 E2005071944010509010509010509010509010611010770010770010770010770010770010875011047 E2005071943009995009995009995009995010091010248010248010248010248010248010348010509 E2005071942009435009435009435009435009600009745009745009745009745009745009840009995 E2005071941 009059009196009196009196009196009196009286009435 S2005071970013671013671013671013671013804013870013870013870013870013870 S2005071969013570013570013570013570013437013500013500013500013500013500013607013670 S2005071968015629015629015629015629014337014568014568014568013618013618013497013570 S2005071967 015333015404015405015405015405015405015552015628 E2005081980009257009257009075009075009167009167 E2005081979009427009427009242009242009331009353009353009353009170009170009257009257 E2005081978011634011634009729009729009472009496009498009498009312009312009400009426 E2005081977013008013008012753012753012879012906012904012904012651012651011602011634 E2005081976013212013212012953012953013076013105013103013103012846012846012971013008 E2005081975013157013157013157013157013283013315013315013315013054013054013182013211 E2005081974012848012848012848012848012971013002013002013002013002013002013126013159 E2005081973012956012989012989012989012989013020013146013174013176013176013176012848 E2005081972012588012617012619012619012619012654012777012805012805012805012805012833 E2005081971012630012660012660012660012660012695012606012636012636012636012636012666 E2005081970013700013734013736013736013736013800013936013969013969013969013969014001 E2005081969013727013727013727013727013860013342013471013501013502013502013502013572 E2005081968013128013128013128013128013257013416013414013414013414013414013544013728 E2005081967012586012586012586012586012706012846012845012845012845012845012970013128 E2005081966012813012813012194012194012202012328012327012327012327012327012446012585 E2005081965023411021474021579021577021577018597018597018308018135018135018135012812 E2005081964022455022671022779022777022777022929022929023152023261023261023261023411 E2005081963021522021731021832021829021829021995021995022211022317022317022317022455 E2005081962020675020875021027021024021024021079021079021281021432021433021433021522 E2005081961019718019907020137020136020136020195020195020388020617020615020615020675 E2005081960018850019017019236019236019236019269019269019452019678019679019679019718 E2005081959019153019153019153019153019153018788018788018601018810018810018810018850 E2005081958018312018312018312018312018312018453018672018671018671018671018671018934 E2005081957019956019990019990019990019990020272020508020507020507020507020507018097 E2005081956018679018679018859019383019383019429019429019429019619019848019847019956 E2005081955017753017753017926018157018157018205018205018205018382018629018629018679 E2005081954016886016886017051017269017269017312017312017312017481017716017717017753 E2005081953017814017814016338016541016541016581016581016581016633016843016844016886 E2005081952017066017066017066017066017338017378017378017378017546017769017766017814 E2005081951016260016260016260016260016416016661016660016660016660016660016823017065 E2005081950014706014706014706014706014848015053015053015053015053015053015199015426 E2005081949013669013669013669013669013802014383014383014383014383014383014523014706 E2005081948013141013141013141013141013109013323013323013323013323013323013451013669 E2005081947012338012338012338012338012457012657012657012657012657012657012934013141 E2005081946011728011728011728011728011841012025012025012025012025012025012142012338 E2005081945011047011047011047011047011154011333011333011333011333011333011443011728 E2005081944010509010509010509010509010611010770010770010770010770010770010875011047 E2005081943009995009995009995009995010091010248010248010248010248010248010348010509 E2005081942009435009435009435009435009600009745009745009745009745009745009840009995 E2005081941 009059009196009196009196009196009196009286009435 S2005081970013671013671013671013671013804013870013870013870013870013870 S2005081969013570013570013570013570013437013500013500013500013500013500013607013670 S2005081968015629015629015629015629014337014568014568014568013618013618013497013570 S2005081967 015333015404015405015405015405015405015552015628 E2005091980009257009257009257009075009167009167 E2005091979009427009427009427009242009331009353009353009353009353009170009257009257 E2005091978011634011634009891009729009472009496009498009498009498009312009400009426 E2005091977013008013008013008012753012879012906012904012904012904012651011602011634 E2005091976013212013212013212012953013076013105013103013103013103012846012971013008 E2005091975013157013157013157013157013283013315013315013315013315013054013182013211 E2005091974012848012848012848012848012971013002013002013002013002013002013126013159 E2005091973012956012989012989012989012989013020013146013174013176013176013176012848 E2005091972012588012617012619012619012619012654012777012805012805012805012805012833 E2005091971012630012660012660012660012660012695012606012636012636012636012636012666 E2005091970013700013734013736013736013736013800013936013969013969013969013969014001 E2005091969013727013727013727013727013860013342013471013501013502013502013502013572 E2005091968013128013128013128013128013257013416013414013414013414013414013544013728 E2005091967012586012586012586012586012706012846012845012845012845012845012970013128 E2005091966012813012813012194012194012202012328012327012327012327012327012446012585 E2005091965023411021474021579021577021577018597018597018308018403018135018135012812 E2005091964022455022671022779022777022777022929022929023152023261023261023261023411 E2005091963021522021731021832021829021829021995021995022211022317022317022317022455 E2005091962020675020875021027021024021024021079021079021281021432021433021433021522 E2005091961019718019907020137020136020136020195020195020388020617020615020615020675 E2005091960018850019017019236019236019236019269019269019452019678019679019679019718 E2005091959019153019153019153019153019153018788018788018601018810018810018810018850 E2005091958018312018312018312018312018312018453018672018671018671018671018671018934 E2005091957019956019990019990019990019990020272020508020507020507020507020507018097 E2005091956018679018679018859019383019383019429019429019429019619019848019847019956 E2005091955017753017753017926018157018157018205018205018205018382018629018629018679 E2005091954016886016886017051017269017269017312017312017312017481017716017717017753 E2005091953017814017814016338016541016541016581016581016581016633016843016844016886 E2005091952017066017066017066017066017338017378017378017378017546017769017766017814 E2005091951016260016260016260016260016416016661016660016660016660016660016823017065 E2005091950014706014706014706014706014848015053015053015053015053015053015199015426 E2005091949013669013669013669013669013802014383014383014383014383014383014523014706 E2005091948013141013141013141013141013109013323013323013323013323013323013451013669 E2005091947012338012338012338012338012457012657012657012657012657012657012934013141 E2005091946011728011728011728011728011841012025012025012025012025012025012142012338 E2005091945011047011047011047011047011154011333011333011333011333011333011443011728 E2005091944010509010509010509010509010611010770010770010770010770010770010875011047 E2005091943009995009995009995009995010091010248010248010248010248010248010348010509 E2005091942009435009435009435009435009600009745009745009745009745009745009840009995 E2005091941 009059009196009196009196009196009196009286009435 S2005091970013671013671013671013671013804013870013870013870013870013870 S2005091969013570013570013570013570013437013500013500013500013500013500013607013670 S2005091968015629015629015629015629014337014568014568014568013618013618013497013570 S2005091967 015333015404015405015405015405015405015552015628 E2005101980009257009257009257009257009167009167 E2005101979009427009427009427009427009331009353009353009353009353009353009257009257 E2005101978011634011634009891009891009472009496009498009498009498009498009400009426 E2005101977013008013008013008013008012879012906012904012904012904012904011602011634 E2005101976013212013212013212013212013076013105013103013103013103013103012971013008 E2005101975013157013157013157013157013283013315013315013315013315013315013182013211 E2005101974012848012848012848012848012971013002013002013002013002013002013126013159 E2005101973012956012989012989012989012989013020013146013174013176013176013176012848 E2005101972012588012617012619012619012619012654012777012805012805012805012805012833 E2005101971012630012660012660012660012660012695012606012636012636012636012636012666 E2005101970013700013734013736013736013736013800013936013969013969013969013969014001 E2005101969013727013727013727013727013860013342013471013501013502013502013502013572 E2005101968013128013128013128013128013257013416013414013414013414013414013544013728 E2005101967012586012586012586012586012706012846012845012845012845012845012970013128 E2005101966012813012813012194012194012202012328012327012327012327012327012446012585 E2005101965023411021474021579021577021577018597018597018308018403018403018135012812 E2005101964022455022671022779022777022777022929022929023152023261023261023261023411 E2005101963021522021731021832021829021829021995021995022211022317022317022317022455 E2005101962020675020875021027021024021024021079021079021281021432021433021433021522 E2005101961019718019907020137020136020136020195020195020388020617020615020615020675 E2005101960018850019017019236019236019236019269019269019452019678019679019679019718 E2005101959019153019153019153019153019153018788018788018601018810018810018810018850 E2005101958018312018312018312018312018312018453018672018671018671018671018671018934 E2005101957019956019990019990019990019990020272020508020507020507020507020507018097 E2005101956018679018679018859019383019383019429019429019429019619019848019847019956 E2005101955017753017753017926018157018157018205018205018205018382018629018629018679 E2005101954016886016886017051017269017269017312017312017312017481017716017717017753 E2005101953017814017814016338016541016541016581016581016581016633016843016844016886 E2005101952017066017066017066017066017338017378017378017378017546017769017766017814 E2005101951016260016260016260016260016416016661016660016660016660016660016823017065 E2005101950014706014706014706014706014848015053015053015053015053015053015199015426 E2005101949013669013669013669013669013802014383014383014383014383014383014523014706 E2005101948013141013141013141013141013109013323013323013323013323013323013451013669 E2005101947012338012338012338012338012457012657012657012657012657012657012934013141 E2005101946011728011728011728011728011841012025012025012025012025012025012142012338 E2005101945011047011047011047011047011154011333011333011333011333011333011443011728 E2005101944010509010509010509010509010611010770010770010770010770010770010875011047 E2005101943009995009995009995009995010091010248010248010248010248010248010348010509 E2005101942009435009435009435009435009600009745009745009745009745009745009840009995 E2005101941 009059009196009196009196009196009196009286009435 S2005101970013671013671013671013671013804013870013870013870013870013870 S2005101969013570013570013570013570013437013500013500013500013500013500013607013670 S2005101968015629015629015629015629014337014568014568014568013618013618013497013570 S2005101967 015333015404015405015405015405015405015552015628 E2005111980009257009257009257009257009350009167 E2005111979009427009427009427009427009518009353009353009353009353009353009442009257 E2005111978011634011634009891009891009662009496009498009498009498009498009588009426 E2005111977013008013008013008013008013136012906012904012904012904012904011834011634 E2005111976013212013212013212013212013337013105013103013103013103013103013230013008 E2005111975013157013157013157013157013283013315013315013315013315013315013446013211 E2005111974012848012848012848012848012971013002013002013002013002013002013126013159 E2005111973012956012989012989012989012989013020013146013174013176013176013176012848 E2005111972012588012617012619012619012619012654012777012805012805012805012805012833 E2005111971012630012660012660012660012660012695012606012636012636012636012636012666 E2005111970013700013734013736013736013736013800013936013969013969013969013969014001 E2005111969013727013727013727013727013860013342013471013501013502013502013502013572 E2005111968013128013128013128013128013257013416013414013414013414013414013544013728 E2005111967012586012586012586012586012706012846012845012845012845012845012970013128 E2005111966012813012813012194012194012202012328012327012327012327012327012446012585 E2005111965023411021474021579021577021577018597018597018308018403018403018403012812 E2005111964022455022671022779022777022777022929022929023152023261023261023261023411 E2005111963021522021731021832021829021829021995021995022211022317022317022317022455 E2005111962020675020875021027021024021024021079021079021281021432021433021433021522 E2005111961019718019907020137020136020136020195020195020388020617020615020615020675 E2005111960018850019017019236019236019236019269019269019452019678019679019679019718 E2005111959019153019153019153019153019153018788018788018601018810018810018810018850 E2005111958018312018312018312018312018312018453018672018671018671018671018671018934 E2005111957019956019990019990019990019990020272020508020507020507020507020507018097 E2005111956018679018679018859019383019383019429019429019429019619019848019847019956 E2005111955017753017753017926018157018157018205018205018205018382018629018629018679 E2005111954016886016886017051017269017269017312017312017312017481017716017717017753 E2005111953017814017814016338016541016541016581016581016581016633016843016844016886 E2005111952017066017066017066017066017338017378017378017378017546017769017766017814 E2005111951016260016260016260016260016416016661016660016660016660016660016823017065 E2005111950014706014706014706014706014848015053015053015053015053015053015199015426 E2005111949013669013669013669013669013802014383014383014383014383014383014523014706 E2005111948013141013141013141013141013109013323013323013323013323013323013451013669 E2005111947012338012338012338012338012457012657012657012657012657012657012934013141 E2005111946011728011728011728011728011841012025012025012025012025012025012142012338 E2005111945011047011047011047011047011154011333011333011333011333011333011443011728 E2005111944010509010509010509010509010611010770010770010770010770010770010875011047 E2005111943009995009995009995009995010091010248010248010248010248010248010348010509 E2005111942009435009435009435009435009600009745009745009745009745009745009840009995 E2005111941 009059009196009196009196009196009196009286009435 S2005111970013671013671013671013671013804013870013870013870013870013870 S2005111969013570013570013570013570013437013500013500013500013500013500013607013670 S2005111968015629015629015629015629014337014568014568014568013618013618013497013570 S2005111967 015333015404015405015405015405015405015552015628 N2005062005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005062004001291001287001284001281001282001278NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005062003001330001327001323001319001316001313001309001306001302001299001298001294 N2005062002001382001379001375001372001364001360001356001353001349001346001337001334 N2005062001001454001450001446001443001423001419001416001412001408001404001390001386 N2005062000001546001541001537001533001517001513001497001493001489001485001462001458 N2005061999001615001610001606001602001589001585001581001577001573001568001554001550 N2005061998001704001699001695001690001667001662001657001653001648001644001624001619 N2005061997001710001710001710001710001763001758001753001749001744001739001713001708 N2005061996001791001791001791001791001775001775001748001748001748001748001736001736 N2005061995001949001949001949001949001866001866001838001838001838001838001818001818 N2005061994002036002036002036002036002025002025001995001995001995001995001979001979 N2005061993002541002541002138002138002118002118002086002086002086002086002067002067 N2005061992002644002644002644002644002644002644002592002592002592002592002592002592 N2005061991002751002751002751002751002751002751002697002697002697002697002697002697 N2005061990002862002862002862002862002862002862002806002806002806002806002806002806 N2005061989002978002978002978002978002978002978002919002919002919002919002919002919 N2005061988003098003098003098003098003098003098003037003037003037003037003037003037 N2005061987003223003223003223003223003223003223003160003160003160003160003160003160 N2005061986003730003730003730003730003730003730003657003657003657003657003288003288 N2005061985003880003880003880003880003880003880003804003804003804003804003804003804 N2005061984004170004170004170004170004045004045003980003980003980003980003958003958 N2005061983005105005105004590004590004417004417004355004355004355004355004238004238 N2005061982005566005566005566005566005566005566005457005457005457005457005207005207 N2005061981006049006049006049006049005791005791005678005678005678005678005678005678 N2005061980006798006798006798006798006866006866006732006732006732006732006170006170 N2005072005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005072004001294001291001287001284001285001282001278NO PAYNO PAYNO PAYNO PAYNO PAY N2005072003001334001330001327001323001320001316001313001309001306001302001301001298 N2005072002001386001382001379001375001367001364001360001356001353001349001341001337 N2005072001001458001454001450001446001427001423001419001416001412001408001394001390 N2005072000001550001546001541001537001522001517001513001497001493001489001466001462 N2005071999001619001615001610001606001594001589001585001581001577001573001559001554 N2005071998001708001704001699001695001671001667001662001657001653001648001628001624 N2005071997001736001710001710001710001768001763001758001753001749001744001718001713 N2005071996001818001791001791001791001775001775001775001748001748001748001736001736 N2005071995001979001949001949001949001866001866001866001838001838001838001818001818 N2005071994002067002036002036002036002025002025002025001995001995001995001979001979 N2005071993002592002541002138002138002118002118002118002086002086002086002067002067 N2005071992002697002644002644002644002644002644002644002592002592002592002592002592 N2005071991002806002751002751002751002751002751002751002697002697002697002697002697 N2005071990002919002862002862002862002862002862002862002806002806002806002806002806 N2005071989003037002978002978002978002978002978002978002919002919002919002919002919 N2005071988003160003098003098003098003098003098003098003037003037003037003037003037 N2005071987003288003223003223003223003223003223003223003160003160003160003160003160 N2005071986003804003730003730003730003730003730003730003657003657003657003288003288 N2005071985003958003880003880003880003880003880003880003804003804003804003804003804 N2005071984004238004170004170004170004045004045004045003980003980003980003958003958 N2005071983005207005105004590004590004417004417004417004355004355004355004238004238 N2005071982005678005566005566005566005566005566005566005457005457005457005207005207 N2005071981006170006049006049006049005791005791005791005678005678005678005678005678 N2005071980006934006798006798006798006866006866006866006732006732006732006170006170 N2005082005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005082004001298001294001291001287001289001285001282001278NO PAYNO PAYNO PAYNO PAY N2005082003001337001334001330001327001323001320001316001313001309001306001305001301 N2005082002001390001386001382001379001371001367001364001360001356001353001344001341 N2005082001001462001458001454001450001431001427001423001419001416001412001397001394 N2005082000001554001550001546001541001526001522001517001513001497001493001469001466 N2005081999001624001619001615001610001598001594001589001585001581001577001563001559 N2005081998001713001708001704001699001676001671001667001662001657001653001633001628 N2005081997001736001736001710001710001773001768001763001758001753001749001723001718 N2005081996001818001818001791001791001775001775001775001775001748001748001736001736 N2005081995001979001979001949001949001866001866001866001866001838001838001818001818 N2005081994002067002067002036002036002025002025002025002025001995001995001979001979 N2005081993002592002592002138002138002118002118002118002118002086002086002067002067 N2005081992002697002697002644002644002644002644002644002644002592002592002592002592 N2005081991002806002806002751002751002751002751002751002751002697002697002697002697 N2005081990002919002919002862002862002862002862002862002862002806002806002806002806 N2005081989003037003037002978002978002978002978002978002978002919002919002919002919 N2005081988003160003160003098003098003098003098003098003098003037003037003037003037 N2005081987003288003288003223003223003223003223003223003223003160003160003160003160 N2005081986003804003804003730003730003730003730003730003730003657003657003288003288 N2005081985003958003958003880003880003880003880003880003880003804003804003804003804 N2005081984004238004238004170004170004045004045004045004045003980003980003958003958 N2005081983005207005207004590004590004417004417004417004417004355004355004238004238 N2005081982005678005678005566005566005566005566005566005566005457005457005207005207 N2005081981006170006170006049006049005791005791005791005791005678005678005678005678 N2005081980006934006934006798006798006866006866006866006866006732006732006170006170 N2005092005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005092004001301001298001294001291001293001289001285001282001278NO PAYNO PAYNO PAY N2005092003001341001337001334001330001327001323001320001316001313001309001309001305 N2005092002001394001390001386001382001375001371001367001364001360001356001348001344 N2005092001001466001462001458001454001435001431001427001423001419001416001401001397 N2005092000001559001554001550001546001530001526001522001517001513001497001473001469 N2005091999001628001624001619001615001603001598001594001589001585001581001568001563 N2005091998001718001713001708001704001681001676001671001667001662001657001637001633 N2005091997001736001736001736001710001778001773001768001763001758001753001727001723 N2005091996001818001818001818001791001775001775001775001775001775001748001736001736 N2005091995001979001979001979001949001866001866001866001866001866001838001818001818 N2005091994002067002067002067002036002025002025002025002025002025001995001979001979 N2005091993002592002592002170002138002118002118002118002118002118002086002067002067 N2005091992002697002697002697002644002644002644002644002644002644002592002592002592 N2005091991002806002806002806002751002751002751002751002751002751002697002697002697 N2005091990002919002919002919002862002862002862002862002862002862002806002806002806 N2005091989003037003037003037002978002978002978002978002978002978002919002919002919 N2005091988003160003160003160003098003098003098003098003098003098003037003037003037 N2005091987003288003288003288003223003223003223003223003223003223003160003160003160 N2005091986003804003804003804003730003730003730003730003730003730003657003288003288 N2005091985003958003958003958003880003880003880003880003880003880003804003804003804 N2005091984004238004238004238004170004045004045004045004045004045003980003958003958 N2005091983005207005207004666004590004417004417004417004417004417004355004238004238 N2005091982005678005678005678005566005566005566005566005566005566005457005207005207 N2005091981006170006170006170006049005791005791005791005791005791005678005678005678 N2005091980006934006934006934006798006866006866006866006866006866006732006170006170 N2005102005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005102004001305001301001298001294001296001293001289001285001282001278NO PAYNO PAY N2005102003001344001341001337001334001330001327001323001320001316001313001312001309 N2005102002001397001394001390001386001379001375001371001367001364001360001352001348 N2005102001001469001466001462001458001439001435001431001427001423001419001405001401 N2005102000001563001559001554001550001535001530001526001522001517001513001477001473 N2005101999001633001628001624001619001608001603001598001594001589001585001572001568 N2005101998001723001718001713001708001686001681001676001671001667001662001642001637 N2005101997001736001736001736001736001783001778001773001768001763001758001732001727 N2005101996001818001818001818001818001775001775001775001775001775001775001736001736 N2005101995001979001979001979001979001866001866001866001866001866001866001818001818 N2005101994002067002067002067002067002025002025002025002025002025002025001979001979 N2005101993002592002592002170002170002118002118002118002118002118002118002067002067 N2005101992002697002697002697002697002644002644002644002644002644002644002592002592 N2005101991002806002806002806002806002751002751002751002751002751002751002697002697 N2005101990002919002919002919002919002862002862002862002862002862002862002806002806 N2005101989003037003037003037003037002978002978002978002978002978002978002919002919 N2005101988003160003160003160003160003098003098003098003098003098003098003037003037 N2005101987003288003288003288003288003223003223003223003223003223003223003160003160 N2005101986003804003804003804003804003730003730003730003730003730003730003288003288 N2005101985003958003958003958003958003880003880003880003880003880003880003804003804 N2005101984004238004238004238004238004045004045004045004045004045004045003958003958 N2005101983005207005207004666004666004417004417004417004417004417004417004238004238 N2005101982005678005678005678005678005566005566005566005566005566005566005207005207 N2005101981006170006170006170006170005791005791005791005791005791005791005678005678 N2005101980006934006934006934006934006866006866006866006866006866006866006170006170 N2005112005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005112004001309001305001301001298001300001296001293001289001285001282001281NO PAY N2005112003001348001344001341001337001334001330001327001323001320001316001316001312 N2005112002001401001397001394001390001383001379001375001371001367001364001355001352 N2005112001001473001469001466001462001443001439001435001431001427001423001409001405 N2005112000001568001563001559001554001539001535001530001526001522001517001494001477 N2005111999001637001633001628001624001612001608001603001598001594001589001577001572 N2005111998001727001723001718001713001690001686001681001676001671001667001647001642 N2005111997001736001736001736001736001788001783001778001773001768001763001737001732 N2005111996001818001818001818001818001804001775001775001775001775001775001764001736 N2005111995001979001979001979001979001896001866001866001866001866001866001847001818 N2005111994002067002067002067002067002058002025002025002025002025002025002009001979 N2005111993002592002592002170002170002152002118002118002118002118002118002100002067 N2005111992002697002697002697002697002697002644002644002644002644002644002644002592 N2005111991002806002806002806002806002806002751002751002751002751002751002751002697 N2005111990002919002919002919002919002919002862002862002862002862002862002862002806 N2005111989003037003037003037003037003037002978002978002978002978002978002978002919 N2005111988003160003160003160003160003160003098003098003098003098003098003098003037 N2005111987003288003288003288003288003288003223003223003223003223003223003223003160 N2005111986003804003804003804003804003804003730003730003730003730003730003353003288 N2005111985003958003958003958003958003958003880003880003880003880003880003880003804 N2005111984004238004238004238004238004118004045004045004045004045004045004037003958 N2005111983005207005207004666004666004486004417004417004417004417004417004305004238 N2005111982005678005678005678005678005678005566005566005566005566005566005311005207 N2005111981006170006170006170006170005907005791005791005791005791005791005791005678 N2005111980006934006934006934006934007004006866006866006866006866006866006294006170 I2005062005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005062004002587002579002571002564002573002565NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005062003002724002715002705002696002664002656002647002639002631002624002603002595 I2005062002002845002834002823002813002804002793002782002772002761002751002743002734 I2005062001003165003149003133003118003051003036003022003008002994002981002867002856 I2005062000003445003428003411003394003400003380003311003294003277003261003196003180 I2005061999003606003588003570003553003552003532003515003497003480003463003483003463 I2005061998 003672003653003645003624 I2005072005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005072004002595002587002579002571002581002573002565NO PAYNO PAYNO PAYNO PAYNO PAY I2005072003002734002724002715002705002672002664002656002647002639002631002611002603 I2005072002002856002845002834002823002815002804002793002782002772002761002753002743 I2005072001003180003165003149003133003065003051003036003022003008002994002878002867 I2005072000003463003445003428003411003420003400003380003311003294003277003213003196 I2005071999003624003606003588003570003572003552003532003515003497003480003503003483 I2005071998 003690003672003665003645 I2005082005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005082004002603002595002587002579002589002581002573002565NO PAYNO PAYNO PAYNO PAY I2005082003002743002734002724002715002681002672002664002656002647002639002619002611 I2005082002002867002856002845002834002826002815002804002793002782002772002763002753 I2005082001003196003180003165003149003079003065003051003036003022003008002889002878 I2005082000003483003463003445003428003441003420003400003380003311003294003229003213 I2005081999003645003624003606003588003593003572003552003532003515003497003523003503 I2005081998 003709003690003686003665 I2005092005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005092004002611002603002595002587002599002589002581002573002565NO PAYNO PAYNO PAY I2005092003002753002743002734002724002691002681002672002664002656002647002629002619 I2005092002002878002867002856002845002839002826002815002804002793002782002775002763 I2005092001003213003196003180003165003096003079003065003051003036003022002902002889 I2005092000003503003483003463003445003461003441003420003400003380003311003248003229 I2005091999003665003645003624003606003613003593003572003552003532003515003544003523 I2005091998 003727003709003707003686 I2005102005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005102004002619002611002603002595002609002599002589002581002573002565NO PAYNO PAY I2005102003002763002753002743002734002702002691002681002672002664002656002639002629 I2005102002002889002878002867002856002852002839002826002815002804002793002787002775 I2005102001003229003213003196003180003113003096003079003065003051003036002916002902 I2005102000003523003503003483003463003482003461003441003420003400003380003266003248 I2005101999003686003665003645003624003634003613003593003572003552003532003564003544 I2005101998 003749003727003728003707 I2005112005NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005112004002629002619002611002603002619002609002599002589002581002573002575NO PAY I2005112003002775002763002753002743002712002702002691002681002672002664002650002639 I2005112002002902002889002878002867002865002852002839002826002815002804002799002787 I2005112001003248003229003213003196003130003113003096003079003065003051002929002916 I2005112000003544003523003503003483003502003482003461003441003420003400003343003266 I2005111999003707003686003665003645003655003634003613003593003572003552003585003564 I2005111998 003770003749003750003728 gbonds-2.0.3/data/sb200306.asc0000664000076400007640000011155411106721200012400 00000000000000E2003061980008384008384008384008384008469008469 E2003061979008538008538008538008538008621008641008471008471008471008471008551008551 E2003061978010537010537009234009234008751008773008602008602008602008602008684008707 E2003061977011781011781011781011781011898011923011687011687011687011687010718010748 E2003061976011966011966011966011966012080012107011867011867011867011867011983012017 E2003061975012155012155012155012155012272012301012060012060012060012060012178012205 E2003061974012349012349012349012349012468012497012252012252012252012252012369012400 E2003061973012956012989012989012989012989013020013059013087012833012833012833012596 E2003061972012588012617012619012619012619012654012777012805012805012805012805012833 E2003061971012630012660012660012660012660012695012606012636012636012636012636012666 E2003061970013700013734013736013736013736013800013936013969013969013969013969014001 E2003061969013727013727013727013727013860013342013471013501013502013502013502013572 E2003061968013128013128013128013128013257013416013414013414013414013414013544013728 E2003061967012586012586012586012586012706012846012845012845012845012845012970013128 E2003061966012813012813012194012194012202012328012327012327012327012327012446012585 E2003061965021843020036020134019737019737017391017391017104017192016931016931012812 E2003061964021798022007022112021677021677021821021821022034022138021704021704021843 E2003061963021522021731021832021829021829021995021779021992022097021664021664021798 E2003061962020675020875021027021024021024021079021079021281021432021433021433021522 E2003061961019718019907020137020136020136020195020195020388020617020615020615020675 E2003061960018850019017019236019236019236019269019269019452019678019679019679019718 E2003061959019153019153019153019153019153018788018788018601018810018810018810018850 E2003061958018312018312018312018312018312018453018672018671018671018671018671018934 E2003061957019956019990019990019990019990020272020508020507020507020507020507018097 E2003061956018679018679018859019383019383019429019429019429019619019848019847019956 E2003061955017753017753017926018157018157018205018205018205018382018629018629018679 E2003061954016886016886017051017269017269017312017312017312017481017716017717017753 E2003061953017814017814016338016541016541016581016581016581016633016843016844016886 E2003061952017066017066017066017066017338017378017378017378017546017769017766017814 E2003061951016260016260016260016260016416016661016660016660016660016660016823017065 E2003061950014706014706014706014706014848015053015053015053015053015053015199015426 E2003061949013669013669013669013669013802014383014383014383014383014383014523014706 E2003061948013141013141013141013141013109013323013323013323013323013323013451013669 E2003061947012338012338012338012338012457012657012657012657012657012657012934013141 E2003061946011728011728011728011728011841012025012025012025012025012025012142012338 E2003061945011047011047011047011047011154011333011333011333011333011333011443011728 E2003061944010509010509010509010509010611010770010770010770010770010770010875011047 E2003061943009995009995009995009995010091010248010248010248010248010248010348010509 E2003061942009435009435009435009435009600009745009745009745009745009745009840009995 E2003061941 009059009196009196009196009196009196009286009435 S2003061970013671013671013671013671013804013870013870013870013870013870 S2003061969013570013570013570013570013437013500013500013500013500013500013607013670 S2003061968015629015629015629015629014337014568014568014568013618013618013497013570 S2003061967 015333015404015405015405015405015405015552015628 E2003071980008551008384008384008384008469008469 E2003071979008709008538008538008538008621008641008641008471008471008471008551008551 E2003071978010748010537009234009234008751008773008775008602008602008602008684008707 E2003071977012017011781011781011781011898011923011921011687011687011687010718010748 E2003071976012206011966011966011966012080012107012105011867011867011867011983012017 E2003071975012398012155012155012155012272012301012301012060012060012060012178012205 E2003071974012596012349012349012349012468012497012497012252012252012252012369012400 E2003071973012956012989012989012989012989013020013146013087013090012833012833012596 E2003071972012588012617012619012619012619012654012777012805012805012805012805012833 E2003071971012630012660012660012660012660012695012606012636012636012636012636012666 E2003071970013700013734013736013736013736013800013936013969013969013969013969014001 E2003071969013727013727013727013727013860013342013471013501013502013502013502013572 E2003071968013128013128013128013128013257013416013414013414013414013414013544013728 E2003071967012586012586012586012586012706012846012845012845012845012845012970013128 E2003071966012813012813012194012194012202012328012327012327012327012327012446012585 E2003071965021843020036020134020132019737017391017391017104017192017192016931012812 E2003071964021798022007022112022110021677021821021821022034022138022138021704021843 E2003071963021522021731021832021829021829021995021995021992022097022097021664021798 E2003071962020675020875021027021024021024021079021079021281021432021433021433021522 E2003071961019718019907020137020136020136020195020195020388020617020615020615020675 E2003071960018850019017019236019236019236019269019269019452019678019679019679019718 E2003071959019153019153019153019153019153018788018788018601018810018810018810018850 E2003071958018312018312018312018312018312018453018672018671018671018671018671018934 E2003071957019956019990019990019990019990020272020508020507020507020507020507018097 E2003071956018679018679018859019383019383019429019429019429019619019848019847019956 E2003071955017753017753017926018157018157018205018205018205018382018629018629018679 E2003071954016886016886017051017269017269017312017312017312017481017716017717017753 E2003071953017814017814016338016541016541016581016581016581016633016843016844016886 E2003071952017066017066017066017066017338017378017378017378017546017769017766017814 E2003071951016260016260016260016260016416016661016660016660016660016660016823017065 E2003071950014706014706014706014706014848015053015053015053015053015053015199015426 E2003071949013669013669013669013669013802014383014383014383014383014383014523014706 E2003071948013141013141013141013141013109013323013323013323013323013323013451013669 E2003071947012338012338012338012338012457012657012657012657012657012657012934013141 E2003071946011728011728011728011728011841012025012025012025012025012025012142012338 E2003071945011047011047011047011047011154011333011333011333011333011333011443011728 E2003071944010509010509010509010509010611010770010770010770010770010770010875011047 E2003071943009995009995009995009995010091010248010248010248010248010248010348010509 E2003071942009435009435009435009435009600009745009745009745009745009745009840009995 E2003071941 009059009196009196009196009196009196009286009435 S2003071970013671013671013671013671013804013870013870013870013870013870 S2003071969013570013570013570013570013437013500013500013500013500013500013607013670 S2003071968015629015629015629015629014337014568014568014568013618013618013497013570 S2003071967 015333015404015405015405015405015405015552015628 E2003081980008551008551008384008384008469008469 E2003081979008709008709008538008538008621008641008641008641008471008471008551008551 E2003081978010748010748009234009234008751008773008775008775008602008602008684008707 E2003081977012017012017011781011781011898011923011921011921011687011687010718010748 E2003081976012206012206011966011966012080012107012105012105011867011867011983012017 E2003081975012398012398012155012155012272012301012301012301012060012060012178012205 E2003081974012596012596012349012349012468012497012497012497012252012252012369012400 E2003081973012956012989012989012989012989013020013146013174013090013090012833012596 E2003081972012588012617012619012619012619012654012777012805012805012805012805012833 E2003081971012630012660012660012660012660012695012606012636012636012636012636012666 E2003081970013700013734013736013736013736013800013936013969013969013969013969014001 E2003081969013727013727013727013727013860013342013471013501013502013502013502013572 E2003081968013128013128013128013128013257013416013414013414013414013414013544013728 E2003081967012586012586012586012586012706012846012845012845012845012845012970013128 E2003081966012813012813012194012194012202012328012327012327012327012327012446012585 E2003081965021843020036020134020132020132017391017391017104017192017192017192012812 E2003081964021798022007022112022110022110021821021821022034022138022138022138021843 E2003081963021522021731021832021829021829021995021995022211022097022097022097021798 E2003081962020675020875021027021024021024021079021079021281021432021433021433021522 E2003081961019718019907020137020136020136020195020195020388020617020615020615020675 E2003081960018850019017019236019236019236019269019269019452019678019679019679019718 E2003081959019153019153019153019153019153018788018788018601018810018810018810018850 E2003081958018312018312018312018312018312018453018672018671018671018671018671018934 E2003081957019956019990019990019990019990020272020508020507020507020507020507018097 E2003081956018679018679018859019383019383019429019429019429019619019848019847019956 E2003081955017753017753017926018157018157018205018205018205018382018629018629018679 E2003081954016886016886017051017269017269017312017312017312017481017716017717017753 E2003081953017814017814016338016541016541016581016581016581016633016843016844016886 E2003081952017066017066017066017066017338017378017378017378017546017769017766017814 E2003081951016260016260016260016260016416016661016660016660016660016660016823017065 E2003081950014706014706014706014706014848015053015053015053015053015053015199015426 E2003081949013669013669013669013669013802014383014383014383014383014383014523014706 E2003081948013141013141013141013141013109013323013323013323013323013323013451013669 E2003081947012338012338012338012338012457012657012657012657012657012657012934013141 E2003081946011728011728011728011728011841012025012025012025012025012025012142012338 E2003081945011047011047011047011047011154011333011333011333011333011333011443011728 E2003081944010509010509010509010509010611010770010770010770010770010770010875011047 E2003081943009995009995009995009995010091010248010248010248010248010248010348010509 E2003081942009435009435009435009435009600009745009745009745009745009745009840009995 E2003081941 009059009196009196009196009196009196009286009435 S2003081970013671013671013671013671013804013870013870013870013870013870 S2003081969013570013570013570013570013437013500013500013500013500013500013607013670 S2003081968015629015629015629015629014337014568014568014568013618013618013497013570 S2003081967 015333015404015405015405015405015405015552015628 E2003091980008551008551008551008384008469008469 E2003091979008709008709008709008538008621008641008641008641008641008471008551008551 E2003091978010748010748009376009234008751008773008775008775008775008602008684008707 E2003091977012017012017012017011781011898011923011921011921011921011687010718010748 E2003091976012206012206012206011966012080012107012105012105012105011867011983012017 E2003091975012398012398012398012155012272012301012301012301012301012060012178012205 E2003091974012596012596012596012349012468012497012497012497012497012252012369012400 E2003091973012956012989012989012989012989013020013146013174013176013090013090012596 E2003091972012588012617012619012619012619012654012777012805012805012805012805012833 E2003091971012630012660012660012660012660012695012606012636012636012636012636012666 E2003091970013700013734013736013736013736013800013936013969013969013969013969014001 E2003091969013727013727013727013727013860013342013471013501013502013502013502013572 E2003091968013128013128013128013128013257013416013414013414013414013414013544013728 E2003091967012586012586012586012586012706012846012845012845012845012845012970013128 E2003091966012813012813012194012194012202012328012327012327012327012327012446012585 E2003091965021843020036020134020132020132017659017391017104017192017192017192012812 E2003091964021798022007022112022110022110022258021821022034022138022138022138022280 E2003091963021522021731021832021829021829021995021995022211022317022097022097022234 E2003091962020675020875021027021024021024021079021079021281021432021433021433021522 E2003091961019718019907020137020136020136020195020195020388020617020615020615020675 E2003091960018850019017019236019236019236019269019269019452019678019679019679019718 E2003091959019153019153019153019153019153018788018788018601018810018810018810018850 E2003091958018312018312018312018312018312018453018672018671018671018671018671018934 E2003091957019956019990019990019990019990020272020508020507020507020507020507018097 E2003091956018679018679018859019383019383019429019429019429019619019848019847019956 E2003091955017753017753017926018157018157018205018205018205018382018629018629018679 E2003091954016886016886017051017269017269017312017312017312017481017716017717017753 E2003091953017814017814016338016541016541016581016581016581016633016843016844016886 E2003091952017066017066017066017066017338017378017378017378017546017769017766017814 E2003091951016260016260016260016260016416016661016660016660016660016660016823017065 E2003091950014706014706014706014706014848015053015053015053015053015053015199015426 E2003091949013669013669013669013669013802014383014383014383014383014383014523014706 E2003091948013141013141013141013141013109013323013323013323013323013323013451013669 E2003091947012338012338012338012338012457012657012657012657012657012657012934013141 E2003091946011728011728011728011728011841012025012025012025012025012025012142012338 E2003091945011047011047011047011047011154011333011333011333011333011333011443011728 E2003091944010509010509010509010509010611010770010770010770010770010770010875011047 E2003091943009995009995009995009995010091010248010248010248010248010248010348010509 E2003091942009435009435009435009435009600009745009745009745009745009745009840009995 E2003091941 009059009196009196009196009196009196009286009435 S2003091970013671013671013671013671013804013870013870013870013870013870 S2003091969013570013570013570013570013437013500013500013500013500013500013607013670 S2003091968015629015629015629015629014337014568014568014568013618013618013497013570 S2003091967 015333015404015405015405015405015405015552015628 E2003101980008551008551008551008551008469008469 E2003101979008709008709008709008709008621008641008641008641008641008641008551008551 E2003101978010748010748009376009376008751008773008775008775008775008775008684008707 E2003101977012017012017012017012017011898011923011921011921011921011921010718010748 E2003101976012206012206012206012206012080012107012105012105012105012105011983012017 E2003101975012398012398012398012398012272012301012301012301012301012301012178012205 E2003101974012596012596012596012596012468012497012497012497012497012497012369012400 E2003101973012956012989012989012989012989013020013146013174013176013176013090012596 E2003101972012588012617012619012619012619012654012777012805012805012805012805012833 E2003101971012630012660012660012660012660012695012606012636012636012636012636012666 E2003101970013700013734013736013736013736013800013936013969013969013969013969014001 E2003101969013727013727013727013727013860013342013471013501013502013502013502013572 E2003101968013128013128013128013128013257013416013414013414013414013414013544013728 E2003101967012586012586012586012586012706012846012845012845012845012845012970013128 E2003101966012813012813012194012194012202012328012327012327012327012327012446012585 E2003101965022280020036020134020132020132017659017659017104017192017192017192012812 E2003101964022234022007022112022110022110022258022258022034022138022138022138022280 E2003101963021522021731021832021829021829021995021995022211022317022317022097022234 E2003101962020675020875021027021024021024021079021079021281021432021433021433021522 E2003101961019718019907020137020136020136020195020195020388020617020615020615020675 E2003101960018850019017019236019236019236019269019269019452019678019679019679019718 E2003101959019153019153019153019153019153018788018788018601018810018810018810018850 E2003101958018312018312018312018312018312018453018672018671018671018671018671018934 E2003101957019956019990019990019990019990020272020508020507020507020507020507018097 E2003101956018679018679018859019383019383019429019429019429019619019848019847019956 E2003101955017753017753017926018157018157018205018205018205018382018629018629018679 E2003101954016886016886017051017269017269017312017312017312017481017716017717017753 E2003101953017814017814016338016541016541016581016581016581016633016843016844016886 E2003101952017066017066017066017066017338017378017378017378017546017769017766017814 E2003101951016260016260016260016260016416016661016660016660016660016660016823017065 E2003101950014706014706014706014706014848015053015053015053015053015053015199015426 E2003101949013669013669013669013669013802014383014383014383014383014383014523014706 E2003101948013141013141013141013141013109013323013323013323013323013323013451013669 E2003101947012338012338012338012338012457012657012657012657012657012657012934013141 E2003101946011728011728011728011728011841012025012025012025012025012025012142012338 E2003101945011047011047011047011047011154011333011333011333011333011333011443011728 E2003101944010509010509010509010509010611010770010770010770010770010770010875011047 E2003101943009995009995009995009995010091010248010248010248010248010248010348010509 E2003101942009435009435009435009435009600009745009745009745009745009745009840009995 E2003101941 009059009196009196009196009196009196009286009435 S2003101970013671013671013671013671013804013870013870013870013870013870 S2003101969013570013570013570013570013437013500013500013500013500013500013607013670 S2003101968015629015629015629015629014337014568014568014568013618013618013497013570 S2003101967 015333015404015405015405015405015405015552015628 E2003111980008551008551008551008551008638008469 E2003111979008709008709008709008709008793008641008641008641008641008641008722008551 E2003111978010748010748009376009376008926008773008775008775008775008775008858008707 E2003111977012017012017012017012017012136011923011921011921011921011921010933010748 E2003111976012206012206012206012206012322012107012105012105012105012105012223012017 E2003111975012398012398012398012398012517012301012301012301012301012301012422012205 E2003111974012596012596012596012596012717012497012497012497012497012497012616012400 E2003111973012956012989012989012989012989013020013146013174013176013176013176012596 E2003111972012588012617012619012619012619012654012777012805012805012805012805012833 E2003111971012630012660012660012660012660012695012606012636012636012636012636012666 E2003111970013700013734013736013736013736013800013936013969013969013969013969014001 E2003111969013727013727013727013727013860013342013471013501013502013502013502013572 E2003111968013128013128013128013128013257013416013414013414013414013414013544013728 E2003111967012586012586012586012586012706012846012845012845012845012845012970013128 E2003111966012813012813012194012194012202012328012327012327012327012327012446012585 E2003111965022280020437020134020132020132017659017659017319017192017192017192012812 E2003111964022234022447022112022110022110022258022258022474022138022138022138022280 E2003111963021522021731021832021829021829021995021995022211022317022317022317022234 E2003111962020675020875021027021024021024021079021079021281021432021433021433021522 E2003111961019718019907020137020136020136020195020195020388020617020615020615020675 E2003111960018850019017019236019236019236019269019269019452019678019679019679019718 E2003111959019153019153019153019153019153018788018788018601018810018810018810018850 E2003111958018312018312018312018312018312018453018672018671018671018671018671018934 E2003111957019956019990019990019990019990020272020508020507020507020507020507018097 E2003111956018679018679018859019383019383019429019429019429019619019848019847019956 E2003111955017753017753017926018157018157018205018205018205018382018629018629018679 E2003111954016886016886017051017269017269017312017312017312017481017716017717017753 E2003111953017814017814016338016541016541016581016581016581016633016843016844016886 E2003111952017066017066017066017066017338017378017378017378017546017769017766017814 E2003111951016260016260016260016260016416016661016660016660016660016660016823017065 E2003111950014706014706014706014706014848015053015053015053015053015053015199015426 E2003111949013669013669013669013669013802014383014383014383014383014383014523014706 E2003111948013141013141013141013141013109013323013323013323013323013323013451013669 E2003111947012338012338012338012338012457012657012657012657012657012657012934013141 E2003111946011728011728011728011728011841012025012025012025012025012025012142012338 E2003111945011047011047011047011047011154011333011333011333011333011333011443011728 E2003111944010509010509010509010509010611010770010770010770010770010770010875011047 E2003111943009995009995009995009995010091010248010248010248010248010248010348010509 E2003111942009435009435009435009435009600009745009745009745009745009745009840009995 E2003111941 009059009196009196009196009196009196009286009435 S2003111970013671013671013671013671013804013870013870013870013870013870 S2003111969013570013570013570013570013437013500013500013500013500013500013607013670 S2003111968015629015629015629015629014337014568014568014568013618013618013497013570 S2003111967 015333015404015405015405015405015405015552015628 N2003062003NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2003062002001307001303001300001296001289001285001282001278001275001271001264001260 N2003062001001375001372001368001363001344001341001337001334001330001325001314001311 N2003062000001451001447001443001438001422001418001415001411001407001403001383001379 N2003061999001515001511001507001502001490001486001482001478001474001469001459001455 N2003061998001610001606001602001598001573001570001553001549001545001540001523001519 N2003061997001620001620001620001620001666001662001657001653001648001644001619001615 N2003061996001697001697001697001697001683001683001658001658001658001658001645001645 N2003061995001847001847001847001847001770001770001743001743001743001743001723001723 N2003061994001931001931001931001931001919001919001890001890001890001890001876001876 N2003061993002258002258002027002027002007002007001977001977001977001977001960001960 N2003061992002396002396002396002396002396002396002326002326002326002326002326002326 N2003061991002541002541002541002541002541002541002467002467002467002467002467002467 N2003061990002644002644002644002644002644002644002592002592002592002592002592002592 N2003061989002751002751002751002751002751002751002697002697002697002697002697002697 N2003061988002862002862002862002862002862002862002806002806002806002806002806002806 N2003061987003016003016003016003016002978002978002930002930002930002930002919002919 N2003061986003446003446003446003446003446003446003378003378003378003378003060003060 N2003061985003598003598003598003598003585003585003515003515003515003515003515003515 N2003061984003952003952003952003952003830003830003772003772003772003772003657003657 N2003061983004716004716004356004356004190004190004128004128004128004128004012004012 N2003061982005143005143005143005143005143005143005042005042005042005042004811004811 N2003061981005589005589005589005589005350005350005245005245005245005245005245005245 N2003061980006281006281006281006281006344006344006219006219006219006219005700005700 N2003072003001260NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2003072002001311001307001303001300001292001289001285001282001278001275001267001264 N2003072001001379001375001372001368001348001344001341001337001334001330001318001314 N2003072000001455001451001447001443001426001422001418001415001411001407001387001383 N2003071999001519001515001511001507001494001490001486001482001478001474001463001459 N2003071998001615001610001606001602001577001573001570001553001549001545001527001523 N2003071997001645001620001620001620001669001666001662001657001653001648001622001619 N2003071996001723001697001697001697001683001683001683001658001658001658001645001645 N2003071995001876001847001847001847001770001770001770001743001743001743001723001723 N2003071994001960001931001931001931001919001919001919001890001890001890001876001876 N2003071993002326002258002027002027002007002007002007001977001977001977001960001960 N2003071992002467002396002396002396002396002396002396002326002326002326002326002326 N2003071991002592002541002541002541002541002541002541002467002467002467002467002467 N2003071990002697002644002644002644002644002644002644002592002592002592002592002592 N2003071989002806002751002751002751002751002751002751002697002697002697002697002697 N2003071988002919002862002862002862002862002862002862002806002806002806002806002806 N2003071987003060003016003016003016002978002978002978002930002930002930002919002919 N2003071986003515003446003446003446003446003446003446003378003378003378003060003060 N2003071985003657003598003598003598003585003585003585003515003515003515003515003515 N2003071984004012003952003952003952003830003830003830003772003772003772003657003657 N2003071983004811004716004356004356004190004190004190004128004128004128004012004012 N2003071982005245005143005143005143005143005143005143005042005042005042004811004811 N2003071981005700005589005589005589005350005350005350005245005245005245005245005245 N2003071980006406006281006281006281006344006344006344006219006219006219005700005700 N2003082003001264NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2003082002001314001311001307001303001296001292001289001285001282001278001270001267 N2003082001001383001379001375001372001352001348001344001341001337001334001321001318 N2003082000001459001455001451001447001430001426001422001418001415001411001390001387 N2003081999001523001519001515001511001498001494001490001486001482001478001466001463 N2003081998001619001615001610001606001580001577001573001570001553001549001531001527 N2003081997001645001645001620001620001673001669001666001662001657001653001626001622 N2003081996001723001723001697001697001683001683001683001683001658001658001645001645 N2003081995001876001876001847001847001770001770001770001770001743001743001723001723 N2003081994001960001960001931001931001919001919001919001919001890001890001876001876 N2003081993002326002326002027002027002007002007002007002007001977001977001960001960 N2003081992002467002467002396002396002396002396002396002396002326002326002326002326 N2003081991002592002592002541002541002541002541002541002541002467002467002467002467 N2003081990002697002697002644002644002644002644002644002644002592002592002592002592 N2003081989002806002806002751002751002751002751002751002751002697002697002697002697 N2003081988002919002919002862002862002862002862002862002862002806002806002806002806 N2003081987003060003060003016003016002978002978002978002978002930002930002919002919 N2003081986003515003515003446003446003446003446003446003446003378003378003060003060 N2003081985003657003657003598003598003585003585003585003585003515003515003515003515 N2003081984004012004012003952003952003830003830003830003830003772003772003657003657 N2003081983004811004811004356004356004190004190004190004190004128004128004012004012 N2003081982005245005245005143005143005143005143005143005143005042005042004811004811 N2003081981005700005700005589005589005350005350005350005350005245005245005245005245 N2003081980006406006406006281006281006344006344006344006344006219006219005700005700 N2003092003001267NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2003092002001318001314001311001307001299001296001292001289001285001282001273001270 N2003092001001387001383001379001375001355001352001348001344001341001337001324001321 N2003092000001463001459001455001451001433001430001426001422001418001415001393001390 N2003091999001527001523001519001515001501001498001494001490001486001482001469001466 N2003091998001622001619001615001610001584001580001577001573001570001553001534001531 N2003091997001645001645001645001620001677001673001669001666001662001657001629001626 N2003091996001723001723001723001697001683001683001683001683001683001658001645001645 N2003091995001876001876001876001847001770001770001770001770001770001743001723001723 N2003091994001960001960001960001931001919001919001919001919001919001890001876001876 N2003091993002326002326002057002027002007002007002007002007002007001977001960001960 N2003091992002467002467002467002396002396002396002396002396002396002326002326002326 N2003091991002592002592002592002541002541002541002541002541002541002467002467002467 N2003091990002697002697002697002644002644002644002644002644002644002592002592002592 N2003091989002806002806002806002751002751002751002751002751002751002697002697002697 N2003091988002919002919002919002862002862002862002862002862002862002806002806002806 N2003091987003060003060003060003016002978002978002978002978002978002930002919002919 N2003091986003515003515003515003446003446003446003446003446003446003378003060003060 N2003091985003657003657003657003598003585003585003585003585003585003515003515003515 N2003091984004012004012004012003952003830003830003830003830003830003772003657003657 N2003091983004811004811004423004356004190004190004190004190004190004128004012004012 N2003091982005245005245005245005143005143005143005143005143005143005042004811004811 N2003091981005700005700005700005589005350005350005350005350005350005245005245005245 N2003091980006406006406006406006281006344006344006344006344006344006219005700005700 N2003102003001270NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2003102002001321001318001314001311001302001299001296001292001289001285001276001273 N2003102001001390001387001383001379001358001355001352001348001344001341001327001324 N2003102000001466001463001459001455001436001433001430001426001422001418001396001393 N2003101999001531001527001523001519001505001501001498001494001490001486001472001469 N2003101998001626001622001619001615001587001584001580001577001573001570001538001534 N2003101997001645001645001645001645001680001677001673001669001666001662001633001629 N2003101996001723001723001723001723001683001683001683001683001683001683001645001645 N2003101995001876001876001876001876001770001770001770001770001770001770001723001723 N2003101994001960001960001960001960001919001919001919001919001919001919001876001876 N2003101993002326002326002057002057002007002007002007002007002007002007001960001960 N2003101992002467002467002467002467002396002396002396002396002396002396002326002326 N2003101991002592002592002592002592002541002541002541002541002541002541002467002467 N2003101990002697002697002697002697002644002644002644002644002644002644002592002592 N2003101989002806002806002806002806002751002751002751002751002751002751002697002697 N2003101988002919002919002919002919002862002862002862002862002862002862002806002806 N2003101987003060003060003060003060002978002978002978002978002978002978002919002919 N2003101986003515003515003515003515003446003446003446003446003446003446003060003060 N2003101985003657003657003657003657003585003585003585003585003585003585003515003515 N2003101984004012004012004012004012003830003830003830003830003830003830003657003657 N2003101983004811004811004423004423004190004190004190004190004190004190004012004012 N2003101982005245005245005245005245005143005143005143005143005143005143004811004811 N2003101981005700005700005700005700005350005350005350005350005350005350005245005245 N2003101980006406006406006406006406006344006344006344006344006344006344005700005700 N2003112003001273NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2003112002001324001321001318001314001305001302001299001296001292001289001278001276 N2003112001001393001390001387001383001361001358001355001352001348001344001330001327 N2003112000001469001466001463001459001439001436001433001430001426001422001399001396 N2003111999001534001531001527001523001508001505001501001498001494001490001476001472 N2003111998001629001626001622001619001591001587001584001580001577001573001551001538 N2003111997001645001645001645001645001684001680001677001673001669001666001636001633 N2003111996001723001723001723001723001704001683001683001683001683001683001666001645 N2003111995001876001876001876001876001792001770001770001770001770001770001745001723 N2003111994001960001960001960001960001944001919001919001919001919001919001899001876 N2003111993002326002326002057002057002032002007002007002007002007002007001986001960 N2003111992002467002467002467002467002467002396002396002396002396002396002396002326 N2003111991002592002592002592002592002592002541002541002541002541002541002541002467 N2003111990002697002697002697002697002697002644002644002644002644002644002644002592 N2003111989002806002806002806002806002806002751002751002751002751002751002751002697 N2003111988002919002919002919002919002919002862002862002862002862002862002862002806 N2003111987003060003060003060003060003037002978002978002978002978002978002978002919 N2003111986003515003515003515003515003515003446003446003446003446003446003103003060 N2003111985003657003657003657003657003657003585003585003585003585003585003585003515 N2003111984004012004012004012004012003885003830003830003830003830003830003730003657 N2003111983004811004811004423004423004242004190004190004190004190004190004062004012 N2003111982005245005245005245005245005245005143005143005143005143005143004907004811 N2003111981005700005700005700005700005457005350005350005350005350005350005350005245 N2003111980006406006406006406006406006470006344006344006344006344006344005814005700 I2003062003NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2003062002002607002598002588002582002570002560002551002541002532002527002534002525 I2003062001002821002808002794002785002740002728002715002703002691002683002627002617 I2003062000003026003012002997002988002970002955002940002926002911002901002849002835 I2003061999003173003158003143003133003123003108003093003079003064003054003056003041 I2003061998 003227003216003203003188 I2003072003002525NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2003072002002617002607002598002588002579002570002560002551002541002532002542002534 I2003072001002835002821002808002794002753002740002728002715002703002691002636002627 I2003072000003041003026003012002997002985002970002955002940002926002911002863002849 I2003071999003188003173003158003143003138003123003108003093003079003064003070003056 I2003071998 003243003227003219003203 I2003082003002534NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2003082002002627002617002607002598002589002579002570002560002551002541002551002542 I2003082001002849002835002821002808002765002753002740002728002715002703002646002636 I2003082000003056003041003026003012003000002985002970002955002940002926002876002863 I2003081999003203003188003173003158003153003138003123003108003093003079003085003070 I2003081998 003258003243003234003219 I2003092003002542NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2003092002002636002627002617002607002601002589002579002570002560002551002562002551 I2003092001002863002849002835002821002780002765002753002740002728002715002658002646 I2003092000003070003056003041003026003018003000002985002970002955002940002893002876 I2003091999003219003203003188003173003171003153003138003123003108003093003103003085 I2003091998 003322003258003252003234 I2003102003002551NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2003102002002646002636002627002617002613002601002589002579002570002560002573002562 I2003102001002876002863002849002835002795002780002765002753002740002728002670002658 I2003102000003085003070003056003041003036003018003000002985002970002955002909002893 I2003101999003234003219003203003188003189003171003153003138003123003108003121003103 I2003101998 003341003322003271003252 I2003112003002562NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2003112002002658002646002636002627002625002613002601002589002579002570002584002573 I2003112001002893002876002863002849002810002795002780002765002753002740002683002670 I2003112000003103003085003070003056003054003036003018003000002985002970002926002909 I2003111999003252003234003219003203003207003189003171003153003138003123003139003121 I2003111998 003360003341003346003271 gbonds-2.0.3/data/gbonds.mime0000664000076400007640000000005111106721200012743 00000000000000application/x-gbonds ext: gbonds gbonds-2.0.3/data/sb199809.asc0000664000076400007640000007705411106721200012437 00000000000000E1998091980007015007015007015006877006947006947 E1998091979007144007144007144007004007072007089007089007089007089006950007015007015 E1998091978008076008076007550007352007179007197007198007198007198007057007124007143 E1998091977009208009208009208008940009028009046009045009045009045008782008053008076 E1998091976009536009536009536009259009346009367009366009366009366009093009181009208 E1998091975009878009878009878009590009682009705009705009705009705009422009514009535 E1998091974010233010233010233009935010030010054010054010054010054009761009855009879 E1998091973010665010692010692010692010692010405010506010529010530010530010530010233 E1998091972010886010912010913010913010913010729010833010857010857010857010857010564 E1998091971011120011145011145011145011145010884010950010970010970010970010970010782 E1998091970012825012857012858012858012858012666012790012820012820012820012820012598 E1998091969013458013458013458013194013321012739012863012891012892012892012892012705 E1998091968013128013128013128013128013257013416013414013414013414013151013279013459 E1998091967012586012586012586012586012706012846012845012845012845012845012970013128 E1998091966012813012813012194012194012202012328012327012327012327012327012446012585 E1998091965016413015055015128015127015127014219013847013772013843013843013843012812 E1998091964016702016862016942016941016941017054016557016718016797016797016797016905 E1998091963016982017147017227017225017225017356016850017015017097017097017097017203 E1998091962017307017475017602017600017600017646017132017296017419017420017420017491 E1998091961017511017679017883017882017882017935017413017579017776017775017775017826 E1998091960017575017744017948017948017948017979017626017794018000018001018001018037 E1998091959018716018716018716018716018349018057017584017686017884017886017886017926 E1998091958018312018312018312018312018312018453018672018671018671018610018245018502 E1998091957019956019990019990019990019990020272020508020507020507020507020507018097 E1998091956018679018679018859019383019383019429019429019429019619019848019847019956 E1998091955017753017753017926018157018157018205018205018205018382018629018629018679 E1998091954016886016886017051017269017269017312017312017312017481017716017717017753 E1998091953017814017814016338016541016541016581016581016581016633016843016844016886 E1998091952017066017066017066017066017338017378017378017378017546017769017766017814 E1998091951016260016260016260016260016416016661016660016660016660016660016823017065 E1998091950014706014706014706014706014848015053015053015053015053015053015199015426 E1998091949013669013669013669013669013802014383014383014383014383014383014523014706 E1998091948013141013141013141013141013109013323013323013323013323013323013451013669 E1998091947012338012338012338012338012457012657012657012657012657012657012934013141 E1998091946011728011728011728011728011841012025012025012025012025012025012142012338 E1998091945011047011047011047011047011154011333011333011333011333011333011443011728 E1998091944010509010509010509010509010611010770010770010770010770010770010875011047 E1998091943009995009995009995009995010091010248010248010248010248010248010348010509 E1998091942009435009435009435009435009600009745009745009745009745009745009840009995 E1998091941 009059009196009196009196009196009196009286009435 S1998091970012882012882012882012630012753012814012814012814012814012562 S1998091969013262013262013262012915012889012954012954012954012954012700012823012881 S1998091968015629015629015629015629014337014568014568014568013618013262013191013262 S1998091967 015333015404015405015405015405015405015552015628 E1998101980007015007015007015007015006947006947 E1998101979007144007144007144007144007072007089007089007089007089007089007015007015 E1998101978008076008076007550007550007179007197007198007198007198007198007124007143 E1998101977009208009208009208009208009028009046009045009045009045009045008053008076 E1998101976009536009536009536009536009346009367009366009366009366009366009181009208 E1998101975009878009878009878009878009682009705009705009705009705009705009514009535 E1998101974010233010233010233010233010030010054010054010054010054010054009855009879 E1998101973010665010692010692010692010692010717010506010529010530010530010530010233 E1998101972010886010912010913010913010913010944010833010857010857010857010857010881 E1998101971011120011145011145011145011145011177010950010970010970010970010970010998 E1998101970012825012857012858012858012858012919012790012820012820012820012820012850 E1998101969013458013458013458013458013321012994012863012891012892012892012892012959 E1998101968013128013128013128013128013257013416013414013414013414013414013279013459 E1998101967012586012586012586012586012706012846012845012845012845012845012970013128 E1998101966012813012813012194012194012202012328012327012327012327012327012446012585 E1998101965016905015055015128015127015127014219014219013772013843013843013843012812 E1998101964017203016862016942016941016941017054017054016718016797016797016797016905 E1998101963017491017147017227017225017225017356017356017015017097017097017097017203 E1998101962017826017475017602017600017600017646017646017296017419017420017420017491 E1998101961018037017679017883017882017882017935017935017579017776017775017775017826 E1998101960017926017744017948017948017948017979017979017794018000018001018001018037 E1998101959018716018716018716018716018716018057018057017686017884017886017886017926 E1998101958018312018312018312018312018312018453018672018671018671018671018610018502 E1998101957019956019990019990019990019990020272020508020507020507020507020507018097 E1998101956018679018679018859019383019383019429019429019429019619019848019847019956 E1998101955017753017753017926018157018157018205018205018205018382018629018629018679 E1998101954016886016886017051017269017269017312017312017312017481017716017717017753 E1998101953017814017814016338016541016541016581016581016581016633016843016844016886 E1998101952017066017066017066017066017338017378017378017378017546017769017766017814 E1998101951016260016260016260016260016416016661016660016660016660016660016823017065 E1998101950014706014706014706014706014848015053015053015053015053015053015199015426 E1998101949013669013669013669013669013802014383014383014383014383014383014523014706 E1998101948013141013141013141013141013109013323013323013323013323013323013451013669 E1998101947012338012338012338012338012457012657012657012657012657012657012934013141 E1998101946011728011728011728011728011841012025012025012025012025012025012142012338 E1998101945011047011047011047011047011154011333011333011333011333011333011443011728 E1998101944010509010509010509010509010611010770010770010770010770010770010875011047 E1998101943009995009995009995009995010091010248010248010248010248010248010348010509 E1998101942009435009435009435009435009600009745009745009745009745009745009840009995 E1998101941 009059009196009196009196009196009196009286009435 S1998101970012882012882012882012882012753012814012814012814012814012814 S1998101969013262013262013262013262012889012954012954012954012954012954012823012881 S1998101968015629015629015629015629014337014568014568014568013618013618013191013262 S1998101967 015333015404015405015405015405015405015552015628 E1998111980007015007015007015007015007086006947 E1998111979007144007144007144007144007214007089007089007089007089007089007155007015 E1998111978008076008076007550007550007322007197007198007198007198007198007266007143 E1998111977009208009208009208009208009299009046009045009045009045009045008295008076 E1998111976009536009536009536009536009627009367009366009366009366009366009457009208 E1998111975009878009878009878009878009973009705009705009705009705009705009800009535 E1998111974010233010233010233010233010331010054010054010054010054010054010150009879 E1998111973010985010692010692010692010692010717010822010529010530010530010530010233 E1998111972011104010912010913010913010913010944011050010857010857010857010857010881 E1998111971011378011145011145011145011145011177011169010970010970010970010970010998 E1998111970013082012857012858012858012858012919013046012820012820012820012820012850 E1998111969013458013458013458013458013588012994013120012891012892012892012892012959 E1998111968013128013128013128013128013257013416013414013414013414013414013544013459 E1998111967012586012586012586012586012706012846012845012845012845012845012970013128 E1998111966012813012813012194012194012202012328012327012327012327012327012446012585 E1998111965016905015507015128015127015127014219014219014092013843013843013843012812 E1998111964017203017368016942016941016941017054017054017220016797016797016797016905 E1998111963017491017661017227017225017225017356017356017526017097017097017097017203 E1998111962017826017999017602017600017600017646017646017815017419017420017420017491 E1998111961018037018210017883017882017882017935017935018107017776017775017775017826 E1998111960017926018099017948017948017948017979017979018150018000018001018001018037 E1998111959018716018716018716018716018716018057018057018039017884017886017886017926 E1998111958018312018312018312018312018312018453018672018671018671018671018671018872 E1998111957019956019990019990019990019990020272020508020507020507020507020507018097 E1998111956018679018679018859019383019383019429019429019429019619019848019847019956 E1998111955017753017753017926018157018157018205018205018205018382018629018629018679 E1998111954016886016886017051017269017269017312017312017312017481017716017717017753 E1998111953017814017814016338016541016541016581016581016581016633016843016844016886 E1998111952017066017066017066017066017338017378017378017378017546017769017766017814 E1998111951016260016260016260016260016416016661016660016660016660016660016823017065 E1998111950014706014706014706014706014848015053015053015053015053015053015199015426 E1998111949013669013669013669013669013802014383014383014383014383014383014523014706 E1998111948013141013141013141013141013109013323013323013323013323013323013451013669 E1998111947012338012338012338012338012457012657012657012657012657012657012934013141 E1998111946011728011728011728011728011841012025012025012025012025012025012142012338 E1998111945011047011047011047011047011154011333011333011333011333011333011443011728 E1998111944010509010509010509010509010611010770010770010770010770010770010875011047 E1998111943009995009995009995009995010091010248010248010248010248010248010348010509 E1998111942009435009435009435009435009600009745009745009745009745009745009840009995 E1998111941 009059009196009196009196009196009196009286009435 S1998111970012882012882012882012882013008012814012814012814012814012814 S1998111969013262013262013262013262013147012954012954012954012954012954013079012881 S1998111968015629015629015629015629014337014568014568014568013618013618013497013262 S1998111967 015333015404015405015405015405015405015552015628 E1998121980007015007015007015007015007086007086 E1998121979007144007144007144007144007214007230007089007089007089007089007155007155 E1998121978008076008076007550007550007322007341007198007198007198007198007266007286 E1998121977009208009208009208009208009299009318009045009045009045009045008295008318 E1998121976009536009536009536009536009627009648009366009366009366009366009457009484 E1998121975009878009878009878009878009973009996009705009705009705009705009800009821 E1998121974010233010233010233010233010331010356010054010054010054010054010150010175 E1998121973010985011013010692010692010692010717010822010845010530010530010530010540 E1998121972011104011130010913010913010913010944011050011074010857010857010857010881 E1998121971011378011404011145011145011145011177011169011189010970010970010970010998 E1998121970013082013114012858012858012858012919013046013077012820012820012820012850 E1998121969013458013458013458013458013588012994013120013149012892012892012892012959 E1998121968013128013128013128013128013257013416013414013414013414013414013544013728 E1998121967012586012586012586012586012706012846012845012845012845012845012970013128 E1998121966012813012813012194012194012202012328012327012327012327012327012446012585 E1998121965016905015507015582015127015127014219014219014092014165013843013843012812 E1998121964017203017368017451016941016941017054017054017220017301016797016797016905 E1998121963017491017661017744017225017225017356017356017526017610017097017097017203 E1998121962017826017999018130017600017600017646017646017815017942017420017420017491 E1998121961018037018210018420017882017882017935017935018107018309017775017775017826 E1998121960017926018099018307017948017948017979017979018150018360018001018001018037 E1998121959019090018716018716018716018716018057018057018039018242017886017886017926 E1998121958018312018312018312018312018312018453018672018671018671018671018671018934 E1998121957019956019990019990019990019990020272020508020507020507020507020507018097 E1998121956018679018679018859019383019383019429019429019429019619019848019847019956 E1998121955017753017753017926018157018157018205018205018205018382018629018629018679 E1998121954016886016886017051017269017269017312017312017312017481017716017717017753 E1998121953017814017814016338016541016541016581016581016581016633016843016844016886 E1998121952017066017066017066017066017338017378017378017378017546017769017766017814 E1998121951016260016260016260016260016416016661016660016660016660016660016823017065 E1998121950014706014706014706014706014848015053015053015053015053015053015199015426 E1998121949013669013669013669013669013802014383014383014383014383014383014523014706 E1998121948013141013141013141013141013109013323013323013323013323013323013451013669 E1998121947012338012338012338012338012457012657012657012657012657012657012934013141 E1998121946011728011728011728011728011841012025012025012025012025012025012142012338 E1998121945011047011047011047011047011154011333011333011333011333011333011443011728 E1998121944010509010509010509010509010611010770010770010770010770010770010875011047 E1998121943009995009995009995009995010091010248010248010248010248010248010348010509 E1998121942009435009435009435009435009600009745009745009745009745009745009840009995 E1998121941 009059009196009196009196009196009196009286009435 S1998121970012882012882012882012882013008013070012814012814012814012814 S1998121969013262013262013262013262013147013213012954012954012954012954013079013139 S1998121968015629015629015629015629014337014568014568014568013618013618013497013570 S1998121967 015333015404015405015405015405015405015552015628 E1999011980007155007015007015007015007086007086 E1999011979007287007144007144007144007214007230007230007089007089007089007155007155 E1999011978008318008076007550007550007322007341007342007198007198007198007266007286 E1999011977009484009208009208009208009299009318009316009045009045009045008295008318 E1999011976009822009536009536009536009627009648009647009366009366009366009457009484 E1999011975010174009878009878009878009973009996009996009705009705009705009800009821 E1999011974010540010233010233010233010331010356010355010054010054010054010150010175 E1999011973010985011013011013010692010692010717010822010845010846010530010530010540 E1999011972011104011130011131010913010913010944011050011074011074010857010857010881 E1999011971011378011404011404011145011145011177011169011189011189010970010970010998 E1999011970013082013114013115012858012858012919013046013077013077012820012820012850 E1999011969013727013458013458013458013588012994013120013149013150012892012892012959 E1999011968013128013128013128013128013257013416013414013414013414013414013544013728 E1999011967012586012586012586012586012706012846012845012845012845012845012970013128 E1999011966012813012813012194012194012202012328012327012327012327012327012446012585 E1999011965016905015507015582015581015127014219014219014092014165014165013843012812 E1999011964017203017368017451017449016941017054017054017220017301017301016797016905 E1999011963017491017661017744017742017225017356017356017526017610017610017097017203 E1999011962017826017999018130018128017600017646017646017815017942017942017420017491 E1999011961018037018210018420018419017882017935017935018107018309018308017775017826 E1999011960017926018099018307018307017948017979017979018150018360018361018001018037 E1999011959019153019090018716018716018716018057018057018039018242018243017886017926 E1999011958018312018312018312018312018312018453018672018671018671018671018671018934 E1999011957019956019990019990019990019990020272020508020507020507020507020507018097 E1999011956018679018679018859019383019383019429019429019429019619019848019847019956 E1999011955017753017753017926018157018157018205018205018205018382018629018629018679 E1999011954016886016886017051017269017269017312017312017312017481017716017717017753 E1999011953017814017814016338016541016541016581016581016581016633016843016844016886 E1999011952017066017066017066017066017338017378017378017378017546017769017766017814 E1999011951016260016260016260016260016416016661016660016660016660016660016823017065 E1999011950014706014706014706014706014848015053015053015053015053015053015199015426 E1999011949013669013669013669013669013802014383014383014383014383014383014523014706 E1999011948013141013141013141013141013109013323013323013323013323013323013451013669 E1999011947012338012338012338012338012457012657012657012657012657012657012934013141 E1999011946011728011728011728011728011841012025012025012025012025012025012142012338 E1999011945011047011047011047011047011154011333011333011333011333011333011443011728 E1999011944010509010509010509010509010611010770010770010770010770010770010875011047 E1999011943009995009995009995009995010091010248010248010248010248010248010348010509 E1999011942009435009435009435009435009600009745009745009745009745009745009840009995 E1999011941 009059009196009196009196009196009196009286009435 S1999011970013140012882012882012882013008013070013070012814012814012814 S1999011969013570013262013262013262013147013213013213012954012954012954013079013139 S1999011968015629015629015629015629014337014568014568014568013618013618013497013570 S1999011967 015333015404015405015405015405015405015552015628 E1999021980007155007155007015007015007086007086 E1999021979007287007287007144007144007214007230007230007230007089007089007155007155 E1999021978008318008318007550007550007322007341007342007342007198007198007266007286 E1999021977009484009484009208009208009299009318009316009316009045009045008295008318 E1999021976009822009822009536009536009627009648009647009647009366009366009457009484 E1999021975010174010174009878009878009973009996009996009996009705009705009800009821 E1999021974010540010540010233010233010331010356010355010355010054010054010150010175 E1999021973010985011013011013011013010692010717010822010845010846010846010530010540 E1999021972011104011130011131011131010913010944011050011074011074011074010857010881 E1999021971011378011404011404011404011145011177011169011189011189011189010970010998 E1999021970013082013114013115013115012858012919013046013077013077013077012820012850 E1999021969013727013727013458013458013588012994013120013149013150013150012892012959 E1999021968013128013128013128013128013257013416013414013414013414013414013544013728 E1999021967012586012586012586012586012706012846012845012845012845012845012970013128 E1999021966012813012813012194012194012202012328012327012327012327012327012446012585 E1999021965016905015507015582015581015581014219014219014092014165014165014165012812 E1999021964017203017368017451017449017449017054017054017220017301017301017301016905 E1999021963017491017661017744017742017742017356017356017526017610017610017610017203 E1999021962017826017999018130018128018128017646017646017815017942017942017942017491 E1999021961018037018210018420018419018419017935017935018107018309018308018308017826 E1999021960017926018099018307018307018307017979017979018150018360018361018361018037 E1999021959019153019153019090018716018716018057018057018039018242018243018243017926 E1999021958018312018312018312018312018312018453018672018671018671018671018671018934 E1999021957019956019990019990019990019990020272020508020507020507020507020507018097 E1999021956018679018679018859019383019383019429019429019429019619019848019847019956 E1999021955017753017753017926018157018157018205018205018205018382018629018629018679 E1999021954016886016886017051017269017269017312017312017312017481017716017717017753 E1999021953017814017814016338016541016541016581016581016581016633016843016844016886 E1999021952017066017066017066017066017338017378017378017378017546017769017766017814 E1999021951016260016260016260016260016416016661016660016660016660016660016823017065 E1999021950014706014706014706014706014848015053015053015053015053015053015199015426 E1999021949013669013669013669013669013802014383014383014383014383014383014523014706 E1999021948013141013141013141013141013109013323013323013323013323013323013451013669 E1999021947012338012338012338012338012457012657012657012657012657012657012934013141 E1999021946011728011728011728011728011841012025012025012025012025012025012142012338 E1999021945011047011047011047011047011154011333011333011333011333011333011443011728 E1999021944010509010509010509010509010611010770010770010770010770010770010875011047 E1999021943009995009995009995009995010091010248010248010248010248010248010348010509 E1999021942009435009435009435009435009600009745009745009745009745009745009840009995 E1999021941 009059009196009196009196009196009196009286009435 S1999021970013140013140012882012882013008013070013070013070012814012814 S1999021969013570013570013262013262013147013213013213013213012954012954013079013139 S1999021968015629015629015629015629014337014568014568014568013618013618013497013570 S1999021967 015333015404015405015405015405015405015552015628 N1998091998001279001273001267NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1998091997001339001339001339001309001328001322001316001310001304001298001290001285 N1998091996001400001400001400001369001366001366001366001366001366001336001339001339 N1998091995001446001441001436001432001437001437001437001437001437001405001400001400 N1998091994001504001499001494001489001485001480001475001470001465001460001455001451 N1998091993001731001731001658001615001617001617001617001617001617001519001514001509 N1998091992001836001836001836001783001783001783001783001783001783001731001731001731 N1998091991001948001948001948001891001891001891001891001891001891001836001836001836 N1998091990002067002067002067002006002006002006002006002006002006001948001948001948 N1998091989002192002192002192002129002129002129002129002129002129002067002067002067 N1998091988002326002326002326002258002258002258002258002258002258002192002192002192 N1998091987002467002467002467002396002396002396002396002396002396002326002326002326 N1998091986002883002883002883002827002827002827002827002827002827002771002467002467 N1998091985003000003000003000002941002941002941002941002941002941002883002883002883 N1998091984003233003233003233003150003086003086003086003086003086003008003000003000 N1998091983003615003615003562003469003374003374003374003374003374003287003233003233 N1998091982004179004179004179004057004057004057004057004057004057003939003615003615 N1998091981004541004541004541004409004304004304004304004304004304004179004179004179 N1998091980005005005005005005004859004907004907004907004907004907004764004541004541 N1998101998001285001279001273001267NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1998101997001339001339001339001339001333001328001322001316001310001304001296001290 N1998101996001400001400001400001400001366001366001366001366001366001366001339001339 N1998101995001451001446001441001436001437001437001437001437001437001437001400001400 N1998101994001509001504001499001494001489001485001480001475001470001465001460001455 N1998101993001731001731001658001658001617001617001617001617001617001617001519001514 N1998101992001836001836001836001836001783001783001783001783001783001783001731001731 N1998101991001948001948001948001948001891001891001891001891001891001891001836001836 N1998101990002067002067002067002067002006002006002006002006002006002006001948001948 N1998101989002192002192002192002192002129002129002129002129002129002129002067002067 N1998101988002326002326002326002326002258002258002258002258002258002258002192002192 N1998101987002467002467002467002467002396002396002396002396002396002396002326002326 N1998101986002883002883002883002883002827002827002827002827002827002827002467002467 N1998101985003000003000003000003000002941002941002941002941002941002941002883002883 N1998101984003233003233003233003233003086003086003086003086003086003086003000003000 N1998101983003615003615003562003562003374003374003374003374003374003374003233003233 N1998101982004179004179004179004179004057004057004057004057004057004057003615003615 N1998101981004541004541004541004541004304004304004304004304004304004304004179004179 N1998101980005005005005005005005005004907004907004907004907004907004907004541004541 N1998111998001290001285001279001273001266NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1998111997001339001339001339001339001339001333001328001322001316001310001301001296 N1998111996001400001400001400001400001397001366001366001366001366001366001369001339 N1998111995001455001451001446001441001469001437001437001437001437001437001431001400 N1998111994001514001509001504001499001494001489001485001480001475001470001465001460 N1998111993001731001731001658001658001656001617001617001617001617001617001617001519 N1998111992001836001836001836001836001836001783001783001783001783001783001783001731 N1998111991001948001948001948001948001948001891001891001891001891001891001891001836 N1998111990002067002067002067002067002067002006002006002006002006002006002006001948 N1998111989002192002192002192002192002192002129002129002129002129002129002129002067 N1998111988002326002326002326002326002326002258002258002258002258002258002258002192 N1998111987002467002467002467002467002467002396002396002396002396002396002396002326 N1998111986002883002883002883002883002883002827002827002827002827002827002541002467 N1998111985003000003000003000003000003000002941002941002941002941002941002941002883 N1998111984003233003233003233003233003161003086003086003086003086003086003060003000 N1998111983003615003615003562003562003451003374003374003374003374003374003311003233 N1998111982004179004179004179004179004179004057004057004057004057004057003723003615 N1998111981004541004541004541004541004433004304004304004304004304004304004304004179 N1998111980005005005005005005005005005055004907004907004907004907004907004677004541 N1998121998001296001290001285001279001271001266NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1998121997001339001339001339001339001344001339001333001328001322001316001307001301 N1998121996001400001400001400001400001397001397001366001366001366001366001369001369 N1998121995001460001455001451001446001469001469001437001437001437001437001431001431 N1998121994001519001514001509001504001499001494001489001485001480001475001470001465 N1998121993001731001731001658001658001656001656001617001617001617001617001617001617 N1998121992001836001836001836001836001836001836001783001783001783001783001783001783 N1998121991001948001948001948001948001948001948001891001891001891001891001891001891 N1998121990002067002067002067002067002067002067002006002006002006002006002006002006 N1998121989002192002192002192002192002192002192002129002129002129002129002129002129 N1998121988002326002326002326002326002326002326002258002258002258002258002258002258 N1998121987002467002467002467002467002467002467002396002396002396002396002396002396 N1998121986002883002883002883002883002883002883002827002827002827002827002541002541 N1998121985003000003000003000003000003000003000002941002941002941002941002941002941 N1998121984003233003233003233003233003161003161003086003086003086003086003060003060 N1998121983003615003615003562003562003451003451003374003374003374003374003311003311 N1998121982004179004179004179004179004179004179004057004057004057004057003723003723 N1998121981004541004541004541004541004433004433004304004304004304004304004304004304 N1998121980005005005005005005005005005055005055004907004907004907004907004677004677 N1999011999NO PAY N1999011998001301001296001290001285001276001271001266NO PAYNO PAYNO PAYNO PAYNO PAY N1999011997001369001339001339001339001350001344001339001333001328001322001312001307 N1999011996001431001400001400001400001397001397001397001366001366001366001369001369 N1999011995001465001460001455001451001469001469001469001437001437001437001431001431 N1999011994001617001519001514001509001504001499001494001489001485001480001475001470 N1999011993001783001731001658001658001656001656001656001617001617001617001617001617 N1999011992001891001836001836001836001836001836001836001783001783001783001783001783 N1999011991002006001948001948001948001948001948001948001891001891001891001891001891 N1999011990002129002067002067002067002067002067002067002006002006002006002006002006 N1999011989002258002192002192002192002192002192002192002129002129002129002129002129 N1999011988002396002326002326002326002326002326002326002258002258002258002258002258 N1999011987002541002467002467002467002467002467002467002396002396002396002396002396 N1999011986002941002883002883002883002883002883002883002827002827002827002541002541 N1999011985003060003000003000003000003000003000003000002941002941002941002941002941 N1999011984003311003233003233003233003161003161003161003086003086003086003060003060 N1999011983003723003615003562003562003451003451003451003374003374003374003311003311 N1999011982004304004179004179004179004179004179004179004057004057004057003723003723 N1999011981004677004541004541004541004433004433004433004304004304004304004304004304 N1999011980005155005005005005005005005055005055005055004907004907004907004677004677 N1999021999NO PAYNO PAY N1999021998001307001301001296001290001282001276001271001266NO PAYNO PAYNO PAYNO PAY N1999021997001369001369001339001339001355001350001344001339001333001328001318001312 N1999021996001431001431001400001400001397001397001397001397001366001366001369001369 N1999021995001470001465001460001455001469001469001469001469001437001437001431001431 N1999021994001617001617001519001514001509001504001499001494001489001485001480001475 N1999021993001783001783001658001658001656001656001656001656001617001617001617001617 N1999021992001891001891001836001836001836001836001836001836001783001783001783001783 N1999021991002006002006001948001948001948001948001948001948001891001891001891001891 N1999021990002129002129002067002067002067002067002067002067002006002006002006002006 N1999021989002258002258002192002192002192002192002192002192002129002129002129002129 N1999021988002396002396002326002326002326002326002326002326002258002258002258002258 N1999021987002541002541002467002467002467002467002467002467002396002396002396002396 N1999021986002941002941002883002883002883002883002883002883002827002827002541002541 N1999021985003060003060003000003000003000003000003000003000002941002941002941002941 N1999021984003311003311003233003233003161003161003161003161003086003086003060003060 N1999021983003723003723003562003562003451003451003451003451003374003374003311003311 N1999021982004304004304004179004179004179004179004179004179004057004057003723003723 N1999021981004677004677004541004541004433004433004433004433004304004304004304004304 N1999021980005155005155005005005005005055005055005055005055004907004907004677004677 gbonds-2.0.3/data/sb200103.asc0000664000076400007640000010556411106721200012377 00000000000000E2001031980007745007745007745007593007670007670 E2001031979007888007888007888007733007808007826007826007826007826007673007745007745 E2001031978009362009362008484008256007926007946007947007947007947007792007865007887 E2001031977010674010674010674010363010466010487010486010486010486010180009336009362 E2001031976011055011055011055010733010835010859010858010858010858010541010644010674 E2001031975011229011229011229011009011115011141011141011141011141010923011030011054 E2001031974011409011409011409011185011292011319011319011319011319011097011203011231 E2001031973011891011921011921011921011921011715011828011854011856011856011856011409 E2001031972012020012048012049012049012049011846011961011987011987011987011987011778 E2001031971012630012660012660012524012524012222012162012191012191012191012191011905 E2001031970013700013734013736013736013736013800013936013969013969013969013969014001 E2001031969013727013727013727013727013860013342013471013501013502013502013502013572 E2001031968013128013128013128013128013257013416013414013414013414013414013544013728 E2001031967012586012586012586012586012706012846012845012845012845012845012970013128 E2001031966012813012813012194012194012202012328012327012327012327012327012446012585 E2001031965019027017453017538017536017536015978015549015476015556015556015556012812 E2001031964019362019547019641019639019639019770019195019381019472019472019472019598 E2001031963019687019878019971019968019968020120019534019725019820019820019820019943 E2001031962019676019866020011020009020009020061019668019856019997019998019998020081 E2001031961019718019907020137019937019937019996019604019792020013020011020011020070 E2001031960018850019017019236019236019236019269019269019452019678019679019679019718 E2001031959019153019153019153019153019153018788018788018601018810018810018810018850 E2001031958018312018312018312018312018312018453018672018671018671018671018671018934 E2001031957019956019990019990019990019990020272020508020507020507020507020507018097 E2001031956018679018679018859019383019383019429019429019429019619019848019847019956 E2001031955017753017753017926018157018157018205018205018205018382018629018629018679 E2001031954016886016886017051017269017269017312017312017312017481017716017717017753 E2001031953017814017814016338016541016541016581016581016581016633016843016844016886 E2001031952017066017066017066017066017338017378017378017378017546017769017766017814 E2001031951016260016260016260016260016416016661016660016660016660016660016823017065 E2001031950014706014706014706014706014848015053015053015053015053015053015199015426 E2001031949013669013669013669013669013802014383014383014383014383014383014523014706 E2001031948013141013141013141013141013109013323013323013323013323013323013451013669 E2001031947012338012338012338012338012457012657012657012657012657012657012934013141 E2001031946011728011728011728011728011841012025012025012025012025012025012142012338 E2001031945011047011047011047011047011154011333011333011333011333011333011443011728 E2001031944010509010509010509010509010611010770010770010770010770010770010875011047 E2001031943009995009995009995009995010091010248010248010248010248010248010348010509 E2001031942009435009435009435009435009600009745009745009745009745009745009840009995 E2001031941 009059009196009196009196009196009196009286009435 S2001031970013671013671013671013671013804013870013870013870013870013870 S2001031969013570013570013570013570013437013500013500013500013500013500013607013670 S2001031968015629015629015629015629014337014568014568014568013618013618013497013570 S2001031967 015333015404015405015405015405015405015552015628 E2001041980007745007745007745007745007670007670 E2001041979007888007888007888007888007808007826007826007826007826007826007745007745 E2001041978009362009362008484008484007926007946007947007947007947007947007865007887 E2001041977010674010674010674010674010466010487010486010486010486010486009336009362 E2001041976011055011055011055011055010835010859010858010858010858010858010644010674 E2001041975011229011229011229011229011115011141011141011141011141011141011030011054 E2001041974011409011409011409011409011292011319011319011319011319011319011203011231 E2001041973011891011921011921011921011921011949011828011854011856011856011856011409 E2001041972012020012048012049012049012049012083011961011987011987011987011987012014 E2001041971012630012660012660012660012524012559012162012191012191012191012191012220 E2001041970013700013734013736013736013736013800013936013969013969013969013969014001 E2001041969013727013727013727013727013860013342013471013501013502013502013502013572 E2001041968013128013128013128013128013257013416013414013414013414013414013544013728 E2001041967012586012586012586012586012706012846012845012845012845012845012970013128 E2001041966012813012813012194012194012202012328012327012327012327012327012446012585 E2001041965019598017453017538017536017536015978015978015476015556015556015556012812 E2001041964019943019547019641019639019639019770019770019381019472019472019472019598 E2001041963020081019878019971019968019968020120020120019725019820019820019820019943 E2001041962020070019866020011020009020009020061020061019856019997019998019998020081 E2001041961019718019907020137020136019937019996019996019792020013020011020011020070 E2001041960018850019017019236019236019236019269019269019452019678019679019679019718 E2001041959019153019153019153019153019153018788018788018601018810018810018810018850 E2001041958018312018312018312018312018312018453018672018671018671018671018671018934 E2001041957019956019990019990019990019990020272020508020507020507020507020507018097 E2001041956018679018679018859019383019383019429019429019429019619019848019847019956 E2001041955017753017753017926018157018157018205018205018205018382018629018629018679 E2001041954016886016886017051017269017269017312017312017312017481017716017717017753 E2001041953017814017814016338016541016541016581016581016581016633016843016844016886 E2001041952017066017066017066017066017338017378017378017378017546017769017766017814 E2001041951016260016260016260016260016416016661016660016660016660016660016823017065 E2001041950014706014706014706014706014848015053015053015053015053015053015199015426 E2001041949013669013669013669013669013802014383014383014383014383014383014523014706 E2001041948013141013141013141013141013109013323013323013323013323013323013451013669 E2001041947012338012338012338012338012457012657012657012657012657012657012934013141 E2001041946011728011728011728011728011841012025012025012025012025012025012142012338 E2001041945011047011047011047011047011154011333011333011333011333011333011443011728 E2001041944010509010509010509010509010611010770010770010770010770010770010875011047 E2001041943009995009995009995009995010091010248010248010248010248010248010348010509 E2001041942009435009435009435009435009600009745009745009745009745009745009840009995 E2001041941 009059009196009196009196009196009196009286009435 S2001041970013671013671013671013671013804013870013870013870013870013870 S2001041969013570013570013570013570013437013500013500013500013500013500013607013670 S2001041968015629015629015629015629014337014568014568014568013618013618013497013570 S2001041967 015333015404015405015405015405015405015552015628 E2001051980007745007745007745007745007824007670 E2001051979007888007888007888007888007964007826007826007826007826007826007900007745 E2001051978009362009362008484008484008084007946007947007947007947007947008023007887 E2001051977010674010674010674010674010780010487010486010486010486010486009616009362 E2001051976011055011055011055011055011160010859010858010858010858010858010963010674 E2001051975011229011229011229011229011337011141011141011141011141011141011251011054 E2001051974011409011409011409011409011518011319011319011319011319011319011427011231 E2001051973012128011921011921011921011921011949012065011854011856011856011856011409 E2001051972012260012048012049012049012049012083012200011987011987011987011987012014 E2001051971012630012660012660012660012660012559012472012191012191012191012191012220 E2001051970013700013734013736013736013736013800013936013969013969013969013969014001 E2001051969013727013727013727013727013860013342013471013501013502013502013502013572 E2001051968013128013128013128013128013257013416013414013414013414013414013544013728 E2001051967012586012586012586012586012706012846012845012845012845012845012970013128 E2001051966012813012813012194012194012202012328012327012327012327012327012446012585 E2001051965019598017976017538017536017536015978015978015870015556015556015556012812 E2001051964019943020134019641019639019639019770019770019963019472019472019472019598 E2001051963020081020276019971019968019968020120020120020317019820019820019820019943 E2001051962020070020264020011020009020009020061020061020253019997019998019998020081 E2001051961019718019907020137020136020136019996019996020187020013020011020011020070 E2001051960018850019017019236019236019236019269019269019452019678019679019679019718 E2001051959019153019153019153019153019153018788018788018601018810018810018810018850 E2001051958018312018312018312018312018312018453018672018671018671018671018671018934 E2001051957019956019990019990019990019990020272020508020507020507020507020507018097 E2001051956018679018679018859019383019383019429019429019429019619019848019847019956 E2001051955017753017753017926018157018157018205018205018205018382018629018629018679 E2001051954016886016886017051017269017269017312017312017312017481017716017717017753 E2001051953017814017814016338016541016541016581016581016581016633016843016844016886 E2001051952017066017066017066017066017338017378017378017378017546017769017766017814 E2001051951016260016260016260016260016416016661016660016660016660016660016823017065 E2001051950014706014706014706014706014848015053015053015053015053015053015199015426 E2001051949013669013669013669013669013802014383014383014383014383014383014523014706 E2001051948013141013141013141013141013109013323013323013323013323013323013451013669 E2001051947012338012338012338012338012457012657012657012657012657012657012934013141 E2001051946011728011728011728011728011841012025012025012025012025012025012142012338 E2001051945011047011047011047011047011154011333011333011333011333011333011443011728 E2001051944010509010509010509010509010611010770010770010770010770010770010875011047 E2001051943009995009995009995009995010091010248010248010248010248010248010348010509 E2001051942009435009435009435009435009600009745009745009745009745009745009840009995 E2001051941 009059009196009196009196009196009196009286009435 S2001051970013671013671013671013671013804013870013870013870013870013870 S2001051969013570013570013570013570013437013500013500013500013500013500013607013670 S2001051968015629015629015629015629014337014568014568014568013618013618013497013570 S2001051967 015333015404015405015405015405015405015552015628 E2001061980007745007745007745007745007824007824 E2001061979007888007888007888007888007964007983007826007826007826007826007900007900 E2001061978009362009362008484008484008084008105007947007947007947007947008023008044 E2001061977010674010674010674010674010780010802010486010486010486010486009616009643 E2001061976011055011055011055011055011160011185010858010858010858010858010963010994 E2001061975011229011229011229011229011337011364011141011141011141011141011251011275 E2001061974011409011409011409011409011518011545011319011319011319011319011427011456 E2001061973012128012159011921011921011921011949012065012091011856011856011856011637 E2001061972012260012289012049012049012049012083012200012227011987011987011987012014 E2001061971012630012660012660012660012660012695012472012502012191012191012191012220 E2001061970013700013734013736013736013736013800013936013969013969013969013969014001 E2001061969013727013727013727013727013860013342013471013501013502013502013502013572 E2001061968013128013128013128013128013257013416013414013414013414013414013544013728 E2001061967012586012586012586012586012706012846012845012845012845012845012970013128 E2001061966012813012813012194012194012202012328012327012327012327012327012446012585 E2001061965019598017976018064017536017536015978015978015870015952015556015556012812 E2001061964019943020134020230019639019639019770019770019963020056019472019472019598 E2001061963020081020276020370019968019968020120020120020317020414019820019820019943 E2001061962020070020264020411020009020009020061020061020253020397019998019998020081 E2001061961019718019907020137020136020136020195019996020187020414020011020011020070 E2001061960018850019017019236019236019236019269019269019452019678019679019679019718 E2001061959019153019153019153019153019153018788018788018601018810018810018810018850 E2001061958018312018312018312018312018312018453018672018671018671018671018671018934 E2001061957019956019990019990019990019990020272020508020507020507020507020507018097 E2001061956018679018679018859019383019383019429019429019429019619019848019847019956 E2001061955017753017753017926018157018157018205018205018205018382018629018629018679 E2001061954016886016886017051017269017269017312017312017312017481017716017717017753 E2001061953017814017814016338016541016541016581016581016581016633016843016844016886 E2001061952017066017066017066017066017338017378017378017378017546017769017766017814 E2001061951016260016260016260016260016416016661016660016660016660016660016823017065 E2001061950014706014706014706014706014848015053015053015053015053015053015199015426 E2001061949013669013669013669013669013802014383014383014383014383014383014523014706 E2001061948013141013141013141013141013109013323013323013323013323013323013451013669 E2001061947012338012338012338012338012457012657012657012657012657012657012934013141 E2001061946011728011728011728011728011841012025012025012025012025012025012142012338 E2001061945011047011047011047011047011154011333011333011333011333011333011443011728 E2001061944010509010509010509010509010611010770010770010770010770010770010875011047 E2001061943009995009995009995009995010091010248010248010248010248010248010348010509 E2001061942009435009435009435009435009600009745009745009745009745009745009840009995 E2001061941 009059009196009196009196009196009196009286009435 S2001061970013671013671013671013671013804013870013870013870013870013870 S2001061969013570013570013570013570013437013500013500013500013500013500013607013670 S2001061968015629015629015629015629014337014568014568014568013618013618013497013570 S2001061967 015333015404015405015405015405015405015552015628 E2001071980007900007745007745007745007824007824 E2001071979008046007888007888007888007964007983007983007826007826007826007900007900 E2001071978009643009362008484008484008084008105008106007947007947007947008023008044 E2001071977010994010674010674010674010780010802010800010486010486010486009616009643 E2001071976011276011055011055011055011160011185011183010858010858010858010963010994 E2001071975011454011229011229011229011337011364011364011141011141011141011251011275 E2001071974011637011409011409011409011518011545011545011319011319011319011427011456 E2001071973012128012159012159011921011921011949012065012091012093011856011856011637 E2001071972012260012289012290012049012049012083012200012227012227011987011987012014 E2001071971012630012660012660012660012660012695012606012502012502012191012191012220 E2001071970013700013734013736013736013736013800013936013969013969013969013969014001 E2001071969013727013727013727013727013860013342013471013501013502013502013502013572 E2001071968013128013128013128013128013257013416013414013414013414013414013544013728 E2001071967012586012586012586012586012706012846012845012845012845012845012970013128 E2001071966012813012813012194012194012202012328012327012327012327012327012446012585 E2001071965019598017976018064018062017536015978015978015870015952015952015556012812 E2001071964019943020134020230020228019639019770019770019963020056020056019472019598 E2001071963020081020276020370020367019968020120020120020317020414020414019820019943 E2001071962020070020264020411020409020009020061020061020253020397020398019998020081 E2001071961019718019907020137020136020136020195020195020187020414020411020011020070 E2001071960018850019017019236019236019236019269019269019452019678019679019679019718 E2001071959019153019153019153019153019153018788018788018601018810018810018810018850 E2001071958018312018312018312018312018312018453018672018671018671018671018671018934 E2001071957019956019990019990019990019990020272020508020507020507020507020507018097 E2001071956018679018679018859019383019383019429019429019429019619019848019847019956 E2001071955017753017753017926018157018157018205018205018205018382018629018629018679 E2001071954016886016886017051017269017269017312017312017312017481017716017717017753 E2001071953017814017814016338016541016541016581016581016581016633016843016844016886 E2001071952017066017066017066017066017338017378017378017378017546017769017766017814 E2001071951016260016260016260016260016416016661016660016660016660016660016823017065 E2001071950014706014706014706014706014848015053015053015053015053015053015199015426 E2001071949013669013669013669013669013802014383014383014383014383014383014523014706 E2001071948013141013141013141013141013109013323013323013323013323013323013451013669 E2001071947012338012338012338012338012457012657012657012657012657012657012934013141 E2001071946011728011728011728011728011841012025012025012025012025012025012142012338 E2001071945011047011047011047011047011154011333011333011333011333011333011443011728 E2001071944010509010509010509010509010611010770010770010770010770010770010875011047 E2001071943009995009995009995009995010091010248010248010248010248010248010348010509 E2001071942009435009435009435009435009600009745009745009745009745009745009840009995 E2001071941 009059009196009196009196009196009196009286009435 S2001071970013671013671013671013671013804013870013870013870013870013870 S2001071969013570013570013570013570013437013500013500013500013500013500013607013670 S2001071968015629015629015629015629014337014568014568014568013618013618013497013570 S2001071967 015333015404015405015405015405015405015552015628 E2001081980007900007900007745007745007824007824 E2001081979008046008046007888007888007964007983007983007983007826007826007900007900 E2001081978009643009643008484008484008084008105008106008106007947007947008023008044 E2001081977010994010994010674010674010780010802010800010800010486010486009616009643 E2001081976011276011276011055011055011160011185011183011183010858010858010963010994 E2001081975011454011454011229011229011337011364011364011364011141011141011251011275 E2001081974011637011637011409011409011518011545011545011545011319011319011427011456 E2001081973012128012159012159012159011921011949012065012091012093012093011856011637 E2001081972012260012289012290012290012049012083012200012227012227012227011987012014 E2001081971012630012660012660012660012660012695012606012636012502012502012191012220 E2001081970013700013734013736013736013736013800013936013969013969013969013969014001 E2001081969013727013727013727013727013860013342013471013501013502013502013502013572 E2001081968013128013128013128013128013257013416013414013414013414013414013544013728 E2001081967012586012586012586012586012706012846012845012845012845012845012970013128 E2001081966012813012813012194012194012202012328012327012327012327012327012446012585 E2001081965019598017976018064018062018062015978015978015870015952015952015952012812 E2001081964019943020134020230020228020228019770019770019963020056020056020056019598 E2001081963020081020276020370020367020367020120020120020317020414020414020414019943 E2001081962020070020264020411020409020409020061020061020253020397020398020398020081 E2001081961019718019907020137020136020136020195020195020388020414020411020411020070 E2001081960018850019017019236019236019236019269019269019452019678019679019679019718 E2001081959019153019153019153019153019153018788018788018601018810018810018810018850 E2001081958018312018312018312018312018312018453018672018671018671018671018671018934 E2001081957019956019990019990019990019990020272020508020507020507020507020507018097 E2001081956018679018679018859019383019383019429019429019429019619019848019847019956 E2001081955017753017753017926018157018157018205018205018205018382018629018629018679 E2001081954016886016886017051017269017269017312017312017312017481017716017717017753 E2001081953017814017814016338016541016541016581016581016581016633016843016844016886 E2001081952017066017066017066017066017338017378017378017378017546017769017766017814 E2001081951016260016260016260016260016416016661016660016660016660016660016823017065 E2001081950014706014706014706014706014848015053015053015053015053015053015199015426 E2001081949013669013669013669013669013802014383014383014383014383014383014523014706 E2001081948013141013141013141013141013109013323013323013323013323013323013451013669 E2001081947012338012338012338012338012457012657012657012657012657012657012934013141 E2001081946011728011728011728011728011841012025012025012025012025012025012142012338 E2001081945011047011047011047011047011154011333011333011333011333011333011443011728 E2001081944010509010509010509010509010611010770010770010770010770010770010875011047 E2001081943009995009995009995009995010091010248010248010248010248010248010348010509 E2001081942009435009435009435009435009600009745009745009745009745009745009840009995 E2001081941 009059009196009196009196009196009196009286009435 S2001081970013671013671013671013671013804013870013870013870013870013870 S2001081969013570013570013570013570013437013500013500013500013500013500013607013670 S2001081968015629015629015629015629014337014568014568014568013618013618013497013570 S2001081967 015333015404015405015405015405015405015552015628 N2001032001NO PAYNO PAYNO PAY N2001032000001313001306001300001294001292001286001280001274001268NO PAYNO PAYNO PAY N2001031999001373001366001360001354001354001348001341001335001329001322001325001319 N2001031998001447001440001433001426001419001413001407001400001394001387001385001379 N2001031997001491001491001491001454001502001495001488001481001474001467001460001453 N2001031996001560001560001560001521001523001523001523001523001523001485001491001491 N2001031995001697001697001697001653001602001602001602001602001602001560001560001560 N2001031994001774001774001774001728001737001737001737001737001737001691001697001697 N2001031993002006002006001862001814001816001816001816001816001816001769001774001774 N2001031992002129002129002129002067002067002067002067002067002067002006002006002006 N2001031991002258002258002258002192002192002192002192002192002192002129002129002129 N2001031990002396002396002396002326002326002326002326002326002326002258002258002258 N2001031989002541002541002541002467002467002467002467002467002467002396002396002396 N2001031988002644002644002644002592002592002592002592002592002592002541002541002541 N2001031987002772002772002772002698002697002697002697002697002697002644002644002644 N2001031986003183003183003183003121003121003121003121003121003121003060002772002772 N2001031985003312003312003312003247003247003247003247003247003247003183003183003183 N2001031984003630003630003630003535003468003468003468003468003468003378003312003312 N2001031983004190004190004002003895003791003791003791003791003791003691003630003630 N2001031982004751004751004751004658004658004658004658004658004658004566004190004190 N2001031981005163005163005163005062004846004846004846004846004846004751004751004751 N2001031980005802005802005802005633005689005689005689005689005689005523005163005163 N2001042001NO PAYNO PAYNO PAYNO PAY N2001042000001319001313001306001300001298001292001286001280001274001268NO PAYNO PAY N2001041999001379001373001366001360001360001354001348001341001335001329001331001325 N2001041998001453001447001440001433001426001419001413001407001400001394001392001385 N2001041997001491001491001491001491001509001502001495001488001481001474001466001460 N2001041996001560001560001560001560001523001523001523001523001523001523001491001491 N2001041995001697001697001697001697001602001602001602001602001602001602001560001560 N2001041994001774001774001774001774001737001737001737001737001737001737001697001697 N2001041993002006002006001862001862001816001816001816001816001816001816001774001774 N2001041992002129002129002129002129002067002067002067002067002067002067002006002006 N2001041991002258002258002258002258002192002192002192002192002192002192002129002129 N2001041990002396002396002396002396002326002326002326002326002326002326002258002258 N2001041989002541002541002541002541002467002467002467002467002467002467002396002396 N2001041988002644002644002644002644002592002592002592002592002592002592002541002541 N2001041987002772002772002772002772002697002697002697002697002697002697002644002644 N2001041986003183003183003183003183003121003121003121003121003121003121002772002772 N2001041985003312003312003312003312003247003247003247003247003247003247003183003183 N2001041984003630003630003630003630003468003468003468003468003468003468003312003312 N2001041983004190004190004002004002003791003791003791003791003791003791003630003630 N2001041982004751004751004751004751004658004658004658004658004658004658004190004190 N2001041981005163005163005163005163004846004846004846004846004846004846004751004751 N2001041980005802005802005802005802005689005689005689005689005689005689005163005163 N2001052001NO PAYNO PAYNO PAYNO PAYNO PAY N2001052000001325001319001313001306001304001298001292001286001280001274001267NO PAY N2001051999001385001379001373001366001367001360001354001348001341001335001337001331 N2001051998001460001453001447001440001432001426001419001413001407001400001398001392 N2001051997001491001491001491001491001516001509001502001495001488001481001473001466 N2001051996001560001560001560001560001564001523001523001523001523001523001531001491 N2001051995001697001697001697001697001644001602001602001602001602001602001601001560 N2001051994001774001774001774001774001782001737001737001737001737001737001742001697 N2001051993002006002006001862001862001863001816001816001816001816001816001820001774 N2001051992002129002129002129002129002129002067002067002067002067002067002067002006 N2001051991002258002258002258002258002258002192002192002192002192002192002192002129 N2001051990002396002396002396002396002396002326002326002326002326002326002326002258 N2001051989002541002541002541002541002541002467002467002467002467002467002467002396 N2001051988002644002644002644002644002644002592002592002592002592002592002592002541 N2001051987002772002772002772002772002761002697002697002697002697002697002697002644 N2001051986003183003183003183003183003183003121003121003121003121003121002844002772 N2001051985003312003312003312003312003312003247003247003247003247003247003247003183 N2001051984003630003630003630003630003559003468003468003468003468003468003391003312 N2001051983004190004190004002004002003885003791003791003791003791003791003727003630 N2001051982004751004751004751004751004751004658004658004658004658004658004316004190 N2001051981005163005163005163005163004943004846004846004846004846004846004846004751 N2001051980005802005802005802005802005860005689005689005689005689005689005266005163 N2001062001NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2001062000001331001325001319001313001310001304001298001292001286001280001273001267 N2001061999001392001385001379001373001373001367001360001354001348001341001343001337 N2001061998001466001460001453001447001439001432001426001419001413001407001404001398 N2001061997001491001491001491001491001522001516001509001502001495001488001480001473 N2001061996001560001560001560001560001564001564001523001523001523001523001531001531 N2001061995001697001697001697001697001644001644001602001602001602001602001601001601 N2001061994001774001774001774001774001782001782001737001737001737001737001742001742 N2001061993002006002006001862001862001863001863001816001816001816001816001820001820 N2001061992002129002129002129002129002129002129002067002067002067002067002067002067 N2001061991002258002258002258002258002258002258002192002192002192002192002192002192 N2001061990002396002396002396002396002396002396002326002326002326002326002326002326 N2001061989002541002541002541002541002541002541002467002467002467002467002467002467 N2001061988002644002644002644002644002644002644002592002592002592002592002592002592 N2001061987002772002772002772002772002761002761002697002697002697002697002697002697 N2001061986003183003183003183003183003183003183003121003121003121003121002844002844 N2001061985003312003312003312003312003312003312003247003247003247003247003247003247 N2001061984003630003630003630003630003559003559003468003468003468003468003391003391 N2001061983004190004190004002004002003885003885003791003791003791003791003727003727 N2001061982004751004751004751004751004751004751004658004658004658004658004316004316 N2001061981005163005163005163005163004943004943004846004846004846004846004846004846 N2001061980005802005802005802005802005860005860005689005689005689005689005266005266 N2001072001001267NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2001072000001337001331001325001319001316001310001304001298001292001286001279001273 N2001071999001398001392001385001379001379001373001367001360001354001348001349001343 N2001071998001473001466001460001453001446001439001432001426001419001413001411001404 N2001071997001531001491001491001491001529001522001516001509001502001495001486001480 N2001071996001601001560001560001560001564001564001564001523001523001523001531001531 N2001071995001742001697001697001697001644001644001644001602001602001602001601001601 N2001071994001820001774001774001774001782001782001782001737001737001737001742001742 N2001071993002067002006001862001862001863001863001863001816001816001816001820001820 N2001071992002192002129002129002129002129002129002129002067002067002067002067002067 N2001071991002326002258002258002258002258002258002258002192002192002192002192002192 N2001071990002467002396002396002396002396002396002396002326002326002326002326002326 N2001071989002592002541002541002541002541002541002541002467002467002467002467002467 N2001071988002697002644002644002644002644002644002644002592002592002592002592002592 N2001071987002844002772002772002772002761002761002761002697002697002697002697002697 N2001071986003247003183003183003183003183003183003183003121003121003121002844002844 N2001071985003391003312003312003312003312003312003312003247003247003247003247003247 N2001071984003727003630003630003630003559003559003559003468003468003468003391003391 N2001071983004316004190004002004002003885003885003885003791003791003791003727003727 N2001071982004846004751004751004751004751004751004751004658004658004658004316004316 N2001071981005266005163005163005163004943004943004943004846004846004846004846004846 N2001071980005919005802005802005802005860005860005860005689005689005689005266005266 N2001082001001273001267NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2001082000001343001337001331001325001322001316001310001304001298001292001285001279 N2001081999001404001398001392001385001385001379001373001367001360001354001356001349 N2001081998001480001473001466001460001452001446001439001432001426001419001417001411 N2001081997001531001531001491001491001536001529001522001516001509001502001493001486 N2001081996001601001601001560001560001564001564001564001564001523001523001531001531 N2001081995001742001742001697001697001644001644001644001644001602001602001601001601 N2001081994001820001820001774001774001782001782001782001782001737001737001742001742 N2001081993002067002067001862001862001863001863001863001863001816001816001820001820 N2001081992002192002192002129002129002129002129002129002129002067002067002067002067 N2001081991002326002326002258002258002258002258002258002258002192002192002192002192 N2001081990002467002467002396002396002396002396002396002396002326002326002326002326 N2001081989002592002592002541002541002541002541002541002541002467002467002467002467 N2001081988002697002697002644002644002644002644002644002644002592002592002592002592 N2001081987002844002844002772002772002761002761002761002761002697002697002697002697 N2001081986003247003247003183003183003183003183003183003183003121003121002844002844 N2001081985003391003391003312003312003312003312003312003312003247003247003247003247 N2001081984003727003727003630003630003559003559003559003559003468003468003391003391 N2001081983004316004316004002004002003885003885003885003885003791003791003727003727 N2001081982004846004846004751004751004751004751004751004751004658004658004316004316 N2001081981005266005266005163005163004943004943004943004943004846004846004846004846 N2001081980005919005919005802005802005860005860005860005860005689005689005266005266 I2001032001NO PAYNO PAYNO PAY I2001032000002665002649002634002618002608002594002578002562002546NO PAYNO PAYNO PAY I2001031999002799002783002766002750002760002746002730002714002698002682002695002681 I2001031998 002836002819002831002816 I2001042001NO PAYNO PAYNO PAYNO PAY I2001042000002681002665002649002634002623002608002594002578002562002546NO PAYNO PAY I2001041999002816002799002783002766002775002760002746002730002714002698002710002695 I2001041998 002853002836002846002831 I2001052001NO PAYNO PAYNO PAYNO PAYNO PAY I2001052000002695002681002665002649002637002623002608002594002578002562002540NO PAY I2001051999002831002816002799002783002790002775002760002746002730002714002724002710 I2001051998 002870002853002861002846 I2001062001NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2001062000002710002695002681002665002652002637002623002608002594002578002554002540 I2001061999002846002831002816002799002804002790002775002760002746002730002739002724 I2001061998 002887002870002876002861 I2001072001002540NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2001072000002724002710002695002681002666002652002637002623002608002594002567002554 I2001071999002861002846002831002816002819002804002790002775002760002746002753002739 I2001071998 002902002887002891002876 I2001082001002554002540NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2001082000002739002724002710002695002681002666002652002637002623002608002581002567 I2001081999002876002861002846002831002834002819002804002790002775002760002768002753 I2001081998 002918002902002906002891 gbonds-2.0.3/data/gbonds.xml.in0000664000076400007640000000041011106721200013220 00000000000000 <_comment>GBonds Project File gbonds-2.0.3/data/gbonds.applications0000664000076400007640000000024611106721200014510 00000000000000gbonds command=gbonds name=GBonds can_open_multiple_files=true expects_uris=false requires_terminal=false mime_types=application/x-gbonds uses_gnomevfs=false gbonds-2.0.3/data/sb199903.asc0000664000076400007640000010157411106721200012425 00000000000000E1999031980007155007155007155007015007086007086 E1999031979007287007287007287007144007214007230007230007230007230007089007155007155 E1999031978008318008318007725007550007322007341007342007342007342007198007266007286 E1999031977009484009484009484009208009299009318009316009316009316009045008295008318 E1999031976009822009822009822009536009627009648009647009647009647009366009457009484 E1999031975010174010174010174009878009973009996009996009996009996009705009800009821 E1999031974010540010540010540010233010331010356010355010355010355010054010150010175 E1999031973010985011013011013011013011013010717010822010845010846010846010846010540 E1999031972011104011130011131011131011131010944011050011074011074011074011074010881 E1999031971011378011404011404011404011404011177011169011189011189011189011189010998 E1999031970013082013114013115013115013115012919013046013077013077013077013077012850 E1999031969013727013727013727013458013588012994013120013149013150013150013150012959 E1999031968013128013128013128013128013257013416013414013414013414013414013544013728 E1999031967012586012586012586012586012706012846012845012845012845012845012970013128 E1999031966012813012813012194012194012202012328012327012327012327012327012446012585 E1999031965016905015507015582015581015581014549014219014092014165014165014165012812 E1999031964017203017368017451017449017449017566017054017220017301017301017301017412 E1999031963017491017661017744017742017742017876017356017526017610017610017610017719 E1999031962017826017999018130018128018128018175017646017815017942017942017942018016 E1999031961018037018210018420018419018419018473017935018107018309018308018308018361 E1999031960017926018099018307018307018307018338017979018150018360018361018361018398 E1999031959019153019153019153019090018716018476018057018039018242018243018243018285 E1999031958018312018312018312018312018312018453018672018671018671018671018671018934 E1999031957019956019990019990019990019990020272020508020507020507020507020507018097 E1999031956018679018679018859019383019383019429019429019429019619019848019847019956 E1999031955017753017753017926018157018157018205018205018205018382018629018629018679 E1999031954016886016886017051017269017269017312017312017312017481017716017717017753 E1999031953017814017814016338016541016541016581016581016581016633016843016844016886 E1999031952017066017066017066017066017338017378017378017378017546017769017766017814 E1999031951016260016260016260016260016416016661016660016660016660016660016823017065 E1999031950014706014706014706014706014848015053015053015053015053015053015199015426 E1999031949013669013669013669013669013802014383014383014383014383014383014523014706 E1999031948013141013141013141013141013109013323013323013323013323013323013451013669 E1999031947012338012338012338012338012457012657012657012657012657012657012934013141 E1999031946011728011728011728011728011841012025012025012025012025012025012142012338 E1999031945011047011047011047011047011154011333011333011333011333011333011443011728 E1999031944010509010509010509010509010611010770010770010770010770010770010875011047 E1999031943009995009995009995009995010091010248010248010248010248010248010348010509 E1999031942009435009435009435009435009600009745009745009745009745009745009840009995 E1999031941 009059009196009196009196009196009196009286009435 S1999031970013140013140013140012882013008013070013070013070013070012814 S1999031969013570013570013570013262013147013213013213013213013213012954013079013139 S1999031968015629015629015629015629014337014568014568014568013618013618013497013570 S1999031967 015333015404015405015405015405015405015552015628 E1999041980007155007155007155007155007086007086 E1999041979007287007287007287007287007214007230007230007230007230007230007155007155 E1999041978008318008318007725007725007322007341007342007342007342007342007266007286 E1999041977009484009484009484009484009299009318009316009316009316009316008295008318 E1999041976009822009822009822009822009627009648009647009647009647009647009457009484 E1999041975010174010174010174010174009973009996009996009996009996009996009800009821 E1999041974010540010540010540010540010331010356010355010355010355010355010150010175 E1999041973010985011013011013011013011013011039010822010845010846010846010846010540 E1999041972011104011130011131011131011131011162011050011074011074011074011074011099 E1999041971011378011404011404011404011404011436011169011189011189011189011189011218 E1999041970013082013114013115013115013115013177013046013077013077013077013077013107 E1999041969013727013727013727013727013588013254013120013149013150013150013150013218 E1999041968013128013128013128013128013257013416013414013414013414013414013544013728 E1999041967012586012586012586012586012706012846012845012845012845012845012970013128 E1999041966012813012813012194012194012202012328012327012327012327012327012446012585 E1999041965017412015507015582015581015581014549014549014092014165014165014165012812 E1999041964017719017368017451017449017449017566017566017220017301017301017301017412 E1999041963018016017661017744017742017742017876017876017526017610017610017610017719 E1999041962018361017999018130018128018128018175018175017815017942017942017942018016 E1999041961018398018210018420018419018419018473018473018107018309018308018308018361 E1999041960018285018099018307018307018307018338018338018150018360018361018361018398 E1999041959019153019153019153019153019090018476018476018039018242018243018243018285 E1999041958018312018312018312018312018312018453018672018671018671018671018671018934 E1999041957019956019990019990019990019990020272020508020507020507020507020507018097 E1999041956018679018679018859019383019383019429019429019429019619019848019847019956 E1999041955017753017753017926018157018157018205018205018205018382018629018629018679 E1999041954016886016886017051017269017269017312017312017312017481017716017717017753 E1999041953017814017814016338016541016541016581016581016581016633016843016844016886 E1999041952017066017066017066017066017338017378017378017378017546017769017766017814 E1999041951016260016260016260016260016416016661016660016660016660016660016823017065 E1999041950014706014706014706014706014848015053015053015053015053015053015199015426 E1999041949013669013669013669013669013802014383014383014383014383014383014523014706 E1999041948013141013141013141013141013109013323013323013323013323013323013451013669 E1999041947012338012338012338012338012457012657012657012657012657012657012934013141 E1999041946011728011728011728011728011841012025012025012025012025012025012142012338 E1999041945011047011047011047011047011154011333011333011333011333011333011443011728 E1999041944010509010509010509010509010611010770010770010770010770010770010875011047 E1999041943009995009995009995009995010091010248010248010248010248010248010348010509 E1999041942009435009435009435009435009600009745009745009745009745009745009840009995 E1999041941 009059009196009196009196009196009196009286009435 S1999041970013140013140013140013140013008013070013070013070013070013070 S1999041969013570013570013570013570013147013213013213013213013213013213013079013139 S1999041968015629015629015629015629014337014568014568014568013618013618013497013570 S1999041967 015333015404015405015405015405015405015552015628 E1999051980007155007155007155007155007228007086 E1999051979007287007287007287007287007358007230007230007230007230007230007298007155 E1999051978008318008318007725007725007469007341007342007342007342007342007412007286 E1999051977009484009484009484009484009578009318009316009316009316009316008544008318 E1999051976009822009822009822009822009915009648009647009647009647009647009740009484 E1999051975010174010174010174010174010272009996009996009996009996009996010094009821 E1999051974010540010540010540010540010641010356010355010355010355010355010455010175 E1999051973011205011013011013011013011013011039011146010845010846010846010846010540 E1999051972011326011130011131011131011131011162011271011074011074011074011074011099 E1999051971011634011404011404011404011404011436011393011189011189011189011189011218 E1999051970013343013114013115013115013115013177013307013077013077013077013077013107 E1999051969013727013727013727013727013860013254013383013149013150013150013150013218 E1999051968013128013128013128013128013257013416013414013414013414013414013544013728 E1999051967012586012586012586012586012706012846012845012845012845012845012970013128 E1999051966012813012813012194012194012202012328012327012327012327012327012446012585 E1999051965017412015972015582015581015581014549014549014409014165014165014165012812 E1999051964017719017889017451017449017449017566017566017737017301017301017301017412 E1999051963018016018191017744017742017742017876017876018051017610017610017610017719 E1999051962018361018539018130018128018128018175018175018350017942017942017942018016 E1999051961018398018574018420018419018419018473018473018650018309018308018308018361 E1999051960018285018461018307018307018307018338018338018513018360018361018361018398 E1999051959019153019153019153019153019153018476018476018400018242018243018243018285 E1999051958018312018312018312018312018312018453018672018671018671018671018671018934 E1999051957019956019990019990019990019990020272020508020507020507020507020507018097 E1999051956018679018679018859019383019383019429019429019429019619019848019847019956 E1999051955017753017753017926018157018157018205018205018205018382018629018629018679 E1999051954016886016886017051017269017269017312017312017312017481017716017717017753 E1999051953017814017814016338016541016541016581016581016581016633016843016844016886 E1999051952017066017066017066017066017338017378017378017378017546017769017766017814 E1999051951016260016260016260016260016416016661016660016660016660016660016823017065 E1999051950014706014706014706014706014848015053015053015053015053015053015199015426 E1999051949013669013669013669013669013802014383014383014383014383014383014523014706 E1999051948013141013141013141013141013109013323013323013323013323013323013451013669 E1999051947012338012338012338012338012457012657012657012657012657012657012934013141 E1999051946011728011728011728011728011841012025012025012025012025012025012142012338 E1999051945011047011047011047011047011154011333011333011333011333011333011443011728 E1999051944010509010509010509010509010611010770010770010770010770010770010875011047 E1999051943009995009995009995009995010091010248010248010248010248010248010348010509 E1999051942009435009435009435009435009600009745009745009745009745009745009840009995 E1999051941 009059009196009196009196009196009196009286009435 S1999051970013140013140013140013140013268013070013070013070013070013070 S1999051969013570013570013570013570013437013213013213013213013213013213013341013139 S1999051968015629015629015629015629014337014568014568014568013618013618013497013570 S1999051967 015333015404015405015405015405015405015552015628 E1999061980007155007155007155007155007228007228 E1999061979007287007287007287007287007358007375007230007230007230007230007298007298 E1999061978008318008318007725007725007469007488007342007342007342007342007412007432 E1999061977009484009484009484009484009578009597009316009316009316009316008544008567 E1999061976009822009822009822009822009915009938009647009647009647009647009740009768 E1999061975010174010174010174010174010272010296009996009996009996009996010094010116 E1999061974010540010540010540010540010641010666010355010355010355010355010455010480 E1999061973011205011233011013011013011013011039011146011170010846010846010846010751 E1999061972011326011353011131011131011131011162011271011296011074011074011074011099 E1999061971011634011661011404011404011404011436011393011413011189011189011189011218 E1999061970013343013376013115013115013115013177013307013338013077013077013077013107 E1999061969013727013727013727013727013860013342013383013412013150013150013150013218 E1999061968013128013128013128013128013257013416013414013414013414013414013544013728 E1999061967012586012586012586012586012706012846012845012845012845012845012970013128 E1999061966012813012813012194012194012202012328012327012327012327012327012446012585 E1999061965017412015972016050015581015581014549014549014409014483014165014165012812 E1999061964017719017889017974017449017449017566017566017737017820017301017301017412 E1999061963018016018191018276017742017742017876017876018051018138017610017610017719 E1999061962018361018539018674018128018128018175018175018350018480017942017942018016 E1999061961018398018574018788018419018419018473018473018650018859018308018308018361 E1999061960018285018461018673018307018307018338018338018513018727018361018361018398 E1999061959019153019153019153019153019153018788018476018400018607018243018243018285 E1999061958018312018312018312018312018312018453018672018671018671018671018671018934 E1999061957019956019990019990019990019990020272020508020507020507020507020507018097 E1999061956018679018679018859019383019383019429019429019429019619019848019847019956 E1999061955017753017753017926018157018157018205018205018205018382018629018629018679 E1999061954016886016886017051017269017269017312017312017312017481017716017717017753 E1999061953017814017814016338016541016541016581016581016581016633016843016844016886 E1999061952017066017066017066017066017338017378017378017378017546017769017766017814 E1999061951016260016260016260016260016416016661016660016660016660016660016823017065 E1999061950014706014706014706014706014848015053015053015053015053015053015199015426 E1999061949013669013669013669013669013802014383014383014383014383014383014523014706 E1999061948013141013141013141013141013109013323013323013323013323013323013451013669 E1999061947012338012338012338012338012457012657012657012657012657012657012934013141 E1999061946011728011728011728011728011841012025012025012025012025012025012142012338 E1999061945011047011047011047011047011154011333011333011333011333011333011443011728 E1999061944010509010509010509010509010611010770010770010770010770010770010875011047 E1999061943009995009995009995009995010091010248010248010248010248010248010348010509 E1999061942009435009435009435009435009600009745009745009745009745009745009840009995 E1999061941 009059009196009196009196009196009196009286009435 S1999061970013140013140013140013140013268013331013070013070013070013070 S1999061969013570013570013570013570013437013500013213013213013213013213013341013402 S1999061968015629015629015629015629014337014568014568014568013618013618013497013570 S1999061967 015333015404015405015405015405015405015552015628 E1999071980007298007155007155007155007228007228 E1999071979007433007287007287007287007358007375007375007230007230007230007298007298 E1999071978008567008318007725007725007469007488007489007342007342007342007412007432 E1999071977009768009484009484009484009578009597009596009316009316009316008544008567 E1999071976010117009822009822009822009915009938009936009647009647009647009740009768 E1999071975010479010174010174010174010272010296010296009996009996009996010094010116 E1999071974010751010540010540010540010641010666010666010355010355010355010455010480 E1999071973011205011233011233011013011013011039011146011170011172010846010846010751 E1999071972011326011353011354011131011131011162011271011296011296011074011074011099 E1999071971011634011661011661011404011404011436011393011413011413011189011189011218 E1999071970013343013376013378013115013115013177013307013338013338013077013077013107 E1999071969013727013727013727013727013860013342013471013412013413013150013150013218 E1999071968013128013128013128013128013257013416013414013414013414013414013544013728 E1999071967012586012586012586012586012706012846012845012845012845012845012970013128 E1999071966012813012813012194012194012202012328012327012327012327012327012446012585 E1999071965017412015972016050016048015581014549014549014409014483014483014165012812 E1999071964017719017889017974017973017449017566017566017737017820017820017301017412 E1999071963018016018191018276018274017742017876017876018051018138018138017610017719 E1999071962018361018539018674018672018128018175018175018350018480018480017942018016 E1999071961018398018574018788018787018419018473018473018650018859018857018308018361 E1999071960018285018461018673018673018307018338018338018513018727018728018361018398 E1999071959019153019153019153019153019153018788018788018400018607018608018243018285 E1999071958018312018312018312018312018312018453018672018671018671018671018671018934 E1999071957019956019990019990019990019990020272020508020507020507020507020507018097 E1999071956018679018679018859019383019383019429019429019429019619019848019847019956 E1999071955017753017753017926018157018157018205018205018205018382018629018629018679 E1999071954016886016886017051017269017269017312017312017312017481017716017717017753 E1999071953017814017814016338016541016541016581016581016581016633016843016844016886 E1999071952017066017066017066017066017338017378017378017378017546017769017766017814 E1999071951016260016260016260016260016416016661016660016660016660016660016823017065 E1999071950014706014706014706014706014848015053015053015053015053015053015199015426 E1999071949013669013669013669013669013802014383014383014383014383014383014523014706 E1999071948013141013141013141013141013109013323013323013323013323013323013451013669 E1999071947012338012338012338012338012457012657012657012657012657012657012934013141 E1999071946011728011728011728011728011841012025012025012025012025012025012142012338 E1999071945011047011047011047011047011154011333011333011333011333011333011443011728 E1999071944010509010509010509010509010611010770010770010770010770010770010875011047 E1999071943009995009995009995009995010091010248010248010248010248010248010348010509 E1999071942009435009435009435009435009600009745009745009745009745009745009840009995 E1999071941 009059009196009196009196009196009196009286009435 S1999071970013403013140013140013140013268013331013331013070013070013070 S1999071969013570013570013570013570013437013500013500013213013213013213013341013402 S1999071968015629015629015629015629014337014568014568014568013618013618013497013570 S1999071967 015333015404015405015405015405015405015552015628 E1999081980007298007298007155007155007228007228 E1999081979007433007433007287007287007358007375007375007375007230007230007298007298 E1999081978008567008567007725007725007469007488007489007489007342007342007412007432 E1999081977009768009768009484009484009578009597009596009596009316009316008544008567 E1999081976010117010117009822009822009915009938009936009936009647009647009740009768 E1999081975010479010479010174010174010272010296010296010296009996009996010094010116 E1999081974010751010751010540010540010641010666010666010666010355010355010455010480 E1999081973011205011233011233011233011013011039011146011170011172011172010846010751 E1999081972011326011353011354011354011131011162011271011296011296011296011074011099 E1999081971011634011661011661011661011404011436011393011413011413011413011189011218 E1999081970013343013376013378013378013115013177013307013338013338013338013077013107 E1999081969013727013727013727013727013860013342013471013501013413013413013150013218 E1999081968013128013128013128013128013257013416013414013414013414013414013544013728 E1999081967012586012586012586012586012706012846012845012845012845012845012970013128 E1999081966012813012813012194012194012202012328012327012327012327012327012446012585 E1999081965017412015972016050016048016048014549014549014409014483014483014483012812 E1999081964017719017889017974017973017973017566017566017737017820017820017820017412 E1999081963018016018191018276018274018274017876017876018051018138018138018138017719 E1999081962018361018539018674018672018672018175018175018350018480018480018480018016 E1999081961018398018574018788018787018787018473018473018650018859018857018857018361 E1999081960018285018461018673018673018673018338018338018513018727018728018728018398 E1999081959019153019153019153019153019153018788018788018601018607018608018608018285 E1999081958018312018312018312018312018312018453018672018671018671018671018671018934 E1999081957019956019990019990019990019990020272020508020507020507020507020507018097 E1999081956018679018679018859019383019383019429019429019429019619019848019847019956 E1999081955017753017753017926018157018157018205018205018205018382018629018629018679 E1999081954016886016886017051017269017269017312017312017312017481017716017717017753 E1999081953017814017814016338016541016541016581016581016581016633016843016844016886 E1999081952017066017066017066017066017338017378017378017378017546017769017766017814 E1999081951016260016260016260016260016416016661016660016660016660016660016823017065 E1999081950014706014706014706014706014848015053015053015053015053015053015199015426 E1999081949013669013669013669013669013802014383014383014383014383014383014523014706 E1999081948013141013141013141013141013109013323013323013323013323013323013451013669 E1999081947012338012338012338012338012457012657012657012657012657012657012934013141 E1999081946011728011728011728011728011841012025012025012025012025012025012142012338 E1999081945011047011047011047011047011154011333011333011333011333011333011443011728 E1999081944010509010509010509010509010611010770010770010770010770010770010875011047 E1999081943009995009995009995009995010091010248010248010248010248010248010348010509 E1999081942009435009435009435009435009600009745009745009745009745009745009840009995 E1999081941 009059009196009196009196009196009196009286009435 S1999081970013403013403013140013140013268013331013331013331013070013070 S1999081969013570013570013570013570013437013500013500013500013213013213013341013402 S1999081968015629015629015629015629014337014568014568014568013618013618013497013570 S1999081967 015333015404015405015405015405015405015552015628 N1999031999NO PAYNO PAYNO PAY N1999031998001312001307001301001296001287001282001276001271001266NO PAYNO PAYNO PAY N1999031997001369001369001369001339001360001355001350001344001339001333001323001318 N1999031996001431001431001431001400001397001397001397001397001397001366001369001369 N1999031995001475001470001465001460001469001469001469001469001469001437001431001431 N1999031994001617001617001617001519001514001509001504001499001494001489001485001480 N1999031993001783001783001697001658001656001656001656001656001656001617001617001617 N1999031992001891001891001891001836001836001836001836001836001836001783001783001783 N1999031991002006002006002006001948001948001948001948001948001948001891001891001891 N1999031990002129002129002129002067002067002067002067002067002067002006002006002006 N1999031989002258002258002258002192002192002192002192002192002192002129002129002129 N1999031988002396002396002396002326002326002326002326002326002326002258002258002258 N1999031987002541002541002541002467002467002467002467002467002467002396002396002396 N1999031986002941002941002941002883002883002883002883002883002883002827002541002541 N1999031985003060003060003060003000003000003000003000003000003000002941002941002941 N1999031984003311003311003311003233003161003161003161003161003161003086003060003060 N1999031983003723003723003644003562003451003451003451003451003451003374003311003311 N1999031982004304004304004304004179004179004179004179004179004179004057003723003723 N1999031981004677004677004677004541004433004433004433004433004433004304004304004304 N1999031980005155005155005155005005005055005055005055005055005055004907004677004677 N1999041999NO PAYNO PAYNO PAYNO PAY N1999041998001318001312001307001301001292001287001282001276001271001266NO PAYNO PAY N1999041997001369001369001369001369001365001360001355001350001344001339001328001323 N1999041996001431001431001431001431001397001397001397001397001397001397001369001369 N1999041995001480001475001470001465001469001469001469001469001469001469001431001431 N1999041994001617001617001617001617001519001514001509001504001499001494001489001485 N1999041993001783001783001697001697001656001656001656001656001656001656001617001617 N1999041992001891001891001891001891001836001836001836001836001836001836001783001783 N1999041991002006002006002006002006001948001948001948001948001948001948001891001891 N1999041990002129002129002129002129002067002067002067002067002067002067002006002006 N1999041989002258002258002258002258002192002192002192002192002192002192002129002129 N1999041988002396002396002396002396002326002326002326002326002326002326002258002258 N1999041987002541002541002541002541002467002467002467002467002467002467002396002396 N1999041986002941002941002941002941002883002883002883002883002883002883002541002541 N1999041985003060003060003060003060003000003000003000003000003000003000002941002941 N1999041984003311003311003311003311003161003161003161003161003161003161003060003060 N1999041983003723003723003644003644003451003451003451003451003451003451003311003311 N1999041982004304004304004304004304004179004179004179004179004179004179003723003723 N1999041981004677004677004677004677004433004433004433004433004433004433004304004304 N1999041980005155005155005155005155005055005055005055005055005055005055004677004677 N1999051999NO PAYNO PAYNO PAYNO PAYNO PAY N1999051998001323001318001312001307001297001292001287001282001276001271001264NO PAY N1999051997001369001369001369001369001370001365001360001355001350001344001333001328 N1999051996001431001431001431001431001425001397001397001397001397001397001396001369 N1999051995001485001480001475001470001498001469001469001469001469001469001460001431 N1999051994001617001617001617001617001618001519001514001509001504001499001494001489 N1999051993001783001783001697001697001691001656001656001656001656001656001652001617 N1999051992001891001891001891001891001891001836001836001836001836001836001836001783 N1999051991002006002006002006002006002006001948001948001948001948001948001948001891 N1999051990002129002129002129002129002129002067002067002067002067002067002067002006 N1999051989002258002258002258002258002258002192002192002192002192002192002192002129 N1999051988002396002396002396002396002396002326002326002326002326002326002326002258 N1999051987002541002541002541002541002541002467002467002467002467002467002467002396 N1999051986002941002941002941002941002941002883002883002883002883002883002592002541 N1999051985003060003060003060003060003060003000003000003000003000003000003000002941 N1999051984003311003311003311003311003230003161003161003161003161003161003121003060 N1999051983003723003723003644003644003528003451003451003451003451003451003385003311 N1999051982004304004304004304004304004304004179004179004179004179004179003835003723 N1999051981004677004677004677004677004566004433004433004433004433004433004433004304 N1999051980005155005155005155005155005206005055005055005055005055005055004817004677 N1999061999NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1999061998001328001323001318001312001302001297001292001287001282001276001269001264 N1999061997001369001369001369001369001376001370001365001360001355001350001338001333 N1999061996001431001431001431001431001425001425001397001397001397001397001396001396 N1999061995001489001485001480001475001498001498001469001469001469001469001460001460 N1999061994001617001617001617001617001618001618001519001514001509001504001499001494 N1999061993001783001783001697001697001691001691001656001656001656001656001652001652 N1999061992001891001891001891001891001891001891001836001836001836001836001836001836 N1999061991002006002006002006002006002006002006001948001948001948001948001948001948 N1999061990002129002129002129002129002129002129002067002067002067002067002067002067 N1999061989002258002258002258002258002258002258002192002192002192002192002192002192 N1999061988002396002396002396002396002396002396002326002326002326002326002326002326 N1999061987002541002541002541002541002541002541002467002467002467002467002467002467 N1999061986002941002941002941002941002941002941002883002883002883002883002592002592 N1999061985003060003060003060003060003060003060003000003000003000003000003000003000 N1999061984003311003311003311003311003230003230003161003161003161003161003121003121 N1999061983003723003723003644003644003528003528003451003451003451003451003385003385 N1999061982004304004304004304004304004304004304004179004179004179004179003835003835 N1999061981004677004677004677004677004566004566004433004433004433004433004433004433 N1999061980005155005155005155005155005206005206005055005055005055005055004817004817 N1999071999001264NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1999071998001333001328001323001318001307001302001297001292001287001282001274001269 N1999071997001396001369001369001369001381001376001370001365001360001355001343001338 N1999071996001460001431001431001431001425001425001425001397001397001397001396001396 N1999071995001494001489001485001480001498001498001498001469001469001469001460001460 N1999071994001652001617001617001617001618001618001618001519001514001509001504001499 N1999071993001836001783001697001697001691001691001691001656001656001656001652001652 N1999071992001948001891001891001891001891001891001891001836001836001836001836001836 N1999071991002067002006002006002006002006002006002006001948001948001948001948001948 N1999071990002192002129002129002129002129002129002129002067002067002067002067002067 N1999071989002326002258002258002258002258002258002258002192002192002192002192002192 N1999071988002467002396002396002396002396002396002396002326002326002326002326002326 N1999071987002592002541002541002541002541002541002541002467002467002467002467002467 N1999071986003000002941002941002941002941002941002941002883002883002883002592002592 N1999071985003121003060003060003060003060003060003060003000003000003000003000003000 N1999071984003385003311003311003311003230003230003230003161003161003161003121003121 N1999071983003835003723003644003644003528003528003528003451003451003451003385003385 N1999071982004433004304004304004304004304004304004304004179004179004179003835003835 N1999071981004817004677004677004677004566004566004566004433004433004433004433004433 N1999071980005309005155005155005155005206005206005206005055005055005055004817004817 N1999081999001269001264NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1999081998001338001333001328001323001311001307001302001297001292001287001279001274 N1999081997001396001396001369001369001386001381001376001370001365001360001348001343 N1999081996001460001460001431001431001425001425001425001425001397001397001396001396 N1999081995001499001494001489001485001498001498001498001498001469001469001460001460 N1999081994001652001652001617001617001618001618001618001618001519001514001509001504 N1999081993001836001836001697001697001691001691001691001691001656001656001652001652 N1999081992001948001948001891001891001891001891001891001891001836001836001836001836 N1999081991002067002067002006002006002006002006002006002006001948001948001948001948 N1999081990002192002192002129002129002129002129002129002129002067002067002067002067 N1999081989002326002326002258002258002258002258002258002258002192002192002192002192 N1999081988002467002467002396002396002396002396002396002396002326002326002326002326 N1999081987002592002592002541002541002541002541002541002541002467002467002467002467 N1999081986003000003000002941002941002941002941002941002941002883002883002592002592 N1999081985003121003121003060003060003060003060003060003060003000003000003000003000 N1999081984003385003385003311003311003230003230003230003230003161003161003121003121 N1999081983003835003835003644003644003528003528003528003528003451003451003385003385 N1999081982004433004433004304004304004304004304004304004304004179004179003835003835 N1999081981004817004817004677004677004566004566004566004566004433004433004433004433 N1999081980005309005309005155005155005206005206005206005206005055005055004817004817 I1999031999NO PAYNO PAYNO PAY I1999031998 002529NO PAYNO PAYNO PAY I1999041999NO PAYNO PAYNO PAYNO PAY I1999041998 002539002529NO PAYNO PAY I1999051999NO PAYNO PAYNO PAYNO PAYNO PAY I1999051998 002548002539002531NO PAY I1999061999NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I1999061998 002558002548002542002531 I1999071999002531NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I1999071998 002569002558002552002542 I1999081999002542002531NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I1999081998 002580002569002563002552 gbonds-2.0.3/data/sb200203.asc0000664000076400007640000004367011106721200012377 00000000000000E2002031980008058008058008058007900007980007980 E2002031979008207008207008207008046008124008143008143008143008143007983008058008058 E2002031978009932009932008885008700008246008267008268008268008268008106008183008205 E2002031977011324011324011324010994011103011126011124011124011124010800009905009932 E2002031976011502011502011502011276011383011409011407011407011407011183011292011324 E2002031975011683011683011683011454011564011592011592011592011592011364011476011501 E2002031974011870011870011870011637011749011776011776011776011776011545011656011685 E2002031973012371012402012402012402012402012188012306012333012335012335012335011870 E2002031972012588012617012619012536012536012324012444012471012471012471012471012254 E2002031971012630012660012660012660012660012695012606012636012636012636012636012666 E2002031970013700013734013736013736013736013800013936013969013969013969013969014001 E2002031969013727013727013727013727013860013342013471013501013502013502013502013572 E2002031968013128013128013128013128013257013416013414013414013414013414013544013728 E2002031967012586012586012586012586012706012846012845012845012845012845012970013128 E2002031966012813012813012194012194012202012328012327012327012327012327012446012585 E2002031965020186018516018606018604018604016734016385016208016292016292016292012812 E2002031964020541020738020837020835020835020974020363020562020658020658020658020791 E2002031963020482020681020778020775020775020933020522020723020822020822020822020952 E2002031962020675020875021027020817020817020871020462020659020805020806020806020892 E2002031961019718019907020137020136020136020195020195020388020617020615020615020675 E2002031960018850019017019236019236019236019269019269019452019678019679019679019718 E2002031959019153019153019153019153019153018788018788018601018810018810018810018850 E2002031958018312018312018312018312018312018453018672018671018671018671018671018934 E2002031957019956019990019990019990019990020272020508020507020507020507020507018097 E2002031956018679018679018859019383019383019429019429019429019619019848019847019956 E2002031955017753017753017926018157018157018205018205018205018382018629018629018679 E2002031954016886016886017051017269017269017312017312017312017481017716017717017753 E2002031953017814017814016338016541016541016581016581016581016633016843016844016886 E2002031952017066017066017066017066017338017378017378017378017546017769017766017814 E2002031951016260016260016260016260016416016661016660016660016660016660016823017065 E2002031950014706014706014706014706014848015053015053015053015053015053015199015426 E2002031949013669013669013669013669013802014383014383014383014383014383014523014706 E2002031948013141013141013141013141013109013323013323013323013323013323013451013669 E2002031947012338012338012338012338012457012657012657012657012657012657012934013141 E2002031946011728011728011728011728011841012025012025012025012025012025012142012338 E2002031945011047011047011047011047011154011333011333011333011333011333011443011728 E2002031944010509010509010509010509010611010770010770010770010770010770010875011047 E2002031943009995009995009995009995010091010248010248010248010248010248010348010509 E2002031942009435009435009435009435009600009745009745009745009745009745009840009995 E2002031941 009059009196009196009196009196009196009286009435 S2002031970013671013671013671013671013804013870013870013870013870013870 S2002031969013570013570013570013570013437013500013500013500013500013500013607013670 S2002031968015629015629015629015629014337014568014568014568013618013618013497013570 S2002031967 015333015404015405015405015405015405015552015628 E2002041980008058008058008058008058007980007980 E2002041979008207008207008207008207008124008143008143008143008143008143008058008058 E2002041978009932009932008885008885008246008267008268008268008268008268008183008205 E2002041977011324011324011324011324011103011126011124011124011124011124009905009932 E2002041976011502011502011502011502011383011409011407011407011407011407011292011324 E2002041975011683011683011683011683011564011592011592011592011592011592011476011501 E2002041974011870011870011870011870011749011776011776011776011776011776011656011685 E2002041973012371012402012402012402012402012432012306012333012335012335012335011870 E2002041972012588012617012619012619012536012571012444012471012471012471012471012499 E2002041971012630012660012660012660012660012695012606012636012636012636012636012666 E2002041970013700013734013736013736013736013800013936013969013969013969013969014001 E2002041969013727013727013727013727013860013342013471013501013502013502013502013572 E2002041968013128013128013128013128013257013416013414013414013414013414013544013728 E2002041967012586012586012586012586012706012846012845012845012845012845012970013128 E2002041966012813012813012194012194012202012328012327012327012327012327012446012585 E2002041965020791018516018606018604018604016734016734016208016292016292016292012812 E2002041964020952020738020837020835020835020974020974020562020658020658020658020791 E2002041963020892020681020778020775020775020933020933020723020822020822020822020952 E2002041962020675020875021027021024020817020871020871020659020805020806020806020892 E2002041961019718019907020137020136020136020195020195020388020617020615020615020675 E2002041960018850019017019236019236019236019269019269019452019678019679019679019718 E2002041959019153019153019153019153019153018788018788018601018810018810018810018850 E2002041958018312018312018312018312018312018453018672018671018671018671018671018934 E2002041957019956019990019990019990019990020272020508020507020507020507020507018097 E2002041956018679018679018859019383019383019429019429019429019619019848019847019956 E2002041955017753017753017926018157018157018205018205018205018382018629018629018679 E2002041954016886016886017051017269017269017312017312017312017481017716017717017753 E2002041953017814017814016338016541016541016581016581016581016633016843016844016886 E2002041952017066017066017066017066017338017378017378017378017546017769017766017814 E2002041951016260016260016260016260016416016661016660016660016660016660016823017065 E2002041950014706014706014706014706014848015053015053015053015053015053015199015426 E2002041949013669013669013669013669013802014383014383014383014383014383014523014706 E2002041948013141013141013141013141013109013323013323013323013323013323013451013669 E2002041947012338012338012338012338012457012657012657012657012657012657012934013141 E2002041946011728011728011728011728011841012025012025012025012025012025012142012338 E2002041945011047011047011047011047011154011333011333011333011333011333011443011728 E2002041944010509010509010509010509010611010770010770010770010770010770010875011047 E2002041943009995009995009995009995010091010248010248010248010248010248010348010509 E2002041942009435009435009435009435009600009745009745009745009745009745009840009995 E2002041941 009059009196009196009196009196009196009286009435 S2002041970013671013671013671013671013804013870013870013870013870013870 S2002041969013570013570013570013570013437013500013500013500013500013500013607013670 S2002041968015629015629015629015629014337014568014568014568013618013618013497013570 S2002041967 015333015404015405015405015405015405015552015628 E2002051980008058008058008058008058008140007980 E2002051979008207008207008207008207008286008143008143008143008143008143008219008058 E2002051978009932009932008885008885008411008267008268008268008268008268008347008205 E2002051977011324011324011324011324011436011126011124011124011124011124010202009932 E2002051976011502011502011502011502011611011409011407011407011407011407011518011324 E2002051975011683011683011683011683011795011592011592011592011592011592011705011501 E2002051974011870011870011870011870011983011776011776011776011776011776011889011685 E2002051973012618012402012402012402012402012432012552012333012335012335012335011870 E2002051972012588012617012619012619012619012571012693012471012471012471012471012499 E2002051971012630012660012660012660012660012695012606012636012636012636012636012666 E2002051970013700013734013736013736013736013800013936013969013969013969013969014001 E2002051969013727013727013727013727013860013342013471013501013502013502013502013572 E2002051968013128013128013128013128013257013416013414013414013414013414013544013728 E2002051967012586012586012586012586012706012846012845012845012845012845012970013128 E2002051966012813012813012194012194012202012328012327012327012327012327012446012585 E2002051965020791019071018606018604018604016734016734016513016292016292016292012812 E2002051964020952021153020837020835020835020974020974021178020658020658020658020791 E2002051963020892021095020778020775020775020933020933021138020822020822020822020952 E2002051962020675020875021027021024021024020871020871021072020805020806020806020892 E2002051961019718019907020137020136020136020195020195020388020617020615020615020675 E2002051960018850019017019236019236019236019269019269019452019678019679019679019718 E2002051959019153019153019153019153019153018788018788018601018810018810018810018850 E2002051958018312018312018312018312018312018453018672018671018671018671018671018934 E2002051957019956019990019990019990019990020272020508020507020507020507020507018097 E2002051956018679018679018859019383019383019429019429019429019619019848019847019956 E2002051955017753017753017926018157018157018205018205018205018382018629018629018679 E2002051954016886016886017051017269017269017312017312017312017481017716017717017753 E2002051953017814017814016338016541016541016581016581016581016633016843016844016886 E2002051952017066017066017066017066017338017378017378017378017546017769017766017814 E2002051951016260016260016260016260016416016661016660016660016660016660016823017065 E2002051950014706014706014706014706014848015053015053015053015053015053015199015426 E2002051949013669013669013669013669013802014383014383014383014383014383014523014706 E2002051948013141013141013141013141013109013323013323013323013323013323013451013669 E2002051947012338012338012338012338012457012657012657012657012657012657012934013141 E2002051946011728011728011728011728011841012025012025012025012025012025012142012338 E2002051945011047011047011047011047011154011333011333011333011333011333011443011728 E2002051944010509010509010509010509010611010770010770010770010770010770010875011047 E2002051943009995009995009995009995010091010248010248010248010248010248010348010509 E2002051942009435009435009435009435009600009745009745009745009745009745009840009995 E2002051941 009059009196009196009196009196009196009286009435 S2002051970013671013671013671013671013804013870013870013870013870013870 S2002051969013570013570013570013570013437013500013500013500013500013500013607013670 S2002051968015629015629015629015629014337014568014568014568013618013618013497013570 S2002051967 015333015404015405015405015405015405015552015628 N2002032002NO PAYNO PAYNO PAY N2002032001001309001304001299001295001282001278001273001269001264NO PAYNO PAYNO PAY N2002032000001381001376001371001366001357001352001347001342001337001332001318001314 N2002031999001444001438001433001428001421001416001411001406001400001395001392001387 N2002031998001521001515001510001504001490001485001479001474001468001463001454001449 N2002031997001560001560001560001531001576001571001565001559001553001547001532001527 N2002031996001635001635001635001601001597001597001597001597001597001564001560001560 N2002031995001779001779001779001742001679001679001679001679001679001644001635001635 N2002031994001859001859001859001820001820001820001820001820001820001782001779001779 N2002031993002129002129001952001910001904001904001904001904001904001863001859001859 N2002031992002258002258002258002192002192002192002192002192002192002129002129002129 N2002031991002396002396002396002326002326002326002326002326002326002258002258002258 N2002031990002541002541002541002467002467002467002467002467002467002396002396002396 N2002031989002644002644002644002592002592002592002592002592002592002541002541002541 N2002031988002751002751002751002697002697002697002697002697002697002644002644002644 N2002031987002905002905002905002844002820002820002820002820002820002761002751002751 N2002031986003312003312003312003247003247003247003247003247003247003183002905002905 N2002031985003461003461003461003391003378003378003378003378003378003312003312003312 N2002031984003805003805003805003727003633003633003633003633003633003559003461003461 N2002031983004446004446004192004104003974003974003974003974003974003885003805003805 N2002031982004943004943004943004846004846004846004846004846004846004751004446004446 N2002031981005372005372005372005266005042005042005042005042005042004943004943004943 N2002031980006037006037006037005919005978005978005978005978005978005860005372005372 N2002042002NO PAYNO PAYNO PAYNO PAY N2002042001001314001309001304001299001287001282001278001273001269001264NO PAYNO PAY N2002042000001387001381001376001371001361001357001352001347001342001337001323001318 N2002041999001449001444001438001433001426001421001416001411001406001400001396001392 N2002041998001527001521001515001510001495001490001485001479001474001468001459001454 N2002041997001560001560001560001560001582001576001571001565001559001553001537001532 N2002041996001635001635001635001635001597001597001597001597001597001597001560001560 N2002041995001779001779001779001779001679001679001679001679001679001679001635001635 N2002041994001859001859001859001859001820001820001820001820001820001820001779001779 N2002041993002129002129001952001952001904001904001904001904001904001904001859001859 N2002041992002258002258002258002258002192002192002192002192002192002192002129002129 N2002041991002396002396002396002396002326002326002326002326002326002326002258002258 N2002041990002541002541002541002541002467002467002467002467002467002467002396002396 N2002041989002644002644002644002644002592002592002592002592002592002592002541002541 N2002041988002751002751002751002751002697002697002697002697002697002697002644002644 N2002041987002905002905002905002905002820002820002820002820002820002820002751002751 N2002041986003312003312003312003312003247003247003247003247003247003247002905002905 N2002041985003461003461003461003461003378003378003378003378003378003378003312003312 N2002041984003805003805003805003805003633003633003633003633003633003633003461003461 N2002041983004446004446004192004192003974003974003974003974003974003974003805003805 N2002041982004943004943004943004943004846004846004846004846004846004846004446004446 N2002041981005372005372005372005372005042005042005042005042005042005042004943004943 N2002041980006037006037006037006037005978005978005978005978005978005978005372005372 N2002052002NO PAYNO PAYNO PAYNO PAYNO PAY N2002052001001318001314001309001304001291001287001282001278001273001269001263NO PAY N2002052000001392001387001381001376001366001361001357001352001347001342001327001323 N2002051999001454001449001444001438001430001426001421001416001411001406001401001396 N2002051998001532001527001521001515001500001495001490001485001479001474001464001459 N2002051997001560001560001560001560001603001582001576001571001565001559001542001537 N2002051996001635001635001635001635001628001597001597001597001597001597001590001560 N2002051995001779001779001779001779001711001679001679001679001679001679001666001635 N2002051994001859001859001859001859001856001820001820001820001820001820001814001779 N2002051993002129002129001952001952001940001904001904001904001904001904001895001859 N2002051992002258002258002258002258002258002192002192002192002192002192002192002129 N2002051991002396002396002396002396002396002326002326002326002326002326002326002258 N2002051990002541002541002541002541002541002467002467002467002467002467002467002396 N2002051989002644002644002644002644002644002592002592002592002592002592002592002541 N2002051988002751002751002751002751002751002697002697002697002697002697002697002644 N2002051987002905002905002905002905002875002820002820002820002820002820002806002751 N2002051986003312003312003312003312003312003247003247003247003247003247002961002905 N2002051985003461003461003461003461003446003378003378003378003378003378003378003312 N2002051984003805003805003805003805003707003633003633003633003633003633003530003461 N2002051983004446004446004192004192004048003974003974003974003974003974003882003805 N2002051982004943004943004943004943004943004846004846004846004846004846004579004446 N2002051981005372005372005372005372005143005042005042005042005042005042005042004943 N2002051980006037006037006037006037006097005978005978005978005978005978005479005372 I2002032002NO PAYNO PAYNO PAY I2002032001002649002635002622002608002585002574002562002549002537NO PAYNO PAYNO PAY I2002032000002841002826002811002797002783002769002754002739002724002710002676002663 I2002031999002981002966002951002936002936002922002907002893002878002863002870002856 I2002031998 003028003012003011002997 I2002042002NO PAYNO PAYNO PAYNO PAY I2002042001002663002649002635002622002597002585002574002562002549002537NO PAYNO PAY I2002042000002856002841002826002811002797002783002769002754002739002724002689002676 I2002041999002997002981002966002951002950002936002922002907002893002878002883002870 I2002041998 003044003028003025003011 I2002052002NO PAYNO PAYNO PAYNO PAYNO PAY I2002052001002676002663002649002635002609002597002585002574002562002549002527NO PAY I2002052000002870002856002841002826002810002797002783002769002754002739002701002689 I2002051999003011002997002981002966002963002950002936002922002907002893002897002883 I2002051998 003059003044003040003025 gbonds-2.0.3/data/sb200412.asc0000664000076400007640000011527211106721200012377 00000000000000E2004121980008897008897008897008897008987008987 E2004121979009061009061009061009061009148009170008990008990008990008990009075009075 E2004121978011182011182009605009605009287009310009130009130009130009130009216009241 E2004121977012503012503012503012503012626012653012403012403012403012403011374011406 E2004121976012699012699012699012699012819012848012594012594012594012594012717012753 E2004121975012899012899012899012899013023013054012798012798012798012798012923012952 E2004121974012848012848012848012848012971013002013002013002013002013002013126013159 E2004121973012956012989012989012989012989013020013146013174013176013176013176012848 E2004121972012588012617012619012619012619012654012777012805012805012805012805012833 E2004121971012630012660012660012660012660012695012606012636012636012636012636012666 E2004121970013700013734013736013736013736013800013936013969013969013969013969014001 E2004121969013727013727013727013727013860013342013471013501013502013502013502013572 E2004121968013128013128013128013128013257013416013414013414013414013414013544013728 E2004121967012586012586012586012586012706012846012845012845012845012845012970013128 E2004121966012813012813012194012194012202012328012327012327012327012327012446012585 E2004121965023180021262021366020945020945018090018090017748017840017612017612012812 E2004121964022455022671022779022777022777022929022929023152023261023261023261023411 E2004121963021522021731021832021829021829021995021995022211022317022317022317022455 E2004121962020675020875021027021024021024021079021079021281021432021433021433021522 E2004121961019718019907020137020136020136020195020195020388020617020615020615020675 E2004121960018850019017019236019236019236019269019269019452019678019679019679019718 E2004121959019153019153019153019153019153018788018788018601018810018810018810018850 E2004121958018312018312018312018312018312018453018672018671018671018671018671018934 E2004121957019956019990019990019990019990020272020508020507020507020507020507018097 E2004121956018679018679018859019383019383019429019429019429019619019848019847019956 E2004121955017753017753017926018157018157018205018205018205018382018629018629018679 E2004121954016886016886017051017269017269017312017312017312017481017716017717017753 E2004121953017814017814016338016541016541016581016581016581016633016843016844016886 E2004121952017066017066017066017066017338017378017378017378017546017769017766017814 E2004121951016260016260016260016260016416016661016660016660016660016660016823017065 E2004121950014706014706014706014706014848015053015053015053015053015053015199015426 E2004121949013669013669013669013669013802014383014383014383014383014383014523014706 E2004121948013141013141013141013141013109013323013323013323013323013323013451013669 E2004121947012338012338012338012338012457012657012657012657012657012657012934013141 E2004121946011728011728011728011728011841012025012025012025012025012025012142012338 E2004121945011047011047011047011047011154011333011333011333011333011333011443011728 E2004121944010509010509010509010509010611010770010770010770010770010770010875011047 E2004121943009995009995009995009995010091010248010248010248010248010248010348010509 E2004121942009435009435009435009435009600009745009745009745009745009745009840009995 E2004121941 009059009196009196009196009196009196009286009435 S2004121970013671013671013671013671013804013870013870013870013870013870 S2004121969013570013570013570013570013437013500013500013500013500013500013607013670 S2004121968015629015629015629015629014337014568014568014568013618013618013497013570 S2004121967 015333015404015405015405015405015405015552015628 E2005011980009075008897008897008897008987008987 E2005011979009242009061009061009061009148009170009170008990008990008990009075009075 E2005011978011406011182009605009605009287009310009312009130009130009130009216009241 E2005011977012753012503012503012503012626012653012651012403012403012403011374011406 E2005011976012953012699012699012699012819012848012846012594012594012594012717012753 E2005011975013157012899012899012899013023013054013054012798012798012798012923012952 E2005011974012848012848012848012848012971013002013002013002013002013002013126013159 E2005011973012956012989012989012989012989013020013146013174013176013176013176012848 E2005011972012588012617012619012619012619012654012777012805012805012805012805012833 E2005011971012630012660012660012660012660012695012606012636012636012636012636012666 E2005011970013700013734013736013736013736013800013936013969013969013969013969014001 E2005011969013727013727013727013727013860013342013471013501013502013502013502013572 E2005011968013128013128013128013128013257013416013414013414013414013414013544013728 E2005011967012586012586012586012586012706012846012845012845012845012845012970013128 E2005011966012813012813012194012194012202012328012327012327012327012327012446012585 E2005011965023411021262021366021364020945018090018090017748017840017840017612012812 E2005011964022455022671022779022777022777022929022929023152023261023261023261023411 E2005011963021522021731021832021829021829021995021995022211022317022317022317022455 E2005011962020675020875021027021024021024021079021079021281021432021433021433021522 E2005011961019718019907020137020136020136020195020195020388020617020615020615020675 E2005011960018850019017019236019236019236019269019269019452019678019679019679019718 E2005011959019153019153019153019153019153018788018788018601018810018810018810018850 E2005011958018312018312018312018312018312018453018672018671018671018671018671018934 E2005011957019956019990019990019990019990020272020508020507020507020507020507018097 E2005011956018679018679018859019383019383019429019429019429019619019848019847019956 E2005011955017753017753017926018157018157018205018205018205018382018629018629018679 E2005011954016886016886017051017269017269017312017312017312017481017716017717017753 E2005011953017814017814016338016541016541016581016581016581016633016843016844016886 E2005011952017066017066017066017066017338017378017378017378017546017769017766017814 E2005011951016260016260016260016260016416016661016660016660016660016660016823017065 E2005011950014706014706014706014706014848015053015053015053015053015053015199015426 E2005011949013669013669013669013669013802014383014383014383014383014383014523014706 E2005011948013141013141013141013141013109013323013323013323013323013323013451013669 E2005011947012338012338012338012338012457012657012657012657012657012657012934013141 E2005011946011728011728011728011728011841012025012025012025012025012025012142012338 E2005011945011047011047011047011047011154011333011333011333011333011333011443011728 E2005011944010509010509010509010509010611010770010770010770010770010770010875011047 E2005011943009995009995009995009995010091010248010248010248010248010248010348010509 E2005011942009435009435009435009435009600009745009745009745009745009745009840009995 E2005011941 009059009196009196009196009196009196009286009435 S2005011970013671013671013671013671013804013870013870013870013870013870 S2005011969013570013570013570013570013437013500013500013500013500013500013607013670 S2005011968015629015629015629015629014337014568014568014568013618013618013497013570 S2005011967 015333015404015405015405015405015405015552015628 E2005021980009075009075008897008897008987008987 E2005021979009242009242009061009061009148009170009170009170008990008990009075009075 E2005021978011406011406009605009605009287009310009312009312009130009130009216009241 E2005021977012753012753012503012503012626012653012651012651012403012403011374011406 E2005021976012953012953012699012699012819012848012846012846012594012594012717012753 E2005021975013157013157012899012899013023013054013054013054012798012798012923012952 E2005021974012848012848012848012848012971013002013002013002013002013002013126013159 E2005021973012956012989012989012989012989013020013146013174013176013176013176012848 E2005021972012588012617012619012619012619012654012777012805012805012805012805012833 E2005021971012630012660012660012660012660012695012606012636012636012636012636012666 E2005021970013700013734013736013736013736013800013936013969013969013969013969014001 E2005021969013727013727013727013727013860013342013471013501013502013502013502013572 E2005021968013128013128013128013128013257013416013414013414013414013414013544013728 E2005021967012586012586012586012586012706012846012845012845012845012845012970013128 E2005021966012813012813012194012194012202012328012327012327012327012327012446012585 E2005021965023411021474021366021364021364018090018090017748017840017840017840012812 E2005021964022455022671022779022777022777022929022929023152023261023261023261023411 E2005021963021522021731021832021829021829021995021995022211022317022317022317022455 E2005021962020675020875021027021024021024021079021079021281021432021433021433021522 E2005021961019718019907020137020136020136020195020195020388020617020615020615020675 E2005021960018850019017019236019236019236019269019269019452019678019679019679019718 E2005021959019153019153019153019153019153018788018788018601018810018810018810018850 E2005021958018312018312018312018312018312018453018672018671018671018671018671018934 E2005021957019956019990019990019990019990020272020508020507020507020507020507018097 E2005021956018679018679018859019383019383019429019429019429019619019848019847019956 E2005021955017753017753017926018157018157018205018205018205018382018629018629018679 E2005021954016886016886017051017269017269017312017312017312017481017716017717017753 E2005021953017814017814016338016541016541016581016581016581016633016843016844016886 E2005021952017066017066017066017066017338017378017378017378017546017769017766017814 E2005021951016260016260016260016260016416016661016660016660016660016660016823017065 E2005021950014706014706014706014706014848015053015053015053015053015053015199015426 E2005021949013669013669013669013669013802014383014383014383014383014383014523014706 E2005021948013141013141013141013141013109013323013323013323013323013323013451013669 E2005021947012338012338012338012338012457012657012657012657012657012657012934013141 E2005021946011728011728011728011728011841012025012025012025012025012025012142012338 E2005021945011047011047011047011047011154011333011333011333011333011333011443011728 E2005021944010509010509010509010509010611010770010770010770010770010770010875011047 E2005021943009995009995009995009995010091010248010248010248010248010248010348010509 E2005021942009435009435009435009435009600009745009745009745009745009745009840009995 E2005021941 009059009196009196009196009196009196009286009435 S2005021970013671013671013671013671013804013870013870013870013870013870 S2005021969013570013570013570013570013437013500013500013500013500013500013607013670 S2005021968015629015629015629015629014337014568014568014568013618013618013497013570 S2005021967 015333015404015405015405015405015405015552015628 E2005031980009075009075009075008897008987008987 E2005031979009242009242009242009061009148009170009170009170009170008990009075009075 E2005031978011406011406009729009605009287009310009312009312009312009130009216009241 E2005031977012753012753012753012503012626012653012651012651012651012403011374011406 E2005031976012953012953012953012699012819012848012846012846012846012594012717012753 E2005031975013157013157013157012899013023013054013054013054013054012798012923012952 E2005031974012848012848012848012848012971013002013002013002013002013002013126013159 E2005031973012956012989012989012989012989013020013146013174013176013176013176012848 E2005031972012588012617012619012619012619012654012777012805012805012805012805012833 E2005031971012630012660012660012660012660012695012606012636012636012636012636012666 E2005031970013700013734013736013736013736013800013936013969013969013969013969014001 E2005031969013727013727013727013727013860013342013471013501013502013502013502013572 E2005031968013128013128013128013128013257013416013414013414013414013414013544013728 E2005031967012586012586012586012586012706012846012845012845012845012845012970013128 E2005031966012813012813012194012194012202012328012327012327012327012327012446012585 E2005031965023411021474021579021364021364018324018090017748017840017840017840012812 E2005031964022455022671022779022777022777022929022929023152023261023261023261023411 E2005031963021522021731021832021829021829021995021995022211022317022317022317022455 E2005031962020675020875021027021024021024021079021079021281021432021433021433021522 E2005031961019718019907020137020136020136020195020195020388020617020615020615020675 E2005031960018850019017019236019236019236019269019269019452019678019679019679019718 E2005031959019153019153019153019153019153018788018788018601018810018810018810018850 E2005031958018312018312018312018312018312018453018672018671018671018671018671018934 E2005031957019956019990019990019990019990020272020508020507020507020507020507018097 E2005031956018679018679018859019383019383019429019429019429019619019848019847019956 E2005031955017753017753017926018157018157018205018205018205018382018629018629018679 E2005031954016886016886017051017269017269017312017312017312017481017716017717017753 E2005031953017814017814016338016541016541016581016581016581016633016843016844016886 E2005031952017066017066017066017066017338017378017378017378017546017769017766017814 E2005031951016260016260016260016260016416016661016660016660016660016660016823017065 E2005031950014706014706014706014706014848015053015053015053015053015053015199015426 E2005031949013669013669013669013669013802014383014383014383014383014383014523014706 E2005031948013141013141013141013141013109013323013323013323013323013323013451013669 E2005031947012338012338012338012338012457012657012657012657012657012657012934013141 E2005031946011728011728011728011728011841012025012025012025012025012025012142012338 E2005031945011047011047011047011047011154011333011333011333011333011333011443011728 E2005031944010509010509010509010509010611010770010770010770010770010770010875011047 E2005031943009995009995009995009995010091010248010248010248010248010248010348010509 E2005031942009435009435009435009435009600009745009745009745009745009745009840009995 E2005031941 009059009196009196009196009196009196009286009435 S2005031970013671013671013671013671013804013870013870013870013870013870 S2005031969013570013570013570013570013437013500013500013500013500013500013607013670 S2005031968015629015629015629015629014337014568014568014568013618013618013497013570 S2005031967 015333015404015405015405015405015405015552015628 E2005041980009075009075009075009075008987008987 E2005041979009242009242009242009242009148009170009170009170009170009170009075009075 E2005041978011406011406009729009729009287009310009312009312009312009312009216009241 E2005041977012753012753012753012753012626012653012651012651012651012651011374011406 E2005041976012953012953012953012953012819012848012846012846012846012846012717012753 E2005041975013157013157013157013157013023013054013054013054013054013054012923012952 E2005041974012848012848012848012848012971013002013002013002013002013002013126013159 E2005041973012956012989012989012989012989013020013146013174013176013176013176012848 E2005041972012588012617012619012619012619012654012777012805012805012805012805012833 E2005041971012630012660012660012660012660012695012606012636012636012636012636012666 E2005041970013700013734013736013736013736013800013936013969013969013969013969014001 E2005041969013727013727013727013727013860013342013471013501013502013502013502013572 E2005041968013128013128013128013128013257013416013414013414013414013414013544013728 E2005041967012586012586012586012586012706012846012845012845012845012845012970013128 E2005041966012813012813012194012194012202012328012327012327012327012327012446012585 E2005041965023411021474021579021577021364018324018324017748017840017840017840012812 E2005041964022455022671022779022777022777022929022929023152023261023261023261023411 E2005041963021522021731021832021829021829021995021995022211022317022317022317022455 E2005041962020675020875021027021024021024021079021079021281021432021433021433021522 E2005041961019718019907020137020136020136020195020195020388020617020615020615020675 E2005041960018850019017019236019236019236019269019269019452019678019679019679019718 E2005041959019153019153019153019153019153018788018788018601018810018810018810018850 E2005041958018312018312018312018312018312018453018672018671018671018671018671018934 E2005041957019956019990019990019990019990020272020508020507020507020507020507018097 E2005041956018679018679018859019383019383019429019429019429019619019848019847019956 E2005041955017753017753017926018157018157018205018205018205018382018629018629018679 E2005041954016886016886017051017269017269017312017312017312017481017716017717017753 E2005041953017814017814016338016541016541016581016581016581016633016843016844016886 E2005041952017066017066017066017066017338017378017378017378017546017769017766017814 E2005041951016260016260016260016260016416016661016660016660016660016660016823017065 E2005041950014706014706014706014706014848015053015053015053015053015053015199015426 E2005041949013669013669013669013669013802014383014383014383014383014383014523014706 E2005041948013141013141013141013141013109013323013323013323013323013323013451013669 E2005041947012338012338012338012338012457012657012657012657012657012657012934013141 E2005041946011728011728011728011728011841012025012025012025012025012025012142012338 E2005041945011047011047011047011047011154011333011333011333011333011333011443011728 E2005041944010509010509010509010509010611010770010770010770010770010770010875011047 E2005041943009995009995009995009995010091010248010248010248010248010248010348010509 E2005041942009435009435009435009435009600009745009745009745009745009745009840009995 E2005041941 009059009196009196009196009196009196009286009435 S2005041970013671013671013671013671013804013870013870013870013870013870 S2005041969013570013570013570013570013437013500013500013500013500013500013607013670 S2005041968015629015629015629015629014337014568014568014568013618013618013497013570 S2005041967 015333015404015405015405015405015405015552015628 E2005051980009075009075009075009075009167008987 E2005051979009242009242009242009242009331009170009170009170009170009170009257009075 E2005051978011406011406009729009729009472009310009312009312009312009312009400009241 E2005051977012753012753012753012753012879012653012651012651012651012651011602011406 E2005051976012953012953012953012953013076012848012846012846012846012846012971012753 E2005051975013157013157013157013157013283013054013054013054013054013054013182012952 E2005051974012848012848012848012848012971013002013002013002013002013002013126013159 E2005051973012956012989012989012989012989013020013146013174013176013176013176012848 E2005051972012588012617012619012619012619012654012777012805012805012805012805012833 E2005051971012630012660012660012660012660012695012606012636012636012636012636012666 E2005051970013700013734013736013736013736013800013936013969013969013969013969014001 E2005051969013727013727013727013727013860013342013471013501013502013502013502013572 E2005051968013128013128013128013128013257013416013414013414013414013414013544013728 E2005051967012586012586012586012586012706012846012845012845012845012845012970013128 E2005051966012813012813012194012194012202012328012327012327012327012327012446012585 E2005051965023411021474021579021577021577018324018324018042017840017840017840012812 E2005051964022455022671022779022777022777022929022929023152023261023261023261023411 E2005051963021522021731021832021829021829021995021995022211022317022317022317022455 E2005051962020675020875021027021024021024021079021079021281021432021433021433021522 E2005051961019718019907020137020136020136020195020195020388020617020615020615020675 E2005051960018850019017019236019236019236019269019269019452019678019679019679019718 E2005051959019153019153019153019153019153018788018788018601018810018810018810018850 E2005051958018312018312018312018312018312018453018672018671018671018671018671018934 E2005051957019956019990019990019990019990020272020508020507020507020507020507018097 E2005051956018679018679018859019383019383019429019429019429019619019848019847019956 E2005051955017753017753017926018157018157018205018205018205018382018629018629018679 E2005051954016886016886017051017269017269017312017312017312017481017716017717017753 E2005051953017814017814016338016541016541016581016581016581016633016843016844016886 E2005051952017066017066017066017066017338017378017378017378017546017769017766017814 E2005051951016260016260016260016260016416016661016660016660016660016660016823017065 E2005051950014706014706014706014706014848015053015053015053015053015053015199015426 E2005051949013669013669013669013669013802014383014383014383014383014383014523014706 E2005051948013141013141013141013141013109013323013323013323013323013323013451013669 E2005051947012338012338012338012338012457012657012657012657012657012657012934013141 E2005051946011728011728011728011728011841012025012025012025012025012025012142012338 E2005051945011047011047011047011047011154011333011333011333011333011333011443011728 E2005051944010509010509010509010509010611010770010770010770010770010770010875011047 E2005051943009995009995009995009995010091010248010248010248010248010248010348010509 E2005051942009435009435009435009435009600009745009745009745009745009745009840009995 E2005051941 009059009196009196009196009196009196009286009435 S2005051970013671013671013671013671013804013870013870013870013870013870 S2005051969013570013570013570013570013437013500013500013500013500013500013607013670 S2005051968015629015629015629015629014337014568014568014568013618013618013497013570 S2005051967 015333015404015405015405015405015405015552015628 N2004122004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004122003001310001307001304001301001296001293001290001287001284001281001278001275 N2004122002001362001359001356001354001343001339001336001333001330001327001316001313 N2004122001001433001429001426001423001401001398001395001391001388001385001369001366 N2004122000001511001508001504001501001482001478001475001471001468001465001439001436 N2004121999001590001586001582001578001564001560001556001553001549001545001529001525 N2004121998001677001673001669001665001639001635001631001627001623001620001597001593 N2004121997001687001687001687001687001735001730001726001722001718001714001686001681 N2004121996001767001767001767001767001748001748001725001725001725001725001710001710 N2004121995001922001922001922001922001838001838001814001814001814001814001791001791 N2004121994002009002009002009002009001995001995001968001968001968001968001949001949 N2004121993002467002467002109002109002086002086002058002058002058002058002036002036 N2004121992002592002592002592002592002592002592002541002541002541002541002541002541 N2004121991002697002697002697002697002697002697002644002644002644002644002644002644 N2004121990002806002806002806002806002806002806002751002751002751002751002751002751 N2004121989002919002919002919002919002919002919002862002862002862002862002862002862 N2004121988003037003037003037003037003037003037002978002978002978002978002978002978 N2004121987003160003160003160003160003160003160003098003098003098003098003098003098 N2004121986003657003657003657003657003657003657003585003585003585003585003223003223 N2004121985003804003804003804003804003804003804003730003730003730003730003730003730 N2004121984004118004118004118004118003980003980003930003930003930003930003880003880 N2004121983005005005005004531004531004355004355004291004291004291004291004170004170 N2004121982005457005457005457005457005457005457005350005350005350005350005105005105 N2004121981005931005931005931005931005678005678005566005566005566005566005566005566 N2004121980006665006665006665006665006732006732006600006600006600006600006049006049 N2005012005NO PAY N2005012004001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005012003001313001310001307001304001299001296001293001290001287001284001281001278 N2005012002001366001362001359001356001346001343001339001336001333001330001319001316 N2005012001001436001433001429001426001404001401001398001395001391001388001372001369 N2005012000001525001511001508001504001485001482001478001475001471001468001443001439 N2005011999001593001590001586001582001568001564001560001556001553001549001533001529 N2005011998001681001677001673001669001644001639001635001631001627001623001602001597 N2005011997001710001687001687001687001739001735001730001726001722001718001690001686 N2005011996001791001767001767001767001748001748001748001725001725001725001710001710 N2005011995001949001922001922001922001838001838001838001814001814001814001791001791 N2005011994002036002009002009002009001995001995001995001968001968001968001949001949 N2005011993002541002467002109002109002086002086002086002058002058002058002036002036 N2005011992002644002592002592002592002592002592002592002541002541002541002541002541 N2005011991002751002697002697002697002697002697002697002644002644002644002644002644 N2005011990002862002806002806002806002806002806002806002751002751002751002751002751 N2005011989002978002919002919002919002919002919002919002862002862002862002862002862 N2005011988003098003037003037003037003037003037003037002978002978002978002978002978 N2005011987003223003160003160003160003160003160003160003098003098003098003098003098 N2005011986003730003657003657003657003657003657003657003585003585003585003223003223 N2005011985003880003804003804003804003804003804003804003730003730003730003730003730 N2005011984004170004118004118004118003980003980003980003930003930003930003880003880 N2005011983005105005005004531004531004355004355004355004291004291004291004170004170 N2005011982005566005457005457005457005457005457005457005350005350005350005105005105 N2005011981006049005931005931005931005678005678005678005566005566005566005566005566 N2005011980006798006665006665006665006732006732006732006600006600006600006049006049 N2005022005NO PAYNO PAY N2005022004001278001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005022003001316001313001310001307001302001299001296001293001290001287001284001281 N2005022002001369001366001362001359001349001346001343001339001336001333001323001319 N2005022001001439001436001433001429001408001404001401001398001395001391001375001372 N2005022000001529001525001511001508001489001485001482001478001475001471001446001443 N2005021999001597001593001590001586001573001568001564001560001556001553001537001533 N2005021998001686001681001677001673001648001644001639001635001631001627001606001602 N2005021997001710001710001687001687001744001739001735001730001726001722001695001690 N2005021996001791001791001767001767001748001748001748001748001725001725001710001710 N2005021995001949001949001922001922001838001838001838001838001814001814001791001791 N2005021994002036002036002009002009001995001995001995001995001968001968001949001949 N2005021993002541002541002109002109002086002086002086002086002058002058002036002036 N2005021992002644002644002592002592002592002592002592002592002541002541002541002541 N2005021991002751002751002697002697002697002697002697002697002644002644002644002644 N2005021990002862002862002806002806002806002806002806002806002751002751002751002751 N2005021989002978002978002919002919002919002919002919002919002862002862002862002862 N2005021988003098003098003037003037003037003037003037003037002978002978002978002978 N2005021987003223003223003160003160003160003160003160003160003098003098003098003098 N2005021986003730003730003657003657003657003657003657003657003585003585003223003223 N2005021985003880003880003804003804003804003804003804003804003730003730003730003730 N2005021984004170004170004118004118003980003980003980003980003930003930003880003880 N2005021983005105005105004531004531004355004355004355004355004291004291004170004170 N2005021982005566005566005457005457005457005457005457005457005350005350005105005105 N2005021981006049006049005931005931005678005678005678005678005566005566005566005566 N2005021980006798006798006665006665006732006732006732006732006600006600006049006049 N2005032005NO PAYNO PAYNO PAY N2005032004001281001278001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005032003001319001316001313001310001306001302001299001296001293001290001287001284 N2005032002001372001369001366001362001353001349001346001343001339001336001327001323 N2005032001001443001439001436001433001412001408001404001401001398001395001379001375 N2005032000001533001529001525001511001493001489001485001482001478001475001450001446 N2005031999001602001597001593001590001577001573001568001564001560001556001541001537 N2005031998001690001686001681001677001653001648001644001639001635001631001610001606 N2005031997001710001710001710001687001749001744001739001735001730001726001699001695 N2005031996001791001791001791001767001748001748001748001748001748001725001710001710 N2005031995001949001949001949001922001838001838001838001838001838001814001791001791 N2005031994002036002036002036002009001995001995001995001995001995001968001949001949 N2005031993002541002541002138002109002086002086002086002086002086002058002036002036 N2005031992002644002644002644002592002592002592002592002592002592002541002541002541 N2005031991002751002751002751002697002697002697002697002697002697002644002644002644 N2005031990002862002862002862002806002806002806002806002806002806002751002751002751 N2005031989002978002978002978002919002919002919002919002919002919002862002862002862 N2005031988003098003098003098003037003037003037003037003037003037002978002978002978 N2005031987003223003223003223003160003160003160003160003160003160003098003098003098 N2005031986003730003730003730003657003657003657003657003657003657003585003223003223 N2005031985003880003880003880003804003804003804003804003804003804003730003730003730 N2005031984004170004170004170004118003980003980003980003980003980003930003880003880 N2005031983005105005105004590004531004355004355004355004355004355004291004170004170 N2005031982005566005566005566005457005457005457005457005457005457005350005105005105 N2005031981006049006049006049005931005678005678005678005678005678005566005566005566 N2005031980006798006798006798006665006732006732006732006732006732006600006049006049 N2005042005NO PAYNO PAYNO PAYNO PAY N2005042004001284001281001278001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005042003001323001319001316001313001309001306001302001299001296001293001291001287 N2005042002001375001372001369001366001356001353001349001346001343001339001330001327 N2005042001001446001443001439001436001416001412001408001404001401001398001382001379 N2005042000001537001533001529001525001497001493001489001485001482001478001454001450 N2005041999001606001602001597001593001581001577001573001568001564001560001546001541 N2005041998001695001690001686001681001657001653001648001644001639001635001615001610 N2005041997001710001710001710001710001753001749001744001739001735001730001704001699 N2005041996001791001791001791001791001748001748001748001748001748001748001710001710 N2005041995001949001949001949001949001838001838001838001838001838001838001791001791 N2005041994002036002036002036002036001995001995001995001995001995001995001949001949 N2005041993002541002541002138002138002086002086002086002086002086002086002036002036 N2005041992002644002644002644002644002592002592002592002592002592002592002541002541 N2005041991002751002751002751002751002697002697002697002697002697002697002644002644 N2005041990002862002862002862002862002806002806002806002806002806002806002751002751 N2005041989002978002978002978002978002919002919002919002919002919002919002862002862 N2005041988003098003098003098003098003037003037003037003037003037003037002978002978 N2005041987003223003223003223003223003160003160003160003160003160003160003098003098 N2005041986003730003730003730003730003657003657003657003657003657003657003223003223 N2005041985003880003880003880003880003804003804003804003804003804003804003730003730 N2005041984004170004170004170004170003980003980003980003980003980003980003880003880 N2005041983005105005105004590004590004355004355004355004355004355004355004170004170 N2005041982005566005566005566005566005457005457005457005457005457005457005105005105 N2005041981006049006049006049006049005678005678005678005678005678005678005566005566 N2005041980006798006798006798006798006732006732006732006732006732006732006049006049 N2005052005NO PAYNO PAYNO PAYNO PAYNO PAY N2005052004001287001284001281001278001278NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2005052003001327001323001319001316001313001309001306001302001299001296001294001291 N2005052002001379001375001372001369001360001356001353001349001346001343001334001330 N2005052001001450001446001443001439001419001416001412001408001404001401001386001382 N2005052000001541001537001533001529001513001497001493001489001485001482001458001454 N2005051999001610001606001602001597001585001581001577001573001568001564001550001546 N2005051998001699001695001690001686001662001657001653001648001644001639001619001615 N2005051997001710001710001710001710001758001753001749001744001739001735001708001704 N2005051996001791001791001791001791001775001748001748001748001748001748001736001710 N2005051995001949001949001949001949001866001838001838001838001838001838001818001791 N2005051994002036002036002036002036002025001995001995001995001995001995001979001949 N2005051993002541002541002138002138002118002086002086002086002086002086002067002036 N2005051992002644002644002644002644002644002592002592002592002592002592002592002541 N2005051991002751002751002751002751002751002697002697002697002697002697002697002644 N2005051990002862002862002862002862002862002806002806002806002806002806002806002751 N2005051989002978002978002978002978002978002919002919002919002919002919002919002862 N2005051988003098003098003098003098003098003037003037003037003037003037003037002978 N2005051987003223003223003223003223003223003160003160003160003160003160003160003098 N2005051986003730003730003730003730003730003657003657003657003657003657003288003223 N2005051985003880003880003880003880003880003804003804003804003804003804003804003730 N2005051984004170004170004170004170004045003980003980003980003980003980003958003880 N2005051983005105005105004590004590004417004355004355004355004355004355004238004170 N2005051982005566005566005566005566005566005457005457005457005457005457005207005105 N2005051981006049006049006049006049005791005678005678005678005678005678005678005566 N2005051980006798006798006798006798006866006732006732006732006732006732006170006049 I2004122004NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004122003002670002661002652002646002616002608002601002593002586002581002556002549 I2004122002002782002772002762002755002741002732002722002712002702002695002687002678 I2004122001003073003059003044003033002967002954002941002928002915002905002802002792 I2004122000003296003281003265003253003245003229003213003197003181003169003103003088 I2004121999003501003485003469003452003446003429003413003397003381003365003377003360 I2004121998 003566003549003535003518 I2005012005NO PAY I2005012004002549NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005012003002678002670002661002652002624002616002608002601002593002586002564002556 I2005012002002792002782002772002762002751002741002732002722002712002702002696002687 I2005012001003088003073003059003044002981002967002954002941002928002915002813002802 I2005012000003360003296003281003265003261003245003229003213003197003181003118003103 I2005011999003518003501003485003469003463003446003429003413003397003381003394003377 I2005011998 003583003566003553003535 I2005022005NO PAYNO PAY I2005022004002556002549NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005022003002687002678002670002661002631002624002616002608002601002593002571002564 I2005022002002802002792002782002772002761002751002741002732002722002712002705002696 I2005022001003103003088003073003059002994002981002967002954002941002928002823002813 I2005022000003377003360003296003281003277003261003245003229003213003197003133003118 I2005021999003535003518003501003485003480003463003446003429003413003397003411003394 I2005021998 003600003583003570003553 I2005032005NO PAYNO PAYNO PAY I2005032004002564002556002549NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005032003002696002687002678002670002639002631002624002616002608002601002579002571 I2005032002002813002802002792002782002772002761002751002741002732002722002715002705 I2005032001003118003103003088003073003008002994002981002967002954002941002834002823 I2005032000003394003377003360003296003294003277003261003245003229003213003149003133 I2005031999003553003535003518003501003497003480003463003446003429003413003428003411 I2005031998 003617003600003588003570 I2005042005NO PAYNO PAYNO PAYNO PAY I2005042004002571002564002556002549NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005042003002705002696002687002678002647002639002631002624002616002608002587002579 I2005042002002823002813002802002792002782002772002761002751002741002732002724002715 I2005042001003133003118003103003088003022003008002994002981002967002954002845002834 I2005042000003411003394003377003360003311003294003277003261003245003229003165003149 I2005041999003570003553003535003518003515003497003480003463003446003429003445003428 I2005041998 003635003617003606003588 I2005052005NO PAYNO PAYNO PAYNO PAYNO PAY I2005052004002579002571002564002556002565NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2005052003002715002705002696002687002656002647002639002631002624002616002595002587 I2005052002002834002823002813002802002793002782002772002761002751002741002734002724 I2005052001003149003133003118003103003036003022003008002994002981002967002856002845 I2005052000003428003411003394003377003380003311003294003277003261003245003180003165 I2005051999003588003570003553003535003532003515003497003480003463003446003463003445 I2005051998 003653003635003624003606 gbonds-2.0.3/data/sb200311.asc0000664000076400007640000011327611106721200012377 00000000000000E2003121980008551008551008551008551008638008638 E2003121979008709008709008709008709008793008814008641008641008641008641008722008722 E2003121978010748010748009376009376008926008948008775008775008775008775008858008882 E2003121977012017012017012017012017012136012161011921011921011921011921010933010963 E2003121976012206012206012206012206012322012349012105012105012105012105012223012257 E2003121975012398012398012398012398012517012547012301012301012301012301012422012449 E2003121974012596012596012596012596012717012747012497012497012497012497012616012648 E2003121973012956012989012989012989012989013020013146013174013176013176013176012848 E2003121972012588012617012619012619012619012654012777012805012805012805012805012833 E2003121971012630012660012660012660012660012695012606012636012636012636012636012666 E2003121970013700013734013736013736013736013800013936013969013969013969013969014001 E2003121969013727013727013727013727013860013342013471013501013502013502013502013572 E2003121968013128013128013128013128013257013416013414013414013414013414013544013728 E2003121967012586012586012586012586012706012846012845012845012845012845012970013128 E2003121966012813012813012194012194012202012328012327012327012327012327012446012585 E2003121965022280020437020536020132020132017659017659017319017408017192017192012812 E2003121964022234022447022555022110022110022258022258022474022580022138022138022280 E2003121963021522021731021832021829021829021995021995022211022317022317022317022455 E2003121962020675020875021027021024021024021079021079021281021432021433021433021522 E2003121961019718019907020137020136020136020195020195020388020617020615020615020675 E2003121960018850019017019236019236019236019269019269019452019678019679019679019718 E2003121959019153019153019153019153019153018788018788018601018810018810018810018850 E2003121958018312018312018312018312018312018453018672018671018671018671018671018934 E2003121957019956019990019990019990019990020272020508020507020507020507020507018097 E2003121956018679018679018859019383019383019429019429019429019619019848019847019956 E2003121955017753017753017926018157018157018205018205018205018382018629018629018679 E2003121954016886016886017051017269017269017312017312017312017481017716017717017753 E2003121953017814017814016338016541016541016581016581016581016633016843016844016886 E2003121952017066017066017066017066017338017378017378017378017546017769017766017814 E2003121951016260016260016260016260016416016661016660016660016660016660016823017065 E2003121950014706014706014706014706014848015053015053015053015053015053015199015426 E2003121949013669013669013669013669013802014383014383014383014383014383014523014706 E2003121948013141013141013141013141013109013323013323013323013323013323013451013669 E2003121947012338012338012338012338012457012657012657012657012657012657012934013141 E2003121946011728011728011728011728011841012025012025012025012025012025012142012338 E2003121945011047011047011047011047011154011333011333011333011333011333011443011728 E2003121944010509010509010509010509010611010770010770010770010770010770010875011047 E2003121943009995009995009995009995010091010248010248010248010248010248010348010509 E2003121942009435009435009435009435009600009745009745009745009745009745009840009995 E2003121941 009059009196009196009196009196009196009286009435 S2003121970013671013671013671013671013804013870013870013870013870013870 S2003121969013570013570013570013570013437013500013500013500013500013500013607013670 S2003121968015629015629015629015629014337014568014568014568013618013618013497013570 S2003121967 015333015404015405015405015405015405015552015628 E2004011980008722008551008551008551008638008638 E2004011979008883008709008709008709008793008814008814008641008641008641008722008722 E2004011978010963010748009376009376008926008948008951008775008775008775008858008882 E2004011977012257012017012017012017012136012161012159011921011921011921010933010963 E2004011976012450012206012206012206012322012349012347012105012105012105012223012257 E2004011975012646012398012398012398012517012547012547012301012301012301012422012449 E2004011974012848012596012596012596012717012747012747012497012497012497012616012648 E2004011973012956012989012989012989012989013020013146013174013176013176013176012848 E2004011972012588012617012619012619012619012654012777012805012805012805012805012833 E2004011971012630012660012660012660012660012695012606012636012636012636012636012666 E2004011970013700013734013736013736013736013800013936013969013969013969013969014001 E2004011969013727013727013727013727013860013342013471013501013502013502013502013572 E2004011968013128013128013128013128013257013416013414013414013414013414013544013728 E2004011967012586012586012586012586012706012846012845012845012845012845012970013128 E2004011966012813012813012194012194012202012328012327012327012327012327012446012585 E2004011965022280020437020536020534020132017659017659017319017408017408017192012812 E2004011964022455022447022555022552022110022258022258022474022580022580022138022280 E2004011963021522021731021832021829021829021995021995022211022317022317022317022455 E2004011962020675020875021027021024021024021079021079021281021432021433021433021522 E2004011961019718019907020137020136020136020195020195020388020617020615020615020675 E2004011960018850019017019236019236019236019269019269019452019678019679019679019718 E2004011959019153019153019153019153019153018788018788018601018810018810018810018850 E2004011958018312018312018312018312018312018453018672018671018671018671018671018934 E2004011957019956019990019990019990019990020272020508020507020507020507020507018097 E2004011956018679018679018859019383019383019429019429019429019619019848019847019956 E2004011955017753017753017926018157018157018205018205018205018382018629018629018679 E2004011954016886016886017051017269017269017312017312017312017481017716017717017753 E2004011953017814017814016338016541016541016581016581016581016633016843016844016886 E2004011952017066017066017066017066017338017378017378017378017546017769017766017814 E2004011951016260016260016260016260016416016661016660016660016660016660016823017065 E2004011950014706014706014706014706014848015053015053015053015053015053015199015426 E2004011949013669013669013669013669013802014383014383014383014383014383014523014706 E2004011948013141013141013141013141013109013323013323013323013323013323013451013669 E2004011947012338012338012338012338012457012657012657012657012657012657012934013141 E2004011946011728011728011728011728011841012025012025012025012025012025012142012338 E2004011945011047011047011047011047011154011333011333011333011333011333011443011728 E2004011944010509010509010509010509010611010770010770010770010770010770010875011047 E2004011943009995009995009995009995010091010248010248010248010248010248010348010509 E2004011942009435009435009435009435009600009745009745009745009745009745009840009995 E2004011941 009059009196009196009196009196009196009286009435 S2004011970013671013671013671013671013804013870013870013870013870013870 S2004011969013570013570013570013570013437013500013500013500013500013500013607013670 S2004011968015629015629015629015629014337014568014568014568013618013618013497013570 S2004011967 015333015404015405015405015405015405015552015628 E2004021980008722008722008551008551008638008638 E2004021979008883008883008709008709008793008814008814008814008641008641008722008722 E2004021978010963010963009376009376008926008948008951008951008775008775008858008882 E2004021977012257012257012017012017012136012161012159012159011921011921010933010963 E2004021976012450012450012206012206012322012349012347012347012105012105012223012257 E2004021975012646012646012398012398012517012547012547012547012301012301012422012449 E2004021974012848012848012596012596012717012747012747012747012497012497012616012648 E2004021973012956012989012989012989012989013020013146013174013176013176013176012848 E2004021972012588012617012619012619012619012654012777012805012805012805012805012833 E2004021971012630012660012660012660012660012695012606012636012636012636012636012666 E2004021970013700013734013736013736013736013800013936013969013969013969013969014001 E2004021969013727013727013727013727013860013342013471013501013502013502013502013572 E2004021968013128013128013128013128013257013416013414013414013414013414013544013728 E2004021967012586012586012586012586012706012846012845012845012845012845012970013128 E2004021966012813012813012194012194012202012328012327012327012327012327012446012585 E2004021965022280020437020536020534020534017659017659017319017408017408017408012812 E2004021964022455022671022555022552022552022258022258022474022580022580022580022280 E2004021963021522021731021832021829021829021995021995022211022317022317022317022455 E2004021962020675020875021027021024021024021079021079021281021432021433021433021522 E2004021961019718019907020137020136020136020195020195020388020617020615020615020675 E2004021960018850019017019236019236019236019269019269019452019678019679019679019718 E2004021959019153019153019153019153019153018788018788018601018810018810018810018850 E2004021958018312018312018312018312018312018453018672018671018671018671018671018934 E2004021957019956019990019990019990019990020272020508020507020507020507020507018097 E2004021956018679018679018859019383019383019429019429019429019619019848019847019956 E2004021955017753017753017926018157018157018205018205018205018382018629018629018679 E2004021954016886016886017051017269017269017312017312017312017481017716017717017753 E2004021953017814017814016338016541016541016581016581016581016633016843016844016886 E2004021952017066017066017066017066017338017378017378017378017546017769017766017814 E2004021951016260016260016260016260016416016661016660016660016660016660016823017065 E2004021950014706014706014706014706014848015053015053015053015053015053015199015426 E2004021949013669013669013669013669013802014383014383014383014383014383014523014706 E2004021948013141013141013141013141013109013323013323013323013323013323013451013669 E2004021947012338012338012338012338012457012657012657012657012657012657012934013141 E2004021946011728011728011728011728011841012025012025012025012025012025012142012338 E2004021945011047011047011047011047011154011333011333011333011333011333011443011728 E2004021944010509010509010509010509010611010770010770010770010770010770010875011047 E2004021943009995009995009995009995010091010248010248010248010248010248010348010509 E2004021942009435009435009435009435009600009745009745009745009745009745009840009995 E2004021941 009059009196009196009196009196009196009286009435 S2004021970013671013671013671013671013804013870013870013870013870013870 S2004021969013570013570013570013570013437013500013500013500013500013500013607013670 S2004021968015629015629015629015629014337014568014568014568013618013618013497013570 S2004021967 015333015404015405015405015405015405015552015628 E2004031980008722008722008722008551008638008638 E2004031979008883008883008883008709008793008814008814008814008814008641008722008722 E2004031978010963010963009494009376008926008948008951008951008951008775008858008882 E2004031977012257012257012257012017012136012161012159012159012159011921010933010963 E2004031976012450012450012450012206012322012349012347012347012347012105012223012257 E2004031975012646012646012646012398012517012547012547012547012547012301012422012449 E2004031974012848012848012848012596012717012747012747012747012747012497012616012648 E2004031973012956012989012989012989012989013020013146013174013176013176013176012848 E2004031972012588012617012619012619012619012654012777012805012805012805012805012833 E2004031971012630012660012660012660012660012695012606012636012636012636012636012666 E2004031970013700013734013736013736013736013800013936013969013969013969013969014001 E2004031969013727013727013727013727013860013342013471013501013502013502013502013572 E2004031968013128013128013128013128013257013416013414013414013414013414013544013728 E2004031967012586012586012586012586012706012846012845012845012845012845012970013128 E2004031966012813012813012194012194012202012328012327012327012327012327012446012585 E2004031965022280020437020536020534020534017881017659017319017408017408017408012812 E2004031964022455022671022779022552022552022703022258022474022580022580022580022726 E2004031963021522021731021832021829021829021995021995022211022317022317022317022455 E2004031962020675020875021027021024021024021079021079021281021432021433021433021522 E2004031961019718019907020137020136020136020195020195020388020617020615020615020675 E2004031960018850019017019236019236019236019269019269019452019678019679019679019718 E2004031959019153019153019153019153019153018788018788018601018810018810018810018850 E2004031958018312018312018312018312018312018453018672018671018671018671018671018934 E2004031957019956019990019990019990019990020272020508020507020507020507020507018097 E2004031956018679018679018859019383019383019429019429019429019619019848019847019956 E2004031955017753017753017926018157018157018205018205018205018382018629018629018679 E2004031954016886016886017051017269017269017312017312017312017481017716017717017753 E2004031953017814017814016338016541016541016581016581016581016633016843016844016886 E2004031952017066017066017066017066017338017378017378017378017546017769017766017814 E2004031951016260016260016260016260016416016661016660016660016660016660016823017065 E2004031950014706014706014706014706014848015053015053015053015053015053015199015426 E2004031949013669013669013669013669013802014383014383014383014383014383014523014706 E2004031948013141013141013141013141013109013323013323013323013323013323013451013669 E2004031947012338012338012338012338012457012657012657012657012657012657012934013141 E2004031946011728011728011728011728011841012025012025012025012025012025012142012338 E2004031945011047011047011047011047011154011333011333011333011333011333011443011728 E2004031944010509010509010509010509010611010770010770010770010770010770010875011047 E2004031943009995009995009995009995010091010248010248010248010248010248010348010509 E2004031942009435009435009435009435009600009745009745009745009745009745009840009995 E2004031941 009059009196009196009196009196009196009286009435 S2004031970013671013671013671013671013804013870013870013870013870013870 S2004031969013570013570013570013570013437013500013500013500013500013500013607013670 S2004031968015629015629015629015629014337014568014568014568013618013618013497013570 S2004031967 015333015404015405015405015405015405015552015628 E2004041980008722008722008722008722008638008638 E2004041979008883008883008883008883008793008814008814008814008814008814008722008722 E2004041978010963010963009494009494008926008948008951008951008951008951008858008882 E2004041977012257012257012257012257012136012161012159012159012159012159010933010963 E2004041976012450012450012450012450012322012349012347012347012347012347012223012257 E2004041975012646012646012646012646012517012547012547012547012547012547012422012449 E2004041974012848012848012848012848012717012747012747012747012747012747012616012648 E2004041973012956012989012989012989012989013020013146013174013176013176013176012848 E2004041972012588012617012619012619012619012654012777012805012805012805012805012833 E2004041971012630012660012660012660012660012695012606012636012636012636012636012666 E2004041970013700013734013736013736013736013800013936013969013969013969013969014001 E2004041969013727013727013727013727013860013342013471013501013502013502013502013572 E2004041968013128013128013128013128013257013416013414013414013414013414013544013728 E2004041967012586012586012586012586012706012846012845012845012845012845012970013128 E2004041966012813012813012194012194012202012328012327012327012327012327012446012585 E2004041965022726020437020536020534020534017881017881017319017408017408017408012812 E2004041964022455022671022779022777022552022703022703022474022580022580022580022726 E2004041963021522021731021832021829021829021995021995022211022317022317022317022455 E2004041962020675020875021027021024021024021079021079021281021432021433021433021522 E2004041961019718019907020137020136020136020195020195020388020617020615020615020675 E2004041960018850019017019236019236019236019269019269019452019678019679019679019718 E2004041959019153019153019153019153019153018788018788018601018810018810018810018850 E2004041958018312018312018312018312018312018453018672018671018671018671018671018934 E2004041957019956019990019990019990019990020272020508020507020507020507020507018097 E2004041956018679018679018859019383019383019429019429019429019619019848019847019956 E2004041955017753017753017926018157018157018205018205018205018382018629018629018679 E2004041954016886016886017051017269017269017312017312017312017481017716017717017753 E2004041953017814017814016338016541016541016581016581016581016633016843016844016886 E2004041952017066017066017066017066017338017378017378017378017546017769017766017814 E2004041951016260016260016260016260016416016661016660016660016660016660016823017065 E2004041950014706014706014706014706014848015053015053015053015053015053015199015426 E2004041949013669013669013669013669013802014383014383014383014383014383014523014706 E2004041948013141013141013141013141013109013323013323013323013323013323013451013669 E2004041947012338012338012338012338012457012657012657012657012657012657012934013141 E2004041946011728011728011728011728011841012025012025012025012025012025012142012338 E2004041945011047011047011047011047011154011333011333011333011333011333011443011728 E2004041944010509010509010509010509010611010770010770010770010770010770010875011047 E2004041943009995009995009995009995010091010248010248010248010248010248010348010509 E2004041942009435009435009435009435009600009745009745009745009745009745009840009995 E2004041941 009059009196009196009196009196009196009286009435 S2004041970013671013671013671013671013804013870013870013870013870013870 S2004041969013570013570013570013570013437013500013500013500013500013500013607013670 S2004041968015629015629015629015629014337014568014568014568013618013618013497013570 S2004041967 015333015404015405015405015405015405015552015628 E2004051980008722008722008722008722008811008638 E2004051979008883008883008883008883008969008814008814008814008814008814008897008722 E2004051978010963010963009494009494009105008948008951008951008951008951009035008882 E2004051977012257012257012257012257012379012161012159012159012159012159011151010963 E2004051976012450012450012450012450012568012349012347012347012347012347012467012257 E2004051975012646012646012646012646012768012547012547012547012547012547012670012449 E2004051974012848012848012848012848012971012747012747012747012747012747012869012648 E2004051973012956012989012989012989012989013020013146013174013176013176013176012848 E2004051972012588012617012619012619012619012654012777012805012805012805012805012833 E2004051971012630012660012660012660012660012695012606012636012636012636012636012666 E2004051970013700013734013736013736013736013800013936013969013969013969013969014001 E2004051969013727013727013727013727013860013342013471013501013502013502013502013572 E2004051968013128013128013128013128013257013416013414013414013414013414013544013728 E2004051967012586012586012586012586012706012846012845012845012845012845012970013128 E2004051966012813012813012194012194012202012328012327012327012327012327012446012585 E2004051965022726020845020536020534020534017881017881017521017408017408017408012812 E2004051964022455022671022779022777022777022703022703022924022580022580022580022726 E2004051963021522021731021832021829021829021995021995022211022317022317022317022455 E2004051962020675020875021027021024021024021079021079021281021432021433021433021522 E2004051961019718019907020137020136020136020195020195020388020617020615020615020675 E2004051960018850019017019236019236019236019269019269019452019678019679019679019718 E2004051959019153019153019153019153019153018788018788018601018810018810018810018850 E2004051958018312018312018312018312018312018453018672018671018671018671018671018934 E2004051957019956019990019990019990019990020272020508020507020507020507020507018097 E2004051956018679018679018859019383019383019429019429019429019619019848019847019956 E2004051955017753017753017926018157018157018205018205018205018382018629018629018679 E2004051954016886016886017051017269017269017312017312017312017481017716017717017753 E2004051953017814017814016338016541016541016581016581016581016633016843016844016886 E2004051952017066017066017066017066017338017378017378017378017546017769017766017814 E2004051951016260016260016260016260016416016661016660016660016660016660016823017065 E2004051950014706014706014706014706014848015053015053015053015053015053015199015426 E2004051949013669013669013669013669013802014383014383014383014383014383014523014706 E2004051948013141013141013141013141013109013323013323013323013323013323013451013669 E2004051947012338012338012338012338012457012657012657012657012657012657012934013141 E2004051946011728011728011728011728011841012025012025012025012025012025012142012338 E2004051945011047011047011047011047011154011333011333011333011333011333011443011728 E2004051944010509010509010509010509010611010770010770010770010770010770010875011047 E2004051943009995009995009995009995010091010248010248010248010248010248010348010509 E2004051942009435009435009435009435009600009745009745009745009745009745009840009995 E2004051941 009059009196009196009196009196009196009286009435 S2004051970013671013671013671013671013804013870013870013870013870013870 S2004051969013570013570013570013570013437013500013500013500013500013500013607013670 S2004051968015629015629015629015629014337014568014568014568013618013618013497013570 S2004051967 015333015404015405015405015405015405015552015628 N2003122003001276NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2003122002001327001324001321001318001307001305001302001299001296001292001281001278 N2003122001001396001393001390001387001364001361001358001355001352001348001333001330 N2003122000001472001469001466001463001443001439001436001433001430001426001402001399 N2003121999001538001534001531001527001511001508001505001501001498001494001479001476 N2003121998001633001629001626001622001594001591001587001584001580001577001554001551 N2003121997001645001645001645001645001688001684001680001677001673001669001640001636 N2003121996001723001723001723001723001704001704001683001683001683001683001666001666 N2003121995001876001876001876001876001792001792001770001770001770001770001745001745 N2003121994001960001960001960001960001944001944001919001919001919001919001899001899 N2003121993002326002326002057002057002032002032002007002007002007002007001986001986 N2003121992002467002467002467002467002467002467002396002396002396002396002396002396 N2003121991002592002592002592002592002592002592002541002541002541002541002541002541 N2003121990002697002697002697002697002697002697002644002644002644002644002644002644 N2003121989002806002806002806002806002806002806002751002751002751002751002751002751 N2003121988002919002919002919002919002919002919002862002862002862002862002862002862 N2003121987003060003060003060003060003037003037002978002978002978002978002978002978 N2003121986003515003515003515003515003515003515003446003446003446003446003103003103 N2003121985003657003657003657003657003657003657003585003585003585003585003585003585 N2003121984004012004012004012004012003885003885003830003830003830003830003730003730 N2003121983004811004811004423004423004242004242004190004190004190004190004062004062 N2003121982005245005245005245005245005245005245005143005143005143005143004907004907 N2003121981005700005700005700005700005457005457005350005350005350005350005350005350 N2003121980006406006406006406006406006470006470006344006344006344006344005814005814 N2004012004NO PAY N2004012003001278NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004012002001330001327001324001321001310001307001305001302001299001296001284001281 N2004012001001399001396001393001390001367001364001361001358001355001352001336001333 N2004012000001476001472001469001466001446001443001439001436001433001430001405001402 N2004011999001551001538001534001531001515001511001508001505001501001498001482001479 N2004011998001636001633001629001626001598001594001591001587001584001580001558001554 N2004011997001666001645001645001645001691001688001684001680001677001673001643001640 N2004011996001745001723001723001723001704001704001704001683001683001683001666001666 N2004011995001899001876001876001876001792001792001792001770001770001770001745001745 N2004011994001986001960001960001960001944001944001944001919001919001919001899001899 N2004011993002396002326002057002057002032002032002032002007002007002007001986001986 N2004011992002541002467002467002467002467002467002467002396002396002396002396002396 N2004011991002644002592002592002592002592002592002592002541002541002541002541002541 N2004011990002751002697002697002697002697002697002697002644002644002644002644002644 N2004011989002862002806002806002806002806002806002806002751002751002751002751002751 N2004011988002978002919002919002919002919002919002919002862002862002862002862002862 N2004011987003103003060003060003060003037003037003037002978002978002978002978002978 N2004011986003585003515003515003515003515003515003515003446003446003446003103003103 N2004011985003730003657003657003657003657003657003657003585003585003585003585003585 N2004011984004062004012004012004012003885003885003885003830003830003830003730003730 N2004011983004907004811004423004423004242004242004242004190004190004190004062004062 N2004011982005350005245005245005245005245005245005245005143005143005143004907004907 N2004011981005814005700005700005700005457005457005457005350005350005350005350005350 N2004011980006534006406006406006406006470006470006470006344006344006344005814005814 N2004022004NO PAYNO PAY N2004022003001281001278NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004022002001333001330001327001324001313001310001307001305001302001299001287001284 N2004022001001402001399001396001393001370001367001364001361001358001355001339001336 N2004022000001479001476001472001469001449001446001443001439001436001433001408001405 N2004021999001554001551001538001534001518001515001511001508001505001501001485001482 N2004021998001640001636001633001629001601001598001594001591001587001584001561001558 N2004021997001666001666001645001645001695001691001688001684001680001677001647001643 N2004021996001745001745001723001723001704001704001704001704001683001683001666001666 N2004021995001899001899001876001876001792001792001792001792001770001770001745001745 N2004021994001986001986001960001960001944001944001944001944001919001919001899001899 N2004021993002396002396002057002057002032002032002032002032002007002007001986001986 N2004021992002541002541002467002467002467002467002467002467002396002396002396002396 N2004021991002644002644002592002592002592002592002592002592002541002541002541002541 N2004021990002751002751002697002697002697002697002697002697002644002644002644002644 N2004021989002862002862002806002806002806002806002806002806002751002751002751002751 N2004021988002978002978002919002919002919002919002919002919002862002862002862002862 N2004021987003103003103003060003060003037003037003037003037002978002978002978002978 N2004021986003585003585003515003515003515003515003515003515003446003446003103003103 N2004021985003730003730003657003657003657003657003657003657003585003585003585003585 N2004021984004062004062004012004012003885003885003885003885003830003830003730003730 N2004021983004907004907004423004423004242004242004242004242004190004190004062004062 N2004021982005350005350005245005245005245005245005245005245005143005143004907004907 N2004021981005814005814005700005700005457005457005457005457005350005350005350005350 N2004021980006534006534006406006406006470006470006470006470006344006344005814005814 N2004032004NO PAYNO PAYNO PAY N2004032003001284001281001278NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004032002001336001333001330001327001316001313001310001307001305001302001290001287 N2004032001001405001402001399001396001373001370001367001364001361001358001342001339 N2004032000001482001479001476001472001452001449001446001443001439001436001411001408 N2004031999001558001554001551001538001521001518001515001511001508001505001488001485 N2004031998001643001640001636001633001605001601001598001594001591001587001564001561 N2004031997001666001666001666001645001699001695001691001688001684001680001650001647 N2004031996001745001745001745001723001704001704001704001704001704001683001666001666 N2004031995001899001899001899001876001792001792001792001792001792001770001745001745 N2004031994001986001986001986001960001944001944001944001944001944001919001899001899 N2004031993002396002396002084002057002032002032002032002032002032002007001986001986 N2004031992002541002541002541002467002467002467002467002467002467002396002396002396 N2004031991002644002644002644002592002592002592002592002592002592002541002541002541 N2004031990002751002751002751002697002697002697002697002697002697002644002644002644 N2004031989002862002862002862002806002806002806002806002806002806002751002751002751 N2004031988002978002978002978002919002919002919002919002919002919002862002862002862 N2004031987003103003103003103003060003037003037003037003037003037002978002978002978 N2004031986003585003585003585003515003515003515003515003515003515003446003103003103 N2004031985003730003730003730003657003657003657003657003657003657003585003585003585 N2004031984004062004062004062004012003885003885003885003885003885003830003730003730 N2004031983004907004907004479004423004242004242004242004242004242004190004062004062 N2004031982005350005350005350005245005245005245005245005245005245005143004907004907 N2004031981005814005814005814005700005457005457005457005457005457005350005350005350 N2004031980006534006534006534006406006470006470006470006470006470006344005814005814 N2004042004NO PAYNO PAYNO PAYNO PAY N2004042003001287001284001281001278NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004042002001339001336001333001330001319001316001313001310001307001305001293001290 N2004042001001408001405001402001399001376001373001370001367001364001361001345001342 N2004042000001485001482001479001476001455001452001449001446001443001439001414001411 N2004041999001561001558001554001551001525001521001518001515001511001508001491001488 N2004041998001647001643001640001636001608001605001601001598001594001591001568001564 N2004041997001666001666001666001666001702001699001695001691001688001684001654001650 N2004041996001745001745001745001745001704001704001704001704001704001704001666001666 N2004041995001899001899001899001899001792001792001792001792001792001792001745001745 N2004041994001986001986001986001986001944001944001944001944001944001944001899001899 N2004041993002396002396002084002084002032002032002032002032002032002032001986001986 N2004041992002541002541002541002541002467002467002467002467002467002467002396002396 N2004041991002644002644002644002644002592002592002592002592002592002592002541002541 N2004041990002751002751002751002751002697002697002697002697002697002697002644002644 N2004041989002862002862002862002862002806002806002806002806002806002806002751002751 N2004041988002978002978002978002978002919002919002919002919002919002919002862002862 N2004041987003103003103003103003103003037003037003037003037003037003037002978002978 N2004041986003585003585003585003585003515003515003515003515003515003515003103003103 N2004041985003730003730003730003730003657003657003657003657003657003657003585003585 N2004041984004062004062004062004062003885003885003885003885003885003885003730003730 N2004041983004907004907004479004479004242004242004242004242004242004242004062004062 N2004041982005350005350005350005350005245005245005245005245005245005245004907004907 N2004041981005814005814005814005814005457005457005457005457005457005457005350005350 N2004041980006534006534006534006534006470006470006470006470006470006470005814005814 N2004052004NO PAYNO PAYNO PAYNO PAYNO PAY N2004052003001290001287001284001281001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2004052002001342001339001336001333001322001319001316001313001310001307001295001293 N2004052001001411001408001405001402001379001376001373001370001367001364001348001345 N2004052000001488001485001482001479001458001455001452001449001446001443001417001414 N2004051999001564001561001558001554001538001525001521001518001515001511001495001491 N2004051998001650001647001643001640001612001608001605001601001598001594001571001568 N2004051997001666001666001666001666001706001702001699001695001691001688001657001654 N2004051996001745001745001745001745001725001704001704001704001704001704001687001666 N2004051995001899001899001899001899001814001792001792001792001792001792001767001745 N2004051994001986001986001986001986001968001944001944001944001944001944001922001899 N2004051993002396002396002084002084002058002032002032002032002032002032002009001986 N2004051992002541002541002541002541002541002467002467002467002467002467002467002396 N2004051991002644002644002644002644002644002592002592002592002592002592002592002541 N2004051990002751002751002751002751002751002697002697002697002697002697002697002644 N2004051989002862002862002862002862002862002806002806002806002806002806002806002751 N2004051988002978002978002978002978002978002919002919002919002919002919002919002862 N2004051987003103003103003103003103003098003037003037003037003037003037003037002978 N2004051986003585003585003585003585003585003515003515003515003515003515003160003103 N2004051985003730003730003730003730003730003657003657003657003657003657003657003585 N2004051984004062004062004062004062003930003885003885003885003885003885003804003730 N2004051983004907004907004479004479004291004242004242004242004242004242004118004062 N2004051982005350005350005350005350005350005245005245005245005245005245005005004907 N2004051981005814005814005814005814005566005457005457005457005457005457005457005350 N2004051980006534006534006534006534006600006470006470006470006470006470005931005814 I2003122003002573NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2003122002002670002658002646002636002637002625002613002601002589002579002595002584 I2003122001002909002893002876002863002825002810002795002780002765002753002695002683 I2003122000003121003103003085003070003072003054003036003018003000002985002943002926 I2003121999003271003252003234003219003225003207003189003171003153003138003157003139 I2003121998 003380003360003358003346 I2004012004NO PAY I2004012003002584NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004012002002683002670002658002646002649002637002625002613002601002589002606002595 I2004012001002926002909002893002876002841002825002810002795002780002765002707002695 I2004012000003139003121003103003085003090003072003054003036003018003000002960002943 I2004011999003346003271003252003234003243003225003207003189003171003153003175003157 I2004011998 003399003380003370003358 I2004022004NO PAYNO PAY I2004022003002595002584NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004022002002695002683002670002658002661002649002637002625002613002601002617002606 I2004022001002943002926002909002893002856002841002825002810002795002780002720002707 I2004022000003157003139003121003103003108003090003072003054003036003018002977002960 I2004021999003358003346003271003252003262003243003225003207003189003171003193003175 I2004021998 003419003399003383003370 I2004032004NO PAYNO PAYNO PAY I2004032003002606002595002584NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004032002002707002695002683002670002668002661002649002637002625002613002623002617 I2004032001002960002943002926002909002866002856002841002825002810002795002727002720 I2004032000003175003157003139003121003120003108003090003072003054003036002988002977 I2004031999003370003358003346003271003274003262003243003225003207003189003205003193 I2004031998 003438003419003395003383 I2004042004NO PAYNO PAYNO PAYNO PAY I2004042003002617002606002595002584NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004042002002720002707002695002683002675002668002661002649002637002625002629002623 I2004042001002977002960002943002926002875002866002856002841002825002810002734002727 I2004042000003193003175003157003139003132003120003108003090003072003054002999002988 I2004041999003383003370003358003346003286003274003262003243003225003207003217003205 I2004041998 003451003438003407003395 I2004052004NO PAYNO PAYNO PAYNO PAYNO PAY I2004052003002623002617002606002595002572NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2004052002002727002720002707002695002681002675002668002661002649002637002635002629 I2004052001002988002977002960002943002885002875002866002856002841002825002741002734 I2004052000003205003193003175003157003144003132003120003108003090003072003010002999 I2004051999003395003383003370003358003334003286003274003262003243003225003229003217 I2004051998 003464003451003420003407 gbonds-2.0.3/data/gbonds.keys.in0000664000076400007640000000044411106721200013402 00000000000000application/x-gbonds: open=gbonds %f icon_filename=gbonds-application-x-gbonds.png short_list_application_ids_for_novice_user_level=gbonds short_list_application_ids_for_intermediate_user_level=gbonds short_list_application_ids_for_advanced_user_level=gbonds gbonds-2.0.3/data/sb199711.asc0000664000076400007640000005067611106721200012430 00000000000000E1997111980006743006743006743006743006811006678 E1997111979006867006867006867006867006933006813006813006813006813006813006877006743 E1997111978007612007612007156007156007038006917006919006919006919006919006984006866 E1997111977008679008679008679008679008765008527008526008526008526008526007819007612 E1997111976008989008989008989008989009074008830008828008828008828008828008914008679 E1997111975009311009311009311009311009400009148009147009147009147009147009237008988 E1997111974009645009645009645009645009738009477009476009476009476009476009567009312 E1997111973010355010079010079010079010079010102010200009925009926009926009926009645 E1997111972010673010387010387010387010387010416010518010234010234010234010234010256 E1997111971010829010598010598010598010598010630010736010544010544010544010544010571 E1997111970012574012358012359012359012359012417012539012322012322012322012322012351 E1997111969012935012935012935012935013060012489012611012391012392012392012392012456 E1997111968012870012870012870012870012997012895012893012893012893012893013018012936 E1997111967012586012586012586012586012706012846012845012845012845012845012970012870 E1997111966012813012813012194012194012202012328012327012327012327012327012446012585 E1997111965015935014616014260014259014259013478013478013412013122013122013122012812 E1997111964016215016371015970015969015969016075016075016232015833015833015833015935 E1997111963016487016647016238016236016236016359016359016520016115016115016115016215 E1997111962016803016966016592016590016590016633016633016793016419016420016420016487 E1997111961017001017164016857016856016856016906016906017067016756016755016755016803 E1997111960017230017396017083017083017083017113017113017276016967016967016967017001 E1997111959017815017815017815017815017815017174017174017339017190017191017191017230 E1997111958017786017786017786017786017786018032017888017887017887017887017887018139 E1997111957019956019990019990019990019990020272020508020507020507020507020507017995 E1997111956018679018679018859019383019383019429019429019429019619019848019847019956 E1997111955017753017753017926018157018157018205018205018205018382018629018629018679 E1997111954016886016886017051017269017269017312017312017312017481017716017717017753 E1997111953017814017814016338016541016541016581016581016581016633016843016844016886 E1997111952017066017066017066017066017338017378017378017378017546017769017766017814 E1997111951016260016260016260016260016416016661016660016660016660016660016823017065 E1997111950014706014706014706014706014848015053015053015053015053015053015199015426 E1997111949013669013669013669013669013802014383014383014383014383014383014523014706 E1997111948013141013141013141013141013109013323013323013323013323013323013451013669 E1997111947012338012338012338012338012457012657012657012657012657012657012934013141 E1997111946011728011728011728011728011841012025012025012025012025012025012142012338 E1997111945011047011047011047011047011154011333011333011333011333011333011443011728 E1997111944010509010509010509010509010611010770010770010770010770010770010875011047 E1997111943009995009995009995009995010091010248010248010248010248010248010348010509 E1997111942009435009435009435009435009600009745009745009745009745009745009840009995 E1997111941 009059009196009196009196009196009196009286009435 S1997111970012382012382012382012382012503012316012316012316012316012316 S1997111969012571012571012571012571012636012451012451012451012451012451012571012381 S1997111968015174015174015174015174013919013731013731013731012908012908012846012571 S1997111967 015333015404015405015405015405015405015552015173 E1997121980006743006743006743006743006811006811 E1997121979006867006867006867006867006933006950006813006813006813006813006877006877 E1997121978007612007612007156007156007038007056006919006919006919006919006984007003 E1997121977008679008679008679008679008765008783008526008526008526008526007819007840 E1997121976008989008989008989008989009074009095008828008828008828008828008914008940 E1997121975009311009311009311009311009400009422009147009147009147009147009237009258 E1997121974009645009645009645009645009738009761009476009476009476009476009567009591 E1997121973010355010381010079010079010079010102010200010222009926009926009926009935 E1997121972010673010698010387010387010387010416010518010541010234010234010234010256 E1997121971010829010854010598010598010598010630010736010755010544010544010544010571 E1997121970012574012605012359012359012359012417012539012569012322012322012322012351 E1997121969012935012935012935012935013060012489012611012638012392012392012392012456 E1997121968012870012870012870012870012997013153012893012893012893012893013018013195 E1997121967012586012586012586012586012706012846012845012845012845012845012970013128 E1997121966012813012813012194012194012202012328012327012327012327012327012446012585 E1997121965015935014616014688014259014259013478013478013412013481013122013122012812 E1997121964016215016371016449015969015969016075016075016232016308015833015833015935 E1997121963016487016647016725016236016236016359016359016520016599016115016115016215 E1997121962016803016966017089016590016590016633016633016793016912016420016420016487 E1997121961017001017164017362016856016856016906016906017067017258016755016755016803 E1997121960017230017396017596017083017083017113017113017276017476016967016967017001 E1997121959018349017815017815017815017815017174017174017339017534017191017191017230 E1997121958018209017786017786017786017786018032018246017887017887017887017887018139 E1997121957019956019990019990019990019990020272020508020507020507020507020507018097 E1997121956018679018679018859019383019383019429019429019429019619019848019847019956 E1997121955017753017753017926018157018157018205018205018205018382018629018629018679 E1997121954016886016886017051017269017269017312017312017312017481017716017717017753 E1997121953017814017814016338016541016541016581016581016581016633016843016844016886 E1997121952017066017066017066017066017338017378017378017378017546017769017766017814 E1997121951016260016260016260016260016416016661016660016660016660016660016823017065 E1997121950014706014706014706014706014848015053015053015053015053015053015199015426 E1997121949013669013669013669013669013802014383014383014383014383014383014523014706 E1997121948013141013141013141013141013109013323013323013323013323013323013451013669 E1997121947012338012338012338012338012457012657012657012657012657012657012934013141 E1997121946011728011728011728011728011841012025012025012025012025012025012142012338 E1997121945011047011047011047011047011154011333011333011333011333011333011443011728 E1997121944010509010509010509010509010611010770010770010770010770010770010875011047 E1997121943009995009995009995009995010091010248010248010248010248010248010348010509 E1997121942009435009435009435009435009600009745009745009745009745009745009840009995 E1997121941 009059009196009196009196009196009196009286009435 S1997121970012382012382012382012382012503012562012316012316012316012316 S1997121969012571012571012571012571012636012700012451012451012451012451012571012629 S1997121968015174015174015174015174013919014143013731013731012908012908012846012915 S1997121967 015333015404015405015405015405015405015552015628 E1998011980006877006743006743006743006811006811 E1998011979007004006867006867006867006933006950006950006813006813006813006877006877 E1998011978007840007612007156007156007038007056007057006919006919006919006984007003 E1998011977008940008679008679008679008765008783008782008526008526008526007819007840 E1998011976009259008989008989008989009074009095009093008828008828008828008914008940 E1998011975009590009311009311009311009400009422009422009147009147009147009237009258 E1998011974009935009645009645009645009738009761009761009476009476009476009567009591 E1998011973010355010381010381010079010079010102010200010222010224009926009926009935 E1998011972010673010698010699010387010387010416010518010541010541010234010234010256 E1998011971010829010854010854010598010598010630010736010755010755010544010544010571 E1998011970012574012605012606012359012359012417012539012569012569012322012322012351 E1998011969013194012935012935012935013060012489012611012638012640012392012392012456 E1998011968013128012870012870012870012997013153013151012893012893012893013018013195 E1998011967012586012586012586012586012706012846012845012845012845012845012970013128 E1998011966012813012813012194012194012202012328012327012327012327012327012446012585 E1998011965015935014616014688014686014259013478013478013412013481013481013122012812 E1998011964016215016371016449016448015969016075016075016232016308016308015833015935 E1998011963016487016647016725016723016236016359016359016520016599016599016115016215 E1998011962016803016966017089017088016590016633016633016793016912016912016420016487 E1998011961017001017164017362017362016856016906016906017067017258017257016755016803 E1998011960017230017396017596017596017083017113017113017276017476017476016967017001 E1998011959018349018349017815017815017815017174017174017339017534017535017191017230 E1998011958018312018209017786017786017786018032018246018245017887017887017887018139 E1998011957019956019990019990019990019990020272020508020507020507020507020507018097 E1998011956018679018679018859019383019383019429019429019429019619019848019847019956 E1998011955017753017753017926018157018157018205018205018205018382018629018629018679 E1998011954016886016886017051017269017269017312017312017312017481017716017717017753 E1998011953017814017814016338016541016541016581016581016581016633016843016844016886 E1998011952017066017066017066017066017338017378017378017378017546017769017766017814 E1998011951016260016260016260016260016416016661016660016660016660016660016823017065 E1998011950014706014706014706014706014848015053015053015053015053015053015199015426 E1998011949013669013669013669013669013802014383014383014383014383014383014523014706 E1998011948013141013141013141013141013109013323013323013323013323013323013451013669 E1998011947012338012338012338012338012457012657012657012657012657012657012934013141 E1998011946011728011728011728011728011841012025012025012025012025012025012142012338 E1998011945011047011047011047011047011154011333011333011333011333011333011443011728 E1998011944010509010509010509010509010611010770010770010770010770010770010875011047 E1998011943009995009995009995009995010091010248010248010248010248010248010348010509 E1998011942009435009435009435009435009600009745009745009745009745009745009840009995 E1998011941 009059009196009196009196009196009196009286009435 S1998011970012630012382012382012382012503012562012562012316012316012316 S1998011969012915012571012571012571012636012700012700012451012451012451012571012629 S1998011968015629015174015174015174013919014143014143013731012908012908012846012915 S1998011967 015333015404015405015405015405015405015552015628 E1998021980006877006877006743006743006811006811 E1998021979007004007004006867006867006933006950006950006950006813006813006877006877 E1998021978007840007840007156007156007038007056007057007057006919006919006984007003 E1998021977008940008940008679008679008765008783008782008782008526008526007819007840 E1998021976009259009259008989008989009074009095009093009093008828008828008914008940 E1998021975009590009590009311009311009400009422009422009422009147009147009237009258 E1998021974009935009935009645009645009738009761009761009761009476009476009567009591 E1998021973010355010381010381010381010079010102010200010222010224010224009926009935 E1998021972010673010698010699010699010387010416010518010541010541010541010234010256 E1998021971010829010854010854010854010598010630010736010755010755010755010544010571 E1998021970012574012605012606012606012359012417012539012569012569012569012322012351 E1998021969013194013194012935012935013060012489012611012638012640012640012392012456 E1998021968013128013128012870012870012997013153013151013151012893012893013018013195 E1998021967012586012586012586012586012706012846012845012845012845012845012970013128 E1998021966012813012813012194012194012202012328012327012327012327012327012446012585 E1998021965015935014616014688014686014686013478013478013412013481013481013481012812 E1998021964016215016371016449016448016448016075016075016232016308016308016308015935 E1998021963016487016647016725016723016723016359016359016520016599016599016599016215 E1998021962016803016966017089017088017088016633016633016793016912016912016912016487 E1998021961017001017164017362017362017362016906016906017067017258017257017257016803 E1998021960017230017396017596017596017596017113017113017276017476017476017476017001 E1998021959018349018349018349017815017815017174017174017339017534017535017535017230 E1998021958018312018312018209017786017786018032018246018245018245017887017887018139 E1998021957019956019990019990019990019990020272020508020507020507020507020507018097 E1998021956018679018679018859019383019383019429019429019429019619019848019847019956 E1998021955017753017753017926018157018157018205018205018205018382018629018629018679 E1998021954016886016886017051017269017269017312017312017312017481017716017717017753 E1998021953017814017814016338016541016541016581016581016581016633016843016844016886 E1998021952017066017066017066017066017338017378017378017378017546017769017766017814 E1998021951016260016260016260016260016416016661016660016660016660016660016823017065 E1998021950014706014706014706014706014848015053015053015053015053015053015199015426 E1998021949013669013669013669013669013802014383014383014383014383014383014523014706 E1998021948013141013141013141013141013109013323013323013323013323013323013451013669 E1998021947012338012338012338012338012457012657012657012657012657012657012934013141 E1998021946011728011728011728011728011841012025012025012025012025012025012142012338 E1998021945011047011047011047011047011154011333011333011333011333011333011443011728 E1998021944010509010509010509010509010611010770010770010770010770010770010875011047 E1998021943009995009995009995009995010091010248010248010248010248010248010348010509 E1998021942009435009435009435009435009600009745009745009745009745009745009840009995 E1998021941 009059009196009196009196009196009196009286009435 S1998021970012630012630012382012382012503012562012562012562012316012316 S1998021969012915012915012571012571012636012700012700012700012451012451012571012629 S1998021968015629015629015174015174013919014143014143014143012908012908012846012915 S1998021967 015333015404015405015405015405015405015552015628 N1997111997001279001279001279001279001268NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1997111996001338001338001338001338001336001306001306001306001306001306001309001279 N1997111995001399001394001390001385001405001373001373001373001373001373001369001338 N1997111994001455001451001446001441001436001432001427001422001418001413001408001404 N1997111993001614001614001504001499001494001489001485001480001475001470001465001460 N1997111992001731001731001731001731001731001680001680001680001680001680001680001614 N1997111991001836001836001836001836001836001783001783001783001783001783001783001731 N1997111990001948001948001948001948001948001891001891001891001891001891001891001836 N1997111989002067002067002067002067002067002006002006002006002006002006002006001948 N1997111988002192002192002192002192002192002129002129002129002129002129002129002067 N1997111987002326002326002326002326002326002258002258002258002258002258002258002192 N1997111986002771002771002771002771002771002717002717002717002717002717002396002326 N1997111985002883002883002883002883002883002827002827002827002827002827002827002771 N1997111984003067003067003067003067003008002941002941002941002941002941002941002883 N1997111983003407003407003376003376003287003201003201003201003201003201003150003067 N1997111982003939003939003939003939003939003824003824003824003824003824003509003407 N1997111981004280004280004280004280004179004057004057004057004057004057004057003939 N1997111980004717004717004717004717004764004626004626004626004626004626004409004280 N1997121997001279001279001279001279001274001268NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1997121996001338001338001338001338001336001336001306001306001306001306001309001309 N1997121995001404001399001394001390001405001405001373001373001373001373001369001369 N1997121994001460001455001451001446001441001436001432001427001422001418001413001408 N1997121993001614001614001509001504001499001494001489001485001480001475001470001465 N1997121992001731001731001731001731001731001731001680001680001680001680001680001680 N1997121991001836001836001836001836001836001836001783001783001783001783001783001783 N1997121990001948001948001948001948001948001948001891001891001891001891001891001891 N1997121989002067002067002067002067002067002067002006002006002006002006002006002006 N1997121988002192002192002192002192002192002192002129002129002129002129002129002129 N1997121987002326002326002326002326002326002326002258002258002258002258002258002258 N1997121986002771002771002771002771002771002771002717002717002717002717002396002396 N1997121985002883002883002883002883002883002883002827002827002827002827002827002827 N1997121984003067003067003067003067003008003008002941002941002941002941002941002941 N1997121983003407003407003376003376003287003287003201003201003201003201003150003150 N1997121982003939003939003939003939003939003939003824003824003824003824003509003509 N1997121981004280004280004280004280004179004179004057004057004057004057004057004057 N1997121980004717004717004717004717004764004764004626004626004626004626004409004409 N1998011998NO PAY N1998011997001309001279001279001279001280001274001268NO PAYNO PAYNO PAYNO PAYNO PAY N1998011996001369001338001338001338001336001336001336001306001306001306001309001309 N1998011995001408001404001399001394001405001405001405001373001373001373001369001369 N1998011994001465001460001455001451001446001441001436001432001427001422001418001413 N1998011993001680001614001514001509001504001499001494001489001485001480001475001470 N1998011992001783001731001731001731001731001731001731001680001680001680001680001680 N1998011991001891001836001836001836001836001836001836001783001783001783001783001783 N1998011990002006001948001948001948001948001948001948001891001891001891001891001891 N1998011989002129002067002067002067002067002067002067002006002006002006002006002006 N1998011988002258002192002192002192002192002192002192002129002129002129002129002129 N1998011987002396002326002326002326002326002326002326002258002258002258002258002258 N1998011986002827002771002771002771002771002771002771002717002717002717002396002396 N1998011985002941002883002883002883002883002883002883002827002827002827002827002827 N1998011984003150003067003067003067003008003008003008002941002941002941002941002941 N1998011983003509003407003376003376003287003287003287003201003201003201003150003150 N1998011982004057003939003939003939003939003939003939003824003824003824003509003509 N1998011981004409004280004280004280004179004179004179004057004057004057004057004057 N1998011980004859004717004717004717004764004764004764004626004626004626004409004409 N1998021998NO PAYNO PAY N1998021997001309001309001279001279001286001280001274001268NO PAYNO PAYNO PAYNO PAY N1998021996001369001369001338001338001336001336001336001336001306001306001309001309 N1998021995001413001408001404001399001405001405001405001405001373001373001369001369 N1998021994001470001465001460001455001451001446001441001436001432001427001422001418 N1998021993001680001680001519001514001509001504001499001494001489001485001480001475 N1998021992001783001783001731001731001731001731001731001731001680001680001680001680 N1998021991001891001891001836001836001836001836001836001836001783001783001783001783 N1998021990002006002006001948001948001948001948001948001948001891001891001891001891 N1998021989002129002129002067002067002067002067002067002067002006002006002006002006 N1998021988002258002258002192002192002192002192002192002192002129002129002129002129 N1998021987002396002396002326002326002326002326002326002326002258002258002258002258 N1998021986002827002827002771002771002771002771002771002771002717002717002396002396 N1998021985002941002941002883002883002883002883002883002883002827002827002827002827 N1998021984003150003150003067003067003008003008003008003008002941002941002941002941 N1998021983003509003509003376003376003287003287003287003287003201003201003150003150 N1998021982004057004057003939003939003939003939003939003939003824003824003509003509 N1998021981004409004409004280004280004179004179004179004179004057004057004057004057 N1998021980004859004859004717004717004764004764004764004764004626004626004409004409 gbonds-2.0.3/data/sb199405.asc0000664000076400007640000007171011106721200012420 00000000000000E1994051980005673005673005673005673005731005524 E1994051979005978005978005978005978006036005831005832005832005832005832005887005674 E1994051978006189006189006070006070006127006022006023006023006023006023006080005977 E1994051977007057007057007057007057007127006933006932006932006932006932006357006189 E1994051976007309007309007309007309007378007179007178007178007178007178007248007057 E1994051975007570007570007570007570007643007438007438007438007438007438007511007308 E1994051974007843007843007843007843007918007706007705007705007705007705007779007571 E1994051973008419008195008195008195008195008214008294008070008071008071008071007842 E1994051972008678008445008446008446008446008469008552008321008321008321008321008339 E1994051971009102008793008793008793008793008818008859008573008573008573008573008595 E1994051970010401010051010051010051010051010098010198009852009853009853009853009875 E1994051969010520010520010520010520010622010509010611010250010251010251010251010304 E1994051968010829010829010829010829010937010667010666010666010666010666010769010521 E1994051967011176011176011176011176011283010994010994010994010994010994011101010830 E1994051966011385011385011165011165011273011166011165011165011165011165011273011175 E1994051965012956011884011595011594011594011433011433011544011374011374011374011383 E1994051964013184013311012985012984012984013071013071013198012873012873012873012956 E1994051963013406013536013203013201013201013302013302013432013103013103013103013184 E1994051962013662013795013490013489013489013524013524013654013350013351013351013406 E1994051961013824013956013706013705013705013746013746013877013624013623013623013662 E1994051960014010014145013890013890013890013914013914014047013795013796013796013824 E1994051959014485014485014485014485014485014246014246014314013977013978013978014010 E1994051958014752014752014752014752014752014885014544014544014544014544014544014749 E1994051957016383016528016528016528016528016762016344016343016343016343016343015125 E1994051956016506016506016666016510016510016549016549016549016711016294016294016383 E1994051955016887016887017051016647016647016691016691016691016853016463016463016506 E1994051954016886016886017051017269017269017085017085017085017252016852016853016887 E1994051953017814017814016338016541016541016581016581016581016633016843016844016886 E1994051952017066017066017066017066017338017378017378017378017546017769017766017814 E1994051951016260016260016260016260016416016661016660016660016660016660016823017065 E1994051950014706014706014706014706014848015053015053015053015053015053015199015426 E1994051949013669013669013669013669013802014383014383014383014383014383014523014706 E1994051948013141013141013141013141013109013323013323013323013323013323013451013669 E1994051947012338012338012338012338012457012657012657012657012657012657012934013141 E1994051946011728011728011728011728011841012025012025012025012025012025012142012338 E1994051945011047011047011047011047011154011333011333011333011333011333011443011728 E1994051944010509010509010509010509010611010770010770010770010770010770010875011047 E1994051943009995009995009995009995010091010248010248010248010248010248010348010509 E1994051942009435009435009435009435009600009745009745009745009745009745009840009995 E1994051941 009059009196009196009196009196009196009286009435 S1994051970010597010597010597010597010701010363010363010363010363010363 S1994051969010896010896010896010896011001010839010839010839010839010839010944010597 S1994051968012338012338012338012338011317011165011165011165010949010949011056010896 S1994051967 012841012525012526012526012526012526012645012337 E1994061980005673005673005673005673005731005731 E1994061979005978005978005978005978006036006050005832005832005832005832005887005887 E1994061978006189006189006070006070006127006143006023006023006023006023006080006097 E1994061977007057007057007057007057007127007141006932006932006932006932006357006375 E1994061976007309007309007309007309007378007395007178007178007178007178007248007269 E1994061975007570007570007570007570007643007661007438007438007438007438007511007527 E1994061974007843007843007843007843007918007937007705007705007705007705007779007798 E1994061973008419008441008195008195008195008214008294008312008071008071008071008078 E1994061972008678008699008446008446008446008469008552008571008321008321008321008339 E1994061971009102009123008793008793008793008818008859008880008573008573008573008595 E1994061970010401010428010051010051010051010098010198010222009853009853009853009875 E1994061969010520010520010520010520010622010509010611010635010251010251010251010304 E1994061968010829010829010829010829010937011067010666010666010666010666010769010915 E1994061967011176011176011176011176011283011407010994010994010994010994011101011236 E1994061966011385011385011165011165011273011389011165011165011165011165011273011399 E1994061965012956011884011942011594011594011433011433011544011602011374011374011725 E1994061964013184013311013375012984012984013071013071013198013260012873012873012956 E1994061963013406013536013599013201013201013302013302013432013496013103013103013184 E1994061962013662013795013895013489013489013524013524013654013751013351013351013406 E1994061961013824013956014117013705013705013746013746013877014033013623013623013662 E1994061960014010014145014307013890013890013914013914014047014209013796013796013824 E1994061959014920014485014485014485014485014246014246014314014475013978013978014010 E1994061958015305014752014752014752014752014885015058014544014544014544014544014749 E1994061957016383016528016528016528016528016762016957016343016343016343016343015125 E1994061956016506016506016666017129016510016549016549016549016711016906016294016383 E1994061955016887016887017051017271016647016691016691016691016853017080016463016506 E1994061954016886016886017051017269017269017312017085017085017252017484016853016887 E1994061953017814017814016338016541016541016581016581016581016633016843016844016886 E1994061952017066017066017066017066017338017378017378017378017546017769017766017814 E1994061951016260016260016260016260016416016661016660016660016660016660016823017065 E1994061950014706014706014706014706014848015053015053015053015053015053015199015426 E1994061949013669013669013669013669013802014383014383014383014383014383014523014706 E1994061948013141013141013141013141013109013323013323013323013323013323013451013669 E1994061947012338012338012338012338012457012657012657012657012657012657012934013141 E1994061946011728011728011728011728011841012025012025012025012025012025012142012338 E1994061945011047011047011047011047011154011333011333011333011333011333011443011728 E1994061944010509010509010509010509010611010770010770010770010770010770010875011047 E1994061943009995009995009995009995010091010248010248010248010248010248010348010509 E1994061942009435009435009435009435009600009745009745009745009745009745009840009995 E1994061941 009059009196009196009196009196009196009286009435 S1994061970010597010597010597010597010701010752010363010363010363010363 S1994061969010896010896010896010896011001011056010839010839010839010839010944010994 S1994061968012338012338012338012338011317011500011165011165010949010949011056011114 S1994061967 012841012900012526012526012526012526012645012707 E1994071980005886005673005673005673005731005731 E1994071979006098005978005978005978006036006050006050005832005832005832005887005887 E1994071978006375006189006070006070006127006143006144006023006023006023006080006097 E1994071977007269007057007057007057007127007141007140006932006932006932006357006375 E1994071976007528007309007309007309007378007395007394007178007178007178007248007269 E1994071975007797007570007570007570007643007661007661007438007438007438007511007527 E1994071974008078007843007843007843007918007937007936007705007705007705007779007798 E1994071973008419008441008441008195008195008214008294008312008313008071008071008078 E1994071972008678008699008699008446008446008469008552008571008571008321008321008339 E1994071971009102009123009123008793008793008818008859008880008880008573008573008595 E1994071970010401010428010428010051010051010098010198010222010222009853009853009875 E1994071969010914010520010520010520010622010509010611010635010635010251010251010304 E1994071968011235010829010829010829010937011067011066010666010666010666010769010915 E1994071967011400011176011176011176011283011407011406010994010994010994011101011236 E1994071966011726011385011165011165011273011389011388011165011165011165011273011399 E1994071965012956011884011942011941011594011433011433011544011602011602011374011725 E1994071964013184013311013375013373012984013071013071013198013260013260012873012956 E1994071963013406013536013599013597013201013302013302013432013496013496013103013184 E1994071962013662013795013895013894013489013524013524013654013751013751013351013406 E1994071961013824013956014117014116013705013746013746013877014033014032013623013662 E1994071960014010014145014307014307013890013914013914014047014209014210013796013824 E1994071959014920014920014485014485014485014246014246014314014475014475013978014010 E1994071958015305015305014752014752014752014885015058015058014544014544014544014749 E1994071957016383017147016528016528016528016762016957016956016343016343016343015125 E1994071956016506016506016666017129017129016549016549016549016711016906016905016383 E1994071955016887016887017051017271017272016691016691016691016853017080017080016506 E1994071954016886016886017051017269017269017312017312017085017252017484017485016887 E1994071953017814017814016338016541016541016581016581016581016633016843016844016886 E1994071952017066017066017066017066017338017378017378017378017546017769017766017814 E1994071951016260016260016260016260016416016661016660016660016660016660016823017065 E1994071950014706014706014706014706014848015053015053015053015053015053015199015426 E1994071949013669013669013669013669013802014383014383014383014383014383014523014706 E1994071948013141013141013141013141013109013323013323013323013323013323013451013669 E1994071947012338012338012338012338012457012657012657012657012657012657012934013141 E1994071946011728011728011728011728011841012025012025012025012025012025012142012338 E1994071945011047011047011047011047011154011333011333011333011333011333011443011728 E1994071944010509010509010509010509010611010770010770010770010770010770010875011047 E1994071943009995009995009995009995010091010248010248010248010248010248010348010509 E1994071942009435009435009435009435009600009745009745009745009745009745009840009995 E1994071941 009059009196009196009196009196009196009286009435 S1994071970010995010597010597010597010701010752010751010363010363010363 S1994071969011114010896010896010896011001011056011056010839010839010839010944010994 S1994071968012708012338012338012338011317011500011500011165010949010949011056011114 S1994071967 012841012900012902012526012526012526012645012707 E1994081980005886005886005673005673005731005731 E1994081979006098006098005978005978006036006050006050006050005832005832005887005887 E1994081978006375006375006070006070006127006143006144006144006023006023006080006097 E1994081977007269007269007057007057007127007141007140007140006932006932006357006375 E1994081976007528007528007309007309007378007395007394007394007178007178007248007269 E1994081975007797007797007570007570007643007661007661007661007438007438007511007527 E1994081974008078008078007843007843007918007937007936007936007705007705007779007798 E1994081973008419008441008441008441008195008214008294008312008313008313008071008078 E1994081972008678008699008699008699008446008469008552008571008571008571008321008339 E1994081971009102009123009123009123008793008818008859008880008880008880008573008595 E1994081970010401010428010428010428010051010098010198010222010222010222009853009875 E1994081969010914010914010520010520010622010509010611010635010635010635010251010304 E1994081968011235011235010829010829010937011067011066011066010666010666010769010915 E1994081967011400011400011176011176011283011407011406011406010994010994011101011236 E1994081966011726011726011165011165011273011389011388011388011165011165011273011399 E1994081965012956011884011942011941011941011433011433011544011602011602011602011725 E1994081964013184013311013375013373013373013071013071013198013260013260013260012956 E1994081963013406013536013599013597013597013302013302013432013496013496013496013184 E1994081962013662013795013895013894013894013524013524013654013751013751013751013406 E1994081961013824013956014117014116014116013746013746013877014033014032014032013662 E1994081960014010014145014307014307014307013914013914014047014209014210014210013824 E1994081959014920014920014920014485014485014246014246014314014475014475014475014010 E1994081958015305015305015305014752014752014885015058015058015058014544014544014749 E1994081957016383017147017147016528016528016762016957016956016956016343016343015125 E1994081956016506016506016666017129017129017169016549016549016711016906016905016997 E1994081955016887016887017051017271017272017317016691016691016853017080017080017125 E1994081954016886016886017051017269017269017312017312017312017252017484017485017520 E1994081953017814017814016338016541016541016581016581016581016633016843016844016886 E1994081952017066017066017066017066017338017378017378017378017546017769017766017814 E1994081951016260016260016260016260016416016661016660016660016660016660016823017065 E1994081950014706014706014706014706014848015053015053015053015053015053015199015426 E1994081949013669013669013669013669013802014383014383014383014383014383014523014706 E1994081948013141013141013141013141013109013323013323013323013323013323013451013669 E1994081947012338012338012338012338012457012657012657012657012657012657012934013141 E1994081946011728011728011728011728011841012025012025012025012025012025012142012338 E1994081945011047011047011047011047011154011333011333011333011333011333011443011728 E1994081944010509010509010509010509010611010770010770010770010770010770010875011047 E1994081943009995009995009995009995010091010248010248010248010248010248010348010509 E1994081942009435009435009435009435009600009745009745009745009745009745009840009995 E1994081941 009059009196009196009196009196009196009286009435 S1994081970010995010995010597010597010701010752010751010751010363010363 S1994081969011114011114010896010896011001011056011056011056010839010839010944010994 S1994081968012708012708012338012338011317011500011500011500010949010949011056011114 S1994081967 012841012900012902012902012526012526012645012707 E1994091980005886005886005886005673005731005731 E1994091979006098006098006098005978006036006050006050006050006050005832005887005887 E1994091978006375006375006191006070006127006143006144006144006144006023006080006097 E1994091977007269007269007269007057007127007141007140007140007140006932006357006375 E1994091976007528007528007528007309007378007395007394007394007394007178007248007269 E1994091975007797007797007797007570007643007661007661007661007661007438007511007527 E1994091974008078008078008078007843007918007937007936007936007936007705007779007798 E1994091973008419008441008441008441008441008214008294008312008313008313008313008078 E1994091972008678008699008699008699008699008469008552008571008571008571008571008339 E1994091971009102009123009123009123009123008818008859008880008880008880008880008595 E1994091970010401010428010428010428010428010098010198010222010222010222010222009875 E1994091969010914010914010914010520010622010509010611010635010635010635010635010304 E1994091968011235011235011235010829010937011067011066011066011066010666010769010915 E1994091967011400011400011400011176011283011407011406011406011406010994011101011236 E1994091966011726011726011388011165011273011389011388011388011388011165011273011399 E1994091965012956011884011942011941011941011662011433011544011602011602011602011725 E1994091964013184013311013375013373013373013463013071013198013260013260013260013345 E1994091963013406013536013599013597013597013701013302013432013496013496013496013580 E1994091962013662013795013895013894013894013930013524013654013751013751013751013808 E1994091961013824013956014117014116014116014158013746013877014033014032014032014072 E1994091960014010014145014307014307014307014332013914014047014209014210014210014238 E1994091959014920014920014920014920014485014780014246014314014475014475014475014505 E1994091958015305015305015305015305014752014885015058015058015058015058014544014749 E1994091957016997017147017147017147016528016762016957016956016956016956016343015125 E1994091956017125016506016666017129017129017169017169016549016711016906016905016997 E1994091955017520016887017051017271017272017317017317016691016853017080017080017125 E1994091954016886016886017051017269017269017312017312017312017481017484017485017520 E1994091953017814017814016338016541016541016581016581016581016633016843016844016886 E1994091952017066017066017066017066017338017378017378017378017546017769017766017814 E1994091951016260016260016260016260016416016661016660016660016660016660016823017065 E1994091950014706014706014706014706014848015053015053015053015053015053015199015426 E1994091949013669013669013669013669013802014383014383014383014383014383014523014706 E1994091948013141013141013141013141013109013323013323013323013323013323013451013669 E1994091947012338012338012338012338012457012657012657012657012657012657012934013141 E1994091946011728011728011728011728011841012025012025012025012025012025012142012338 E1994091945011047011047011047011047011154011333011333011333011333011333011443011728 E1994091944010509010509010509010509010611010770010770010770010770010770010875011047 E1994091943009995009995009995009995010091010248010248010248010248010248010348010509 E1994091942009435009435009435009435009600009745009745009745009745009745009840009995 E1994091941 009059009196009196009196009196009196009286009435 S1994091970010995010995010995010597010701010752010751010751010751010363 S1994091969011114011114011114010896011001011056011056011056011056010839010944010994 S1994091968012708012708012708012338011317011500011500011500011168010949011056011114 S1994091967 012841012900012902012902012902012526012645012707 E1994101980005886005886005886005886005731005731 E1994101979006098006098006098006098006036006050006050006050006050006050005887005887 E1994101978006375006375006191006191006127006143006144006144006144006144006080006097 E1994101977007269007269007269007269007127007141007140007140007140007140006357006375 E1994101976007528007528007528007528007378007395007394007394007394007394007248007269 E1994101975007797007797007797007797007643007661007661007661007661007661007511007527 E1994101974008078008078008078008078007918007937007936007936007936007936007779007798 E1994101973008419008441008441008441008441008460008294008312008313008313008313008078 E1994101972008678008699008699008699008699008723008552008571008571008571008571008589 E1994101971009102009123009123009123009123009148008859008880008880008880008880008901 E1994101970010401010428010428010428010428010477010198010222010222010222010222010245 E1994101969010914010914010914010914010622010903010611010635010635010635010635010691 E1994101968011235011235011235011235010937011067011066011066011066011066010769010915 E1994101967011400011400011400011400011283011407011406011406011406011406011101011236 E1994101966011726011726011388011388011273011389011388011388011388011388011273011399 E1994101965013345011884011942011941011941011662011662011544011602011602011602011725 E1994101964013580013311013375013373013373013463013463013198013260013260013260013345 E1994101963013808013536013599013597013597013701013701013432013496013496013496013580 E1994101962014072013795013895013894013894013930013930013654013751013751013751013808 E1994101961014238013956014117014116014116014158014158013877014033014032014032014072 E1994101960014505014145014307014307014307014332014332014047014209014210014210014238 E1994101959014920014920014920014920014920014780014780014314014475014475014475014505 E1994101958015305015305015305015305015305014885015058015058015058015058015058014749 E1994101957016997017147017147017147017147016762016957016956016956016956016956015125 E1994101956017125017125016666017129017129017169017169017169016711016906016905016997 E1994101955017520017520017051017271017272017317017317017317016853017080017080017125 E1994101954016886016886017051017269017269017312017312017312017481017716017485017520 E1994101953017814017814016338016541016541016581016581016581016633016843016844016886 E1994101952017066017066017066017066017338017378017378017378017546017769017766017814 E1994101951016260016260016260016260016416016661016660016660016660016660016823017065 E1994101950014706014706014706014706014848015053015053015053015053015053015199015426 E1994101949013669013669013669013669013802014383014383014383014383014383014523014706 E1994101948013141013141013141013141013109013323013323013323013323013323013451013669 E1994101947012338012338012338012338012457012657012657012657012657012657012934013141 E1994101946011728011728011728011728011841012025012025012025012025012025012142012338 E1994101945011047011047011047011047011154011333011333011333011333011333011443011728 E1994101944010509010509010509010509010611010770010770010770010770010770010875011047 E1994101943009995009995009995009995010091010248010248010248010248010248010348010509 E1994101942009435009435009435009435009600009745009745009745009745009745009840009995 E1994101941 009059009196009196009196009196009196009286009435 S1994101970010995010995010995010995010701010752010751010751010751010751 S1994101969011114011114011114011114011001011056011056011056011056011056010944010994 S1994101968012708012708012708012708011317011500011500011500011168011168011056011114 S1994101967 012841012900012902012902012902012902012645012707 N1994051994NO PAYNO PAYNO PAYNO PAYNO PAY N1994051993001324001319001310001305001301001297001292001288001284001280001275NO PAY N1994051992001395001388001382001376001370001364001358001352001346001340001335001329 N1994051991001450001450001450001450001450001408001408001408001408001408001408001401 N1994051990001553001553001553001553001553001499001499001499001499001499001499001450 N1994051989001722001722001722001722001693001614001614001614001614001614001614001553 N1994051988001835001835001835001835001809001778001778001778001778001778001754001722 N1994051987001957001957001957001957001924001895001895001895001895001895001895001835 N1994051986002253002253002253002253002253002172002172002172002172002172001984001957 N1994051985002425002425002425002425002425002338002338002338002338002338002338002253 N1994051984002611002611002611002611002611002516002516002516002516002516002516002425 N1994051983002816002816002816002816002725002668002668002668002668002668002664002611 N1994051982003203003203003203003203003203003110003110003110003110003110002877002816 N1994051981003480003480003480003480003398003299003299003299003299003299003299003203 N1994051980003836003836003836003836003874003761003761003761003761003761003585003480 N1994061994NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1994061993001329001324001314001310001305001301001297001292001288001284001280001275 N1994061992001401001395001388001382001376001370001364001358001352001346001340001335 N1994061991001450001450001450001450001450001450001408001408001408001408001408001408 N1994061990001553001553001553001553001553001553001499001499001499001499001499001499 N1994061989001722001722001722001722001693001693001614001614001614001614001614001614 N1994061988001835001835001835001835001809001809001778001778001778001778001754001754 N1994061987001957001957001957001957001924001924001895001895001895001895001895001895 N1994061986002253002253002253002253002253002253002172002172002172002172001984001984 N1994061985002425002425002425002425002425002425002338002338002338002338002338002338 N1994061984002611002611002611002611002611002611002516002516002516002516002516002516 N1994061983002816002816002816002816002725002725002668002668002668002668002664002664 N1994061982003203003203003203003203003203003203003110003110003110003110002877002877 N1994061981003480003480003480003480003398003398003299003299003299003299003299003299 N1994061980003836003836003836003836003874003874003761003761003761003761003585003585 N1994071994001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1994071993001335001329001318001314001310001305001301001297001292001288001284001280 N1994071992001408001401001395001388001382001376001370001364001358001352001346001340 N1994071991001499001450001450001450001450001450001450001408001408001408001408001408 N1994071990001614001553001553001553001553001553001553001499001499001499001499001499 N1994071989001754001722001722001722001693001693001693001614001614001614001614001614 N1994071988001895001835001835001835001809001809001809001778001778001778001754001754 N1994071987001984001957001957001957001924001924001924001895001895001895001895001895 N1994071986002338002253002253002253002253002253002253002172002172002172001984001984 N1994071985002516002425002425002425002425002425002425002338002338002338002338002338 N1994071984002664002611002611002611002611002611002611002516002516002516002516002516 N1994071983002877002816002816002816002725002725002725002668002668002668002664002664 N1994071982003299003203003203003203003203003203003203003110003110003110002877002877 N1994071981003585003480003480003480003398003398003398003299003299003299003299003299 N1994071980003951003836003836003836003874003874003874003761003761003761003585003585 N1994081994001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1994081993001340001335001323001318001314001310001305001301001297001292001288001284 N1994081992001408001408001401001395001388001382001376001370001364001358001352001346 N1994081991001499001499001450001450001450001450001450001450001408001408001408001408 N1994081990001614001614001553001553001553001553001553001553001499001499001499001499 N1994081989001754001754001722001722001693001693001693001693001614001614001614001614 N1994081988001895001895001835001835001809001809001809001809001778001778001754001754 N1994081987001984001984001957001957001924001924001924001924001895001895001895001895 N1994081986002338002338002253002253002253002253002253002253002172002172001984001984 N1994081985002516002516002425002425002425002425002425002425002338002338002338002338 N1994081984002664002664002611002611002611002611002611002611002516002516002516002516 N1994081983002877002877002816002816002725002725002725002725002668002668002664002664 N1994081982003299003299003203003203003203003203003203003203003110003110002877002877 N1994081981003585003585003480003480003398003398003398003398003299003299003299003299 N1994081980003951003951003836003836003874003874003874003874003761003761003585003585 N1994091994001284001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1994091993001346001340001327001323001318001314001310001305001301001297001292001288 N1994091992001408001408001408001401001395001388001382001376001370001364001358001352 N1994091991001499001499001499001450001450001450001450001450001450001408001408001408 N1994091990001614001614001614001553001553001553001553001553001553001499001499001499 N1994091989001754001754001754001722001693001693001693001693001693001614001614001614 N1994091988001895001895001895001835001809001809001809001809001809001778001754001754 N1994091987001984001984001984001957001924001924001924001924001924001895001895001895 N1994091986002338002338002338002253002253002253002253002253002253002172001984001984 N1994091985002516002516002516002425002425002425002425002425002425002338002338002338 N1994091984002664002664002664002611002611002611002611002611002611002516002516002516 N1994091983002877002877002877002816002725002725002725002725002725002668002664002664 N1994091982003299003299003299003203003203003203003203003203003203003110002877002877 N1994091981003585003585003585003480003398003398003398003398003398003299003299003299 N1994091980003951003951003951003836003874003874003874003874003874003761003585003585 N1994101994001288001284001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1994101993001352001346001331001327001323001318001314001310001305001301001297001292 N1994101992001408001408001408001408001401001395001388001382001376001370001364001358 N1994101991001499001499001499001499001450001450001450001450001450001450001408001408 N1994101990001614001614001614001614001553001553001553001553001553001553001499001499 N1994101989001754001754001754001754001693001693001693001693001693001693001614001614 N1994101988001895001895001895001895001809001809001809001809001809001809001754001754 N1994101987001984001984001984001984001924001924001924001924001924001924001895001895 N1994101986002338002338002338002338002253002253002253002253002253002253001984001984 N1994101985002516002516002516002516002425002425002425002425002425002425002338002338 N1994101984002664002664002664002664002611002611002611002611002611002611002516002516 N1994101983002877002877002877002877002725002725002725002725002725002725002664002664 N1994101982003299003299003299003299003203003203003203003203003203003203002877002877 N1994101981003585003585003585003585003398003398003398003398003398003398003299003299 N1994101980003951003951003951003951003874003874003874003874003874003874003585003585 gbonds-2.0.3/data/sb200706.asc0000664000076400007640000012153411107717664012427 00000000000000E2007061980009823009823009823009823009923009923 E2007061979010004010004010004010004010101010124009926009926009926009926010020010020 E2007061978012346012346010427010427010253010279010080010080010080010080010175010203 E2007061977013804013804013804013804013940013970013693013693013693013693012558012593 E2007061976013476013476013476013476013604013634013632013632013632013632013765013804 E2007061975013157013157013157013157013283013315013315013315013315013315013446013475 E2007061974012848012848012848012848012971013002013002013002013002013002013126013159 E2007061973012956012989012989012989012989013020013146013174013176013176013176012848 E2007061972012588012617012619012619012619012654012777012805012805012805012805012833 E2007061971012630012660012660012660012660012695012606012636012636012636012636012666 E2007061970013700013734013736013736013736013800013936013969013969013969013969014001 E2007061969013727013727013727013727013860013342013471013501013502013502013502013572 E2007061968013128013128013128013128013257013416013414013414013414013414013544013728 E2007061967012586012586012586012586012706012846012845012845012845012845012970013128 E2007061966012813012813012194012194012202012328012327012327012327012327012446012585 E2007061965023411021474021579021577021577018597018597018308018403018403018403012812 E2007061964022455022671022779022777022777022929022929023152023261023261023261023411 E2007061963021522021731021832021829021829021995021995022211022317022317022317022455 E2007061962020675020875021027021024021024021079021079021281021432021433021433021522 E2007061961019718019907020137020136020136020195020195020388020617020615020615020675 E2007061960018850019017019236019236019236019269019269019452019678019679019679019718 E2007061959019153019153019153019153019153018788018788018601018810018810018810018850 E2007061958018312018312018312018312018312018453018672018671018671018671018671018934 E2007061957019956019990019990019990019990020272020508020507020507020507020507018097 E2007061956018679018679018859019383019383019429019429019429019619019848019847019956 E2007061955017753017753017926018157018157018205018205018205018382018629018629018679 E2007061954016886016886017051017269017269017312017312017312017481017716017717017753 E2007061953017814017814016338016541016541016581016581016581016633016843016844016886 E2007061952017066017066017066017066017338017378017378017378017546017769017766017814 E2007061951016260016260016260016260016416016661016660016660016660016660016823017065 E2007061950014706014706014706014706014848015053015053015053015053015053015199015426 E2007061949013669013669013669013669013802014383014383014383014383014383014523014706 E2007061948013141013141013141013141013109013323013323013323013323013323013451013669 E2007061947012338012338012338012338012457012657012657012657012657012657012934013141 E2007061946011728011728011728011728011841012025012025012025012025012025012142012338 E2007061945011047011047011047011047011154011333011333011333011333011333011443011728 E2007061944010509010509010509010509010611010770010770010770010770010770010875011047 E2007061943009995009995009995009995010091010248010248010248010248010248010348010509 E2007061942009435009435009435009435009600009745009745009745009745009745009840009995 E2007061941 009059009196009196009196009196009196009286009435 S2007061970013671013671013671013671013804013870013870013870013870013870 S2007061969013570013570013570013570013437013500013500013500013500013500013607013670 S2007061968015629015629015629015629014337014568014568014568013618013618013497013570 S2007061967 015333015404015405015405015405015405015552015628 E2007071980010020009823009823009823009923009923 E2007071979010204010004010004010004010101010124010124009926009926009926010020010020 E2007071978012593012346010427010427010253010279010281010080010080010080010175010203 E2007071977013804013804013804013804013940013970013967013693013693013693012558012593 E2007071976013476013476013476013476013604013634013632013632013632013632013765013804 E2007071975013157013157013157013157013283013315013315013315013315013315013446013475 E2007071974012848012848012848012848012971013002013002013002013002013002013126013159 E2007071973012956012989012989012989012989013020013146013174013176013176013176012848 E2007071972012588012617012619012619012619012654012777012805012805012805012805012833 E2007071971012630012660012660012660012660012695012606012636012636012636012636012666 E2007071970013700013734013736013736013736013800013936013969013969013969013969014001 E2007071969013727013727013727013727013860013342013471013501013502013502013502013572 E2007071968013128013128013128013128013257013416013414013414013414013414013544013728 E2007071967012586012586012586012586012706012846012845012845012845012845012970013128 E2007071966012813012813012194012194012202012328012327012327012327012327012446012585 E2007071965023411021474021579021577021577018597018597018308018403018403018403012812 E2007071964022455022671022779022777022777022929022929023152023261023261023261023411 E2007071963021522021731021832021829021829021995021995022211022317022317022317022455 E2007071962020675020875021027021024021024021079021079021281021432021433021433021522 E2007071961019718019907020137020136020136020195020195020388020617020615020615020675 E2007071960018850019017019236019236019236019269019269019452019678019679019679019718 E2007071959019153019153019153019153019153018788018788018601018810018810018810018850 E2007071958018312018312018312018312018312018453018672018671018671018671018671018934 E2007071957019956019990019990019990019990020272020508020507020507020507020507018097 E2007071956018679018679018859019383019383019429019429019429019619019848019847019956 E2007071955017753017753017926018157018157018205018205018205018382018629018629018679 E2007071954016886016886017051017269017269017312017312017312017481017716017717017753 E2007071953017814017814016338016541016541016581016581016581016633016843016844016886 E2007071952017066017066017066017066017338017378017378017378017546017769017766017814 E2007071951016260016260016260016260016416016661016660016660016660016660016823017065 E2007071950014706014706014706014706014848015053015053015053015053015053015199015426 E2007071949013669013669013669013669013802014383014383014383014383014383014523014706 E2007071948013141013141013141013141013109013323013323013323013323013323013451013669 E2007071947012338012338012338012338012457012657012657012657012657012657012934013141 E2007071946011728011728011728011728011841012025012025012025012025012025012142012338 E2007071945011047011047011047011047011154011333011333011333011333011333011443011728 E2007071944010509010509010509010509010611010770010770010770010770010770010875011047 E2007071943009995009995009995009995010091010248010248010248010248010248010348010509 E2007071942009435009435009435009435009600009745009745009745009745009745009840009995 E2007071941 009059009196009196009196009196009196009286009435 S2007071970013671013671013671013671013804013870013870013870013870013870 S2007071969013570013570013570013570013437013500013500013500013500013500013607013670 S2007071968015629015629015629015629014337014568014568014568013618013618013497013570 S2007071967 015333015404015405015405015405015405015552015628 E2007081980010020010020009823009823009923009923 E2007081979010204010204010004010004010101010124010124010124009926009926010020010020 E2007081978012593012593010427010427010253010279010281010281010080010080010175010203 E2007081977013804013804013804013804013940013970013967013967013693013693012558012593 E2007081976013476013476013476013476013604013634013632013632013632013632013765013804 E2007081975013157013157013157013157013283013315013315013315013315013315013446013475 E2007081974012848012848012848012848012971013002013002013002013002013002013126013159 E2007081973012956012989012989012989012989013020013146013174013176013176013176012848 E2007081972012588012617012619012619012619012654012777012805012805012805012805012833 E2007081971012630012660012660012660012660012695012606012636012636012636012636012666 E2007081970013700013734013736013736013736013800013936013969013969013969013969014001 E2007081969013727013727013727013727013860013342013471013501013502013502013502013572 E2007081968013128013128013128013128013257013416013414013414013414013414013544013728 E2007081967012586012586012586012586012706012846012845012845012845012845012970013128 E2007081966012813012813012194012194012202012328012327012327012327012327012446012585 E2007081965023411021474021579021577021577018597018597018308018403018403018403012812 E2007081964022455022671022779022777022777022929022929023152023261023261023261023411 E2007081963021522021731021832021829021829021995021995022211022317022317022317022455 E2007081962020675020875021027021024021024021079021079021281021432021433021433021522 E2007081961019718019907020137020136020136020195020195020388020617020615020615020675 E2007081960018850019017019236019236019236019269019269019452019678019679019679019718 E2007081959019153019153019153019153019153018788018788018601018810018810018810018850 E2007081958018312018312018312018312018312018453018672018671018671018671018671018934 E2007081957019956019990019990019990019990020272020508020507020507020507020507018097 E2007081956018679018679018859019383019383019429019429019429019619019848019847019956 E2007081955017753017753017926018157018157018205018205018205018382018629018629018679 E2007081954016886016886017051017269017269017312017312017312017481017716017717017753 E2007081953017814017814016338016541016541016581016581016581016633016843016844016886 E2007081952017066017066017066017066017338017378017378017378017546017769017766017814 E2007081951016260016260016260016260016416016661016660016660016660016660016823017065 E2007081950014706014706014706014706014848015053015053015053015053015053015199015426 E2007081949013669013669013669013669013802014383014383014383014383014383014523014706 E2007081948013141013141013141013141013109013323013323013323013323013323013451013669 E2007081947012338012338012338012338012457012657012657012657012657012657012934013141 E2007081946011728011728011728011728011841012025012025012025012025012025012142012338 E2007081945011047011047011047011047011154011333011333011333011333011333011443011728 E2007081944010509010509010509010509010611010770010770010770010770010770010875011047 E2007081943009995009995009995009995010091010248010248010248010248010248010348010509 E2007081942009435009435009435009435009600009745009745009745009745009745009840009995 E2007081941 009059009196009196009196009196009196009286009435 S2007081970013671013671013671013671013804013870013870013870013870013870 S2007081969013570013570013570013570013437013500013500013500013500013500013607013670 S2007081968015629015629015629015629014337014568014568014568013618013618013497013570 S2007081967 015333015404015405015405015405015405015552015628 E2007091980010020010020010020009823009923009923 E2007091979010204010204010204010004010101010124010124010124010124009926010020010020 E2007091978012593012593010627010427010253010279010281010281010281010080010175010203 E2007091977013804013804013804013804013940013970013967013967013967013693012558012593 E2007091976013476013476013476013476013604013634013632013632013632013632013765013804 E2007091975013157013157013157013157013283013315013315013315013315013315013446013475 E2007091974012848012848012848012848012971013002013002013002013002013002013126013159 E2007091973012956012989012989012989012989013020013146013174013176013176013176012848 E2007091972012588012617012619012619012619012654012777012805012805012805012805012833 E2007091971012630012660012660012660012660012695012606012636012636012636012636012666 E2007091970013700013734013736013736013736013800013936013969013969013969013969014001 E2007091969013727013727013727013727013860013342013471013501013502013502013502013572 E2007091968013128013128013128013128013257013416013414013414013414013414013544013728 E2007091967012586012586012586012586012706012846012845012845012845012845012970013128 E2007091966012813012813012194012194012202012328012327012327012327012327012446012585 E2007091965023411021474021579021577021577018597018597018308018403018403018403012812 E2007091964022455022671022779022777022777022929022929023152023261023261023261023411 E2007091963021522021731021832021829021829021995021995022211022317022317022317022455 E2007091962020675020875021027021024021024021079021079021281021432021433021433021522 E2007091961019718019907020137020136020136020195020195020388020617020615020615020675 E2007091960018850019017019236019236019236019269019269019452019678019679019679019718 E2007091959019153019153019153019153019153018788018788018601018810018810018810018850 E2007091958018312018312018312018312018312018453018672018671018671018671018671018934 E2007091957019956019990019990019990019990020272020508020507020507020507020507018097 E2007091956018679018679018859019383019383019429019429019429019619019848019847019956 E2007091955017753017753017926018157018157018205018205018205018382018629018629018679 E2007091954016886016886017051017269017269017312017312017312017481017716017717017753 E2007091953017814017814016338016541016541016581016581016581016633016843016844016886 E2007091952017066017066017066017066017338017378017378017378017546017769017766017814 E2007091951016260016260016260016260016416016661016660016660016660016660016823017065 E2007091950014706014706014706014706014848015053015053015053015053015053015199015426 E2007091949013669013669013669013669013802014383014383014383014383014383014523014706 E2007091948013141013141013141013141013109013323013323013323013323013323013451013669 E2007091947012338012338012338012338012457012657012657012657012657012657012934013141 E2007091946011728011728011728011728011841012025012025012025012025012025012142012338 E2007091945011047011047011047011047011154011333011333011333011333011333011443011728 E2007091944010509010509010509010509010611010770010770010770010770010770010875011047 E2007091943009995009995009995009995010091010248010248010248010248010248010348010509 E2007091942009435009435009435009435009600009745009745009745009745009745009840009995 E2007091941 009059009196009196009196009196009196009286009435 S2007091970013671013671013671013671013804013870013870013870013870013870 S2007091969013570013570013570013570013437013500013500013500013500013500013607013670 S2007091968015629015629015629015629014337014568014568014568013618013618013497013570 S2007091967 015333015404015405015405015405015405015552015628 E2007101980010020010020010020010020009923009923 E2007101979010204010204010204010204010101010124010124010124010124010124010020010020 E2007101978012593012593010627010627010253010279010281010281010281010281010175010203 E2007101977013804013804013804013804013940013970013967013967013967013967012558012593 E2007101976013476013476013476013476013604013634013632013632013632013632013765013804 E2007101975013157013157013157013157013283013315013315013315013315013315013446013475 E2007101974012848012848012848012848012971013002013002013002013002013002013126013159 E2007101973012956012989012989012989012989013020013146013174013176013176013176012848 E2007101972012588012617012619012619012619012654012777012805012805012805012805012833 E2007101971012630012660012660012660012660012695012606012636012636012636012636012666 E2007101970013700013734013736013736013736013800013936013969013969013969013969014001 E2007101969013727013727013727013727013860013342013471013501013502013502013502013572 E2007101968013128013128013128013128013257013416013414013414013414013414013544013728 E2007101967012586012586012586012586012706012846012845012845012845012845012970013128 E2007101966012813012813012194012194012202012328012327012327012327012327012446012585 E2007101965023411021474021579021577021577018597018597018308018403018403018403012812 E2007101964022455022671022779022777022777022929022929023152023261023261023261023411 E2007101963021522021731021832021829021829021995021995022211022317022317022317022455 E2007101962020675020875021027021024021024021079021079021281021432021433021433021522 E2007101961019718019907020137020136020136020195020195020388020617020615020615020675 E2007101960018850019017019236019236019236019269019269019452019678019679019679019718 E2007101959019153019153019153019153019153018788018788018601018810018810018810018850 E2007101958018312018312018312018312018312018453018672018671018671018671018671018934 E2007101957019956019990019990019990019990020272020508020507020507020507020507018097 E2007101956018679018679018859019383019383019429019429019429019619019848019847019956 E2007101955017753017753017926018157018157018205018205018205018382018629018629018679 E2007101954016886016886017051017269017269017312017312017312017481017716017717017753 E2007101953017814017814016338016541016541016581016581016581016633016843016844016886 E2007101952017066017066017066017066017338017378017378017378017546017769017766017814 E2007101951016260016260016260016260016416016661016660016660016660016660016823017065 E2007101950014706014706014706014706014848015053015053015053015053015053015199015426 E2007101949013669013669013669013669013802014383014383014383014383014383014523014706 E2007101948013141013141013141013141013109013323013323013323013323013323013451013669 E2007101947012338012338012338012338012457012657012657012657012657012657012934013141 E2007101946011728011728011728011728011841012025012025012025012025012025012142012338 E2007101945011047011047011047011047011154011333011333011333011333011333011443011728 E2007101944010509010509010509010509010611010770010770010770010770010770010875011047 E2007101943009995009995009995009995010091010248010248010248010248010248010348010509 E2007101942009435009435009435009435009600009745009745009745009745009745009840009995 E2007101941 009059009196009196009196009196009196009286009435 S2007101970013671013671013671013671013804013870013870013870013870013870 S2007101969013570013570013570013570013437013500013500013500013500013500013607013670 S2007101968015629015629015629015629014337014568014568014568013618013618013497013570 S2007101967 015333015404015405015405015405015405015552015628 E2007111980010020010020010020010020010121009923 E2007111979010204010204010204010204010303010124010124010124010124010124010220010020 E2007111978012593012593010627010627010458010279010281010281010281010281010379010203 E2007111977013804013804013804013804013940013970013967013967013967013967012809012593 E2007111976013476013476013476013476013604013634013632013632013632013632013765013804 E2007111975013157013157013157013157013283013315013315013315013315013315013446013475 E2007111974012848012848012848012848012971013002013002013002013002013002013126013159 E2007111973012956012989012989012989012989013020013146013174013176013176013176012848 E2007111972012588012617012619012619012619012654012777012805012805012805012805012833 E2007111971012630012660012660012660012660012695012606012636012636012636012636012666 E2007111970013700013734013736013736013736013800013936013969013969013969013969014001 E2007111969013727013727013727013727013860013342013471013501013502013502013502013572 E2007111968013128013128013128013128013257013416013414013414013414013414013544013728 E2007111967012586012586012586012586012706012846012845012845012845012845012970013128 E2007111966012813012813012194012194012202012328012327012327012327012327012446012585 E2007111965023411021474021579021577021577018597018597018308018403018403018403012812 E2007111964022455022671022779022777022777022929022929023152023261023261023261023411 E2007111963021522021731021832021829021829021995021995022211022317022317022317022455 E2007111962020675020875021027021024021024021079021079021281021432021433021433021522 E2007111961019718019907020137020136020136020195020195020388020617020615020615020675 E2007111960018850019017019236019236019236019269019269019452019678019679019679019718 E2007111959019153019153019153019153019153018788018788018601018810018810018810018850 E2007111958018312018312018312018312018312018453018672018671018671018671018671018934 E2007111957019956019990019990019990019990020272020508020507020507020507020507018097 E2007111956018679018679018859019383019383019429019429019429019619019848019847019956 E2007111955017753017753017926018157018157018205018205018205018382018629018629018679 E2007111954016886016886017051017269017269017312017312017312017481017716017717017753 E2007111953017814017814016338016541016541016581016581016581016633016843016844016886 E2007111952017066017066017066017066017338017378017378017378017546017769017766017814 E2007111951016260016260016260016260016416016661016660016660016660016660016823017065 E2007111950014706014706014706014706014848015053015053015053015053015053015199015426 E2007111949013669013669013669013669013802014383014383014383014383014383014523014706 E2007111948013141013141013141013141013109013323013323013323013323013323013451013669 E2007111947012338012338012338012338012457012657012657012657012657012657012934013141 E2007111946011728011728011728011728011841012025012025012025012025012025012142012338 E2007111945011047011047011047011047011154011333011333011333011333011333011443011728 E2007111944010509010509010509010509010611010770010770010770010770010770010875011047 E2007111943009995009995009995009995010091010248010248010248010248010248010348010509 E2007111942009435009435009435009435009600009745009745009745009745009745009840009995 E2007111941 009059009196009196009196009196009196009286009435 S2007111970013671013671013671013671013804013870013870013870013870013870 S2007111969013570013570013570013570013437013500013500013500013500013500013607013670 S2007111968015629015629015629015629014337014568014568014568013618013618013497013570 S2007111967 015333015404015405015405015405015405015552015628 N2007062007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007062006001297001293001290001287001289001285NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007062005001352001347001342001337001332001328001325001321001317001313001304001300 N2007062004001389001384001379001374001382001377001372001367001362001358001362001357 N2007062003001431001426001421001416001418001413001408001403001398001393001399001394 N2007062002001504001499001493001488001485001480001459001453001448001443001442001437 N2007062001001580001575001569001563001549001544001539001533001527001522001514001509 N2007062000001668001662001656001650001640001634001628001622001616001611001591001586 N2007061999001742001736001730001723001718001712001706001699001693001687001680001674 N2007061998001837001830001824001817001801001795001788001782001775001769001755001749 N2007061997001829001829001829001829001905001898001891001884001877001870001850001844 N2007061996001914001914001914001914001910001910001871001871001871001871001867001867 N2007061995002083002083002083002083002006002006001965001965001965001965001954001954 N2007061994002179002179002179002179002177002177002133002133002133002133002128002128 N2007061993002751002751002287002287002278002278002229002229002229002229002223002223 N2007061992002862002862002862002862002862002862002806002806002806002806002806002806 N2007061991002978002978002978002978002978002978002919002919002919002919002919002919 N2007061990003098003098003098003098003098003098003037003037003037003037003037003037 N2007061989003223003223003223003223003223003223003160003160003160003160003160003160 N2007061988003353003353003353003353003353003353003288003288003288003288003288003288 N2007061987003489003489003489003489003489003489003420003420003420003420003420003420 N2007061986004037004037004037004037004037004037003958003958003958003958003559003559 N2007061985004200004200004200004200004200004200004118004118004118004118004118004118 N2007061984004463004463004463004463004370004370004284004284004284004284004284004284 N2007061983005526005526004919004919004750004750004651004651004651004651004557004557 N2007061982006025006025006025006025006025006025005907005907005907005907005637005637 N2007061981006548006548006548006548006269006269006146006146006146006146006146006146 N2007061980007359007359007359007359007432007432007287007287007287007287006679006679 N2007072007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007072006001300001297001293001290001293001289001285NO PAYNO PAYNO PAYNO PAYNO PAY N2007072005001357001352001347001342001336001332001328001325001321001317001307001304 N2007072004001394001389001384001379001387001382001377001372001367001362001367001362 N2007072003001437001431001426001421001424001418001413001408001403001398001404001399 N2007072002001509001504001499001493001490001485001480001459001453001448001447001442 N2007072001001586001580001575001569001555001549001544001539001533001527001519001514 N2007072000001674001668001662001656001645001640001634001628001622001616001597001591 N2007071999001749001742001736001730001724001718001712001706001699001693001685001680 N2007071998001844001837001830001824001807001801001795001788001782001775001761001755 N2007071997001867001829001829001829001911001905001898001891001884001877001857001850 N2007071996001954001914001914001914001910001910001910001871001871001871001867001867 N2007071995002128002083002083002083002006002006002006001965001965001965001954001954 N2007071994002223002179002179002179002177002177002177002133002133002133002128002128 N2007071993002806002751002287002287002278002278002278002229002229002229002223002223 N2007071992002919002862002862002862002862002862002862002806002806002806002806002806 N2007071991003037002978002978002978002978002978002978002919002919002919002919002919 N2007071990003160003098003098003098003098003098003098003037003037003037003037003037 N2007071989003288003223003223003223003223003223003223003160003160003160003160003160 N2007071988003420003353003353003353003353003353003353003288003288003288003288003288 N2007071987003559003489003489003489003489003489003489003420003420003420003420003420 N2007071986004118004037004037004037004037004037004037003958003958003958003559003559 N2007071985004284004200004200004200004200004200004200004118004118004118004118004118 N2007071984004557004463004463004463004370004370004370004284004284004284004284004284 N2007071983005637005526004919004919004750004750004750004651004651004651004557004557 N2007071982006146006025006025006025006025006025006025005907005907005907005637005637 N2007071981006679006548006548006548006269006269006269006146006146006146006146006146 N2007071980007506007359007359007359007432007432007432007287007287007287006679006679 N2007082007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007082006001304001300001297001293001297001293001289001285NO PAYNO PAYNO PAYNO PAY N2007082005001362001357001352001347001340001336001332001328001325001321001311001307 N2007082004001399001394001389001384001392001387001382001377001372001367001371001367 N2007082003001442001437001431001426001429001424001418001413001408001403001409001404 N2007082002001514001509001504001499001495001490001485001480001459001453001452001447 N2007082001001591001586001580001575001560001555001549001544001539001533001525001519 N2007082000001680001674001668001662001651001645001640001634001628001622001602001597 N2007081999001755001749001742001736001730001724001718001712001706001699001691001685 N2007081998001850001844001837001830001814001807001801001795001788001782001767001761 N2007081997001867001867001829001829001918001911001905001898001891001884001863001857 N2007081996001954001954001914001914001910001910001910001910001871001871001867001867 N2007081995002128002128002083002083002006002006002006002006001965001965001954001954 N2007081994002223002223002179002179002177002177002177002177002133002133002128002128 N2007081993002806002806002287002287002278002278002278002278002229002229002223002223 N2007081992002919002919002862002862002862002862002862002862002806002806002806002806 N2007081991003037003037002978002978002978002978002978002978002919002919002919002919 N2007081990003160003160003098003098003098003098003098003098003037003037003037003037 N2007081989003288003288003223003223003223003223003223003223003160003160003160003160 N2007081988003420003420003353003353003353003353003353003353003288003288003288003288 N2007081987003559003559003489003489003489003489003489003489003420003420003420003420 N2007081986004118004118004037004037004037004037004037004037003958003958003559003559 N2007081985004284004284004200004200004200004200004200004200004118004118004118004118 N2007081984004557004557004463004463004370004370004370004370004284004284004284004284 N2007081983005637005637004919004919004750004750004750004750004651004651004557004557 N2007081982006146006146006025006025006025006025006025006025005907005907005637005637 N2007081981006679006679006548006548006269006269006269006269006146006146006146006146 N2007081980007506007506007359007359007432007432007432007432007287007287006679006679 N2007092007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007092006001307001304001300001297001301001297001293001289001285NO PAYNO PAYNO PAY N2007092005001367001362001357001352001344001340001336001332001328001325001314001311 N2007092004001404001399001394001389001397001392001387001382001377001372001376001371 N2007092003001447001442001437001431001434001429001424001418001413001408001414001409 N2007092002001519001514001509001504001500001495001490001485001480001459001457001452 N2007092001001597001591001586001580001565001560001555001549001544001539001530001525 N2007092000001685001680001674001668001657001651001645001640001634001628001608001602 N2007091999001761001755001749001742001736001730001724001718001712001706001697001691 N2007091998001857001850001844001837001820001814001807001801001795001788001773001767 N2007091997001867001867001867001829001924001918001911001905001898001891001869001863 N2007091996001954001954001954001914001910001910001910001910001910001871001867001867 N2007091995002128002128002128002083002006002006002006002006002006001965001954001954 N2007091994002223002223002223002179002177002177002177002177002177002133002128002128 N2007091993002806002806002333002287002278002278002278002278002278002229002223002223 N2007091992002919002919002919002862002862002862002862002862002862002806002806002806 N2007091991003037003037003037002978002978002978002978002978002978002919002919002919 N2007091990003160003160003160003098003098003098003098003098003098003037003037003037 N2007091989003288003288003288003223003223003223003223003223003223003160003160003160 N2007091988003420003420003420003353003353003353003353003353003353003288003288003288 N2007091987003559003559003559003489003489003489003489003489003489003420003420003420 N2007091986004118004118004118004037004037004037004037004037004037003958003559003559 N2007091985004284004284004284004200004200004200004200004200004200004118004118004118 N2007091984004557004557004557004463004370004370004370004370004370004284004284004284 N2007091983005637005637005013004919004750004750004750004750004750004651004557004557 N2007091982006146006146006146006025006025006025006025006025006025005907005637005637 N2007091981006679006679006679006548006269006269006269006269006269006146006146006146 N2007091980007506007506007506007359007432007432007432007432007432007287006679006679 N2007102007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007102006001311001307001304001300001305001301001297001293001289001285NO PAYNO PAY N2007102005001371001367001362001357001348001344001340001336001332001328001318001314 N2007102004001409001404001399001394001402001397001392001387001382001377001380001376 N2007102003001452001447001442001437001439001434001429001424001418001413001419001414 N2007102002001525001519001514001509001506001500001495001490001485001480001462001457 N2007102001001602001597001591001586001571001565001560001555001549001544001535001530 N2007102000001691001685001680001674001662001657001651001645001640001634001613001608 N2007101999001767001761001755001749001742001736001730001724001718001712001703001697 N2007101998001863001857001850001844001826001820001814001807001801001795001779001773 N2007101997001867001867001867001867001931001924001918001911001905001898001876001869 N2007101996001954001954001954001954001910001910001910001910001910001910001867001867 N2007101995002128002128002128002128002006002006002006002006002006002006001954001954 N2007101994002223002223002223002223002177002177002177002177002177002177002128002128 N2007101993002806002806002333002333002278002278002278002278002278002278002223002223 N2007101992002919002919002919002919002862002862002862002862002862002862002806002806 N2007101991003037003037003037003037002978002978002978002978002978002978002919002919 N2007101990003160003160003160003160003098003098003098003098003098003098003037003037 N2007101989003288003288003288003288003223003223003223003223003223003223003160003160 N2007101988003420003420003420003420003353003353003353003353003353003353003288003288 N2007101987003559003559003559003559003489003489003489003489003489003489003420003420 N2007101986004118004118004118004118004037004037004037004037004037004037003559003559 N2007101985004284004284004284004284004200004200004200004200004200004200004118004118 N2007101984004557004557004557004557004370004370004370004370004370004370004284004284 N2007101983005637005637005013005013004750004750004750004750004750004750004557004557 N2007101982006146006146006146006146006025006025006025006025006025006025005637005637 N2007101981006679006679006679006679006269006269006269006269006269006269006146006146 N2007101980007506007506007506007506007432007432007432007432007432007432006679006679 N2007112007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007112006001314001311001307001304001309001305001301001297001293001289001284NO PAY N2007112005001376001371001367001362001352001348001344001340001336001332001321001318 N2007112004001414001409001404001399001406001402001397001392001387001382001385001380 N2007112003001457001452001447001442001444001439001434001429001424001418001424001419 N2007112002001530001525001519001514001511001506001500001495001490001485001482001462 N2007112001001608001602001597001591001576001571001565001560001555001549001540001535 N2007112000001697001691001685001680001668001662001657001651001645001640001619001613 N2007111999001773001767001761001755001748001742001736001730001724001718001709001703 N2007111998001869001863001857001850001832001826001820001814001807001801001785001779 N2007111997001867001867001867001867001937001931001924001918001911001905001882001876 N2007111996001954001954001954001954001947001910001910001910001910001910001904001867 N2007111995002128002128002128002128002045002006002006002006002006002006001992001954 N2007111994002223002223002223002223002220002177002177002177002177002177002168002128 N2007111993002806002806002333002333002320002278002278002278002278002278002268002223 N2007111992002919002919002919002919002919002862002862002862002862002862002862002806 N2007111991003037003037003037003037003037002978002978002978002978002978002978002919 N2007111990003160003160003160003160003160003098003098003098003098003098003098003037 N2007111989003288003288003288003288003288003223003223003223003223003223003223003160 N2007111988003420003420003420003420003420003353003353003353003353003353003353003288 N2007111987003559003559003559003559003559003489003489003489003489003489003489003420 N2007111986004118004118004118004118004118004037004037004037004037004037003630003559 N2007111985004284004284004284004284004284004200004200004200004200004200004200004118 N2007111984004557004557004557004557004457004370004370004370004370004370004370004284 N2007111983005637005637005013005013004849004750004750004750004750004750004640004557 N2007111982006146006146006146006146006146006025006025006025006025006025005749005637 N2007111981006679006679006679006679006394006269006269006269006269006269006269006146 N2007111980007506007506007506007506007581007432007432007432007432007432006812006679 I2007062007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007062006002628002619002610002606002568002558NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007062005002739002729002720002716002716002707002697002688002678002673002646002637 I2007062004002822002812002802002797002804002794002785002775002766002761002757002748 I2007062003003000002989002977002971002908002898002888002878002868002863002841002831 I2007062002003198003184003171003158003154003142003089003076003063003056003024003012 I2007062001003671003652003632003613003508003492003475003457003440003422003223003211 I2007062000003937003916003895003874003898003879003857003836003815003794003709003691 I2007061999004112004091004069004048004049004030004009003987003966003946003978003959 I2007061998 004191004169004154004134 I2007072007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007072006002637002628002619002610002578002568002558NO PAYNO PAYNO PAYNO PAYNO PAY I2007072005002748002739002729002720002726002716002707002697002688002678002655002646 I2007072004002831002822002812002802002813002804002794002785002775002766002767002757 I2007072003003012003000002989002977002918002908002898002888002878002868002851002841 I2007072002003211003198003184003171003165003154003142003089003076003063003035003024 I2007072001003691003671003652003632003523003508003492003475003457003440003235003223 I2007072000003959003937003916003895003918003898003879003857003836003815003727003709 I2007071999004134004112004091004069004068004049004030004009003987003966003997003978 I2007071998 004214004191004173004154 I2007082007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007082006002646002637002628002619002587002578002568002558NO PAYNO PAYNO PAYNO PAY I2007082005002757002748002739002729002736002726002716002707002697002688002664002655 I2007082004002841002831002822002812002823002813002804002794002785002775002776002767 I2007082003003024003012003000002989002929002918002908002898002888002878002861002851 I2007082002003223003211003198003184003177003165003154003142003089003076003047003035 I2007082001003709003691003671003652003539003523003508003492003475003457003246003235 I2007082000003978003959003937003916003937003918003898003879003857003836003745003727 I2007081999004154004134004112004091004088004068004049004030004009003987004017003997 I2007081998 004236004214004193004173 I2007092007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007092006002655002646002637002628002595002587002578002568002558NO PAYNO PAYNO PAY I2007092005002767002757002748002739002744002736002726002716002707002697002672002664 I2007092004002851002841002831002822002831002823002813002804002794002785002784002776 I2007092003003035003024003012003000002938002929002918002908002898002888002869002861 I2007092002003235003223003211003198003188003177003165003154003142003089003057003047 I2007092001003727003709003691003671003555003539003523003508003492003475003258003246 I2007092000003997003978003959003937003957003937003918003898003879003857003763003745 I2007091999004173004154004134004112004107004088004068004049004030004009004036004017 I2007091998 004259004236004213004193 I2007102007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007102006002664002655002646002637002603002595002587002578002568002558NO PAYNO PAY I2007102005002776002767002757002748002752002744002736002726002716002707002679002672 I2007102004002861002851002841002831002839002831002823002813002804002794002792002784 I2007102003003047003035003024003012002946002938002929002918002908002898002878002869 I2007102002003246003235003223003211003200003188003177003165003154003142003067003057 I2007102001003745003727003709003691003571003555003539003523003508003492003270003258 I2007102000004017003997003978003959003977003957003937003918003898003879003781003763 I2007101999004193004173004154004134004126004107004088004068004049004030004055004036 I2007101998 004280004259004233004213 I2007112007NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007112006002672002664002655002646002612002603002595002587002578002568002581NO PAY I2007112005002784002776002767002757002761002752002744002736002726002716002687002679 I2007112004002869002861002851002841002847002839002831002823002813002804002800002792 I2007112003003057003047003035003024002955002946002938002929002918002908002886002878 I2007112002003258003246003235003223003212003200003188003177003165003154003109003067 I2007112001003763003745003727003709003587003571003555003539003523003508003282003270 I2007112000004036004017003997003978003997003977003957003937003918003898003799003781 I2007111999004213004193004173004154004146004126004107004088004068004049004075004055 I2007111998 004300004280004253004233 gbonds-2.0.3/data/sb199411.asc0000664000076400007640000007232411106721200012417 00000000000000E1994111980005886005886005886005886005946005731 E1994111979006098006098006098006098006157006050006050006050006050006050006107005887 E1994111978006375006375006191006191006249006143006144006144006144006144006202006097 E1994111977007269007269007269007269007341007141007140007140007140007140006548006375 E1994111976007528007528007528007528007599007395007394007394007394007394007465007269 E1994111975007797007797007797007797007872007661007661007661007661007661007736007527 E1994111974008078008078008078008078008155007937007936007936007936007936008013007798 E1994111973008672008441008441008441008441008460008543008312008313008313008313008078 E1994111972008939008699008699008699008699008723008808008571008571008571008571008589 E1994111971009212009123009123009123009123009148009079008880008880008880008880008901 E1994111970010792010428010428010428010428010477010581010222010222010222010222010245 E1994111969010914010914010914010914011021010903011009010635010635010635010635010691 E1994111968011235011235011235011235011347011067011066011066011066011066011173010915 E1994111967011400011400011400011400011509011407011406011406011406011406011517011236 E1994111966011726011726011388011388011498011389011388011388011388011388011499011399 E1994111965013345012241011942011941011941011662011662011775011602011602011602011725 E1994111964013580013710013375013373013373013463013463013594013260013260013260013345 E1994111963013808013942013599013597013597013701013701013835013496013496013496013580 E1994111962014072014209013895013894013894013930013930014064013751013751013751013808 E1994111961014238014375014117014116014116014158014158014294014033014032014032014072 E1994111960014505014569014307014307014307014332014332014468014209014210014210014238 E1994111959014920014920014920014920014920014780014780014664014475014475014475014505 E1994111958015305015305015305015305015305015249015058015058015058015058015058015191 E1994111957016997017147017147017147017147017391016957016956016956016956016956015309 E1994111956017125017125017291017129017129017169017169017169017338016906016905016997 E1994111955017520017520017691017271017272017317017317017317017485017080017080017125 E1994111954016886016886017051017269017269017312017312017312017481017716017717017520 E1994111953017814017814016338016541016541016581016581016581016633016843016844016886 E1994111952017066017066017066017066017338017378017378017378017546017769017766017814 E1994111951016260016260016260016260016416016661016660016660016660016660016823017065 E1994111950014706014706014706014706014848015053015053015053015053015053015199015426 E1994111949013669013669013669013669013802014383014383014383014383014383014523014706 E1994111948013141013141013141013141013109013323013323013323013323013323013451013669 E1994111947012338012338012338012338012457012657012657012657012657012657012934013141 E1994111946011728011728011728011728011841012025012025012025012025012025012142012338 E1994111945011047011047011047011047011154011333011333011333011333011333011443011728 E1994111944010509010509010509010509010611010770010770010770010770010770010875011047 E1994111943009995009995009995009995010091010248010248010248010248010248010348010509 E1994111942009435009435009435009435009600009745009745009745009745009745009840009995 E1994111941 009059009196009196009196009196009196009286009435 S1994111970010995010995010995010995011102010752010751010751010751010751 S1994111969011114011114011114011114011221011056011056011056011056011056011163010994 S1994111968012708012708012708012708011657011500011500011500011168011168011277011114 S1994111967 013227012900012902012902012902012902013024012707 E1994121980005886005886005886005886005946005946 E1994121979006098006098006098006098006157006171006050006050006050006050006107006107 E1994121978006375006375006191006191006249006265006144006144006144006144006202006218 E1994121977007269007269007269007269007341007356007140007140007140007140006548006566 E1994121976007528007528007528007528007599007617007394007394007394007394007465007487 E1994121975007797007797007797007797007872007891007661007661007661007661007736007753 E1994121974008078008078008078008078008155008175007936007936007936007936008013008032 E1994121973008672008694008441008441008441008460008543008561008313008313008313008320 E1994121972008939008960008699008699008699008723008808008828008571008571008571008589 E1994121971009212009231009123009123009123009148009079009095008880008880008880008901 E1994121970010792010819010428010428010428010477010581010605010222010222010222010245 E1994121969010914010914010914010914011021010903011009011033010635010635010635010691 E1994121968011235011235011235011235011347011482011066011066011066011066011173011325 E1994121967011400011400011400011400011509011635011406011406011406011406011517011657 E1994121966011726011726011388011388011498011617011388011388011388011388011499011626 E1994121965013345012241012301011941011941011662011662011775011834011602011602012077 E1994121964013580013710013776013373013373013463013463013594013657013260013260013345 E1994121963013808013942014007013597013597013701013701013835013901013496013496013580 E1994121962014072014209014312013894013894013930013930014064014163013751013751013808 E1994121961014238014375014541014116014116014158014158014294014453014032014032014072 E1994121960014505014569014736014307014307014332014332014468014635014210014210014238 E1994121959015367014920014920014920014920014780014780014664014829014475014475014505 E1994121958015493015305015305015305015305015249015430015058015058015058015058015191 E1994121957016997017147017147017147017147017391017593016956016956016956016956015309 E1994121956017125017125017291017771017129017169017169017169017338017539016905016997 E1994121955017520017520017691017919017272017317017317017317017485017721017080017125 E1994121954016886016886017051017269017269017312017312017312017481017716017717017753 E1994121953017814017814016338016541016541016581016581016581016633016843016844016886 E1994121952017066017066017066017066017338017378017378017378017546017769017766017814 E1994121951016260016260016260016260016416016661016660016660016660016660016823017065 E1994121950014706014706014706014706014848015053015053015053015053015053015199015426 E1994121949013669013669013669013669013802014383014383014383014383014383014523014706 E1994121948013141013141013141013141013109013323013323013323013323013323013451013669 E1994121947012338012338012338012338012457012657012657012657012657012657012934013141 E1994121946011728011728011728011728011841012025012025012025012025012025012142012338 E1994121945011047011047011047011047011154011333011333011333011333011333011443011728 E1994121944010509010509010509010509010611010770010770010770010770010770010875011047 E1994121943009995009995009995009995010091010248010248010248010248010248010348010509 E1994121942009435009435009435009435009600009745009745009745009745009745009840009995 E1994121941 009059009196009196009196009196009196009286009435 S1994121970010995010995010995010995011102011155010751010751010751010751 S1994121969011114011114011114011114011221011277011056011056011056011056011163011214 S1994121968012708012708012708012708011657011845011500011500011168011168011277011336 S1994121967 013227013287012902012902012902012902013024013088 E1995011980006107005886005886005886005946005946 E1995011979006220006098006098006098006157006171006171006050006050006050006107006107 E1995011978006566006375006191006191006249006265006266006144006144006144006202006218 E1995011977007487007269007269007269007341007356007354007140007140007140006548006566 E1995011976007754007528007528007528007599007617007615007394007394007394007465007487 E1995011975008031007797007797007797007872007891007891007661007661007661007736007753 E1995011974008320008078008078008078008155008175008174007936007936007936008013008032 E1995011973008672008694008694008441008441008460008543008561008562008313008313008320 E1995011972008939008960008960008699008699008723008808008828008828008571008571008589 E1995011971009212009231009231009123009123009148009079009095009095008880008880008901 E1995011970010792010819010819010428010428010477010581010605010606010222010222010245 E1995011969011324010914010914010914011021010903011009011033011034010635010635010691 E1995011968011657011235011235011235011347011482011481011066011066011066011173011325 E1995011967011628011400011400011400011509011635011634011406011406011406011517011657 E1995011966012078011726011388011388011498011617011616011388011388011388011499011626 E1995011965013345012241012301012300011941011662011662011775011834011834011602012077 E1995011964013580013710013776013775013373013463013463013594013657013657013260013345 E1995011963013808013942014007014005013597013701013701013835013901013901013496013580 E1995011962014072014209014312014311013894013930013930014064014163014164013751013808 E1995011961014238014375014541014540014116014158014158014294014453014453014032014072 E1995011960014505014569014736014736014307014332014332014468014635014636014210014238 E1995011959015367015367014920014920014920014780014780014664014829014829014475014505 E1995011958015493015493015305015305015305015249015430015429015058015058015058015191 E1995011957016997017790017147017147017147017391017593017592016956016956016956015309 E1995011956017125017125017291017771017772017169017169017169017338017539017539016997 E1995011955017753017520017691017919017919017317017317017317017485017721017721017125 E1995011954016886016886017051017269017269017312017312017312017481017716017717017753 E1995011953017814017814016338016541016541016581016581016581016633016843016844016886 E1995011952017066017066017066017066017338017378017378017378017546017769017766017814 E1995011951016260016260016260016260016416016661016660016660016660016660016823017065 E1995011950014706014706014706014706014848015053015053015053015053015053015199015426 E1995011949013669013669013669013669013802014383014383014383014383014383014523014706 E1995011948013141013141013141013141013109013323013323013323013323013323013451013669 E1995011947012338012338012338012338012457012657012657012657012657012657012934013141 E1995011946011728011728011728011728011841012025012025012025012025012025012142012338 E1995011945011047011047011047011047011154011333011333011333011333011333011443011728 E1995011944010509010509010509010509010611010770010770010770010770010770010875011047 E1995011943009995009995009995009995010091010248010248010248010248010248010348010509 E1995011942009435009435009435009435009600009745009745009745009745009745009840009995 E1995011941 009059009196009196009196009196009196009286009435 S1995011970011215010995010995010995011102011155011155010751010751010751 S1995011969011336011114011114011114011221011277011277011056011056011056011163011214 S1995011968013089012708012708012708011657011845011845011500011168011168011277011336 S1995011967 013227013287013289012902012902012902013024013088 E1995021980006107006107005886005886005946005946 E1995021979006220006220006098006098006157006171006171006171006050006050006107006107 E1995021978006566006566006191006191006249006265006266006266006144006144006202006218 E1995021977007487007487007269007269007341007356007354007354007140007140006548006566 E1995021976007754007754007528007528007599007617007615007615007394007394007465007487 E1995021975008031008031007797007797007872007891007891007891007661007661007736007753 E1995021974008320008320008078008078008155008175008174008174007936007936008013008032 E1995021973008672008694008694008694008441008460008543008561008562008562008313008320 E1995021972008939008960008960008960008699008723008808008828008828008828008571008589 E1995021971009212009231009231009231009123009148009079009095009095009095008880008901 E1995021970010792010819010819010819010428010477010581010605010606010606010222010245 E1995021969011324011324010914010914011021010903011009011033011034011034010635010691 E1995021968011657011657011235011235011347011482011481011481011066011066011173011325 E1995021967011628011628011400011400011509011635011634011634011406011406011517011657 E1995021966012078012078011388011388011498011617011616011616011388011388011499011626 E1995021965013345012241012301012300012300011662011662011775011834011834011834012077 E1995021964013580013710013776013775013775013463013463013594013657013657013657013345 E1995021963013808013942014007014005014005013701013701013835013901013901013901013580 E1995021962014072014209014312014311014311013930013930014064014163014164014164013808 E1995021961014238014375014541014540014540014158014158014294014453014453014453014072 E1995021960014505014569014736014736014736014332014332014468014635014636014636014238 E1995021959015367015367015367014920014920014780014780014664014829014829014829014505 E1995021958015493015493015493015305015305015249015430015429015429015058015058015191 E1995021957016997017790017790017147017147017391017593017592017592016956016956015309 E1995021956017125017125017291017771017772017813017169017169017338017539017539017635 E1995021955017753017753017691017919017919017966017317017317017485017721017721017768 E1995021954016886016886017051017269017269017312017312017312017481017716017717017753 E1995021953017814017814016338016541016541016581016581016581016633016843016844016886 E1995021952017066017066017066017066017338017378017378017378017546017769017766017814 E1995021951016260016260016260016260016416016661016660016660016660016660016823017065 E1995021950014706014706014706014706014848015053015053015053015053015053015199015426 E1995021949013669013669013669013669013802014383014383014383014383014383014523014706 E1995021948013141013141013141013141013109013323013323013323013323013323013451013669 E1995021947012338012338012338012338012457012657012657012657012657012657012934013141 E1995021946011728011728011728011728011841012025012025012025012025012025012142012338 E1995021945011047011047011047011047011154011333011333011333011333011333011443011728 E1995021944010509010509010509010509010611010770010770010770010770010770010875011047 E1995021943009995009995009995009995010091010248010248010248010248010248010348010509 E1995021942009435009435009435009435009600009745009745009745009745009745009840009995 E1995021941 009059009196009196009196009196009196009286009435 S1995021970011215011215010995010995011102011155011155011155010751010751 S1995021969011336011336011114011114011221011277011277011277011056011056011163011214 S1995021968013089013089012708012708011657011845011845011845011168011168011277011336 S1995021967 013227013287013289013289012902012902013024013088 E1995031980006107006107006107005886005946005946 E1995031979006220006220006220006098006157006171006171006171006171006050006107006107 E1995031978006566006566006315006191006249006265006266006266006266006144006202006218 E1995031977007487007487007487007269007341007356007354007354007354007140006548006566 E1995031976007754007754007754007528007599007617007615007615007615007394007465007487 E1995031975008031008031008031007797007872007891007891007891007891007661007736007753 E1995031974008320008320008320008078008155008175008174008174008174007936008013008032 E1995031973008672008694008694008694008694008460008543008561008562008562008562008320 E1995031972008939008960008960008960008960008723008808008828008828008828008828008589 E1995031971009212009231009231009231009231009148009079009095009095009095009095008901 E1995031970010792010819010819010819010819010477010581010605010606010606010606010245 E1995031969011324011324011324010914011021010903011009011033011034011034011034010691 E1995031968011657011657011657011235011347011482011481011481011481011066011173011325 E1995031967011628011628011628011400011509011635011634011634011634011406011517011657 E1995031966012078012078011616011388011498011617011616011616011616011388011499011626 E1995031965013345012241012301012300012300011895011662011775011834011834011834012077 E1995031964013580013710013776013775013775013867013463013594013657013657013657013746 E1995031963013808013942014007014005014005014112013701013835013901013901013901013987 E1995031962014072014209014312014311014311014347013930014064014163014164014164014222 E1995031961014238014375014541014540014540014583014158014294014453014453014453014494 E1995031960014505014569014736014736014736014762014332014468014635014636014636014665 E1995031959015367015367015367015367014920014959014780014664014829014829014829014863 E1995031958015493015493015493015493015305015249015430015429015429015429015058015191 E1995031957017635017790017790017790017147017391017593017592017592017592016956015309 E1995031956017768017125017291017771017772017813017813017169017338017539017539017635 E1995031955017753017753017926017919017919017966017966017317017485017721017721017768 E1995031954016886016886017051017269017269017312017312017312017481017716017717017753 E1995031953017814017814016338016541016541016581016581016581016633016843016844016886 E1995031952017066017066017066017066017338017378017378017378017546017769017766017814 E1995031951016260016260016260016260016416016661016660016660016660016660016823017065 E1995031950014706014706014706014706014848015053015053015053015053015053015199015426 E1995031949013669013669013669013669013802014383014383014383014383014383014523014706 E1995031948013141013141013141013141013109013323013323013323013323013323013451013669 E1995031947012338012338012338012338012457012657012657012657012657012657012934013141 E1995031946011728011728011728011728011841012025012025012025012025012025012142012338 E1995031945011047011047011047011047011154011333011333011333011333011333011443011728 E1995031944010509010509010509010509010611010770010770010770010770010770010875011047 E1995031943009995009995009995009995010091010248010248010248010248010248010348010509 E1995031942009435009435009435009435009600009745009745009745009745009745009840009995 E1995031941 009059009196009196009196009196009196009286009435 S1995031970011215011215011215010995011102011155011155011155011155010751 S1995031969011336011336011336011114011221011277011277011277011277011056011163011214 S1995031968013089013089013089012708011657011845011845011845011392011168011277011336 S1995031967 013227013287013289013289013289012902013024013088 E1995041980006107006107006107006107005946005946 E1995041979006220006220006220006220006157006171006171006171006171006171006107006107 E1995041978006566006566006315006315006249006265006266006266006266006266006202006218 E1995041977007487007487007487007487007341007356007354007354007354007354006548006566 E1995041976007754007754007754007754007599007617007615007615007615007615007465007487 E1995041975008031008031008031008031007872007891007891007891007891007891007736007753 E1995041974008320008320008320008320008155008175008174008174008174008174008013008032 E1995041973008672008694008694008694008694008714008543008561008562008562008562008320 E1995041972008939008960008960008960008960008985008808008828008828008828008828008847 E1995041971009212009231009231009231009231009260009079009095009095009095009095009118 E1995041970010792010819010819010819010819010870010581010605010606010606010606010630 E1995041969011324011324011324011324011021011312011009011033011034011034011034011091 E1995041968011657011657011657011657011347011482011481011481011481011481011173011325 E1995041967011628011628011628011628011509011635011634011634011634011634011517011657 E1995041966012078012078011616011616011498011617011616011616011616011616011499011626 E1995041965013746012241012301012300012300011895011895011775011834011834011834012077 E1995041964013987013710013776013775013775013867013867013594013657013657013657013746 E1995041963014222013942014007014005014005014112014112013835013901013901013901013987 E1995041962014494014209014312014311014311014347014347014064014163014164014164014222 E1995041961014665014375014541014540014540014583014583014294014453014453014453014494 E1995041960014863014569014736014736014736014762014762014468014635014636014636014665 E1995041959015367015367015367015367015367014959014959014664014829014829014829014863 E1995041958015493015493015493015493015493015249015430015429015429015429015429015191 E1995041957017635017790017790017790017790017391017593017592017592017592017592015309 E1995041956017768017768017291017771017772017813017813017813017338017539017539017635 E1995041955017753017753017926018157017919017966017966017966017485017721017721017768 E1995041954016886016886017051017269017269017312017312017312017481017716017717017753 E1995041953017814017814016338016541016541016581016581016581016633016843016844016886 E1995041952017066017066017066017066017338017378017378017378017546017769017766017814 E1995041951016260016260016260016260016416016661016660016660016660016660016823017065 E1995041950014706014706014706014706014848015053015053015053015053015053015199015426 E1995041949013669013669013669013669013802014383014383014383014383014383014523014706 E1995041948013141013141013141013141013109013323013323013323013323013323013451013669 E1995041947012338012338012338012338012457012657012657012657012657012657012934013141 E1995041946011728011728011728011728011841012025012025012025012025012025012142012338 E1995041945011047011047011047011047011154011333011333011333011333011333011443011728 E1995041944010509010509010509010509010611010770010770010770010770010770010875011047 E1995041943009995009995009995009995010091010248010248010248010248010248010348010509 E1995041942009435009435009435009435009600009745009745009745009745009745009840009995 E1995041941 009059009196009196009196009196009196009286009435 S1995041970011215011215011215011215011102011155011155011155011155011155 S1995041969011336011336011336011336011221011277011277011277011277011277011163011214 S1995041968013089013089013089013089011657011845011845011845011392011392011277011336 S1995041967 013227013287013289013289013289013289013024013088 N1994111994001292001288001284001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1994111993001358001352001336001331001327001323001318001314001310001305001301001297 N1994111992001408001408001408001408001408001401001395001388001382001376001370001364 N1994111991001499001499001499001499001499001450001450001450001450001450001450001408 N1994111990001614001614001614001614001614001553001553001553001553001553001553001499 N1994111989001754001754001754001754001734001693001693001693001693001693001680001614 N1994111988001895001895001895001895001865001809001809001809001809001809001809001754 N1994111987001984001984001984001984001984001924001924001924001924001924001924001895 N1994111986002338002338002338002338002338002253002253002253002253002253002046001984 N1994111985002516002516002516002516002516002425002425002425002425002425002425002338 N1994111984002664002664002664002664002664002611002611002611002611002611002611002516 N1994111983002877002877002877002877002789002725002725002725002725002725002717002664 N1994111982003299003299003299003299003299003203003203003203003203003203002945002877 N1994111981003585003585003585003585003500003398003398003398003398003398003398003299 N1994111980003951003951003951003951003990003874003874003874003874003874003692003585 N1994121994001297001292001288001284001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1994121993001364001358001340001336001331001327001323001318001314001310001305001301 N1994121992001408001408001408001408001408001408001401001395001388001382001376001370 N1994121991001499001499001499001499001499001499001450001450001450001450001450001450 N1994121990001614001614001614001614001614001614001553001553001553001553001553001553 N1994121989001754001754001754001754001734001734001693001693001693001693001680001680 N1994121988001895001895001895001895001865001865001809001809001809001809001809001809 N1994121987001984001984001984001984001984001984001924001924001924001924001924001924 N1994121986002338002338002338002338002338002338002253002253002253002253002046002046 N1994121985002516002516002516002516002516002516002425002425002425002425002425002425 N1994121984002664002664002664002664002664002664002611002611002611002611002611002611 N1994121983002877002877002877002877002789002789002725002725002725002725002717002717 N1994121982003299003299003299003299003299003299003203003203003203003203002945002945 N1994121981003585003585003585003585003500003500003398003398003398003398003398003398 N1994121980003951003951003951003951003990003990003874003874003874003874003692003692 N1995011995NO PAY N1995011994001301001297001292001288001284001280001275NO PAYNO PAYNO PAYNO PAYNO PAY N1995011993001370001364001345001340001336001331001327001323001318001314001310001305 N1995011992001450001408001408001408001408001408001408001401001395001388001382001376 N1995011991001553001499001499001499001499001499001499001450001450001450001450001450 N1995011990001680001614001614001614001614001614001614001553001553001553001553001553 N1995011989001809001754001754001754001734001734001734001693001693001693001680001680 N1995011988001924001895001895001895001865001865001865001809001809001809001809001809 N1995011987002046001984001984001984001984001984001984001924001924001924001924001924 N1995011986002425002338002338002338002338002338002338002253002253002253002046002046 N1995011985002611002516002516002516002516002516002516002425002425002425002425002425 N1995011984002717002664002664002664002664002664002664002611002611002611002611002611 N1995011983002945002877002877002877002789002789002789002725002725002725002717002717 N1995011982003398003299003299003299003299003299003299003203003203003203002945002945 N1995011981003692003585003585003585003500003500003500003398003398003398003398003398 N1995011980004069003951003951003951003990003990003990003874003874003874003692003692 N1995021995NO PAYNO PAY N1995021994001305001301001297001292001288001284001280001275NO PAYNO PAYNO PAYNO PAY N1995021993001376001370001349001345001340001336001331001327001323001318001314001310 N1995021992001450001450001408001408001408001408001408001408001401001395001388001382 N1995021991001553001553001499001499001499001499001499001499001450001450001450001450 N1995021990001680001680001614001614001614001614001614001614001553001553001553001553 N1995021989001809001809001754001754001734001734001734001734001693001693001680001680 N1995021988001924001924001895001895001865001865001865001865001809001809001809001809 N1995021987002046002046001984001984001984001984001984001984001924001924001924001924 N1995021986002425002425002338002338002338002338002338002338002253002253002046002046 N1995021985002611002611002516002516002516002516002516002516002425002425002425002425 N1995021984002717002717002664002664002664002664002664002664002611002611002611002611 N1995021983002945002945002877002877002789002789002789002789002725002725002717002717 N1995021982003398003398003299003299003299003299003299003299003203003203002945002945 N1995021981003692003692003585003585003500003500003500003500003398003398003398003398 N1995021980004069004069003951003951003990003990003990003990003874003874003692003692 N1995031995NO PAYNO PAYNO PAY N1995031994001310001305001301001297001292001288001284001280001275NO PAYNO PAYNO PAY N1995031993001382001376001354001349001345001340001336001331001327001323001318001314 N1995031992001450001450001450001408001408001408001408001408001408001401001395001388 N1995031991001553001553001553001499001499001499001499001499001499001450001450001450 N1995031990001680001680001680001614001614001614001614001614001614001553001553001553 N1995031989001809001809001809001754001734001734001734001734001734001693001680001680 N1995031988001924001924001924001895001865001865001865001865001865001809001809001809 N1995031987002046002046002046001984001984001984001984001984001984001924001924001924 N1995031986002425002425002425002338002338002338002338002338002338002253002046002046 N1995031985002611002611002611002516002516002516002516002516002516002425002425002425 N1995031984002717002717002717002664002664002664002664002664002664002611002611002611 N1995031983002945002945002945002877002789002789002789002789002789002725002717002717 N1995031982003398003398003398003299003299003299003299003299003299003203002945002945 N1995031981003692003692003692003585003500003500003500003500003500003398003398003398 N1995031980004069004069004069003951003990003990003990003990003990003874003692003692 N1995041995NO PAYNO PAYNO PAYNO PAY N1995041994001314001310001305001301001297001292001288001284001280001275NO PAYNO PAY N1995041993001388001382001358001354001349001345001340001336001331001327001323001318 N1995041992001450001450001450001450001408001408001408001408001408001408001401001395 N1995041991001553001553001553001553001499001499001499001499001499001499001450001450 N1995041990001680001680001680001680001614001614001614001614001614001614001553001553 N1995041989001809001809001809001809001734001734001734001734001734001734001680001680 N1995041988001924001924001924001924001865001865001865001865001865001865001809001809 N1995041987002046002046002046002046001984001984001984001984001984001984001924001924 N1995041986002425002425002425002425002338002338002338002338002338002338002046002046 N1995041985002611002611002611002611002516002516002516002516002516002516002425002425 N1995041984002717002717002717002717002664002664002664002664002664002664002611002611 N1995041983002945002945002945002945002789002789002789002789002789002789002717002717 N1995041982003398003398003398003398003299003299003299003299003299003299002945002945 N1995041981003692003692003692003692003500003500003500003500003500003500003398003398 N1995041980004069004069004069004069003990003990003990003990003990003990003692003692 gbonds-2.0.3/data/sb199211.asc0000664000076400007640000007033011106721200012410 00000000000000E1992111980005080005080005080005080005132004946 E1992111979005353005353005353005353005405005222005222005222005222005222005271005081 E1992111978005623005623005623005623005677005485005486005486005486005486005538005352 E1992111977006458006458006458006458006522006345006344006344006344006344005818005623 E1992111976006689006689006689006689006752006570006569006569006569006569006633006458 E1992111975006928006928006928006928006995006807006807006807006807006807006873006688 E1992111974007177007177007177007177007246007052007051007051007051007051007119006929 E1992111973007705007500007499007499007499007517007590007385007386007386007386007177 E1992111972007942007808007808007808007808007829007826007615007615007615007615007632 E1992111971008349008242008242008242008242008265008126008023008023008023008023008042 E1992111970009314009000009000009000009000009042009132008822008822008822008822008843 E1992111969009420009420009420009420009512009410009501009179009179009179009179009227 E1992111968009697009697009697009697009793009552009551009551009551009551009643009421 E1992111967010007010007010007010007010103009845009844009844009844009844009940009697 E1992111966010344010344010344010344010443010170010169010169010169010169010268010006 E1992111965011857010876010534010533010533010591010591010695010359010359010359010342 E1992111964012066012181011883011882011882011961011961012078011781011781011781011857 E1992111963012268012387012083012081012081012173012173012292011991011991011991012066 E1992111962012503012624012346012345012345012376012376012495012217012218012218012268 E1992111961012651012772012543012542012542012579012579012700012468012467012467012503 E1992111960013105012944012839012839012839012860012860012855012625012625012625012651 E1992111959013391013391013391013391013391013353013353013129013077013077013077013105 E1992111958013827013827013827013827013827013654013604013604013604013604013604013497 E1992111957014670014799014799014799014799015009014635014634014634014634014634013874 E1992111956014780014780014923014783014784014818014818014818014964014591014591014670 E1992111955015121015121015268014906014907014946014946014946015091014741014741014780 E1992111954015482015482015633015261015261015299015299015299015448015090015091015121 E1992111953017466017466016019015632015631015669015669015669015821015442015443015482 E1992111952017066017066017066017066017338017378017378017378017546017769017766017466 E1992111951016260016260016260016260016416016661016660016660016660016660016823017065 E1992111950014706014706014706014706014848015053015053015053015053015053015199015426 E1992111949013669013669013669013669013802014383014383014383014383014383014523014706 E1992111948013141013141013141013141013109013323013323013323013323013323013451013669 E1992111947012338012338012338012338012457012657012657012657012657012657012934013141 E1992111946011728011728011728011728011841012025012025012025012025012025012142012338 E1992111945011047011047011047011047011154011333011333011333011333011333011443011728 E1992111944010509010509010509010509010611010770010770010770010770010770010875011047 E1992111943009995009995009995009995010091010248010248010248010248010248010348010509 E1992111942009435009435009435009435009600009745009745009745009745009745009840009995 E1992111941 009059009196009196009196009196009196009286009435 S1992111970009489009489009489009489009582009280009279009279009279009279 S1992111969009924009924009924009924010020009706009706009706009706009706009800009489 S1992111968011291011291011291011291010357010144010144010144010144010144010243009923 S1992111967 011752011462011463011463011463011463011572011290 E1992121980005080005080005080005080005132005132 E1992121979005353005353005353005353005405005417005222005222005222005222005271005271 E1992121978005623005623005623005623005677005691005486005486005486005486005538005553 E1992121977006458006458006458006458006522006535006344006344006344006344005818005834 E1992121976006689006689006689006689006752006767006569006569006569006569006633006652 E1992121975006928006928006928006928006995007011006807006807006807006807006873006889 E1992121974007177007177007177007177007246007263007051007051007051007051007119007137 E1992121973007705007724007499007499007499007517007590007606007386007386007386007392 E1992121972007942007961007808007808007808007829007826007844007615007615007615007632 E1992121971008349008368008242008242008242008265008126008145008023008023008023008042 E1992121970009314009337009000009000009000009042009132009153008822008822008822008843 E1992121969009420009420009420009420009512009410009501009523009179009179009179009227 E1992121968009697009697009697009697009793009910009551009551009551009551009643009774 E1992121967010007010007010007010007010103010214009844009844009844009844009940010061 E1992121966010344010344010344010344010443010551010169010169010169010169010268010382 E1992121965011857010876010929010533010533010591010591010695010748010359010359010730 E1992121964012066012181012240011882011882011961011961012078012134011781011781011857 E1992121963012268012387012445012081012081012173012173012292012351011991011991012066 E1992121962012503012624012716012345012345012376012376012495012584012218012218012268 E1992121961012651012772012919012542012542012579012579012700012842012467012467012503 E1992121960013105012944013093012839012839012860012860012855013003012625012625012651 E1992121959013654013391013391013391013391013353013353013129013277013077013077013105 E1992121958014039013827013827013827013827013654013812013604013604013604013604013497 E1992121957014670014799014799014799014799015009015184014634014634014634014634013874 E1992121956014780014780014923015338014784014818014818014818014964015138014591014670 E1992121955015121015121015268015465014907014946014946014946015091015294014741014780 E1992121954015482015482015633015834015261015299015299015299015448015656015091015121 E1992121953017466017466016019016218015631015669015669015669015821016021015443015482 E1992121952017066017066017066017066017338017378017378017378017546017769017766017814 E1992121951016260016260016260016260016416016661016660016660016660016660016823017065 E1992121950014706014706014706014706014848015053015053015053015053015053015199015426 E1992121949013669013669013669013669013802014383014383014383014383014383014523014706 E1992121948013141013141013141013141013109013323013323013323013323013323013451013669 E1992121947012338012338012338012338012457012657012657012657012657012657012934013141 E1992121946011728011728011728011728011841012025012025012025012025012025012142012338 E1992121945011047011047011047011047011154011333011333011333011333011333011443011728 E1992121944010509010509010509010509010611010770010770010770010770010770010875011047 E1992121943009995009995009995009995010091010248010248010248010248010248010348010509 E1992121942009435009435009435009435009600009745009745009745009745009745009840009995 E1992121941 009059009196009196009196009196009196009286009435 S1992121970009489009489009489009489009582009628009279009279009279009279 S1992121969009924009924009924009924010020010070009706009706009706009706009800009844 S1992121968011291011291011291011291010357010524010144010144010144010144010243010296 S1992121967 011752011806011463011463011463011463011572011629 E1993011980005271005080005080005080005132005132 E1993011979005553005353005353005353005405005417005418005222005222005222005271005271 E1993011978005834005623005623005623005677005691005691005486005486005486005538005553 E1993011977006652006458006458006458006522006535006534006344006344006344005818005834 E1993011976006889006689006689006689006752006767006766006569006569006569006633006652 E1993011975007136006928006928006928006995007011007011006807006807006807006873006889 E1993011974007392007177007177007177007246007263007263007051007051007051007119007137 E1993011973007705007724007724007499007499007517007590007606007607007386007386007392 E1993011972007942007961007961007808007808007829007826007844007844007615007615007632 E1993011971008349008368008368008242008242008265008126008145008145008023008023008042 E1993011970009314009337009338009000009000009042009132009153009153008822008822008843 E1993011969009773009420009420009420009512009410009501009523009523009179009179009227 E1993011968010061009697009697009697009793009910009909009551009551009551009643009774 E1993011967010383010007010007010007010103010214010214009844009844009844009940010061 E1993011966010731010344010344010344010443010551010551010169010169010169010268010382 E1993011965011857010876010929010928010533010591010591010695010748010748010359010730 E1993011964012066012181012240012239011882011961011961012078012134012134011781011857 E1993011963012268012387012445012444012081012173012173012292012351012351011991012066 E1993011962012503012624012716012715012345012376012376012495012584012584012218012268 E1993011961012651012772012919012919012542012579012579012700012842012841012467012503 E1993011960013105012944013093013093012839012860012860012855013003013004012625012651 E1993011959013654013654013391013391013391013353013353013129013277013277013077013105 E1993011958014039014039013827013827013827013654013812013812013604013604013604013497 E1993011957014670015354014799014799014799015009015184015183014634014634014634013874 E1993011956014780014780014923015338015338014818014818014818014964015138015138014670 E1993011955015121015121015268015465015466014946014946014946015091015294015294014780 E1993011954015482015482015633015834015833015299015299015299015448015656015657015121 E1993011953017814017466016019016218016218015669015669015669015821016021016022015482 E1993011952017066017066017066017066017338017378017378017378017546017769017766017814 E1993011951016260016260016260016260016416016661016660016660016660016660016823017065 E1993011950014706014706014706014706014848015053015053015053015053015053015199015426 E1993011949013669013669013669013669013802014383014383014383014383014383014523014706 E1993011948013141013141013141013141013109013323013323013323013323013323013451013669 E1993011947012338012338012338012338012457012657012657012657012657012657012934013141 E1993011946011728011728011728011728011841012025012025012025012025012025012142012338 E1993011945011047011047011047011047011154011333011333011333011333011333011443011728 E1993011944010509010509010509010509010611010770010770010770010770010770010875011047 E1993011943009995009995009995009995010091010248010248010248010248010248010348010509 E1993011942009435009435009435009435009600009745009745009745009745009745009840009995 E1993011941 009059009196009196009196009196009196009286009435 S1993011970009845009489009489009489009582009628009627009279009279009279 S1993011969010296009924009924009924010020010070010070009706009706009706009800009844 S1993011968011630011291011291011291010357010524010524010144010144010144010243010296 S1993011967 011752011806011807011463011463011463011572011629 E1993021980005271005271005080005080005132005132 E1993021979005553005553005353005353005405005417005418005418005222005222005271005271 E1993021978005834005834005623005623005677005691005691005691005486005486005538005553 E1993021977006652006652006458006458006522006535006534006534006344006344005818005834 E1993021976006889006889006689006689006752006767006766006766006569006569006633006652 E1993021975007136007136006928006928006995007011007011007011006807006807006873006889 E1993021974007392007392007177007177007246007263007263007263007051007051007119007137 E1993021973007705007724007724007724007499007517007590007606007607007607007386007392 E1993021972007942007961007961007961007808007829007826007844007844007844007615007632 E1993021971008349008368008368008368008242008265008126008145008145008145008023008042 E1993021970009314009337009338009338009000009042009132009153009153009153008822008843 E1993021969009773009773009420009420009512009410009501009523009523009523009179009227 E1993021968010061010061009697009697009793009910009909009909009551009551009643009774 E1993021967010383010383010007010007010103010214010214010214009844009844009940010061 E1993021966010731010731010344010344010443010551010551010551010169010169010268010382 E1993021965011857010876010929010928010928010591010591010695010748010748010748010730 E1993021964012066012181012240012239012239011961011961012078012134012134012134011857 E1993021963012268012387012445012444012444012173012173012292012351012351012351012066 E1993021962012503012624012716012715012715012376012376012495012584012584012584012268 E1993021961012651012772012919012919012919012579012579012700012842012841012841012503 E1993021960013105012944013093013093013093012860012860012855013003013004013004012651 E1993021959013654013654013654013391013391013353013353013129013277013277013277013105 E1993021958014039014039014039013827013827013654013812013812013812013604013604013497 E1993021957014670015354015354014799014799015009015184015183015183014634014634013874 E1993021956014780014780014923015338015338015374014818014818014964015138015138015220 E1993021955015121015121015268015465015466015506014946014946015091015294015294015335 E1993021954015482015482015633015834015833015872015299015299015448015656015657015688 E1993021953017814017814016019016218016218016257015669015669015821016021016022016062 E1993021952017066017066017066017066017338017378017378017378017546017769017766017814 E1993021951016260016260016260016260016416016661016660016660016660016660016823017065 E1993021950014706014706014706014706014848015053015053015053015053015053015199015426 E1993021949013669013669013669013669013802014383014383014383014383014383014523014706 E1993021948013141013141013141013141013109013323013323013323013323013323013451013669 E1993021947012338012338012338012338012457012657012657012657012657012657012934013141 E1993021946011728011728011728011728011841012025012025012025012025012025012142012338 E1993021945011047011047011047011047011154011333011333011333011333011333011443011728 E1993021944010509010509010509010509010611010770010770010770010770010770010875011047 E1993021943009995009995009995009995010091010248010248010248010248010248010348010509 E1993021942009435009435009435009435009600009745009745009745009745009745009840009995 E1993021941 009059009196009196009196009196009196009286009435 S1993021970009845009845009489009489009582009628009627009627009279009279 S1993021969010296010296009924009924010020010070010070010070009706009706009800009844 S1993021968011630011630011291011291010357010524010524010524010144010144010243010296 S1993021967 011752011806011807011807011463011463011572011629 E1993031980005271005271005271005080005132005132 E1993031979005553005553005553005353005405005417005418005418005418005222005271005271 E1993031978005834005834005834005623005677005691005691005691005691005486005538005553 E1993031977006652006652006652006458006522006535006534006534006534006344005818005834 E1993031976006889006889006889006689006752006767006766006766006766006569006633006652 E1993031975007136007136007136006928006995007011007011007011007011006807006873006889 E1993031974007392007392007392007177007246007263007263007263007263007051007119007137 E1993031973007705007724007724007724007724007517007590007606007607007607007607007392 E1993031972007942007961007961007961007961007829007826007844007844007844007844007632 E1993031971008349008368008368008368008368008265008126008145008145008145008145008042 E1993031970009314009337009338009338009338009042009132009153009153009153009153008843 E1993031969009773009773009773009420009512009410009501009523009523009523009523009227 E1993031968010061010061010061009697009793009910009909009909009909009551009643009774 E1993031967010383010383010383010007010103010214010214010214010214009844009940010061 E1993031966010731010731010731010344010443010551010551010551010551010169010268010382 E1993031965011857010876010929010928010928010989010591010695010748010748010748010730 E1993031964012066012181012240012239012239012320011961012078012134012134012134012213 E1993031963012268012387012445012444012444012538012173012292012351012351012351012428 E1993031962012503012624012716012715012715012748012376012495012584012584012584012636 E1993031961012651012772012919012919012919012957012579012700012842012841012841012878 E1993031960013105012944013093013093013093013116012860012855013003013004013004013030 E1993031959013654013654013654013654013391013557013353013129013277013277013277013305 E1993031958014039014039014039014039013827013654013812013812013812013812013604013497 E1993031957015220015354015354015354014799015009015184015183015183015183014634013874 E1993031956015335014780014923015338015338015374015374014818014964015138015138015220 E1993031955015688015121015268015465015466015506015506014946015091015294015294015335 E1993031954016062015482015633015834015833015872015872015299015448015656015657015688 E1993031953017814017814016338016218016218016257016257015669015821016021016022016062 E1993031952017066017066017066017066017338017378017378017378017546017769017766017814 E1993031951016260016260016260016260016416016661016660016660016660016660016823017065 E1993031950014706014706014706014706014848015053015053015053015053015053015199015426 E1993031949013669013669013669013669013802014383014383014383014383014383014523014706 E1993031948013141013141013141013141013109013323013323013323013323013323013451013669 E1993031947012338012338012338012338012457012657012657012657012657012657012934013141 E1993031946011728011728011728011728011841012025012025012025012025012025012142012338 E1993031945011047011047011047011047011154011333011333011333011333011333011443011728 E1993031944010509010509010509010509010611010770010770010770010770010770010875011047 E1993031943009995009995009995009995010091010248010248010248010248010248010348010509 E1993031942009435009435009435009435009600009745009745009745009745009745009840009995 E1993031941 009059009196009196009196009196009196009286009435 S1993031970009845009845009845009489009582009628009627009627009627009279 S1993031969010296010296010296009924010020010070010070010070010070009706009800009844 S1993031968011630011630011630011291010357010524010524010524010524010144010243010296 S1993031967 011752011806011807011807011807011463011572011629 E1993041980005271005271005271005271005132005132 E1993041979005553005553005553005553005405005417005418005418005418005418005271005271 E1993041978005834005834005834005834005677005691005691005691005691005691005538005553 E1993041977006652006652006652006652006522006535006534006534006534006534005818005834 E1993041976006889006889006889006889006752006767006766006766006766006766006633006652 E1993041975007136007136007136007136006995007011007011007011007011007011006873006889 E1993041974007392007392007392007392007246007263007263007263007263007263007119007137 E1993041973007705007724007724007724007724007742007590007606007607007607007607007392 E1993041972007942007961007961007961007961007983007826007844007844007844007844007861 E1993041971008349008368008368008368008368008391008126008145008145008145008145008165 E1993041970009314009337009338009338009338009382009132009153009153009153009153009174 E1993041969009773009773009773009773009512009763009501009523009523009523009523009573 E1993041968010061010061010061010061009793009910009909009909009909009909009643009774 E1993041967010383010383010383010383010103010214010214010214010214010214009940010061 E1993041966010731010731010731010731010443010551010551010551010551010551010268010382 E1993041965012213010876010929010928010928010989010989010695010748010748010748010730 E1993041964012428012181012240012239012239012320012320012078012134012134012134012213 E1993041963012636012387012445012444012444012538012538012292012351012351012351012428 E1993041962012878012624012716012715012715012748012748012495012584012584012584012636 E1993041961013030012772012919012919012919012957012957012700012842012841012841012878 E1993041960013305012944013093013093013093013116013116012855013003013004013004013030 E1993041959013654013654013654013654013654013557013557013129013277013277013277013305 E1993041958014039014039014039014039014039013654013812013812013812013812013812013497 E1993041957015220015354015354015354015354015009015184015183015183015183015183013874 E1993041956015335015335014923015338015338015374015374015374014964015138015138015220 E1993041955015688015688015268015465015466015506015506015506015091015294015294015335 E1993041954016062016062015633015834015833015872015872015872015448015656015657015688 E1993041953017814017814016338016541016218016257016257016257015821016021016022016062 E1993041952017066017066017066017066017338017378017378017378017546017769017766017814 E1993041951016260016260016260016260016416016661016660016660016660016660016823017065 E1993041950014706014706014706014706014848015053015053015053015053015053015199015426 E1993041949013669013669013669013669013802014383014383014383014383014383014523014706 E1993041948013141013141013141013141013109013323013323013323013323013323013451013669 E1993041947012338012338012338012338012457012657012657012657012657012657012934013141 E1993041946011728011728011728011728011841012025012025012025012025012025012142012338 E1993041945011047011047011047011047011154011333011333011333011333011333011443011728 E1993041944010509010509010509010509010611010770010770010770010770010770010875011047 E1993041943009995009995009995009995010091010248010248010248010248010248010348010509 E1993041942009435009435009435009435009600009745009745009745009745009745009840009995 E1993041941 009059009196009196009196009196009196009286009435 S1993041970009845009845009845009845009582009628009627009627009627009627 S1993041969010296010296010296010296010020010070010070010070010070010070009800009844 S1993041968011630011630011630011630010357010524010524010524010524010524010243010296 S1993041967 011752011806011807011807011807011807011572011629 N1992111992001294001289001285001280001276NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1992111991001358001352001346001340001335001329001324001319001314001309001304001299 N1992111990001408001408001408001408001408001401001395001388001382001376001370001364 N1992111989001499001499001499001499001499001450001450001450001450001450001450001408 N1992111988001614001614001614001614001614001553001553001553001553001553001553001499 N1992111987001801001801001801001801001801001764001764001764001764001764001764001614 N1992111986002018002018002018002018002018001945001945001945001945001945001862001801 N1992111985002172002172002172002172002172002093002093002093002093002093002093002018 N1992111984002386002386002386002386002338002253002253002253002253002253002253002172 N1992111983002634002634002634002634002516002479002479002479002479002479002425002386 N1992111982002931002931002931002931002931002846002846002846002846002846002674002634 N1992111981003185003185003185003185003110003019003019003019003019003019003019002931 N1992111980003510003510003510003510003545003442003442003442003442003442003281003185 N1992121992001299001294001289001285001280001276NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1992121991001364001358001352001346001340001335001329001324001319001314001309001304 N1992121990001408001408001408001408001408001408001401001395001388001382001376001370 N1992121989001499001499001499001499001499001499001450001450001450001450001450001450 N1992121988001614001614001614001614001614001614001553001553001553001553001553001553 N1992121987001801001801001801001801001801001801001764001764001764001764001764001764 N1992121986002018002018002018002018002018002018001945001945001945001945001862001862 N1992121985002172002172002172002172002172002172002093002093002093002093002093002093 N1992121984002386002386002386002386002338002338002253002253002253002253002253002253 N1992121983002634002634002634002634002516002516002479002479002479002479002425002425 N1992121982002931002931002931002931002931002931002846002846002846002846002674002674 N1992121981003185003185003185003185003110003110003019003019003019003019003019003019 N1992121980003510003510003510003510003545003545003442003442003442003442003281003281 N1993011993NO PAY N1993011992001304001299001294001289001285001280001276NO PAYNO PAYNO PAYNO PAYNO PAY N1993011991001370001364001358001352001346001340001335001329001324001319001314001309 N1993011990001450001408001408001408001408001408001408001401001395001388001382001376 N1993011989001553001499001499001499001499001499001499001450001450001450001450001450 N1993011988001764001614001614001614001614001614001614001553001553001553001553001553 N1993011987001862001801001801001801001801001801001801001764001764001764001764001764 N1993011986002093002018002018002018002018002018002018001945001945001945001862001862 N1993011985002253002172002172002172002172002172002172002093002093002093002093002093 N1993011984002425002386002386002386002338002338002338002253002253002253002253002253 N1993011983002674002634002634002634002516002516002516002479002479002479002425002425 N1993011982003019002931002931002931002931002931002931002846002846002846002674002674 N1993011981003281003185003185003185003110003110003110003019003019003019003019003019 N1993011980003616003510003510003510003545003545003545003442003442003442003281003281 N1993021993NO PAYNO PAY N1993021992001309001304001299001294001289001285001280001276NO PAYNO PAYNO PAYNO PAY N1993021991001376001370001364001358001352001346001340001335001329001324001319001314 N1993021990001450001450001408001408001408001408001408001408001401001395001388001382 N1993021989001553001553001499001499001499001499001499001499001450001450001450001450 N1993021988001764001764001614001614001614001614001614001614001553001553001553001553 N1993021987001862001862001801001801001801001801001801001801001764001764001764001764 N1993021986002093002093002018002018002018002018002018002018001945001945001862001862 N1993021985002253002253002172002172002172002172002172002172002093002093002093002093 N1993021984002425002425002386002386002338002338002338002338002253002253002253002253 N1993021983002674002674002634002634002516002516002516002516002479002479002425002425 N1993021982003019003019002931002931002931002931002931002931002846002846002674002674 N1993021981003281003281003185003185003110003110003110003110003019003019003019003019 N1993021980003616003616003510003510003545003545003545003545003442003442003281003281 N1993031993NO PAYNO PAYNO PAY N1993031992001314001309001304001299001294001289001285001280001276NO PAYNO PAYNO PAY N1993031991001382001376001370001364001358001352001346001340001335001329001324001319 N1993031990001450001450001450001408001408001408001408001408001408001401001395001388 N1993031989001553001553001553001499001499001499001499001499001499001450001450001450 N1993031988001764001764001764001614001614001614001614001614001614001553001553001553 N1993031987001862001862001862001801001801001801001801001801001801001764001764001764 N1993031986002093002093002093002018002018002018002018002018002018001945001862001862 N1993031985002253002253002253002172002172002172002172002172002172002093002093002093 N1993031984002425002425002425002386002338002338002338002338002338002253002253002253 N1993031983002674002674002674002634002516002516002516002516002516002479002425002425 N1993031982003019003019003019002931002931002931002931002931002931002846002674002674 N1993031981003281003281003281003185003110003110003110003110003110003019003019003019 N1993031980003616003616003616003510003545003545003545003545003545003442003281003281 N1993041993NO PAYNO PAYNO PAYNO PAY N1993041992001319001314001309001304001299001294001289001285001280001276NO PAYNO PAY N1993041991001388001382001376001370001364001358001352001346001340001335001329001324 N1993041990001450001450001450001450001408001408001408001408001408001408001401001395 N1993041989001553001553001553001553001499001499001499001499001499001499001450001450 N1993041988001764001764001764001764001614001614001614001614001614001614001553001553 N1993041987001862001862001862001862001801001801001801001801001801001801001764001764 N1993041986002093002093002093002093002018002018002018002018002018002018001862001862 N1993041985002253002253002253002253002172002172002172002172002172002172002093002093 N1993041984002425002425002425002425002338002338002338002338002338002338002253002253 N1993041983002674002674002674002674002516002516002516002516002516002516002425002425 N1993041982003019003019003019003019002931002931002931002931002931002931002674002674 N1993041981003281003281003281003281003110003110003110003110003110003110003019003019 N1993041980003616003616003616003616003545003545003545003545003545003545003281003281 gbonds-2.0.3/data/sb200612.asc0000664000076400007640000012126211107717150012407 00000000000000E2006121980009630009630009630009630009728009728 E2006121979009808009808009808009808009903009926009731009731009731009731009823009823 E2006121978012104012104010227010227010052010077009882009882009882009882009976010003 E2006121977013533013533013533013533013667013696013425013425013425013425012312012346 E2006121976013476013476013476013476013604013634013632013632013632013632013765013804 E2006121975013157013157013157013157013283013315013315013315013315013315013446013475 E2006121974012848012848012848012848012971013002013002013002013002013002013126013159 E2006121973012956012989012989012989012989013020013146013174013176013176013176012848 E2006121972012588012617012619012619012619012654012777012805012805012805012805012833 E2006121971012630012660012660012660012660012695012606012636012636012636012636012666 E2006121970013700013734013736013736013736013800013936013969013969013969013969014001 E2006121969013727013727013727013727013860013342013471013501013502013502013502013572 E2006121968013128013128013128013128013257013416013414013414013414013414013544013728 E2006121967012586012586012586012586012706012846012845012845012845012845012970013128 E2006121966012813012813012194012194012202012328012327012327012327012327012446012585 E2006121965023411021474021579021577021577018597018597018308018403018403018403012812 E2006121964022455022671022779022777022777022929022929023152023261023261023261023411 E2006121963021522021731021832021829021829021995021995022211022317022317022317022455 E2006121962020675020875021027021024021024021079021079021281021432021433021433021522 E2006121961019718019907020137020136020136020195020195020388020617020615020615020675 E2006121960018850019017019236019236019236019269019269019452019678019679019679019718 E2006121959019153019153019153019153019153018788018788018601018810018810018810018850 E2006121958018312018312018312018312018312018453018672018671018671018671018671018934 E2006121957019956019990019990019990019990020272020508020507020507020507020507018097 E2006121956018679018679018859019383019383019429019429019429019619019848019847019956 E2006121955017753017753017926018157018157018205018205018205018382018629018629018679 E2006121954016886016886017051017269017269017312017312017312017481017716017717017753 E2006121953017814017814016338016541016541016581016581016581016633016843016844016886 E2006121952017066017066017066017066017338017378017378017378017546017769017766017814 E2006121951016260016260016260016260016416016661016660016660016660016660016823017065 E2006121950014706014706014706014706014848015053015053015053015053015053015199015426 E2006121949013669013669013669013669013802014383014383014383014383014383014523014706 E2006121948013141013141013141013141013109013323013323013323013323013323013451013669 E2006121947012338012338012338012338012457012657012657012657012657012657012934013141 E2006121946011728011728011728011728011841012025012025012025012025012025012142012338 E2006121945011047011047011047011047011154011333011333011333011333011333011443011728 E2006121944010509010509010509010509010611010770010770010770010770010770010875011047 E2006121943009995009995009995009995010091010248010248010248010248010248010348010509 E2006121942009435009435009435009435009600009745009745009745009745009745009840009995 E2006121941 009059009196009196009196009196009196009286009435 S2006121970013671013671013671013671013804013870013870013870013870013870 S2006121969013570013570013570013570013437013500013500013500013500013500013607013670 S2006121968015629015629015629015629014337014568014568014568013618013618013497013570 S2006121967 015333015404015405015405015405015405015552015628 E2007011980009823009630009630009630009728009728 E2007011979010004009808009808009808009903009926009926009731009731009731009823009823 E2007011978012346012104010227010227010052010077010080009882009882009882009976010003 E2007011977013804013533013533013533013667013696013693013425013425013425012312012346 E2007011976013476013476013476013476013604013634013632013632013632013632013765013804 E2007011975013157013157013157013157013283013315013315013315013315013315013446013475 E2007011974012848012848012848012848012971013002013002013002013002013002013126013159 E2007011973012956012989012989012989012989013020013146013174013176013176013176012848 E2007011972012588012617012619012619012619012654012777012805012805012805012805012833 E2007011971012630012660012660012660012660012695012606012636012636012636012636012666 E2007011970013700013734013736013736013736013800013936013969013969013969013969014001 E2007011969013727013727013727013727013860013342013471013501013502013502013502013572 E2007011968013128013128013128013128013257013416013414013414013414013414013544013728 E2007011967012586012586012586012586012706012846012845012845012845012845012970013128 E2007011966012813012813012194012194012202012328012327012327012327012327012446012585 E2007011965023411021474021579021577021577018597018597018308018403018403018403012812 E2007011964022455022671022779022777022777022929022929023152023261023261023261023411 E2007011963021522021731021832021829021829021995021995022211022317022317022317022455 E2007011962020675020875021027021024021024021079021079021281021432021433021433021522 E2007011961019718019907020137020136020136020195020195020388020617020615020615020675 E2007011960018850019017019236019236019236019269019269019452019678019679019679019718 E2007011959019153019153019153019153019153018788018788018601018810018810018810018850 E2007011958018312018312018312018312018312018453018672018671018671018671018671018934 E2007011957019956019990019990019990019990020272020508020507020507020507020507018097 E2007011956018679018679018859019383019383019429019429019429019619019848019847019956 E2007011955017753017753017926018157018157018205018205018205018382018629018629018679 E2007011954016886016886017051017269017269017312017312017312017481017716017717017753 E2007011953017814017814016338016541016541016581016581016581016633016843016844016886 E2007011952017066017066017066017066017338017378017378017378017546017769017766017814 E2007011951016260016260016260016260016416016661016660016660016660016660016823017065 E2007011950014706014706014706014706014848015053015053015053015053015053015199015426 E2007011949013669013669013669013669013802014383014383014383014383014383014523014706 E2007011948013141013141013141013141013109013323013323013323013323013323013451013669 E2007011947012338012338012338012338012457012657012657012657012657012657012934013141 E2007011946011728011728011728011728011841012025012025012025012025012025012142012338 E2007011945011047011047011047011047011154011333011333011333011333011333011443011728 E2007011944010509010509010509010509010611010770010770010770010770010770010875011047 E2007011943009995009995009995009995010091010248010248010248010248010248010348010509 E2007011942009435009435009435009435009600009745009745009745009745009745009840009995 E2007011941 009059009196009196009196009196009196009286009435 S2007011970013671013671013671013671013804013870013870013870013870013870 S2007011969013570013570013570013570013437013500013500013500013500013500013607013670 S2007011968015629015629015629015629014337014568014568014568013618013618013497013570 S2007011967 015333015404015405015405015405015405015552015628 E2007021980009823009823009630009630009728009728 E2007021979010004010004009808009808009903009926009926009926009731009731009823009823 E2007021978012346012346010227010227010052010077010080010080009882009882009976010003 E2007021977013804013804013533013533013667013696013693013693013425013425012312012346 E2007021976013476013476013476013476013604013634013632013632013632013632013765013804 E2007021975013157013157013157013157013283013315013315013315013315013315013446013475 E2007021974012848012848012848012848012971013002013002013002013002013002013126013159 E2007021973012956012989012989012989012989013020013146013174013176013176013176012848 E2007021972012588012617012619012619012619012654012777012805012805012805012805012833 E2007021971012630012660012660012660012660012695012606012636012636012636012636012666 E2007021970013700013734013736013736013736013800013936013969013969013969013969014001 E2007021969013727013727013727013727013860013342013471013501013502013502013502013572 E2007021968013128013128013128013128013257013416013414013414013414013414013544013728 E2007021967012586012586012586012586012706012846012845012845012845012845012970013128 E2007021966012813012813012194012194012202012328012327012327012327012327012446012585 E2007021965023411021474021579021577021577018597018597018308018403018403018403012812 E2007021964022455022671022779022777022777022929022929023152023261023261023261023411 E2007021963021522021731021832021829021829021995021995022211022317022317022317022455 E2007021962020675020875021027021024021024021079021079021281021432021433021433021522 E2007021961019718019907020137020136020136020195020195020388020617020615020615020675 E2007021960018850019017019236019236019236019269019269019452019678019679019679019718 E2007021959019153019153019153019153019153018788018788018601018810018810018810018850 E2007021958018312018312018312018312018312018453018672018671018671018671018671018934 E2007021957019956019990019990019990019990020272020508020507020507020507020507018097 E2007021956018679018679018859019383019383019429019429019429019619019848019847019956 E2007021955017753017753017926018157018157018205018205018205018382018629018629018679 E2007021954016886016886017051017269017269017312017312017312017481017716017717017753 E2007021953017814017814016338016541016541016581016581016581016633016843016844016886 E2007021952017066017066017066017066017338017378017378017378017546017769017766017814 E2007021951016260016260016260016260016416016661016660016660016660016660016823017065 E2007021950014706014706014706014706014848015053015053015053015053015053015199015426 E2007021949013669013669013669013669013802014383014383014383014383014383014523014706 E2007021948013141013141013141013141013109013323013323013323013323013323013451013669 E2007021947012338012338012338012338012457012657012657012657012657012657012934013141 E2007021946011728011728011728011728011841012025012025012025012025012025012142012338 E2007021945011047011047011047011047011154011333011333011333011333011333011443011728 E2007021944010509010509010509010509010611010770010770010770010770010770010875011047 E2007021943009995009995009995009995010091010248010248010248010248010248010348010509 E2007021942009435009435009435009435009600009745009745009745009745009745009840009995 E2007021941 009059009196009196009196009196009196009286009435 S2007021970013671013671013671013671013804013870013870013870013870013870 S2007021969013570013570013570013570013437013500013500013500013500013500013607013670 S2007021968015629015629015629015629014337014568014568014568013618013618013497013570 S2007021967 015333015404015405015405015405015405015552015628 E2007031980009823009823009823009630009728009728 E2007031979010004010004010004009808009903009926009926009926009926009731009823009823 E2007031978012346012346010427010227010052010077010080010080010080009882009976010003 E2007031977013804013804013804013533013667013696013693013693013693013425012312012346 E2007031976013476013476013476013476013604013634013632013632013632013632013765013804 E2007031975013157013157013157013157013283013315013315013315013315013315013446013475 E2007031974012848012848012848012848012971013002013002013002013002013002013126013159 E2007031973012956012989012989012989012989013020013146013174013176013176013176012848 E2007031972012588012617012619012619012619012654012777012805012805012805012805012833 E2007031971012630012660012660012660012660012695012606012636012636012636012636012666 E2007031970013700013734013736013736013736013800013936013969013969013969013969014001 E2007031969013727013727013727013727013860013342013471013501013502013502013502013572 E2007031968013128013128013128013128013257013416013414013414013414013414013544013728 E2007031967012586012586012586012586012706012846012845012845012845012845012970013128 E2007031966012813012813012194012194012202012328012327012327012327012327012446012585 E2007031965023411021474021579021577021577018597018597018308018403018403018403012812 E2007031964022455022671022779022777022777022929022929023152023261023261023261023411 E2007031963021522021731021832021829021829021995021995022211022317022317022317022455 E2007031962020675020875021027021024021024021079021079021281021432021433021433021522 E2007031961019718019907020137020136020136020195020195020388020617020615020615020675 E2007031960018850019017019236019236019236019269019269019452019678019679019679019718 E2007031959019153019153019153019153019153018788018788018601018810018810018810018850 E2007031958018312018312018312018312018312018453018672018671018671018671018671018934 E2007031957019956019990019990019990019990020272020508020507020507020507020507018097 E2007031956018679018679018859019383019383019429019429019429019619019848019847019956 E2007031955017753017753017926018157018157018205018205018205018382018629018629018679 E2007031954016886016886017051017269017269017312017312017312017481017716017717017753 E2007031953017814017814016338016541016541016581016581016581016633016843016844016886 E2007031952017066017066017066017066017338017378017378017378017546017769017766017814 E2007031951016260016260016260016260016416016661016660016660016660016660016823017065 E2007031950014706014706014706014706014848015053015053015053015053015053015199015426 E2007031949013669013669013669013669013802014383014383014383014383014383014523014706 E2007031948013141013141013141013141013109013323013323013323013323013323013451013669 E2007031947012338012338012338012338012457012657012657012657012657012657012934013141 E2007031946011728011728011728011728011841012025012025012025012025012025012142012338 E2007031945011047011047011047011047011154011333011333011333011333011333011443011728 E2007031944010509010509010509010509010611010770010770010770010770010770010875011047 E2007031943009995009995009995009995010091010248010248010248010248010248010348010509 E2007031942009435009435009435009435009600009745009745009745009745009745009840009995 E2007031941 009059009196009196009196009196009196009286009435 S2007031970013671013671013671013671013804013870013870013870013870013870 S2007031969013570013570013570013570013437013500013500013500013500013500013607013670 S2007031968015629015629015629015629014337014568014568014568013618013618013497013570 S2007031967 015333015404015405015405015405015405015552015628 E2007041980009823009823009823009823009728009728 E2007041979010004010004010004010004009903009926009926009926009926009926009823009823 E2007041978012346012346010427010427010052010077010080010080010080010080009976010003 E2007041977013804013804013804013804013667013696013693013693013693013693012312012346 E2007041976013476013476013476013476013604013634013632013632013632013632013765013804 E2007041975013157013157013157013157013283013315013315013315013315013315013446013475 E2007041974012848012848012848012848012971013002013002013002013002013002013126013159 E2007041973012956012989012989012989012989013020013146013174013176013176013176012848 E2007041972012588012617012619012619012619012654012777012805012805012805012805012833 E2007041971012630012660012660012660012660012695012606012636012636012636012636012666 E2007041970013700013734013736013736013736013800013936013969013969013969013969014001 E2007041969013727013727013727013727013860013342013471013501013502013502013502013572 E2007041968013128013128013128013128013257013416013414013414013414013414013544013728 E2007041967012586012586012586012586012706012846012845012845012845012845012970013128 E2007041966012813012813012194012194012202012328012327012327012327012327012446012585 E2007041965023411021474021579021577021577018597018597018308018403018403018403012812 E2007041964022455022671022779022777022777022929022929023152023261023261023261023411 E2007041963021522021731021832021829021829021995021995022211022317022317022317022455 E2007041962020675020875021027021024021024021079021079021281021432021433021433021522 E2007041961019718019907020137020136020136020195020195020388020617020615020615020675 E2007041960018850019017019236019236019236019269019269019452019678019679019679019718 E2007041959019153019153019153019153019153018788018788018601018810018810018810018850 E2007041958018312018312018312018312018312018453018672018671018671018671018671018934 E2007041957019956019990019990019990019990020272020508020507020507020507020507018097 E2007041956018679018679018859019383019383019429019429019429019619019848019847019956 E2007041955017753017753017926018157018157018205018205018205018382018629018629018679 E2007041954016886016886017051017269017269017312017312017312017481017716017717017753 E2007041953017814017814016338016541016541016581016581016581016633016843016844016886 E2007041952017066017066017066017066017338017378017378017378017546017769017766017814 E2007041951016260016260016260016260016416016661016660016660016660016660016823017065 E2007041950014706014706014706014706014848015053015053015053015053015053015199015426 E2007041949013669013669013669013669013802014383014383014383014383014383014523014706 E2007041948013141013141013141013141013109013323013323013323013323013323013451013669 E2007041947012338012338012338012338012457012657012657012657012657012657012934013141 E2007041946011728011728011728011728011841012025012025012025012025012025012142012338 E2007041945011047011047011047011047011154011333011333011333011333011333011443011728 E2007041944010509010509010509010509010611010770010770010770010770010770010875011047 E2007041943009995009995009995009995010091010248010248010248010248010248010348010509 E2007041942009435009435009435009435009600009745009745009745009745009745009840009995 E2007041941 009059009196009196009196009196009196009286009435 S2007041970013671013671013671013671013804013870013870013870013870013870 S2007041969013570013570013570013570013437013500013500013500013500013500013607013670 S2007041968015629015629015629015629014337014568014568014568013618013618013497013570 S2007041967 015333015404015405015405015405015405015552015628 E2007051980009823009823009823009823009923009728 E2007051979010004010004010004010004010101009926009926009926009926009926010020009823 E2007051978012346012346010427010427010253010077010080010080010080010080010175010003 E2007051977013804013804013804013804013940013696013693013693013693013693012558012346 E2007051976013476013476013476013476013604013634013632013632013632013632013765013804 E2007051975013157013157013157013157013283013315013315013315013315013315013446013475 E2007051974012848012848012848012848012971013002013002013002013002013002013126013159 E2007051973012956012989012989012989012989013020013146013174013176013176013176012848 E2007051972012588012617012619012619012619012654012777012805012805012805012805012833 E2007051971012630012660012660012660012660012695012606012636012636012636012636012666 E2007051970013700013734013736013736013736013800013936013969013969013969013969014001 E2007051969013727013727013727013727013860013342013471013501013502013502013502013572 E2007051968013128013128013128013128013257013416013414013414013414013414013544013728 E2007051967012586012586012586012586012706012846012845012845012845012845012970013128 E2007051966012813012813012194012194012202012328012327012327012327012327012446012585 E2007051965023411021474021579021577021577018597018597018308018403018403018403012812 E2007051964022455022671022779022777022777022929022929023152023261023261023261023411 E2007051963021522021731021832021829021829021995021995022211022317022317022317022455 E2007051962020675020875021027021024021024021079021079021281021432021433021433021522 E2007051961019718019907020137020136020136020195020195020388020617020615020615020675 E2007051960018850019017019236019236019236019269019269019452019678019679019679019718 E2007051959019153019153019153019153019153018788018788018601018810018810018810018850 E2007051958018312018312018312018312018312018453018672018671018671018671018671018934 E2007051957019956019990019990019990019990020272020508020507020507020507020507018097 E2007051956018679018679018859019383019383019429019429019429019619019848019847019956 E2007051955017753017753017926018157018157018205018205018205018382018629018629018679 E2007051954016886016886017051017269017269017312017312017312017481017716017717017753 E2007051953017814017814016338016541016541016581016581016581016633016843016844016886 E2007051952017066017066017066017066017338017378017378017378017546017769017766017814 E2007051951016260016260016260016260016416016661016660016660016660016660016823017065 E2007051950014706014706014706014706014848015053015053015053015053015053015199015426 E2007051949013669013669013669013669013802014383014383014383014383014383014523014706 E2007051948013141013141013141013141013109013323013323013323013323013323013451013669 E2007051947012338012338012338012338012457012657012657012657012657012657012934013141 E2007051946011728011728011728011728011841012025012025012025012025012025012142012338 E2007051945011047011047011047011047011154011333011333011333011333011333011443011728 E2007051944010509010509010509010509010611010770010770010770010770010770010875011047 E2007051943009995009995009995009995010091010248010248010248010248010248010348010509 E2007051942009435009435009435009435009600009745009745009745009745009745009840009995 E2007051941 009059009196009196009196009196009196009286009435 S2007051970013671013671013671013671013804013870013870013870013870013870 S2007051969013570013570013570013570013437013500013500013500013500013500013607013670 S2007051968015629015629015629015629014337014568014568014568013618013618013497013570 S2007051967 015333015404015405015405015405015405015552015628 N2006122006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2006122005001324001319001315001311001309001305001302001298001294001291001284001280 N2006122004001360001356001351001347001353001349001344001340001335001331001333001328 N2006122003001401001397001392001388001389001384001379001375001370001366001369001365 N2006122002001457001452001447001442001438001434001429001424001419001415001411001406 N2006122001001547001542001537001531001516001511001506001501001496001491001482001477 N2006122000001632001627001621001616001605001599001594001588001583001578001558001552 N2006121999001706001700001694001688001681001675001669001663001658001652001644001638 N2006121998001798001792001786001780001762001756001750001744001739001733001717001711 N2006121997001794001794001794001794001864001857001851001845001839001832001811001804 N2006121996001878001878001878001878001871001871001835001835001835001835001829001829 N2006121995002044002044002044002044001965001965001928001928001928001928001914001914 N2006121994002138002138002138002138002133002133002093002093002093002093002083002083 N2006121993002697002697002244002244002229002229002188002188002188002188002179002179 N2006121992002806002806002806002806002806002806002751002751002751002751002751002751 N2006121991002919002919002919002919002919002919002862002862002862002862002862002862 N2006121990003037003037003037003037003037003037002978002978002978002978002978002978 N2006121989003160003160003160003160003160003160003098003098003098003098003098003098 N2006121988003288003288003288003288003288003288003223003223003223003223003223003223 N2006121987003420003420003420003420003420003420003353003353003353003353003353003353 N2006121986003958003958003958003958003958003958003880003880003880003880003489003489 N2006121985004118004118004118004118004118004118004037004037004037004037004037004037 N2006121984004379004379004379004379004284004284004200004200004200004200004200004200 N2006121983005418005418004825004825004651004651004564004564004564004564004463004463 N2006121982005907005907005907005907005907005907005791005791005791005791005526005526 N2006121981006419006419006419006419006146006146006025006025006025006025006025006025 N2006121980007215007215007215007215007287007287007144007144007144007144006548006548 N2007012007NO PAY N2007012006001280NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007012005001328001324001319001315001313001309001305001302001298001294001287001284 N2007012004001365001360001356001351001358001353001349001344001340001335001337001333 N2007012003001406001401001397001392001393001389001384001379001375001370001374001369 N2007012002001477001457001452001447001443001438001434001429001424001419001416001411 N2007012001001552001547001542001537001522001516001511001506001501001496001488001482 N2007012000001638001632001627001621001611001605001599001594001588001583001563001558 N2007011999001711001706001700001694001687001681001675001669001663001658001650001644 N2007011998001804001798001792001786001769001762001756001750001744001739001723001717 N2007011997001829001794001794001794001870001864001857001851001845001839001817001811 N2007011996001914001878001878001878001871001871001871001835001835001835001829001829 N2007011995002083002044002044002044001965001965001965001928001928001928001914001914 N2007011994002179002138002138002138002133002133002133002093002093002093002083002083 N2007011993002751002697002244002244002229002229002229002188002188002188002179002179 N2007011992002862002806002806002806002806002806002806002751002751002751002751002751 N2007011991002978002919002919002919002919002919002919002862002862002862002862002862 N2007011990003098003037003037003037003037003037003037002978002978002978002978002978 N2007011989003223003160003160003160003160003160003160003098003098003098003098003098 N2007011988003353003288003288003288003288003288003288003223003223003223003223003223 N2007011987003489003420003420003420003420003420003420003353003353003353003353003353 N2007011986004037003958003958003958003958003958003958003880003880003880003489003489 N2007011985004200004118004118004118004118004118004118004037004037004037004037004037 N2007011984004463004379004379004379004284004284004284004200004200004200004200004200 N2007011983005526005418004825004825004651004651004651004564004564004564004463004463 N2007011982006025005907005907005907005907005907005907005791005791005791005526005526 N2007011981006548006419006419006419006146006146006146006025006025006025006025006025 N2007011980007359007215007215007215007287007287007287007144007144007144006548006548 N2007022007NO PAYNO PAY N2007022006001284001280NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007022005001333001328001324001319001317001313001309001305001302001298001290001287 N2007022004001369001365001360001356001362001358001353001349001344001340001342001337 N2007022003001411001406001401001397001398001393001389001384001379001375001379001374 N2007022002001482001477001457001452001448001443001438001434001429001424001421001416 N2007022001001558001552001547001542001527001522001516001511001506001501001493001488 N2007022000001644001638001632001627001616001611001605001599001594001588001569001563 N2007021999001717001711001706001700001693001687001681001675001669001663001656001650 N2007021998001811001804001798001792001775001769001762001756001750001744001730001723 N2007021997001829001829001794001794001877001870001864001857001851001845001824001817 N2007021996001914001914001878001878001871001871001871001871001835001835001829001829 N2007021995002083002083002044002044001965001965001965001965001928001928001914001914 N2007021994002179002179002138002138002133002133002133002133002093002093002083002083 N2007021993002751002751002244002244002229002229002229002229002188002188002179002179 N2007021992002862002862002806002806002806002806002806002806002751002751002751002751 N2007021991002978002978002919002919002919002919002919002919002862002862002862002862 N2007021990003098003098003037003037003037003037003037003037002978002978002978002978 N2007021989003223003223003160003160003160003160003160003160003098003098003098003098 N2007021988003353003353003288003288003288003288003288003288003223003223003223003223 N2007021987003489003489003420003420003420003420003420003420003353003353003353003353 N2007021986004037004037003958003958003958003958003958003958003880003880003489003489 N2007021985004200004200004118004118004118004118004118004118004037004037004037004037 N2007021984004463004463004379004379004284004284004284004284004200004200004200004200 N2007021983005526005526004825004825004651004651004651004651004564004564004463004463 N2007021982006025006025005907005907005907005907005907005907005791005791005526005526 N2007021981006548006548006419006419006146006146006146006146006025006025006025006025 N2007021980007359007359007215007215007287007287007287007287007144007144006548006548 N2007032007NO PAYNO PAYNO PAY N2007032006001287001284001280NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007032005001337001333001328001324001321001317001313001309001305001302001293001290 N2007032004001374001369001365001360001367001362001358001353001349001344001347001342 N2007032003001416001411001406001401001403001398001393001389001384001379001384001379 N2007032002001488001482001477001457001453001448001443001438001434001429001426001421 N2007032001001563001558001552001547001533001527001522001516001511001506001499001493 N2007032000001650001644001638001632001622001616001611001605001599001594001575001569 N2007031999001723001717001711001706001699001693001687001681001675001669001662001656 N2007031998001817001811001804001798001782001775001769001762001756001750001736001730 N2007031997001829001829001829001794001884001877001870001864001857001851001830001824 N2007031996001914001914001914001878001871001871001871001871001871001835001829001829 N2007031995002083002083002083002044001965001965001965001965001965001928001914001914 N2007031994002179002179002179002138002133002133002133002133002133002093002083002083 N2007031993002751002751002287002244002229002229002229002229002229002188002179002179 N2007031992002862002862002862002806002806002806002806002806002806002751002751002751 N2007031991002978002978002978002919002919002919002919002919002919002862002862002862 N2007031990003098003098003098003037003037003037003037003037003037002978002978002978 N2007031989003223003223003223003160003160003160003160003160003160003098003098003098 N2007031988003353003353003353003288003288003288003288003288003288003223003223003223 N2007031987003489003489003489003420003420003420003420003420003420003353003353003353 N2007031986004037004037004037003958003958003958003958003958003958003880003489003489 N2007031985004200004200004200004118004118004118004118004118004118004037004037004037 N2007031984004463004463004463004379004284004284004284004284004284004200004200004200 N2007031983005526005526004919004825004651004651004651004651004651004564004463004463 N2007031982006025006025006025005907005907005907005907005907005907005791005526005526 N2007031981006548006548006548006419006146006146006146006146006146006025006025006025 N2007031980007359007359007359007215007287007287007287007287007287007144006548006548 N2007042007NO PAYNO PAYNO PAYNO PAY N2007042006001290001287001284001280NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007042005001342001337001333001328001325001321001317001313001309001305001297001293 N2007042004001379001374001369001365001372001367001362001358001353001349001352001347 N2007042003001421001416001411001406001408001403001398001393001389001384001389001384 N2007042002001493001488001482001477001459001453001448001443001438001434001431001426 N2007042001001569001563001558001552001539001533001527001522001516001511001504001499 N2007042000001656001650001644001638001628001622001616001611001605001599001580001575 N2007041999001730001723001717001711001706001699001693001687001681001675001668001662 N2007041998001824001817001811001804001788001782001775001769001762001756001742001736 N2007041997001829001829001829001829001891001884001877001870001864001857001837001830 N2007041996001914001914001914001914001871001871001871001871001871001871001829001829 N2007041995002083002083002083002083001965001965001965001965001965001965001914001914 N2007041994002179002179002179002179002133002133002133002133002133002133002083002083 N2007041993002751002751002287002287002229002229002229002229002229002229002179002179 N2007041992002862002862002862002862002806002806002806002806002806002806002751002751 N2007041991002978002978002978002978002919002919002919002919002919002919002862002862 N2007041990003098003098003098003098003037003037003037003037003037003037002978002978 N2007041989003223003223003223003223003160003160003160003160003160003160003098003098 N2007041988003353003353003353003353003288003288003288003288003288003288003223003223 N2007041987003489003489003489003489003420003420003420003420003420003420003353003353 N2007041986004037004037004037004037003958003958003958003958003958003958003489003489 N2007041985004200004200004200004200004118004118004118004118004118004118004037004037 N2007041984004463004463004463004463004284004284004284004284004284004284004200004200 N2007041983005526005526004919004919004651004651004651004651004651004651004463004463 N2007041982006025006025006025006025005907005907005907005907005907005907005526005526 N2007041981006548006548006548006548006146006146006146006146006146006146006025006025 N2007041980007359007359007359007359007287007287007287007287007287007287006548006548 N2007052007NO PAYNO PAYNO PAYNO PAYNO PAY N2007052006001293001290001287001284001285NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2007052005001347001342001337001333001328001325001321001317001313001309001300001297 N2007052004001384001379001374001369001377001372001367001362001358001353001357001352 N2007052003001426001421001416001411001413001408001403001398001393001389001394001389 N2007052002001499001493001488001482001480001459001453001448001443001438001437001431 N2007052001001575001569001563001558001544001539001533001527001522001516001509001504 N2007052000001662001656001650001644001634001628001622001616001611001605001586001580 N2007051999001736001730001723001717001712001706001699001693001687001681001674001668 N2007051998001830001824001817001811001795001788001782001775001769001762001749001742 N2007051997001829001829001829001829001898001891001884001877001870001864001844001837 N2007051996001914001914001914001914001910001871001871001871001871001871001867001829 N2007051995002083002083002083002083002006001965001965001965001965001965001954001914 N2007051994002179002179002179002179002177002133002133002133002133002133002128002083 N2007051993002751002751002287002287002278002229002229002229002229002229002223002179 N2007051992002862002862002862002862002862002806002806002806002806002806002806002751 N2007051991002978002978002978002978002978002919002919002919002919002919002919002862 N2007051990003098003098003098003098003098003037003037003037003037003037003037002978 N2007051989003223003223003223003223003223003160003160003160003160003160003160003098 N2007051988003353003353003353003353003353003288003288003288003288003288003288003223 N2007051987003489003489003489003489003489003420003420003420003420003420003420003353 N2007051986004037004037004037004037004037003958003958003958003958003958003559003489 N2007051985004200004200004200004200004200004118004118004118004118004118004118004037 N2007051984004463004463004463004463004370004284004284004284004284004284004284004200 N2007051983005526005526004919004919004750004651004651004651004651004651004557004463 N2007051982006025006025006025006025006025005907005907005907005907005907005637005526 N2007051981006548006548006548006548006269006146006146006146006146006146006146006025 N2007051980007359007359007359007359007432007287007287007287007287007287006679006548 I2006122006NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2006122005002702002697002693002678002668002664002659002654002649002634002601002597 I2006122004002783002778002773002757002756002752002747002743002738002723002711002706 I2006122003002952002945002939002922002858002853002848002843002838002822002792002788 I2006122002003100003093003085003066003048003041003033003026003018002999002965002958 I2006122001003561003548003535003523003405003388003377003365003354003343003144003131 I2006122000003819003805003791003777003773003752003737003723003709003695003593003574 I2006121999003990003976003962003948003925003904003890003876003862003848003854003833 I2006121998 004079004065004026004005 I2007012007NO PAY I2007012006002597NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007012005002706002702002697002693002673002668002664002659002654002649002606002601 I2007012004002788002783002778002773002761002756002752002747002743002738002716002711 I2007012003002958002952002945002939002863002858002853002848002843002838002797002792 I2007012002003131003100003093003085003056003048003041003033003026003018002971002965 I2007012001003574003561003548003535003422003405003388003377003365003354003158003144 I2007012000003833003819003805003791003794003773003752003737003723003709003613003593 I2007011999004005003990003976003962003946003925003904003890003876003862003874003854 I2007011998 004094004079004048004026 I2007022007NO PAYNO PAY I2007022006002601002597NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007022005002711002706002702002697002678002673002668002664002659002654002610002606 I2007022004002792002788002783002778002766002761002756002752002747002743002720002716 I2007022003002965002958002952002945002868002863002858002853002848002843002802002797 I2007022002003144003131003100003093003063003056003048003041003033003026002977002971 I2007022001003593003574003561003548003440003422003405003388003377003365003171003158 I2007022000003854003833003819003805003815003794003773003752003737003723003632003613 I2007021999004026004005003990003976003966003946003925003904003890003876003895003874 I2007021998 004109004094004069004048 I2007032007NO PAYNO PAYNO PAY I2007032006002606002601002597NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007032005002716002711002706002702002688002678002673002668002664002659002619002610 I2007032004002797002792002788002783002775002766002761002756002752002747002729002720 I2007032003002971002965002958002952002878002868002863002858002853002848002812002802 I2007032002003158003144003131003100003076003063003056003048003041003033002989002977 I2007032001003613003593003574003561003457003440003422003405003388003377003184003171 I2007032000003874003854003833003819003836003815003794003773003752003737003652003632 I2007031999004048004026004005003990003987003966003946003925003904003890003916003895 I2007031998 004124004109004091004069 I2007042007NO PAYNO PAYNO PAYNO PAY I2007042006002610002606002601002597NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007042005002720002716002711002706002697002688002678002673002668002664002628002619 I2007042004002802002797002792002788002785002775002766002761002756002752002739002729 I2007042003002977002971002965002958002888002878002868002863002858002853002822002812 I2007042002003171003158003144003131003089003076003063003056003048003041003000002989 I2007042001003632003613003593003574003475003457003440003422003405003388003198003184 I2007042000003895003874003854003833003857003836003815003794003773003752003671003652 I2007041999004069004048004026004005004009003987003966003946003925003904003937003916 I2007041998 004146004124004112004091 I2007052007NO PAYNO PAYNO PAYNO PAYNO PAY I2007052006002619002610002606002601002558NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2007052005002729002720002716002711002707002697002688002678002673002668002637002628 I2007052004002812002802002797002792002794002785002775002766002761002756002748002739 I2007052003002989002977002971002965002898002888002878002868002863002858002831002822 I2007052002003184003171003158003144003142003089003076003063003056003048003012003000 I2007052001003652003632003613003593003492003475003457003440003422003405003211003198 I2007052000003916003895003874003854003879003857003836003815003794003773003691003671 I2007051999004091004069004048004026004030004009003987003966003946003925003959003937 I2007051998 004169004146004134004112 gbonds-2.0.3/data/gbonds.keys0000664000076400007640000000044411106721331013002 00000000000000application/x-gbonds: open=gbonds %f icon_filename=gbonds-application-x-gbonds.png short_list_application_ids_for_novice_user_level=gbonds short_list_application_ids_for_intermediate_user_level=gbonds short_list_application_ids_for_advanced_user_level=gbonds gbonds-2.0.3/data/sb199505.asc0000664000076400007640000007270611106721200012427 00000000000000E1995051980006107006107006107006107006169005946 E1995051979006220006220006220006220006280006171006171006171006171006171006229006107 E1995051978006566006566006315006315006374006265006266006266006266006266006326006218 E1995051977007487007487007487007487007561007356007354007354007354007354006745006566 E1995051976007754007754007754007754007827007617007615007615007615007615007689007487 E1995051975008031008031008031008031008109007891007891007891007891007891007968007753 E1995051974008320008320008320008320008400008175008174008174008174008174008253008032 E1995051973008932008694008694008694008694008714008799008561008562008562008562008320 E1995051972009207008960008960008960008960008985009073008828008828008828008828008847 E1995051971009506009231009231009231009231009260009351009095009095009095009095009118 E1995051970011196010819010819010819010819010870010977010605010606010606010606010630 E1995051969011324011324011324011324011434011312011422011033011034011034011034011091 E1995051968011657011657011657011657011772011482011481011481011481011481011592011325 E1995051967011628011628011628011628011739011635011634011634011634011634011747011657 E1995051966012078012078011616011616011728011617011616011616011616011616011728011626 E1995051965013746012608012301012300012300011895011895012011011834011834011834012077 E1995051964013987014121013776013775013775013867013867014001013657013657013657013746 E1995051963014222014360014007014005014005014112014112014250013901013901013901013987 E1995051962014494014635014312014311014311014347014347014486014163014164014164014222 E1995051961014665014806014541014540014540014583014583014722014453014453014453014494 E1995051960014863015006014736014736014736014762014762014902014635014636014636014665 E1995051959015367015367015367015367015367014959014959015104014829014829014829014863 E1995051958015493015493015493015493015493015707015430015429015429015429015429015647 E1995051957017635017790017790017790017790018043017593017592017592017592017592015798 E1995051956017768017768017939017771017772017813017813017813017988017539017539017635 E1995051955017753017753017926018157018157017966017966017966018141017721017721017768 E1995051954016886016886017051017269017269017312017312017312017481017716017717017753 E1995051953017814017814016338016541016541016581016581016581016633016843016844016886 E1995051952017066017066017066017066017338017378017378017378017546017769017766017814 E1995051951016260016260016260016260016416016661016660016660016660016660016823017065 E1995051950014706014706014706014706014848015053015053015053015053015053015199015426 E1995051949013669013669013669013669013802014383014383014383014383014383014523014706 E1995051948013141013141013141013141013109013323013323013323013323013323013451013669 E1995051947012338012338012338012338012457012657012657012657012657012657012934013141 E1995051946011728011728011728011728011841012025012025012025012025012025012142012338 E1995051945011047011047011047011047011154011333011333011333011333011333011443011728 E1995051944010509010509010509010509010611010770010770010770010770010770010875011047 E1995051943009995009995009995009995010091010248010248010248010248010248010348010509 E1995051942009435009435009435009435009600009745009745009745009745009745009840009995 E1995051941 009059009196009196009196009196009196009286009435 S1995051970011215011215011215011215011324011155011155011155011155011155 S1995051969011336011336011336011336011445011277011277011277011277011277011386011214 S1995051968013089013089013089013089012007011845011845011845011392011392011503011336 S1995051967 013623013287013289013289013289013289013415013088 E1995061980006107006107006107006107006169006169 E1995061979006220006220006220006220006280006294006171006171006171006171006229006229 E1995061978006566006566006315006315006374006391006266006266006266006266006326006343 E1995061977007487007487007487007487007561007576007354007354007354007354006745006763 E1995061976007754007754007754007754007827007845007615007615007615007615007689007711 E1995061975008031008031008031008031008109008128007891007891007891007891007968007986 E1995061974008320008320008320008320008400008420008174008174008174008174008253008273 E1995061973008932008955008694008694008694008714008799008818008562008562008562008570 E1995061972009207009228008960008960008960008985009073009093008828008828008828008847 E1995061971009506009528009231009231009231009260009351009368009095009095009095009118 E1995061970011196011224010819010819010819010870010977011003010606010606010606010630 E1995061969011324011324011324011324011434011312011422011447011034011034011034011091 E1995061968011657011657011657011657011772011913011481011481011481011481011592011749 E1995061967011628011628011628011628011739011868011634011634011634011634011747011890 E1995061966012078012078011616011616011728011849011616011616011616011616011728011859 E1995061965013746012608012670012300012300011895011895012011012070011834011834012439 E1995061964013987014121014189013775013775013867013867014001014067013657013657013746 E1995061963014222014360014427014005014005014112014112014250014318013901013901013987 E1995061962014494014635014741014311014311014347014347014486014588014164014164014222 E1995061961014665014806014977014540014540014583014583014722014887014453014453014494 E1995061960014863015006015178014736014736014762014762014902015075014636014636014665 E1995061959015828015367015367015367015367014959014959015104015273014829014829014863 E1995061958015985015493015493015493015493015707015893015429015429015429015429015647 E1995061957017635017790017790017790017790018043018252017592017592017592017592015798 E1995061956017768017768017939018437017772017813017813017813017988018197017539017635 E1995061955017753017753017926018157018157018205017966017966018141018385017721017768 E1995061954016886016886017051017269017269017312017312017312017481017716017717017753 E1995061953017814017814016338016541016541016581016581016581016633016843016844016886 E1995061952017066017066017066017066017338017378017378017378017546017769017766017814 E1995061951016260016260016260016260016416016661016660016660016660016660016823017065 E1995061950014706014706014706014706014848015053015053015053015053015053015199015426 E1995061949013669013669013669013669013802014383014383014383014383014383014523014706 E1995061948013141013141013141013141013109013323013323013323013323013323013451013669 E1995061947012338012338012338012338012457012657012657012657012657012657012934013141 E1995061946011728011728011728011728011841012025012025012025012025012025012142012338 E1995061945011047011047011047011047011154011333011333011333011333011333011443011728 E1995061944010509010509010509010509010611010770010770010770010770010770010875011047 E1995061943009995009995009995009995010091010248010248010248010248010248010348010509 E1995061942009435009435009435009435009600009745009745009745009745009745009840009995 E1995061941 009059009196009196009196009196009196009286009435 S1995061970011215011215011215011215011324011378011155011155011155011155 S1995061969011336011336011336011336011445011502011277011277011277011277011386011438 S1995061968013089013089013089013089012007012200011845011845011392011392011503011563 S1995061967 013623013686013289013289013289013289013415013481 E1995071980006229006107006107006107006169006169 E1995071979006344006220006220006220006280006294006294006171006171006171006229006229 E1995071978006763006566006315006315006374006391006392006266006266006266006326006343 E1995071977007711007487007487007487007561007576007575007354007354007354006745006763 E1995071976007987007754007754007754007827007845007844007615007615007615007689007711 E1995071975008272008031008031008031008109008128008127007891007891007891007968007986 E1995071974008570008320008320008320008400008420008420008174008174008174008253008273 E1995071973008932008955008955008694008694008714008799008818008819008562008562008570 E1995071972009207009228009229008960008960008985009073009093009093008828008828008847 E1995071971009506009528009528009231009231009260009351009368009368009095009095009118 E1995071970011196011224011225010819010819010870010977011003011003010606010606010630 E1995071969011748011324011324011324011434011312011422011447011448011034011034011091 E1995071968011890011657011657011657011772011913011911011481011481011481011592011749 E1995071967011860011628011628011628011739011868011867011634011634011634011747011890 E1995071966012440012078011616011616011728011849011848011616011616011616011728011859 E1995071965013746012608012670012669012300011895011895012011012070012070011834012439 E1995071964013987014121014189014188013775013867013867014001014067014067013657013746 E1995071963014222014360014427014426014005014112014112014250014318014318013901013987 E1995071962014494014635014741014740014311014347014347014486014588014589014164014222 E1995071961014665014806014977014976014540014583014583014722014887014886014453014494 E1995071960014863015006015178015178014736014762014762014902015075015075014636014665 E1995071959015828015828015367015367015367014959014959015104015273015274014829014863 E1995071958015985015985015493015493015493015707015893015892015429015429015429015647 E1995071957017635018458017790017790017790018043018252018251017592017592017592015798 E1995071956017768017768017939018437018438017813017813017813017988018197018197017635 E1995071955017753017753017926018157018157018205018205017966018141018385018385017768 E1995071954016886016886017051017269017269017312017312017312017481017716017717017753 E1995071953017814017814016338016541016541016581016581016581016633016843016844016886 E1995071952017066017066017066017066017338017378017378017378017546017769017766017814 E1995071951016260016260016260016260016416016661016660016660016660016660016823017065 E1995071950014706014706014706014706014848015053015053015053015053015053015199015426 E1995071949013669013669013669013669013802014383014383014383014383014383014523014706 E1995071948013141013141013141013141013109013323013323013323013323013323013451013669 E1995071947012338012338012338012338012457012657012657012657012657012657012934013141 E1995071946011728011728011728011728011841012025012025012025012025012025012142012338 E1995071945011047011047011047011047011154011333011333011333011333011333011443011728 E1995071944010509010509010509010509010611010770010770010770010770010770010875011047 E1995071943009995009995009995009995010091010248010248010248010248010248010348010509 E1995071942009435009435009435009435009600009745009745009745009745009745009840009995 E1995071941 009059009196009196009196009196009196009286009435 S1995071970011439011215011215011215011324011378011378011155011155011155 S1995071969011563011336011336011336011445011502011502011277011277011277011386011438 S1995071968013482013089013089013089012007012200012200011845011392011392011503011563 S1995071967 013623013686013687013289013289013289013415013481 E1995081980006229006229006107006107006169006169 E1995081979006344006344006220006220006280006294006294006294006171006171006229006229 E1995081978006763006763006315006315006374006391006392006392006266006266006326006343 E1995081977007711007711007487007487007561007576007575007575007354007354006745006763 E1995081976007987007987007754007754007827007845007844007844007615007615007689007711 E1995081975008272008272008031008031008109008128008127008127007891007891007968007986 E1995081974008570008570008320008320008400008420008420008420008174008174008253008273 E1995081973008932008955008955008955008694008714008799008818008819008819008562008570 E1995081972009207009228009229009229008960008985009073009093009093009093008828008847 E1995081971009506009528009528009528009231009260009351009368009368009368009095009118 E1995081970011196011224011225011225010819010870010977011003011003011003010606010630 E1995081969011748011748011324011324011434011312011422011447011448011448011034011091 E1995081968011890011890011657011657011772011913011911011911011481011481011592011749 E1995081967011860011860011628011628011739011868011867011867011634011634011747011890 E1995081966012440012440011616011616011728011849011848011848011616011616011728011859 E1995081965013746012608012670012669012669011895011895012011012070012070012070012439 E1995081964013987014121014189014188014188013867013867014001014067014067014067013746 E1995081963014222014360014427014426014426014112014112014250014318014318014318013987 E1995081962014494014635014741014740014740014347014347014486014588014589014589014222 E1995081961014665014806014977014976014976014583014583014722014887014886014886014494 E1995081960014863015006015178015178015178014762014762014902015075015075015075014665 E1995081959015828015828015828015367015367014959014959015104015273015274015274014863 E1995081958015985015985015985015493015493015707015893015892015892015429015429015647 E1995081957017635018458018458017790017790018043018252018251018251017592017592015798 E1995081956017768017768017939018437018438018481017813017813017988018197018197018296 E1995081955017753017753017926018157018157018205018205018205018141018385018385018434 E1995081954016886016886017051017269017269017312017312017312017481017716017717017753 E1995081953017814017814016338016541016541016581016581016581016633016843016844016886 E1995081952017066017066017066017066017338017378017378017378017546017769017766017814 E1995081951016260016260016260016260016416016661016660016660016660016660016823017065 E1995081950014706014706014706014706014848015053015053015053015053015053015199015426 E1995081949013669013669013669013669013802014383014383014383014383014383014523014706 E1995081948013141013141013141013141013109013323013323013323013323013323013451013669 E1995081947012338012338012338012338012457012657012657012657012657012657012934013141 E1995081946011728011728011728011728011841012025012025012025012025012025012142012338 E1995081945011047011047011047011047011154011333011333011333011333011333011443011728 E1995081944010509010509010509010509010611010770010770010770010770010770010875011047 E1995081943009995009995009995009995010091010248010248010248010248010248010348010509 E1995081942009435009435009435009435009600009745009745009745009745009745009840009995 E1995081941 009059009196009196009196009196009196009286009435 S1995081970011439011439011215011215011324011378011378011378011155011155 S1995081969011563011563011336011336011445011502011502011502011277011277011386011438 S1995081968013482013482013089013089012007012200012200012200011392011392011503011563 S1995081967 013623013686013687013687013289013289013415013481 E1995091980006229006229006229006107006169006169 E1995091979006344006344006344006220006280006294006294006294006294006171006229006229 E1995091978006763006763006441006315006374006391006392006392006392006266006326006343 E1995091977007711007711007711007487007561007576007575007575007575007354006745006763 E1995091976007987007987007987007754007827007845007844007844007844007615007689007711 E1995091975008272008272008272008031008109008128008127008127008127007891007968007986 E1995091974008570008570008570008320008400008420008420008420008420008174008253008273 E1995091973008932008955008955008955008955008714008799008818008819008819008819008570 E1995091972009207009228009229009229009229008985009073009093009093009093009093008847 E1995091971009506009528009528009528009528009260009351009368009368009368009368009118 E1995091970011196011224011225011225011225010870010977011003011003011003011003010630 E1995091969011748011748011748011324011434011312011422011447011448011448011448011091 E1995091968011890011890011890011657011772011913011911011911011911011481011592011749 E1995091967011860011860011860011628011739011868011867011867011867011634011747011890 E1995091966012440012440011848011616011728011849011848011848011848011616011728011859 E1995091965013746012608012670012669012669012133011895012011012070012070012070012439 E1995091964013987014121014189014188014188014283013867014001014067014067014067014158 E1995091963014222014360014427014426014426014535014112014250014318014318014318014407 E1995091962014494014635014741014740014740014778014347014486014588014589014589014649 E1995091961014665014806014977014976014976015021014583014722014887014886014886014929 E1995091960014863015006015178015178015178015205014762014902015075015075015075015105 E1995091959015828015828015828015828015367015437014959015104015273015274015274015309 E1995091958015985015985015985015985015493015707015893015892015892015892015429015647 E1995091957018296018458018458018458017790018043018252018251018251018251017592015798 E1995091956018434017768017939018437018438018481018481017813017988018197018197018296 E1995091955017753017753017926018157018157018205018205018205018382018385018385018434 E1995091954016886016886017051017269017269017312017312017312017481017716017717017753 E1995091953017814017814016338016541016541016581016581016581016633016843016844016886 E1995091952017066017066017066017066017338017378017378017378017546017769017766017814 E1995091951016260016260016260016260016416016661016660016660016660016660016823017065 E1995091950014706014706014706014706014848015053015053015053015053015053015199015426 E1995091949013669013669013669013669013802014383014383014383014383014383014523014706 E1995091948013141013141013141013141013109013323013323013323013323013323013451013669 E1995091947012338012338012338012338012457012657012657012657012657012657012934013141 E1995091946011728011728011728011728011841012025012025012025012025012025012142012338 E1995091945011047011047011047011047011154011333011333011333011333011333011443011728 E1995091944010509010509010509010509010611010770010770010770010770010770010875011047 E1995091943009995009995009995009995010091010248010248010248010248010248010348010509 E1995091942009435009435009435009435009600009745009745009745009745009745009840009995 E1995091941 009059009196009196009196009196009196009286009435 S1995091970011439011439011439011215011324011378011378011378011378011155 S1995091969011563011563011563011336011445011502011502011502011502011277011386011438 S1995091968013482013482013482013089012007012200012200012200011619011392011503011563 S1995091967 013623013686013687013687013687013289013415013481 E1995101980006229006229006229006229006169006169 E1995101979006344006344006344006344006280006294006294006294006294006294006229006229 E1995101978006763006763006441006441006374006391006392006392006392006392006326006343 E1995101977007711007711007711007711007561007576007575007575007575007575006745006763 E1995101976007987007987007987007987007827007845007844007844007844007844007689007711 E1995101975008272008272008272008272008109008128008127008127008127008127007968007986 E1995101974008570008570008570008570008400008420008420008420008420008420008253008273 E1995101973008932008955008955008955008955008976008799008818008819008819008819008570 E1995101972009207009228009229009229009229009255009073009093009093009093009093009113 E1995101971009506009528009528009528009528009555009351009368009368009368009368009392 E1995101970011196011224011225011225011225011278010977011003011003011003011003011028 E1995101969011748011748011748011748011434011538011422011447011448011448011448011507 E1995101968011890011890011890011890011772011913011911011911011911011911011592011749 E1995101967011860011860011860011860011739011868011867011867011867011867011747011890 E1995101966012440012440011848011848011728011849011848011848011848011848011728011859 E1995101965014158012608012670012669012669012133012133012011012070012070012070012439 E1995101964014407014121014189014188014188014283014283014001014067014067014067014158 E1995101963014649014360014427014426014426014535014535014250014318014318014318014407 E1995101962014929014635014741014740014740014778014778014486014588014589014589014649 E1995101961015105014806014977014976014976015021015021014722014887014886014886014929 E1995101960015309015006015178015178015178015205015205014902015075015075015075015105 E1995101959015828015828015828015828015828015437015437015104015273015274015274015309 E1995101958015985015985015985015985015985015707015893015892015892015892015892015647 E1995101957018296018458018458018458018458018043018252018251018251018251018251015798 E1995101956018434018434017939018437018438018481018481018481017988018197018197018296 E1995101955017753017753017926018157018157018205018205018205018382018629018385018434 E1995101954016886016886017051017269017269017312017312017312017481017716017717017753 E1995101953017814017814016338016541016541016581016581016581016633016843016844016886 E1995101952017066017066017066017066017338017378017378017378017546017769017766017814 E1995101951016260016260016260016260016416016661016660016660016660016660016823017065 E1995101950014706014706014706014706014848015053015053015053015053015053015199015426 E1995101949013669013669013669013669013802014383014383014383014383014383014523014706 E1995101948013141013141013141013141013109013323013323013323013323013323013451013669 E1995101947012338012338012338012338012457012657012657012657012657012657012934013141 E1995101946011728011728011728011728011841012025012025012025012025012025012142012338 E1995101945011047011047011047011047011154011333011333011333011333011333011443011728 E1995101944010509010509010509010509010611010770010770010770010770010770010875011047 E1995101943009995009995009995009995010091010248010248010248010248010248010348010509 E1995101942009435009435009435009435009600009745009745009745009745009745009840009995 E1995101941 009059009196009196009196009196009196009286009435 S1995101970011439011439011439011439011324011378011378011378011378011378 S1995101969011563011563011563011563011445011502011502011502011502011502011386011438 S1995101968013482013482013482013482012007012200012200012200011619011619011503011563 S1995101967 013623013686013687013687013687013687013415013481 N1995051995NO PAYNO PAYNO PAYNO PAYNO PAY N1995051994001318001314001310001305001301001297001292001288001284001280001275NO PAY N1995051993001395001388001363001358001354001349001345001340001336001331001327001323 N1995051992001450001450001450001450001450001408001408001408001408001408001408001401 N1995051991001553001553001553001553001553001499001499001499001499001499001499001450 N1995051990001680001680001680001680001680001614001614001614001614001614001614001553 N1995051989001809001809001809001809001785001734001734001734001734001734001731001680 N1995051988001924001924001924001924001924001865001865001865001865001865001836001809 N1995051987002046002046002046002046002046001984001984001984001984001984001984001924 N1995051986002425002425002425002425002425002338002338002338002338002338002110002046 N1995051985002611002611002611002611002611002516002516002516002516002516002516002425 N1995051984002717002717002717002717002717002664002664002664002664002664002664002611 N1995051983002945002945002945002945002875002789002789002789002789002789002771002717 N1995051982003398003398003398003398003398003299003299003299003299003299003034002945 N1995051981003692003692003692003692003605003500003500003500003500003500003500003398 N1995051980004069004069004069004069004110003990003990003990003990003990003803003692 N1995061995NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1995061994001323001318001314001310001305001301001297001292001288001284001280001275 N1995061993001401001395001367001363001358001354001349001345001340001336001331001327 N1995061992001450001450001450001450001450001450001408001408001408001408001408001408 N1995061991001553001553001553001553001553001553001499001499001499001499001499001499 N1995061990001680001680001680001680001680001680001614001614001614001614001614001614 N1995061989001809001809001809001809001785001785001734001734001734001734001731001731 N1995061988001924001924001924001924001924001924001865001865001865001865001836001836 N1995061987002046002046002046002046002046002046001984001984001984001984001984001984 N1995061986002425002425002425002425002425002425002338002338002338002338002110002110 N1995061985002611002611002611002611002611002611002516002516002516002516002516002516 N1995061984002717002717002717002717002717002717002664002664002664002664002664002664 N1995061983002945002945002945002945002875002875002789002789002789002789002771002771 N1995061982003398003398003398003398003398003398003299003299003299003299003034003034 N1995061981003692003692003692003692003605003605003500003500003500003500003500003500 N1995061980004069004069004069004069004110004110003990003990003990003990003803003803 N1995071995001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1995071994001327001323001318001314001310001305001301001297001292001288001284001280 N1995071993001408001401001372001367001363001358001354001349001345001340001336001331 N1995071992001499001450001450001450001450001450001450001408001408001408001408001408 N1995071991001614001553001553001553001553001553001553001499001499001499001499001499 N1995071990001731001680001680001680001680001680001680001614001614001614001614001614 N1995071989001836001809001809001809001785001785001785001734001734001734001731001731 N1995071988001984001924001924001924001924001924001924001865001865001865001836001836 N1995071987002110002046002046002046002046002046002046001984001984001984001984001984 N1995071986002516002425002425002425002425002425002425002338002338002338002110002110 N1995071985002664002611002611002611002611002611002611002516002516002516002516002516 N1995071984002771002717002717002717002717002717002717002664002664002664002664002664 N1995071983003034002945002945002945002875002875002875002789002789002789002771002771 N1995071982003500003398003398003398003398003398003398003299003299003299003034003034 N1995071981003803003692003692003692003605003605003605003500003500003500003500003500 N1995071980004191004069004069004069004110004110004110003990003990003990003803003803 N1995081995001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1995081994001331001327001323001318001314001310001305001301001297001292001288001284 N1995081993001408001408001376001372001367001363001358001354001349001345001340001336 N1995081992001499001499001450001450001450001450001450001450001408001408001408001408 N1995081991001614001614001553001553001553001553001553001553001499001499001499001499 N1995081990001731001731001680001680001680001680001680001680001614001614001614001614 N1995081989001836001836001809001809001785001785001785001785001734001734001731001731 N1995081988001984001984001924001924001924001924001924001924001865001865001836001836 N1995081987002110002110002046002046002046002046002046002046001984001984001984001984 N1995081986002516002516002425002425002425002425002425002425002338002338002110002110 N1995081985002664002664002611002611002611002611002611002611002516002516002516002516 N1995081984002771002771002717002717002717002717002717002717002664002664002664002664 N1995081983003034003034002945002945002875002875002875002875002789002789002771002771 N1995081982003500003500003398003398003398003398003398003398003299003299003034003034 N1995081981003803003803003692003692003605003605003605003605003500003500003500003500 N1995081980004191004191004069004069004110004110004110004110003990003990003803003803 N1995091995001284001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1995091994001336001331001327001323001318001314001310001305001301001297001292001288 N1995091993001408001408001381001376001372001367001363001358001354001349001345001340 N1995091992001499001499001499001450001450001450001450001450001450001408001408001408 N1995091991001614001614001614001553001553001553001553001553001553001499001499001499 N1995091990001731001731001731001680001680001680001680001680001680001614001614001614 N1995091989001836001836001836001809001785001785001785001785001785001734001731001731 N1995091988001984001984001984001924001924001924001924001924001924001865001836001836 N1995091987002110002110002110002046002046002046002046002046002046001984001984001984 N1995091986002516002516002516002425002425002425002425002425002425002338002110002110 N1995091985002664002664002664002611002611002611002611002611002611002516002516002516 N1995091984002771002771002771002717002717002717002717002717002717002664002664002664 N1995091983003034003034003034002945002875002875002875002875002875002789002771002771 N1995091982003500003500003500003398003398003398003398003398003398003299003034003034 N1995091981003803003803003803003692003605003605003605003605003605003500003500003500 N1995091980004191004191004191004069004110004110004110004110004110003990003803003803 N1995101995001288001284001280001275NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N1995101994001340001336001331001327001323001318001314001310001305001301001297001292 N1995101993001408001408001385001381001376001372001367001363001358001354001349001345 N1995101992001499001499001499001499001450001450001450001450001450001450001408001408 N1995101991001614001614001614001614001553001553001553001553001553001553001499001499 N1995101990001731001731001731001731001680001680001680001680001680001680001614001614 N1995101989001836001836001836001836001785001785001785001785001785001785001731001731 N1995101988001984001984001984001984001924001924001924001924001924001924001836001836 N1995101987002110002110002110002110002046002046002046002046002046002046001984001984 N1995101986002516002516002516002516002425002425002425002425002425002425002110002110 N1995101985002664002664002664002664002611002611002611002611002611002611002516002516 N1995101984002771002771002771002771002717002717002717002717002717002717002664002664 N1995101983003034003034003034003034002875002875002875002875002875002875002771002771 N1995101982003500003500003500003500003398003398003398003398003398003398003034003034 N1995101981003803003803003803003803003605003605003605003605003605003605003500003500 N1995101980004191004191004191004191004110004110004110004110004110004110003803003803 gbonds-2.0.3/data/sb200806.asc0000664000076400007640000012353011107717150012414 00000000000000E2008061980010220010220010220010220010324010324 E2008061979010408010408010408010408010509010533010327010327010327010327010424010424 E2008061978012845012845010854010854010667010694010487010487010487010487010586010615 E2008061977013804013804013804013804013940013970013967013967013967013967012809012845 E2008061976013476013476013476013476013604013634013632013632013632013632013765013804 E2008061975013157013157013157013157013283013315013315013315013315013315013446013475 E2008061974012848012848012848012848012971013002013002013002013002013002013126013159 E2008061973012956012989012989012989012989013020013146013174013176013176013176012848 E2008061972012588012617012619012619012619012654012777012805012805012805012805012833 E2008061971012630012660012660012660012660012695012606012636012636012636012636012666 E2008061970013700013734013736013736013736013800013936013969013969013969013969014001 E2008061969013727013727013727013727013860013342013471013501013502013502013502013572 E2008061968013128013128013128013128013257013416013414013414013414013414013544013728 E2008061967012586012586012586012586012706012846012845012845012845012845012970013128 E2008061966012813012813012194012194012202012328012327012327012327012327012446012585 E2008061965023411021474021579021577021577018597018597018308018403018403018403012812 E2008061964022455022671022779022777022777022929022929023152023261023261023261023411 E2008061963021522021731021832021829021829021995021995022211022317022317022317022455 E2008061962020675020875021027021024021024021079021079021281021432021433021433021522 E2008061961019718019907020137020136020136020195020195020388020617020615020615020675 E2008061960018850019017019236019236019236019269019269019452019678019679019679019718 E2008061959019153019153019153019153019153018788018788018601018810018810018810018850 E2008061958018312018312018312018312018312018453018672018671018671018671018671018934 E2008061957019956019990019990019990019990020272020508020507020507020507020507018097 E2008061956018679018679018859019383019383019429019429019429019619019848019847019956 E2008061955017753017753017926018157018157018205018205018205018382018629018629018679 E2008061954016886016886017051017269017269017312017312017312017481017716017717017753 E2008061953017814017814016338016541016541016581016581016581016633016843016844016886 E2008061952017066017066017066017066017338017378017378017378017546017769017766017814 E2008061951016260016260016260016260016416016661016660016660016660016660016823017065 E2008061950014706014706014706014706014848015053015053015053015053015053015199015426 E2008061949013669013669013669013669013802014383014383014383014383014383014523014706 E2008061948013141013141013141013141013109013323013323013323013323013323013451013669 E2008061947012338012338012338012338012457012657012657012657012657012657012934013141 E2008061946011728011728011728011728011841012025012025012025012025012025012142012338 E2008061945011047011047011047011047011154011333011333011333011333011333011443011728 E2008061944010509010509010509010509010611010770010770010770010770010770010875011047 E2008061943009995009995009995009995010091010248010248010248010248010248010348010509 E2008061942009435009435009435009435009600009745009745009745009745009745009840009995 E2008061941 009059009196009196009196009196009196009286009435 S2008061970013671013671013671013671013804013870013870013870013870013870 S2008061969013570013570013570013570013437013500013500013500013500013500013607013670 S2008061968015629015629015629015629014337014568014568014568013618013618013497013570 S2008061967 015333015404015405015405015405015405015552015628 E2008071980010424010220010220010220010324010324 E2008071979010616010408010408010408010509010533010533010327010327010327010424010424 E2008071978012845012845010854010854010667010694010697010487010487010487010586010615 E2008071977013804013804013804013804013940013970013967013967013967013967012809012845 E2008071976013476013476013476013476013604013634013632013632013632013632013765013804 E2008071975013157013157013157013157013283013315013315013315013315013315013446013475 E2008071974012848012848012848012848012971013002013002013002013002013002013126013159 E2008071973012956012989012989012989012989013020013146013174013176013176013176012848 E2008071972012588012617012619012619012619012654012777012805012805012805012805012833 E2008071971012630012660012660012660012660012695012606012636012636012636012636012666 E2008071970013700013734013736013736013736013800013936013969013969013969013969014001 E2008071969013727013727013727013727013860013342013471013501013502013502013502013572 E2008071968013128013128013128013128013257013416013414013414013414013414013544013728 E2008071967012586012586012586012586012706012846012845012845012845012845012970013128 E2008071966012813012813012194012194012202012328012327012327012327012327012446012585 E2008071965023411021474021579021577021577018597018597018308018403018403018403012812 E2008071964022455022671022779022777022777022929022929023152023261023261023261023411 E2008071963021522021731021832021829021829021995021995022211022317022317022317022455 E2008071962020675020875021027021024021024021079021079021281021432021433021433021522 E2008071961019718019907020137020136020136020195020195020388020617020615020615020675 E2008071960018850019017019236019236019236019269019269019452019678019679019679019718 E2008071959019153019153019153019153019153018788018788018601018810018810018810018850 E2008071958018312018312018312018312018312018453018672018671018671018671018671018934 E2008071957019956019990019990019990019990020272020508020507020507020507020507018097 E2008071956018679018679018859019383019383019429019429019429019619019848019847019956 E2008071955017753017753017926018157018157018205018205018205018382018629018629018679 E2008071954016886016886017051017269017269017312017312017312017481017716017717017753 E2008071953017814017814016338016541016541016581016581016581016633016843016844016886 E2008071952017066017066017066017066017338017378017378017378017546017769017766017814 E2008071951016260016260016260016260016416016661016660016660016660016660016823017065 E2008071950014706014706014706014706014848015053015053015053015053015053015199015426 E2008071949013669013669013669013669013802014383014383014383014383014383014523014706 E2008071948013141013141013141013141013109013323013323013323013323013323013451013669 E2008071947012338012338012338012338012457012657012657012657012657012657012934013141 E2008071946011728011728011728011728011841012025012025012025012025012025012142012338 E2008071945011047011047011047011047011154011333011333011333011333011333011443011728 E2008071944010509010509010509010509010611010770010770010770010770010770010875011047 E2008071943009995009995009995009995010091010248010248010248010248010248010348010509 E2008071942009435009435009435009435009600009745009745009745009745009745009840009995 E2008071941 009059009196009196009196009196009196009286009435 S2008071970013671013671013671013671013804013870013870013870013870013870 S2008071969013570013570013570013570013437013500013500013500013500013500013607013670 S2008071968015629015629015629015629014337014568014568014568013618013618013497013570 S2008071967 015333015404015405015405015405015405015552015628 E2008081980010424010424010220010220010324010324 E2008081979010616010616010408010408010509010533010533010533010327010327010424010424 E2008081978012845012845010854010854010667010694010697010697010487010487010586010615 E2008081977013804013804013804013804013940013970013967013967013967013967012809012845 E2008081976013476013476013476013476013604013634013632013632013632013632013765013804 E2008081975013157013157013157013157013283013315013315013315013315013315013446013475 E2008081974012848012848012848012848012971013002013002013002013002013002013126013159 E2008081973012956012989012989012989012989013020013146013174013176013176013176012848 E2008081972012588012617012619012619012619012654012777012805012805012805012805012833 E2008081971012630012660012660012660012660012695012606012636012636012636012636012666 E2008081970013700013734013736013736013736013800013936013969013969013969013969014001 E2008081969013727013727013727013727013860013342013471013501013502013502013502013572 E2008081968013128013128013128013128013257013416013414013414013414013414013544013728 E2008081967012586012586012586012586012706012846012845012845012845012845012970013128 E2008081966012813012813012194012194012202012328012327012327012327012327012446012585 E2008081965023411021474021579021577021577018597018597018308018403018403018403012812 E2008081964022455022671022779022777022777022929022929023152023261023261023261023411 E2008081963021522021731021832021829021829021995021995022211022317022317022317022455 E2008081962020675020875021027021024021024021079021079021281021432021433021433021522 E2008081961019718019907020137020136020136020195020195020388020617020615020615020675 E2008081960018850019017019236019236019236019269019269019452019678019679019679019718 E2008081959019153019153019153019153019153018788018788018601018810018810018810018850 E2008081958018312018312018312018312018312018453018672018671018671018671018671018934 E2008081957019956019990019990019990019990020272020508020507020507020507020507018097 E2008081956018679018679018859019383019383019429019429019429019619019848019847019956 E2008081955017753017753017926018157018157018205018205018205018382018629018629018679 E2008081954016886016886017051017269017269017312017312017312017481017716017717017753 E2008081953017814017814016338016541016541016581016581016581016633016843016844016886 E2008081952017066017066017066017066017338017378017378017378017546017769017766017814 E2008081951016260016260016260016260016416016661016660016660016660016660016823017065 E2008081950014706014706014706014706014848015053015053015053015053015053015199015426 E2008081949013669013669013669013669013802014383014383014383014383014383014523014706 E2008081948013141013141013141013141013109013323013323013323013323013323013451013669 E2008081947012338012338012338012338012457012657012657012657012657012657012934013141 E2008081946011728011728011728011728011841012025012025012025012025012025012142012338 E2008081945011047011047011047011047011154011333011333011333011333011333011443011728 E2008081944010509010509010509010509010611010770010770010770010770010770010875011047 E2008081943009995009995009995009995010091010248010248010248010248010248010348010509 E2008081942009435009435009435009435009600009745009745009745009745009745009840009995 E2008081941 009059009196009196009196009196009196009286009435 S2008081970013671013671013671013671013804013870013870013870013870013870 S2008081969013570013570013570013570013437013500013500013500013500013500013607013670 S2008081968015629015629015629015629014337014568014568014568013618013618013497013570 S2008081967 015333015404015405015405015405015405015552015628 E2008091980010424010424010424010220010324010324 E2008091979010616010616010616010408010509010533010533010533010533010327010424010424 E2008091978012845012845010854010854010667010694010697010697010697010487010586010615 E2008091977013804013804013804013804013940013970013967013967013967013967012809012845 E2008091976013476013476013476013476013604013634013632013632013632013632013765013804 E2008091975013157013157013157013157013283013315013315013315013315013315013446013475 E2008091974012848012848012848012848012971013002013002013002013002013002013126013159 E2008091973012956012989012989012989012989013020013146013174013176013176013176012848 E2008091972012588012617012619012619012619012654012777012805012805012805012805012833 E2008091971012630012660012660012660012660012695012606012636012636012636012636012666 E2008091970013700013734013736013736013736013800013936013969013969013969013969014001 E2008091969013727013727013727013727013860013342013471013501013502013502013502013572 E2008091968013128013128013128013128013257013416013414013414013414013414013544013728 E2008091967012586012586012586012586012706012846012845012845012845012845012970013128 E2008091966012813012813012194012194012202012328012327012327012327012327012446012585 E2008091965023411021474021579021577021577018597018597018308018403018403018403012812 E2008091964022455022671022779022777022777022929022929023152023261023261023261023411 E2008091963021522021731021832021829021829021995021995022211022317022317022317022455 E2008091962020675020875021027021024021024021079021079021281021432021433021433021522 E2008091961019718019907020137020136020136020195020195020388020617020615020615020675 E2008091960018850019017019236019236019236019269019269019452019678019679019679019718 E2008091959019153019153019153019153019153018788018788018601018810018810018810018850 E2008091958018312018312018312018312018312018453018672018671018671018671018671018934 E2008091957019956019990019990019990019990020272020508020507020507020507020507018097 E2008091956018679018679018859019383019383019429019429019429019619019848019847019956 E2008091955017753017753017926018157018157018205018205018205018382018629018629018679 E2008091954016886016886017051017269017269017312017312017312017481017716017717017753 E2008091953017814017814016338016541016541016581016581016581016633016843016844016886 E2008091952017066017066017066017066017338017378017378017378017546017769017766017814 E2008091951016260016260016260016260016416016661016660016660016660016660016823017065 E2008091950014706014706014706014706014848015053015053015053015053015053015199015426 E2008091949013669013669013669013669013802014383014383014383014383014383014523014706 E2008091948013141013141013141013141013109013323013323013323013323013323013451013669 E2008091947012338012338012338012338012457012657012657012657012657012657012934013141 E2008091946011728011728011728011728011841012025012025012025012025012025012142012338 E2008091945011047011047011047011047011154011333011333011333011333011333011443011728 E2008091944010509010509010509010509010611010770010770010770010770010770010875011047 E2008091943009995009995009995009995010091010248010248010248010248010248010348010509 E2008091942009435009435009435009435009600009745009745009745009745009745009840009995 E2008091941 009059009196009196009196009196009196009286009435 S2008091970013671013671013671013671013804013870013870013870013870013870 S2008091969013570013570013570013570013437013500013500013500013500013500013607013670 S2008091968015629015629015629015629014337014568014568014568013618013618013497013570 S2008091967 015333015404015405015405015405015405015552015628 E2008101980010424010424010424010424010324010324 E2008101979010616010616010616010616010509010533010533010533010533010533010424010424 E2008101978012845012845010854010854010667010694010697010697010697010697010586010615 E2008101977013804013804013804013804013940013970013967013967013967013967012809012845 E2008101976013476013476013476013476013604013634013632013632013632013632013765013804 E2008101975013157013157013157013157013283013315013315013315013315013315013446013475 E2008101974012848012848012848012848012971013002013002013002013002013002013126013159 E2008101973012956012989012989012989012989013020013146013174013176013176013176012848 E2008101972012588012617012619012619012619012654012777012805012805012805012805012833 E2008101971012630012660012660012660012660012695012606012636012636012636012636012666 E2008101970013700013734013736013736013736013800013936013969013969013969013969014001 E2008101969013727013727013727013727013860013342013471013501013502013502013502013572 E2008101968013128013128013128013128013257013416013414013414013414013414013544013728 E2008101967012586012586012586012586012706012846012845012845012845012845012970013128 E2008101966012813012813012194012194012202012328012327012327012327012327012446012585 E2008101965023411021474021579021577021577018597018597018308018403018403018403012812 E2008101964022455022671022779022777022777022929022929023152023261023261023261023411 E2008101963021522021731021832021829021829021995021995022211022317022317022317022455 E2008101962020675020875021027021024021024021079021079021281021432021433021433021522 E2008101961019718019907020137020136020136020195020195020388020617020615020615020675 E2008101960018850019017019236019236019236019269019269019452019678019679019679019718 E2008101959019153019153019153019153019153018788018788018601018810018810018810018850 E2008101958018312018312018312018312018312018453018672018671018671018671018671018934 E2008101957019956019990019990019990019990020272020508020507020507020507020507018097 E2008101956018679018679018859019383019383019429019429019429019619019848019847019956 E2008101955017753017753017926018157018157018205018205018205018382018629018629018679 E2008101954016886016886017051017269017269017312017312017312017481017716017717017753 E2008101953017814017814016338016541016541016581016581016581016633016843016844016886 E2008101952017066017066017066017066017338017378017378017378017546017769017766017814 E2008101951016260016260016260016260016416016661016660016660016660016660016823017065 E2008101950014706014706014706014706014848015053015053015053015053015053015199015426 E2008101949013669013669013669013669013802014383014383014383014383014383014523014706 E2008101948013141013141013141013141013109013323013323013323013323013323013451013669 E2008101947012338012338012338012338012457012657012657012657012657012657012934013141 E2008101946011728011728011728011728011841012025012025012025012025012025012142012338 E2008101945011047011047011047011047011154011333011333011333011333011333011443011728 E2008101944010509010509010509010509010611010770010770010770010770010770010875011047 E2008101943009995009995009995009995010091010248010248010248010248010248010348010509 E2008101942009435009435009435009435009600009745009745009745009745009745009840009995 E2008101941 009059009196009196009196009196009196009286009435 S2008101970013671013671013671013671013804013870013870013870013870013870 S2008101969013570013570013570013570013437013500013500013500013500013500013607013670 S2008101968015629015629015629015629014337014568014568014568013618013618013497013570 S2008101967 015333015404015405015405015405015405015552015628 E2008111980010424010424010424010424010530010324 E2008111979010616010616010616010616010719010533010533010533010533010533010633010424 E2008111978012845012845010854010854010667010694010697010697010697010697010798010615 E2008111977013804013804013804013804013940013970013967013967013967013967012809012845 E2008111976013476013476013476013476013604013634013632013632013632013632013765013804 E2008111975013157013157013157013157013283013315013315013315013315013315013446013475 E2008111974012848012848012848012848012971013002013002013002013002013002013126013159 E2008111973012956012989012989012989012989013020013146013174013176013176013176012848 E2008111972012588012617012619012619012619012654012777012805012805012805012805012833 E2008111971012630012660012660012660012660012695012606012636012636012636012636012666 E2008111970013700013734013736013736013736013800013936013969013969013969013969014001 E2008111969013727013727013727013727013860013342013471013501013502013502013502013572 E2008111968013128013128013128013128013257013416013414013414013414013414013544013728 E2008111967012586012586012586012586012706012846012845012845012845012845012970013128 E2008111966012813012813012194012194012202012328012327012327012327012327012446012585 E2008111965023411021474021579021577021577018597018597018308018403018403018403012812 E2008111964022455022671022779022777022777022929022929023152023261023261023261023411 E2008111963021522021731021832021829021829021995021995022211022317022317022317022455 E2008111962020675020875021027021024021024021079021079021281021432021433021433021522 E2008111961019718019907020137020136020136020195020195020388020617020615020615020675 E2008111960018850019017019236019236019236019269019269019452019678019679019679019718 E2008111959019153019153019153019153019153018788018788018601018810018810018810018850 E2008111958018312018312018312018312018312018453018672018671018671018671018671018934 E2008111957019956019990019990019990019990020272020508020507020507020507020507018097 E2008111956018679018679018859019383019383019429019429019429019619019848019847019956 E2008111955017753017753017926018157018157018205018205018205018382018629018629018679 E2008111954016886016886017051017269017269017312017312017312017481017716017717017753 E2008111953017814017814016338016541016541016581016581016581016633016843016844016886 E2008111952017066017066017066017066017338017378017378017378017546017769017766017814 E2008111951016260016260016260016260016416016661016660016660016660016660016823017065 E2008111950014706014706014706014706014848015053015053015053015053015053015199015426 E2008111949013669013669013669013669013802014383014383014383014383014383014523014706 E2008111948013141013141013141013141013109013323013323013323013323013323013451013669 E2008111947012338012338012338012338012457012657012657012657012657012657012934013141 E2008111946011728011728011728011728011841012025012025012025012025012025012142012338 E2008111945011047011047011047011047011154011333011333011333011333011333011443011728 E2008111944010509010509010509010509010611010770010770010770010770010770010875011047 E2008111943009995009995009995009995010091010248010248010248010248010248010348010509 E2008111942009435009435009435009435009600009745009745009745009745009745009840009995 E2008111941 009059009196009196009196009196009196009286009435 S2008111970013671013671013671013671013804013870013870013870013870013870 S2008111969013570013570013570013570013437013500013500013500013500013500013607013670 S2008111968015629015629015629015629014337014568014568014568013618013618013497013570 S2008111967 015333015404015405015405015405015405015552015628 N2008062008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008062007001304001300001296001292001285001282NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008062006001339001336001332001328001337001333001329001325001321001317001312001308 N2008062005001409001404001399001395001379001375001371001367001363001360001346001343 N2008062004001448001443001438001433001440001436001431001426001421001416001418001413 N2008062003001507001502001497001492001492001489001469001464001459001454001458001453 N2008062002001566001561001556001550001546001542001537001532001526001521001515001512 N2008062001001647001641001636001630001612001608001603001598001592001587001576001572 N2008062000001738001732001726001721001706001702001697001691001685001679001656001652 N2008061999001816001809001803001797001788001784001778001772001766001760001748001744 N2008061998001914001908001901001895001874001870001863001857001851001844001826001822 N2008061997001904001904001904001904001981001977001970001963001957001950001925001921 N2008061996001992001992001992001992001985001985001947001947001947001947001941001941 N2008061995002168002168002168002168002085002085002045002045002045002045002031002031 N2008061994002268002268002268002268002262002262002220002220002220002220002212002212 N2008061993002862002862002381002381002367002367002320002320002320002320002310002310 N2008061992002978002978002978002978002978002978002919002919002919002919002919002919 N2008061991003098003098003098003098003098003098003037003037003037003037003037003037 N2008061990003223003223003223003223003223003223003160003160003160003160003160003160 N2008061989003353003353003353003353003353003353003288003288003288003288003288003288 N2008061988003489003489003489003489003489003489003420003420003420003420003420003420 N2008061987003630003630003630003630003630003630003559003559003559003559003559003559 N2008061986004200004200004200004200004200004200004118004118004118004118003702003702 N2008061985004370004370004370004370004370004370004284004284004284004284004284004284 N2008061984004640004640004640004640004547004547004457004457004457004457004457004457 N2008061983005749005749005120005120004937004937004849004849004849004849004735004735 N2008061982006269006269006269006269006269006269006146006146006146006146005864005864 N2008061981006812006812006812006812006522006522006394006394006394006394006394006394 N2008061980007656007656007656007656007733007733007581007581007581007581006948006948 N2008072008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008072007001308001304001300001296001289001285001282NO PAYNO PAYNO PAYNO PAYNO PAY N2008072006001343001339001336001332001341001337001333001329001325001321001315001312 N2008072005001413001409001404001399001383001379001375001371001367001363001350001346 N2008072004001453001448001443001438001445001440001436001431001426001421001423001418 N2008072003001512001507001502001497001496001492001489001469001464001459001463001458 N2008072002001572001566001561001556001549001546001542001537001532001526001519001515 N2008072001001652001647001641001636001615001612001608001603001598001592001579001576 N2008072000001744001738001732001726001710001706001702001697001691001685001660001656 N2008071999001822001816001809001803001792001788001784001778001772001766001752001748 N2008071998001921001914001908001901001879001874001870001863001857001851001830001826 N2008071997001941001904001904001904001986001981001977001970001963001957001930001925 N2008071996002031001992001992001992001985001985001985001947001947001947001941001941 N2008071995002212002168002168002168002085002085002085002045002045002045002031002031 N2008071994002310002268002268002268002262002262002262002220002220002220002212002212 N2008071993002919002862002381002381002367002367002367002320002320002320002310002310 N2008071992003037002978002978002978002978002978002978002919002919002919002919002919 N2008071991003160003098003098003098003098003098003098003037003037003037003037003037 N2008071990003288003223003223003223003223003223003223003160003160003160003160003160 N2008071989003420003353003353003353003353003353003353003288003288003288003288003288 N2008071988003559003489003489003489003489003489003489003420003420003420003420003420 N2008071987003702003630003630003630003630003630003630003559003559003559003559003559 N2008071986004284004200004200004200004200004200004200004118004118004118003702003702 N2008071985004457004370004370004370004370004370004370004284004284004284004284004284 N2008071984004735004640004640004640004547004547004547004457004457004457004457004457 N2008071983005864005749005120005120004937004937004937004849004849004849004735004735 N2008071982006394006269006269006269006269006269006269006146006146006146005864005864 N2008071981006948006812006812006812006522006522006522006394006394006394006394006394 N2008071980007809007656007656007656007733007733007733007581007581007581006948006948 N2008082008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008082007001312001308001304001300001293001289001285001282NO PAYNO PAYNO PAYNO PAY N2008082006001346001343001339001336001345001341001337001333001329001325001319001315 N2008082005001418001413001409001404001387001383001379001375001371001367001353001350 N2008082004001458001453001448001443001450001445001440001436001431001426001428001423 N2008082003001515001512001507001502001499001496001492001489001469001464001468001463 N2008082002001576001572001566001561001553001549001546001542001537001532001522001519 N2008082001001656001652001647001641001619001615001612001608001603001598001583001579 N2008082000001748001744001738001732001714001710001706001702001697001691001663001660 N2008081999001826001822001816001809001796001792001788001784001778001772001756001752 N2008081998001925001921001914001908001883001879001874001870001863001857001834001830 N2008081997001941001941001904001904001990001986001981001977001970001963001934001930 N2008081996002031002031001992001992001985001985001985001985001947001947001941001941 N2008081995002212002212002168002168002085002085002085002085002045002045002031002031 N2008081994002310002310002268002268002262002262002262002262002220002220002212002212 N2008081993002919002919002381002381002367002367002367002367002320002320002310002310 N2008081992003037003037002978002978002978002978002978002978002919002919002919002919 N2008081991003160003160003098003098003098003098003098003098003037003037003037003037 N2008081990003288003288003223003223003223003223003223003223003160003160003160003160 N2008081989003420003420003353003353003353003353003353003353003288003288003288003288 N2008081988003559003559003489003489003489003489003489003489003420003420003420003420 N2008081987003702003702003630003630003630003630003630003630003559003559003559003559 N2008081986004284004284004200004200004200004200004200004200004118004118003702003702 N2008081985004457004457004370004370004370004370004370004370004284004284004284004284 N2008081984004735004735004640004640004547004547004547004547004457004457004457004457 N2008081983005864005864005120005120004937004937004937004937004849004849004735004735 N2008081982006394006394006269006269006269006269006269006269006146006146005864005864 N2008081981006948006948006812006812006522006522006522006522006394006394006394006394 N2008081980007809007809007656007656007733007733007733007733007581007581006948006948 N2008092008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008092007001315001312001308001304001297001293001289001285001282NO PAYNO PAYNO PAY N2008092006001350001346001343001339001349001345001341001337001333001329001323001319 N2008092005001423001418001413001409001391001387001383001379001375001371001357001353 N2008092004001463001458001453001448001453001450001445001440001436001431001431001428 N2008092003001519001515001512001507001503001499001496001492001489001469001471001468 N2008092002001579001576001572001566001556001553001549001546001542001537001526001522 N2008092001001660001656001652001647001623001619001615001612001608001603001586001583 N2008092000001752001748001744001738001718001714001710001706001702001697001667001663 N2008091999001830001826001822001816001800001796001792001788001784001778001760001756 N2008091998001930001925001921001914001887001883001879001874001870001863001839001834 N2008091997001941001941001941001904001995001990001986001981001977001970001939001934 N2008091996002031002031002031001992001985001985001985001985001985001947001941001941 N2008091995002212002212002212002168002085002085002085002085002085002045002031002031 N2008091994002310002310002310002268002262002262002262002262002262002220002212002212 N2008091993002919002919002425002381002367002367002367002367002367002320002310002310 N2008091992003037003037003037002978002978002978002978002978002978002919002919002919 N2008091991003160003160003160003098003098003098003098003098003098003037003037003037 N2008091990003288003288003288003223003223003223003223003223003223003160003160003160 N2008091989003420003420003420003353003353003353003353003353003353003288003288003288 N2008091988003559003559003559003489003489003489003489003489003489003420003420003420 N2008091987003702003702003702003630003630003630003630003630003630003559003559003559 N2008091986004284004284004284004200004200004200004200004200004200004118003702003702 N2008091985004457004457004457004370004370004370004370004370004370004284004284004284 N2008091984004735004735004735004640004547004547004547004547004547004457004457004457 N2008091983005864005864005215005120004937004937004937004937004937004849004735004735 N2008091982006394006394006394006269006269006269006269006269006269006146005864005864 N2008091981006948006948006948006812006522006522006522006522006522006394006394006394 N2008091980007809007809007809007656007733007733007733007733007733007581006948006948 N2008102008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008102007001319001315001312001308001300001297001293001289001285001282NO PAYNO PAY N2008102006001353001350001346001343001353001349001345001341001337001333001327001323 N2008102005001428001423001418001413001395001391001387001383001379001375001360001357 N2008102004001468001463001458001453001457001453001450001445001440001436001434001431 N2008102003001522001519001515001512001506001503001499001496001492001489001475001471 N2008102002001583001579001576001572001560001556001553001549001546001542001529001526 N2008102001001663001660001656001652001626001623001619001615001612001608001590001586 N2008102000001756001752001748001744001721001718001714001710001706001702001671001667 N2008101999001834001830001826001822001804001800001796001792001788001784001764001760 N2008101998001934001930001925001921001891001887001883001879001874001870001843001839 N2008101997001941001941001941001941002000001995001990001986001981001977001943001939 N2008101996002031002031002031002031001985001985001985001985001985001985001941001941 N2008101995002212002212002212002212002085002085002085002085002085002085002031002031 N2008101994002310002310002310002310002262002262002262002262002262002262002212002212 N2008101993002919002919002425002425002367002367002367002367002367002367002310002310 N2008101992003037003037003037003037002978002978002978002978002978002978002919002919 N2008101991003160003160003160003160003098003098003098003098003098003098003037003037 N2008101990003288003288003288003288003223003223003223003223003223003223003160003160 N2008101989003420003420003420003420003353003353003353003353003353003353003288003288 N2008101988003559003559003559003559003489003489003489003489003489003489003420003420 N2008101987003702003702003702003702003630003630003630003630003630003630003559003559 N2008101986004284004284004284004284004200004200004200004200004200004200003702003702 N2008101985004457004457004457004457004370004370004370004370004370004370004284004284 N2008101984004735004735004735004735004547004547004547004547004547004547004457004457 N2008101983005864005864005215005215004937004937004937004937004937004937004735004735 N2008101982006394006394006394006394006269006269006269006269006269006269005864005864 N2008101981006948006948006948006948006522006522006522006522006522006522006394006394 N2008101980007809007809007809007809007733007733007733007733007733007733006948006948 N2008112008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY N2008112007001323001319001315001312001304001300001297001293001289001285001278NO PAY N2008112006001357001353001350001346001357001353001349001345001341001337001331001327 N2008112005001431001428001423001418001399001395001391001387001383001379001364001360 N2008112004001471001468001463001458001460001457001453001450001445001440001438001434 N2008112003001526001522001519001515001509001506001503001499001496001492001488001475 N2008112002001586001583001579001576001563001560001556001553001549001546001533001529 N2008112001001667001663001660001656001630001626001623001619001615001612001594001590 N2008112000001760001756001752001748001725001721001718001714001710001706001675001671 N2008111999001839001834001830001826001808001804001800001796001792001788001768001764 N2008111998001939001934001930001925001896001891001887001883001879001874001847001843 N2008111997001941001941001941001941002004002000001995001990001986001981001947001943 N2008111996002031002031002031002031002011001985001985001985001985001985001966001941 N2008111995002212002212002212002212002112002085002085002085002085002085002057002031 N2008111994002310002310002310002310002294002262002262002262002262002262002240002212 N2008111993002919002919002425002425002396002367002367002367002367002367002343002310 N2008111992003037003037003037003037003037002978002978002978002978002978002978002919 N2008111991003160003160003160003160003160003098003098003098003098003098003098003037 N2008111990003288003288003288003288003288003223003223003223003223003223003223003160 N2008111989003420003420003420003420003420003353003353003353003353003353003353003288 N2008111988003559003559003559003559003559003489003489003489003489003489003489003420 N2008111987003702003702003702003702003702003630003630003630003630003630003630003559 N2008111986004284004284004284004284004284004200004200004200004200004200003776003702 N2008111985004457004457004457004457004457004370004370004370004370004370004370004284 N2008111984004735004735004735004735004637004547004547004547004547004547004547004457 N2008111983005864005864005215005215004999004937004937004937004937004937004795004735 N2008111982006394006394006394006394006394006269006269006269006269006269005982005864 N2008111981006948006948006948006948006652006522006522006522006522006522006522006394 N2008111980007809007809007809007809007887007733007733007733007733007733007087006948 I2008062008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008062007002625002616002606002598002584002575NO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008062006002728002719002710002702002676002666002657002647002637002628002645002635 I2008062005002843002834002824002816002826002816002806002796002786002777002747002738 I2008062004002931002921002911002903002910002900002890002881002871002863002862002853 I2008062003003170003157003145003133003058003043003002002991002981002972002951002941 I2008062002003351003337003324003310003313003294003280003266003253003239003199003182 I2008062001003902003881003860003840003721003697003678003660003641003623003385003366 I2008062000004185004163004141004119004160004131004109004086004064004041003950003923 I2008061999004366004343004321004298004308004279004256004234004212004190004237004208 I2008061998 004455004431004419004389 I2008072008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008072007002635002625002616002606002593002584002575NO PAYNO PAYNO PAYNO PAYNO PAY I2008072006002738002728002719002710002686002676002666002657002647002637002655002645 I2008072005002853002843002834002824002836002826002816002806002796002786002756002747 I2008072004002941002931002921002911002920002910002900002890002881002871002872002862 I2008072003003182003170003157003145003073003058003043003002002991002981002962002951 I2008072002003366003351003337003324003331003313003294003280003266003253003216003199 I2008072001003923003902003881003860003745003721003697003678003660003641003404003385 I2008072000004208004185004163004141004189004160004131004109004086004064003977003950 I2008071999004389004366004343004321004337004308004279004256004234004212004266004237 I2008071998 004479004455004448004419 I2008082008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008082007002645002635002625002616002603002593002584002575NO PAYNO PAYNO PAYNO PAY I2008082006002747002738002728002719002696002686002676002666002657002647002664002655 I2008082005002862002853002843002834002846002836002826002816002806002796002765002756 I2008082004002951002941002931002921002930002920002910002900002890002881002882002872 I2008082003003199003182003170003157003088003073003058003043003002002991002972002962 I2008082002003385003366003351003337003350003331003313003294003280003266003233003216 I2008082001003950003923003902003881003769003745003721003697003678003660003423003404 I2008082000004237004208004185004163004218004189004160004131004109004086004004003977 I2008081999004419004389004366004343004366004337004308004279004256004234004295004266 I2008081998 004503004479004478004448 I2008092008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008092007002655002645002635002625002616002603002593002584002575NO PAYNO PAYNO PAY I2008092006002756002747002738002728002710002696002686002676002666002657002678002664 I2008092005002872002862002853002843002860002846002836002826002816002806002778002765 I2008092004002962002951002941002931002944002930002920002910002900002890002896002882 I2008092003003216003199003182003170003103003088003073003058003043003002002987002972 I2008092002003404003385003366003351003369003350003331003313003294003280003250003233 I2008092001003977003950003923003902003794003769003745003721003697003678003443003423 I2008092000004266004237004208004185004248004218004189004160004131004109004031004004 I2008091999004448004419004389004366004395004366004337004308004279004256004324004295 I2008091998 004527004503004508004478 I2008102008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008102007002664002655002645002635002629002616002603002593002584002575NO PAYNO PAY I2008102006002765002756002747002738002724002710002696002686002676002666002692002678 I2008102005002882002872002862002853002875002860002846002836002826002816002792002778 I2008102004002972002962002951002941002958002944002930002920002910002900002910002896 I2008102003003233003216003199003182003119003103003088003073003058003043003001002987 I2008102002003423003404003385003366003388003369003350003331003313003294003268003250 I2008102001004004003977003950003923003818003794003769003745003721003697003462003443 I2008102000004295004266004237004208004277004248004218004189004160004131004059004031 I2008101999004478004448004419004389004425004395004366004337004308004279004353004324 I2008101998 004558004527004539004508 I2008112008NO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAYNO PAY I2008112007002678002664002655002645002643002629002616002603002593002584002592NO PAY I2008112006002778002765002756002747002738002724002710002696002686002676002705002692 I2008112005002896002882002872002862002889002875002860002846002836002826002805002792 I2008112004002987002972002962002951002973002958002944002930002920002910002924002910 I2008112003003250003233003216003199003134003119003103003088003073003058003061003001 I2008112002003443003423003404003385003407003388003369003350003331003313003285003268 I2008112001004031004004003977003950003843003818003794003769003745003721003482003462 I2008112000004324004295004266004237004307004277004248004218004189004160004086004059 I2008111999004508004478004448004419004455004425004395004366004337004308004383004353 I2008111998 004589004558004569004539 gbonds-2.0.3/data/gbonds.desktop.in0000664000076400007640000000034011106721200014073 00000000000000[Desktop Entry] Encoding=UTF-8 Name=GBonds Comment=Savings Bond Inventory Exec=gbonds %F Icon=gbonds.png Terminal=false Type=Application Categories=GNOME;Application;Office; StartupNotify=true MimeType=application/x-gbonds; gbonds-2.0.3/config.sub0000755000076400007640000010115311107465252011710 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: gbonds-2.0.3/acinclude.m40000664000076400007640000003076311106721200012113 00000000000000 ###################################################################### # progtest.m4 from gettext 0.32 ###################################################################### # Search path for a program which passes the given test. # Ulrich Drepper , 1996. # # This file file 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. # Please note that the actual code is *not* freely available. # serial 1 dnl AM_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) AC_DEFUN([AM_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 -n "[$]$1"; then AC_MSG_RESULT([$]$1) else AC_MSG_RESULT(no) fi AC_SUBST($1)dnl ]) ###################################################################### # lcmessage.m4 from gettext 0.32 ###################################################################### # Check whether LC_MESSAGES is available in . # Ulrich Drepper , 1995. # # This file file 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. # Please note that the actual code is *not* freely available. # serial 1 AC_DEFUN([AM_LC_MESSAGES], [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) fi fi]) ###################################################################### # gettext.m4 from gettext 0.32 ###################################################################### # Macro to add for using GNU gettext. # Ulrich Drepper , 1995. # # This file file 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. # Please note that the actual code is *not* freely available. # serial 3 AC_DEFUN([AM_WITH_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) USE_INCLUDED_LIBINTL=no dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then AC_DEFINE(ENABLE_NLS) AC_MSG_CHECKING([whether included gettext is requested]) AC_ARG_WITH(included-gettext, [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then dnl User does not insist on using GNU NLS library. Figure out what dnl to use. If gettext or catgets are available (in this order) we dnl use this. Else we have to fall back to GNU NLS library. dnl catgets is only used if permitted by option --with-catgets. nls_cv_header_intl= nls_cv_header_libgt= CATOBJEXT=NONE AC_CHECK_HEADER(libintl.h, [AC_CACHE_CHECK([for gettext in libc], gt_cv_func_gettext_libc, [AC_TRY_LINK([#include ], [return (int) gettext ("")], gt_cv_func_gettext_libc=yes, gt_cv_func_gettext_libc=no)]) if test "$gt_cv_func_gettext_libc" != "yes"; then AC_CHECK_LIB(intl, bindtextdomain, [AC_CACHE_CHECK([for gettext in libintl], gt_cv_func_gettext_libintl, [AC_TRY_LINK([], [return (int) gettext ("")], gt_cv_func_gettext_libintl=yes, gt_cv_func_gettext_libintl=no)])]) fi if test "$gt_cv_func_gettext_libc" = "yes" \ || test "$gt_cv_func_gettext_libintl" = "yes"; then AC_DEFINE(HAVE_GETTEXT) AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl if test "$MSGFMT" != "no"; then AC_CHECK_FUNCS(dcgettext) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) AM_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], [CATOBJEXT=.mo DATADIRNAME=lib]) INSTOBJEXT=.mo fi fi ]) if test "$CATOBJEXT" = "NONE"; then AC_MSG_CHECKING([whether catgets can be used]) AC_ARG_WITH(catgets, [ --with-catgets use catgets functions if available], nls_cv_use_catgets=$withval, nls_cv_use_catgets=no) AC_MSG_RESULT($nls_cv_use_catgets) if test "$nls_cv_use_catgets" = "yes"; then dnl No gettext in C library. Try catgets next. AC_CHECK_LIB(i, main) AC_CHECK_FUNC(catgets, [AC_DEFINE(HAVE_CATGETS) INTLOBJS="\$(CATOBJS)" AC_PATH_PROG(GENCAT, gencat, no)dnl if test "$GENCAT" != "no"; then AC_PATH_PROG(GMSGFMT, gmsgfmt, no) if test "$GMSGFMT" = "no"; then AM_PATH_PROG_WITH_TEST(GMSGFMT, msgfmt, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no) fi AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) USE_INCLUDED_LIBINTL=yes CATOBJEXT=.cat INSTOBJEXT=.cat DATADIRNAME=lib INTLDEPS='$(top_builddir)/intl/libintl.a' INTLLIBS=$INTLDEPS LIBS=`echo $LIBS | sed -e 's/-lintl//'` nls_cv_header_intl=intl/libintl.h nls_cv_header_libgt=intl/libgettext.h fi]) fi fi if test "$CATOBJEXT" = "NONE"; then dnl Neither gettext nor catgets in included in the C library. dnl Fall back on GNU gettext library. nls_cv_use_gnu_gettext=yes fi fi if test "$nls_cv_use_gnu_gettext" = "yes"; then dnl Mark actions used to generate GNU NLS library. INTLOBJS="\$(GETTOBJS)" AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], msgfmt) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) AM_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) AC_SUBST(MSGFMT) USE_INCLUDED_LIBINTL=yes CATOBJEXT=.gmo INSTOBJEXT=.mo DATADIRNAME=share INTLDEPS='$(top_builddir)/intl/libintl.a' INTLLIBS=$INTLDEPS LIBS=`echo $LIBS | sed -e 's/-lintl//'` nls_cv_header_intl=intl/libintl.h nls_cv_header_libgt=intl/libgettext.h fi dnl Test whether we really found GNU xgettext. if test "$XGETTEXT" != ":"; then dnl If it is no 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 programs is not GNU xgettext; ignore it]) XGETTEXT=":" fi fi # We need to process the po/ directory. POSUB=po else DATADIRNAME=share nls_cv_header_intl=intl/libintl.h nls_cv_header_libgt=intl/libgettext.h fi # If this is used in GNU gettext we have to set USE_NLS to `yes' # because some of the sources are only built for this goal. if test "$PACKAGE" = gettext; then USE_NLS=yes USE_INCLUDED_LIBINTL=yes fi 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(USE_INCLUDED_LIBINTL) AC_SUBST(CATALOGS) AC_SUBST(CATOBJEXT) AC_SUBST(DATADIRNAME) AC_SUBST(GMOFILES) AC_SUBST(INSTOBJEXT) AC_SUBST(INTLDEPS) AC_SUBST(INTLLIBS) AC_SUBST(INTLOBJS) AC_SUBST(POFILES) AC_SUBST(POSUB) ]) AC_DEFUN([AM_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_RANLIB])dnl AC_REQUIRE([AC_ISC_POSIX])dnl AC_REQUIRE([AC_HEADER_STDC])dnl AC_REQUIRE([AC_C_CONST])dnl AC_REQUIRE([AC_C_INLINE])dnl AC_REQUIRE([AC_TYPE_OFF_T])dnl AC_REQUIRE([AC_TYPE_SIZE_T])dnl AC_REQUIRE([AC_FUNC_ALLOCA])dnl AC_REQUIRE([AC_FUNC_MMAP])dnl AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h string.h \ unistd.h values.h sys/param.h]) AC_CHECK_FUNCS([getcwd munmap putenv setenv setlocale strchr strcasecmp \ __argz_count __argz_stringify __argz_next]) if test "${ac_cv_func_stpcpy+set}" != "set"; then AC_CHECK_FUNCS(stpcpy) fi if test "${ac_cv_func_stpcpy}" = "yes"; then AC_DEFINE(HAVE_STPCPY) fi AM_LC_MESSAGES AM_WITH_NLS if test "x$CATOBJEXT" != "x"; then if test "x$ALL_LINGUAS" = "x"; then LINGUAS= else AC_MSG_CHECKING(for catalogs to be installed) NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;; esac 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 The reference to in the installed file dnl must be resolved because we cannot expect the users of this dnl to define HAVE_LOCALE_H. if test $ac_cv_header_locale_h = yes; then INCLUDE_LOCALE_H="#include " else INCLUDE_LOCALE_H="\ /* The system does not provide the header . Take care yourself. */" fi AC_SUBST(INCLUDE_LOCALE_H) dnl Determine which catalog format we have (if any is needed) dnl For now we know about two different formats: dnl Linux libc-5 and the normal X/Open format test -d intl || mkdir intl if test "$CATOBJEXT" = ".cat"; then AC_CHECK_HEADER(linux/version.h, msgformat=linux, msgformat=xopen) dnl Transform the SED scripts while copying because some dumb SEDs dnl cannot handle comments. sed -e '/^#/d' $srcdir/intl/$msgformat-msg.sed > intl/po2msg.sed fi dnl po2tbl.sed is always needed. sed -e '/^#.*[^\\]$/d' -e '/^#$/d' \ $srcdir/intl/po2tbl.sed.in > intl/po2tbl.sed dnl In the intl/Makefile.in we have a special dependency which makes dnl only sense for gettext. We comment this out for non-gettext dnl packages. if test "$PACKAGE" = "gettext"; then GT_NO="#NO#" GT_YES= else GT_NO= GT_YES="#YES#" fi AC_SUBST(GT_NO) AC_SUBST(GT_YES) 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 *** For now the libtool support in intl/Makefile is not for real. l= AC_SUBST(l) 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 ]) gbonds-2.0.3/TODO0000664000076400007640000000000011106721200010367 00000000000000gbonds-2.0.3/COPYING0000664000076400007640000004311011106721200010743 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. gbonds-2.0.3/configure.in0000664000076400007640000000547611107465203012247 00000000000000dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) AC_INIT(gbonds, 2.0.3, http://sourceforge.net/tracker/?func=add&group_id=126342&atid=705400) AC_CONFIG_SRCDIR(src/gbonds.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) AC_PROG_INTLTOOL([0.21]) AM_PROG_LIBTOOL AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_STDC AC_HEADER_STDC GNOME_COMPILE_WARNINGS AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal) dnl ******************************************************************* dnl * Check for required package and version dnl ******************************************************************* dnl Minimum versions of libraries GTK_REQUIRED=2.2.1 LIBGNOMEUI_REQUIRED=2.0.1 LIBBONOBO_REQUIRED=2.0.0 LIBXML_REQUIRED=2.4.23 LIBGNOMEPRINT_REQUIRED=2.2.0 LIBGNOMEPRINTUI_REQUIRED=2.2.0 GNOMEVFS_REQUIRED=2.2.2 PKG_CHECK_MODULES(GBONDS, gtk+-2.0 >= $GTK_REQUIRED \ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ libbonobo-2.0 >= $LIBBONOBO_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ libgnomeprint-2.2 >= $LIBGNOMEPRINT_REQUIRED \ libgnomeprintui-2.2 >= $LIBGNOMEPRINTUI_REQUIRED \ gnome-vfs-2.0 >= $GNOMEVFS_REQUIRED \ ) AC_SUBST(GBONDS_CFLAGS) AC_SUBST(GBONDS_LIBS) dnl --------------------------------------------------------------------------- dnl - Is the new file chooser available? dnl --------------------------------------------------------------------------- PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.3.2, HAVE_FILE_CHOOSER="-DHAVE_FILE_CHOOSER", HAVE_FILE_CHOOSER="-UHAVE_FILE_CHOOSER") AC_SUBST(HAVE_FILE_CHOOSER) dnl --------------------------------------------------------------------------- dnl - Is freedesktop mime dbase available? dnl --------------------------------------------------------------------------- AC_PATH_PROG(UPDATE_MIME_DATABASE, update-mime-database, no) AM_CONDITIONAL(HAVE_NEW_MIME, test x$UPDATE_MIME_DATABASE != xno) AC_PATH_PROG(UPDATE_DESKTOP_DATABASE, update-desktop-database, no) AM_CONDITIONAL(HAVE_NEWER_MIME, test x$UPDATE_DESKTOP_DATABASE != xno) dnl **************************************** dnl * Supported languages dnl **************************************** GETTEXT_PACKAGE=gbonds AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package]) dnl Add the languages which your application supports here. ALL_LINGUAS="" AM_GLIB_GNU_GETTEXT dnl **************************************** dnl * Makefiles dnl **************************************** AC_OUTPUT([ Makefile src/Makefile src/recent-files/Makefile pixmaps/Makefile data/Makefile po/Makefile.in help/Makefile help/C/Makefile data/gbonds.desktop gbonds.spec ]) echo " Configuration: Prefix: ${prefix} Source code location: ${srcdir} Compiler: ${CC} " gbonds-2.0.3/pixmaps/0000777000076400007640000000000011107720364011467 500000000000000gbonds-2.0.3/pixmaps/Makefile.in0000664000076400007640000003355011107465252013462 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 = pixmaps DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; am__installdirs = "$(DESTDIR)$(gbonds_app_icondir)" \ "$(DESTDIR)$(gbonds_mime_icondir)" \ "$(DESTDIR)$(gbonds_pixmapsdir)" gbonds_app_iconDATA_INSTALL = $(INSTALL_DATA) gbonds_mime_iconDATA_INSTALL = $(INSTALL_DATA) gbonds_pixmapsDATA_INSTALL = $(INSTALL_DATA) DATA = $(gbonds_app_icon_DATA) $(gbonds_mime_icon_DATA) \ $(gbonds_pixmaps_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GBONDS_CFLAGS = @GBONDS_CFLAGS@ GBONDS_LIBS = @GBONDS_LIBS@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ HAVE_FILE_CHOOSER = @HAVE_FILE_CHOOSER@ 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@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ 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@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@ UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ 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@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ 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_builddir = @top_builddir@ top_srcdir = @top_srcdir@ gbonds_pixmapsdir = $(datadir)/pixmaps/gbonds gbonds_pixmaps_DATA = \ gbonds_logo.png gbonds_app_icondir = $(datadir)/pixmaps gbonds_app_icon_DATA = \ gbonds.png gbonds_mime_icondir = $(datadir)/pixmaps gbonds_mime_icon_DATA = \ gbonds-application-x-gbonds.png EXTRA_DIST = $(gbonds_pixmaps_DATA) \ $(gbonds_app_icon_DATA) \ $(gbonds_mime_icon_DATA) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pixmaps/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu pixmaps/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 mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-gbonds_app_iconDATA: $(gbonds_app_icon_DATA) @$(NORMAL_INSTALL) test -z "$(gbonds_app_icondir)" || $(MKDIR_P) "$(DESTDIR)$(gbonds_app_icondir)" @list='$(gbonds_app_icon_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(gbonds_app_iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gbonds_app_icondir)/$$f'"; \ $(gbonds_app_iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gbonds_app_icondir)/$$f"; \ done uninstall-gbonds_app_iconDATA: @$(NORMAL_UNINSTALL) @list='$(gbonds_app_icon_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(gbonds_app_icondir)/$$f'"; \ rm -f "$(DESTDIR)$(gbonds_app_icondir)/$$f"; \ done install-gbonds_mime_iconDATA: $(gbonds_mime_icon_DATA) @$(NORMAL_INSTALL) test -z "$(gbonds_mime_icondir)" || $(MKDIR_P) "$(DESTDIR)$(gbonds_mime_icondir)" @list='$(gbonds_mime_icon_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(gbonds_mime_iconDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gbonds_mime_icondir)/$$f'"; \ $(gbonds_mime_iconDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gbonds_mime_icondir)/$$f"; \ done uninstall-gbonds_mime_iconDATA: @$(NORMAL_UNINSTALL) @list='$(gbonds_mime_icon_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(gbonds_mime_icondir)/$$f'"; \ rm -f "$(DESTDIR)$(gbonds_mime_icondir)/$$f"; \ done install-gbonds_pixmapsDATA: $(gbonds_pixmaps_DATA) @$(NORMAL_INSTALL) test -z "$(gbonds_pixmapsdir)" || $(MKDIR_P) "$(DESTDIR)$(gbonds_pixmapsdir)" @list='$(gbonds_pixmaps_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(gbonds_pixmapsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gbonds_pixmapsdir)/$$f'"; \ $(gbonds_pixmapsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gbonds_pixmapsdir)/$$f"; \ done uninstall-gbonds_pixmapsDATA: @$(NORMAL_UNINSTALL) @list='$(gbonds_pixmaps_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(gbonds_pixmapsdir)/$$f'"; \ rm -f "$(DESTDIR)$(gbonds_pixmapsdir)/$$f"; \ 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 $(DATA) installdirs: for dir in "$(DESTDIR)$(gbonds_app_icondir)" "$(DESTDIR)$(gbonds_mime_icondir)" "$(DESTDIR)$(gbonds_pixmapsdir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool 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-gbonds_app_iconDATA \ install-gbonds_mime_iconDATA install-gbonds_pixmapsDATA install-dvi: install-dvi-am 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 installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-gbonds_app_iconDATA \ uninstall-gbonds_mime_iconDATA uninstall-gbonds_pixmapsDATA .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ distclean distclean-generic distclean-libtool distdir dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-gbonds_app_iconDATA \ install-gbonds_mime_iconDATA install-gbonds_pixmapsDATA \ install-html install-html-am install-info install-info-am \ install-man install-pdf install-pdf-am install-ps \ install-ps-am install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am uninstall uninstall-am uninstall-gbonds_app_iconDATA \ uninstall-gbonds_mime_iconDATA uninstall-gbonds_pixmapsDATA # 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: gbonds-2.0.3/pixmaps/Makefile.am0000664000076400007640000000066411106721172013444 00000000000000## Process this file with automake to produce Makefile.in gbonds_pixmapsdir = $(datadir)/pixmaps/gbonds gbonds_pixmaps_DATA = \ gbonds_logo.png gbonds_app_icondir = $(datadir)/pixmaps gbonds_app_icon_DATA = \ gbonds.png gbonds_mime_icondir = $(datadir)/pixmaps gbonds_mime_icon_DATA = \ gbonds-application-x-gbonds.png EXTRA_DIST = $(gbonds_pixmaps_DATA) \ $(gbonds_app_icon_DATA) \ $(gbonds_mime_icon_DATA) gbonds-2.0.3/pixmaps/gbonds-application-x-gbonds.png0000664000076400007640000000714211106721172017410 00000000000000‰PNG  IHDR04Ì“»‘bKGDÿÿÿ ½§“ pHYs  ÒÝ~ütIMEÓ #4”ºê ïIDATxœÍš}l÷™Ç?³3³;;ë]{רæÝ8†)ÀñÖV-N &ô(Nh›\ïZÒ]9„ö*Ý?׫ޣÑ)—¤íI()i)E´ ¤ÎÜ@02!5$4`Âkƒ½öúmý²Ë®½/ó»?fg_ìµyI¥ä‘Fž™ßÛ÷û<ßç™Ùß`; >GeeeOyyù¯€: P¹W¯^Ù‡Åga‘HDœ;wNìØ±Ã"Uè€mJ–555 !„…B@†aÜÕÇE$âĉ‰Š©HLÉì^Mâ®Ç% ÚÛÛñù|,]º”ÆÆF€O€2@#Þœ«W¯¾7Ä)»WàÙÇðx<¬\¹’ƒâp8&%‘sqòäÉ{ZôÓ·Æ !èêêÀ0 |>=ô¯¾ºÇ“—ħ’нÏœ=^ƒd2 ˜rJ&“TVVRUµ={ö@®œ¤ îTB÷<`ãÈ@4e``€––Î;Ç»ï¾K4eþüJöïßðÀKªÄ*Ù‹œYò×òDÐgæ20 #}_³ò$“‰Ô³ -^¼„¡¡a}ô1/^l —¬“ M:ŸÝ›ÆÁ0&4 #5§‰-·O¦]Ó´ ³¦ !¨®®ÎòJ>ON‚A"‘Äï÷sáÂúúú08$‘H2:6Š]QQT…b_1ÓJŠ)Ÿ7ù÷-Àçõ"IR ƒ‘•x3/ÂáŠ21es455ñðÓ}/Û‡ä¾y† »»›––.´¶ò~Ëû´Ò†ËåÂçóáñ¸SÒ0†YMlD££ø»»F×”Î,ã›[¾ÉÆñ¸=)2Ù’üþ÷ÔÖ>ž×uã(YÉ41—¯\fÛ¶m¼wê=~ø£ÒöIÍÍÍøt…••|}õÃ|{çrp8²¦Ë²H$}úǾ>Þ8r„wý'¯½ö;wîä+_þ2.— I²MŠ%ÛÒU(™L"Ë2Éd2U…\) B¡ÿýâ ¼¸‘Mãè¥K,\¸Ý»v±ÊéD“eeðx`ÎÒYiffîõ•+r·nA<Ž`€¿yþy:n…Ù±ãY6Ô­Çãq£i:ñx §ááaN:E]]@-Ð ²" 8~üŸ90‘0å10EE¦”âqóÚš¸°l¶ 1§ÊÊ ‘ ÊãáO?Í?ýìg8x¹åsq8¨ª‚%í) € ¦¦†x<ž&óó½{ùóõ?³{ÇþvÙ2Ü‹1cθx‘%å帉ŒÇc1èè0‰ƒ i If»ËeÞïéÉ,çp˜‡¢˜¤d™U+V°å±Çx¥¡-[¶àv»),ô°~}ÁàÀí#pìØ1jjjLïwvrðÀ~òÜslX·—Ói>= .ÄcI"îns— FFLðVTÀÔ:@AAFûy›- À.Ë|«¶–_64ðÊ+/³dÉR|ðTÕN}}ýí#`e»a(óù˜UZʯöïçÛ[¶`W´a@4j‚1†éùÂBÐu³-Ê]-ν¶¢§(i™Í(*¢ØãáüÙ8þǨºÿ~–,[†îÒ‚ã"°fÍÆÆF¹Ùq“#GPÿøã¼s¸Ý®"ÅbíÆbÐÛ›;“$™’H$LR±Øí]&I0:š9WUsLŠ€lx PU;Á4»K--<ÛÜÌìÚeÍ’~ÊyÕÔÔP9¿’k×®á՜Ԯ^MO_ÁÐ0'ŽcF"IÕªU¨ŠɤY:£Ñ\€±˜™œv;Œ™ç±˜ém t–lH&Í{’”&¢) ¡è(.M£½·ÃhžBz3NSI½åHèÊåK”º\|k]-_Y±›üÛ‹/ÐÞÑÉÖ¯mâ»›¾†"I& ka‡Ã f¦²Ú,™XrÓ4ÓûŠb’döWvݚƕ޼^/ja!²lcݺZúûû­† @wóõÚZꪫ ‡Øðß% ñÒ÷¾ÇÚU«ÐTÕ\07Y6ÿZÚ¶@[`ÀŒ‚õŒ³ËÈfü³BD2IG0HUI >\Meå|ÆÆFéîËx{¼„@ ØUÞll$ÐÓCw?×oÜà…íÛÙð¥/eªŠUÓÝ$”å «¯$eúY׆‘ëù,"±xœ¶@€ºº:–.]Š®;¹|ùë×בLØ1‹Dn¯]˯÷í#ÐÛÇì²2˜7ú5k2`ò6›™ˆ–Ç-Z–=6·Çß¿ÜÞN÷Ð,X@aa!º®ŽR^^N °fç!`°}û?sº¹™2Ÿu+W2§n=º,ça±ž œadˆXŸ¬ŸœioçÍÓ§)ðú(,òàtjL›VÂÚµFp:$”.G†!hm½ÀÎù>ÝÑÿþ‹½<ûÒKü×oðÁŋģQSïÉdæ!”}$„ûû vvæÜ#OW¡Ÿ46N:Öz©{÷üyfWÌC–œN¢¢BNžßYû(uË—1«¸8ǃ±ÑQ®^ºD[,F‘ËÅÜ‘¦—•16:Ê@?3¦O'46†&˼tä;ª«3‘HýÆãC!F… ja²lC×8:²¬`³åßÂÊÉÚÚÇ p»ÝTVVRTTDuu5~¿Ÿ––3üÏÑ£ýð~üôÓÌŸ>„ 3ÐÛKsg'¯75ñwkÖÀ¬YÄèèìàãînš;;ùãåË<ÿoEN%w8EWUZÚÛyíÔ)ŠŠ}¸ÝnTÕAA‡ÃÎæÍõtuuæ%`Ë08|ø>_1š¦QZZJEEUUU¬X±’gžy†ïlý{Ú¢Q^ÿÃÒá„Bœjkc÷ E£´vws¸µ•ßž=˵¡!®ƒ¼×ÑÁ;>>îìdçþý4œ=K(‚XŒX4JG0H[0ñ8%Óg ë:N§†ÇãÆápðöÛ˜9söí"ù  ( ºîÄápPPàÂãñP\ìcúô2.]ºDÇ•+é÷˜k==ü¸¡ÀÈå7ÇÏ_ ã0’8U!‘XŒP4ŠdwÕ]€ª*躋ÒÒ|>ªª`‰„¹YeÍ­(2ªªâñò»CôöôÀ¬¹O+¥²ò>t]GÓ4œN'Š¢Lõ£>'O<±‘þþ¾4è‰ãË–ý÷ß¿€®®nº»»¸u뉄,Ûðz½Ìœ9ŸÏ‡ÍfÖl3ÉœH’ÒÒ2ªªèëëgt4Š"•wfòʲL<õõOÒÙyóöÞy§¿J(Þú¡czCUU¼Þ"ÆÆF1 Í&áv»)*ò¢i’$M𜙹„x<…)ÐZzUUp»Ý8Îtíë­ßP_ÿçÏ·NE`<àÜcka3±3‹$“ï*ŠŠÝ®¦wÚ2;nÖX°*Š$I8v¼^/.—‹DœÇf“°Ûí¨ªš× “ÁÆ_¥··'MhüαÕÏJh3É2y#IRt6ð|f¾˜Ú°Û¨©r›mÙsÕ×?ÅÍ›myçÉzACÃo)--#ßα• ¹Ü…LmKYoÁç¶eŽìñùœð替fîÜyy äDÀÚÎövöâÙ}s¿mMì'mÙ §ºžÊr~‘mÚ´‰@ kÀlã÷ùïØíÚ'ëÿä“[n/!¼ýöA¦OŸ9N2æa"õ”ãÚò›Zÿã#8uÿ;’Pv‰ËÕúä@ó»›öOûQR¸ví Ø´i3ÝÝ~ÌnæWÂÛúË{Ü2+™- ùýþ }€@ @(âܹÒ[íŸkmý¿ßÏÈȈu+‡ýçæÿ…îðx¨Æüb/[wàìLõòýÙ›ÀÜRéºH}'óÓ½˜ú×ÃgoHQ $,°6>ßÀÇ› €ÿ'ó¢8¹âámIEND®B`‚gbonds-2.0.3/pixmaps/gbonds_logo.png0000664000076400007640000032406511106721172014416 00000000000000‰PNG  IHDRô–(zogAMA± üabKGDÿÿÿ ½§“ pHYs  ÒÝ~ütIMEÑ8n")` IDATxœt»gpÇ•®û|a眈 ’ ˜ÅœDJ¤r–,ÛòX²Æ–Æ3}fæ8ËG–ƒ¬`Q‰bÅÀ ˆœsØ9|{éþ ïÜš{îíªþ³V¯õ¾õVW¯êîZÂÖûî5M«„Í.!Et—„]r¢ªQBªIšGD‰B\0pÊ:$4tE .Çt+î4zBÂå‘ (äXm„¼!"R—Õ…*ƒC71 @XÇnÀá@„äCºmw;11b.7B›B<,‘*Jd+Öd ßl›èÆaÐu=KÄ$â Àª ‹˜ †¤Zñ%fIu&዆ðàDqz°ZˆšŠSpãKøÐt@N`7œDk2èšÙp!Ë&v3¦‰X<.Salì +bš„êc‘œJ¿Àaw¡i:ñ¨‰Ûiî[ðëq’\VLW‚HÐB²; #Ã"”Kôá}8L»èU%lQ‘1±("¤ÚÑü!ä;²vÍ…¦ h’M´¡éܲŒ"Y1#šCsËä9$Fg|ÈI.d#6Peƒ¹ÙYŒÌ΢ вª˜ Î`ª‘€Ÿt—?1r=Ùg§ÑEÕ´"kql` A † »!¡ J’ݰ éQâ{†‚æs ‰ h:²”DrF* ß0&V⺀l1Qâ æ¤%3ëS¬2n9QVúurŠÓ˜÷19:ÎŒ¨`—<¸Ud"aMGÓ\šà"2=„ì°£(Al’Œ, ˜²  ¢©*¦fG—͉¦ÛPÌô &|Íd;]LÆãØD¦6…nÉÂfÌOHH.+z$ªˆ"ÆMp‚U!¶âH³bÓÜØí>"~¬ ÑENºK|q/n{2“!h:I!IÌ#N0Aþ»~ºV3jÇf±"Ë ”¸€M–±:RpDaÖ9 ~Ù*£H l‚„Ž£Y ’œD1=_¤ÑÈ!l’"æ‹Çp aâRhQâj IAÕp¥Ê(J DfÀ­cC$hjd8x,¦ ·µSÐ…d}’D$‚Õ¢Ó ´¨†M4‰Éz\ )ÅMT b 0ôAô°Œä²0Ä'©3!¢Ë Ň©ZH˜Q’d;îÔ¹ xtŠ„-ŽUHÂî‚p\C©èVÑ*a$t ŽlËA‹ûHr¹ F4œ²ˆ=½D'Á©ë8=N´¨AHU±ÚÀQ°¦æãöá4{6VE3€ÅSJ˜ÔœZ¤ªåû^RƒH`”°–`ËšgIÉLC J§ÎE‰’âY‰hjèq/îÔF"Q/ Ã`^öV†§ÚÉÏÛh/!IÊeËšGIs:lï$!D,È©è–ÔÐ5Ž-.‘™Yƒ?Ä!`7è‚HDŠàˆy(ÌXC"¡WDÂñˆÕÊÄ´Ì8Í,ÛÌ$䘊ˆÊTtÅ ¡&PMhXDUd¬¤ºk™Ža„(¬XüU R:g 6k:“㣈¢QÑ Î…Ä£^Ù$7e-uu÷0fñ¼{bý’ûq¥Ö–”CiÉFD! ·§œlÏ J«V“Û@NN=³þ^ŠS눠É&ÈddÙYQÿ,$åqç¦gˆi T¯H<:ɲ5D"*QïË*w xÑ4ŒŒbŽyxCø^\Iû6ÿ3¾˜“Á¾.¢‘0{!!L$¤‘fÉÄ娦ja#“#½„PHqd2öâ‘Ê,:.! ÓbIE0t\rªÅqJõÕµl^û$ Ê·Ó5ä#ÃSE,&-9‰ˆ§ÉôR–¼ÉP52MUÁLDú±:eÒS7 †F¹sç¿âH¡£ÿ*ž4%ÙÛ uœ˜F”,X-¹äg¤“¿ƒÞÉ&dÃF jané*6¯ÜÈ¥kç±Ûœ‚®¶®ý"ÑDé©qÒ““ù÷ù·BÌ-XË´·‡ÕÅ®å_ {à6k 5y ÎŒ—¹”†Åеî~ž‘ˆÁÚ†ûØ»{'ÃãÝLLÍ %œ¤:r)ÍžÏÈì(Z8¦TTQ¾x5Óƒc¤gg±dÎ"‘J DAánV¯Z‡Õ5KßÔ²$#YRñfEˆFãUªA¶Xñ*$É‚ $3'ÍJAÚBÆ|c¤Y2ð†§ÐMu5ô΂駅/Üý•s·°gÓ~4»-ˆ§#l–$ê­evÔdO¡¬z1û×®fÌ«ñð=_¥§¯•§ž|ŒÒÔ%¤XmlÞ²•€acÏš{°yJùÊãÏàU,,[´›š`i} ³aƒì´ ›Šƒ¼ìJþõ›/áL®áû_ÛFG¸€ÕÉèd;uuÕã|C¦—bJÙ`ʘ¢›%5LG ™SØåÕ«YQ½…®!⪎Å‘VŠžä'  ka²s*y`ó—iï#œ˜%Ã’†Ï1ÃËƌƨ®{ “©ñ›ˆjˆeµkW˜òOŒ«,©ZÈwídמ¯á¹ÉI­ ³`!¡À kïcpük‹kÁ=‡ÈÌu9y$´t,¢‡÷O=óÎ~~o,Š©ˆhªŠlKÁ*&ÐVÂqLƒUõ÷2îëg~US£ãÈi™ˆ‚…²ÜÊÃn'èêgçŽÔfÕ1éøñwâÂÙ>fÓý,._ÇØhÉ t–íc¸ï&î]OjÖlIçp÷uFn^C4llÚW‹]©b|r§UB³›¨Š—¯ë>Z¯Ï Eüä¤óâ?…×þús„I+²§…{7ýU[2øüÃCØb&–ätª¶²åÒËçpþÌÚñmÆ-n ±síCŒh12]¥¼øÇ±š»ïØÇ€«“ÞáV6mYLË@ -M—!,bIR°¸ÜÔ¯®¦¹­ ‹j!sŽ)ËÍúM›H6Ó˜V|T/h`^ñ"V/_Gqc/¿þfúÆ ™ô´,¶lhd|lÉ´P•^A49FŽ‘LÌTÐ É–44;£q2 ݨƒñð$I`IÕºýÓdYª)žSLãâR¦, ÙùsPÝöohÄJ%;G$âe&æ#ÉåÉÀf³¸n=ÃÓã¤eY)YC_[ˆ™1*ç§2ž¢¹£“š¼Zr]ˆ‚J_´9+HÏs2<ÒÃùÖnR\)ää;ðNͰû?òÈÝÛP3uz¦n2n·°{e=c,)ßOÇÈßùÊ·ùüä'ø… ;V×ÑÛ;N}íNÚ®cÓšBz† Ó³ddzø¼¿™eõEx}:3ÓÓx#qœöb¦'‡¾ñ ÆÜ^~öÍï˜æ¾{¿Lgû0«VÖ11-ñ¯O¯æÍã‰Lú±Xôz§¹Í6ºzD©áÎu6Ó¸½šÖ®S,p³¡¾˜ü¤zî¾k1‰P:íc¾ùÌ“œ¼ÐÄx(ÌS>ÄÕKƒ]i|ï«ßbé¢TÎ ¶sñÜy¬‰^eŒØ·+-(Þ6,¸­†Óbܳú®¶5‘ê.á'?yޝ½ô]"£šâ$ª˜_ÔÀê‡*xço Åe ¤Jv—°¸¸”´9*ñQëêwR½±„Ù!Ý«÷Q·¹œ"±–mû—bË ³qmï÷ãÌÉ“ÌÌdT¹9rø,z8Œ [‘M;vs¹¹ Äx1Dº3‰êùðÍ´0>=E†½ŠDš—t×B‚þ~¶l|Š˜-„͘Ϭ¯›ØL6sY©/ÏäÊ`?Ý-=$4;^5FÈ;‰®K<þð4]k%ÓQÃçßãá Ñ7ï¾÷{&lÃ$gäsÕ{„ÇîßKaj9›6ä'ïÅ-H=þqà Iv ºXTTA¯z‰wîû ËóAëûxý*§ŽŠ¿wY´c¨*®´\ü¡‘`2‹dÓ>Ù„ê…5ôvPž^͸6Š©ÄÉðÌ¡<»’ΑVL=’Ä´äË;§x›Š‚ùtu]f׊§1óFIšÈ ·(wÎþj Á‚õŒÛI÷¸˜ ùù§ç¾È¥+Ø¿ù ü鵿ðí矢¯€y+ y#ø'¼l{°†Þ:H’TI[k/_º·‘ãí—ðõâ β{ã~ZzO3:å'k¹Nqùb„1Gr˜;òJ Ð3ØÎ–ûWñÔÆåÜd­tÜdtfŠÍ;–³nÃ^>=ö=ì\¶ŒžÑ‡ÕȦçz'¤…)L­"ÐyüÀNšÎ_&?Ó©‰øf‚ôÅ:éèê¤v}2 –PPé¢aUŸu£ÿºÆL°#"ᶪŒ;‡ÉLiÀ?ݲD< 2::@mÎcœ8øŽž»DNU¯½û2ùu&ë6Ö3+4qÿê}Ì«®$¹2ÌÞM÷‘Yáçzä·’äQº®‡ Ç&ILDFÙ¿ò^.4_'âS‡pï•k“Ù¹ìŸxôžõüî䯸z®«ÅETŸ <ã^ùö"þí{ßǪX±)p÷=pô“&T÷ oþå=²æf¾4Ä[ÇÞ£¬¢„hQ7{÷4uwTðò/ÓÛ܆'ÓÃù#g‚6¾ûây÷ƒ_2Ñ=‰,[Ñc5k9Ûv#h!nŠˆŠDvÖ|Ž7Ìú- h;KrŠ ]M´^žddâ&£ÝƒqÃDµËdæÍG¦P:ηÞD3©›_K×ø-672:ÓÅd_ ‹œÄSÏÞÇ›Çþ€LÁ“”Ϥ埞y -gœE‹êëdUí<:üMÔe”ãvØøèÊ ú»zðvÇÈÀ§ QäÎ'¨‡X¿m%-Ü»m?oÿù¯¬?PCï>*J ŽzQEùKº. ±jÞfbýäÍ—¹ÕÒÆXßó1½ç1zÛ"(Y1Rs˘+Up¨íÏl]²Ž«¾Ë1¶$X·¸˜QÕ$ƒcIxgäÌ·S3w9-WnÐ=1Hj…dm³JIõàŸ Ñaa~¢”ÇŠ•K¹Ñ|Ã5˜ª‘ðÆhÄnáêPq×$½ƒœï?;RŽßÛC\Á0$)¸j‰DšŠ¢èÈXW»‹‹§Ïs«»»CG.2ë˜`d"Á¹›Ÿ±xY.‘®Ž`颹¼öö{\h;Š0ãF*©¬}ÉÔtœ)Éä—e²aÉZ~ý×?söÃfÊæñ£W~KGk;¹ “ùÅoÍ@§Â¤ÑÏÛ?~Ÿ2Ï|®·\e´ÓKíÊ­ÜûðzÞúÍŸˆ‹ªGj*wo^§Ÿ|†aÕÐðabáÞ­{xóµß3¯ªšŸ¼ú¿‰ nÎl%C(䨉ǧЭ )Š'µÃYHaªI·%xû–_6'HD!%ÝNŸo«ª!&¥°lc—._G×Xìq4Ÿk®‰Û–ÃÞûvqùêM/“8ué*k×Öâ°%“$ÁG§Oòû¹ÿΧèîïCŒéD´ 9ÅÅœ;wšûlâìé+’ÿd„•+ê D Â1™[þ3Lvûؾf£“ã„Rü ts­¥•@XáÑ'öÒ6 0éer*Èšº2’á‡ïý•­«çÓ2ÒËDç¶ìrj*ˆÈÜœ¹ŽL=ÌÆ{رw7NŸ&2æætwTm {h”¹sËéém›K¥"³€¥+wr±ý"¦ÆnUP•““¼—Lzg\8‚7ŽÐ7lðñÒ°h]í×±Øe‚~•É€—}kï¤hÕçGpLù¢üì¥àСÓÆÆX·¤šsï÷p¦©™lO!ÿþòÉZ¤q¥u7½ÆªÍ•üåCüùàY½` VG­m}x'z‰i2šÛyæÁm 9ÞÂ) „}&ƒ¡^þç×îâãîO8úÇÏ"1‚…9y«ØùÔR~þ/?&8«’*IXój1ì ªtÞÿÅC¤‹¼ú“×™ÒÑrgùãOߤ¡l;øø×LßåÁ»öðã—_EŒZùòSO ¦&óÉGŸ £„ä%ÏÁïž&2$ D0u+).'¶-'»ÐLÇ?¾IÝÜôtŒñÀÞûøðýw Ë ¢]»•†¥YT>—1½›ö.¢!gz1I¢ÆhàökˆC4X·æN.w†˜A’3—©À%n³f ™j!ö9 —?»É¤¥ŸÓŸžã‘‡ïÆŽÀ—È›‡> ¾f+î(àÔÙ“Í)ÄšeÌ/ŽR·®›­íôú¦˜›^@Z‘ÆÂêy¤¥”óóß¼Š`&±m{ ýýã|pêÓ£ìƒÀˆ—›r«u_xÃk²´fe9|û3œåI¼õÚ¯IÏs³¨t§ÛÙ’•Ãá‹WYZÙHÏô8ÝC¬\?ŸW¦ðöÐ3æ£zž ÙRICÍZnvE›ˆà‹i,^’Ìþ»âø™³#SLÇâhzqÖMIÍ~C1šÚÜøë¸\ÅüíwoòÐýwÓvé2Vg„p"™ðxõóJéòv‹Ͱó û¹9`v´—ˆ:‹*àÚ±+Xb!Þ¿—Î|Hº'—W_ùWz/1~ËÍá7Ž ØØ„æ×¯æÌùOA–ôNßä w?OgçUÄ„ÆT$A˵üò Þ=ƒ¿;†‘°»¤ŠE|÷ÇOñÝ^À?1 ‚·ìæÞ/>KÉ<—ÿÇÑ%7+êªx絿!­T””qèG¨Ë_KÇhãW‡Y»bú1¤±iÓ6ræ»ùø­I$â;©N¹ †zz1L›#3#›•U´\ë¤$½œKg‡˜›VKVj9wîØÃÖ^&g'°Ù@Q ò“ؽ«ˆ#Ít´ „Xl ¶ïº³4w‰x‘„+ë÷òúǯ˜„ܬZtW”Í+kH/© ãÔB¶Ÿ·^› Ý×¹p¸•›1$ƒ[­7hii¡qù&6o¯åÒ¥k¸=B¾ žÔJ´¨„ê‰âë™dÌ£45)±š…å”ÏÉåí7ŽâÈÇ9/†ÊâÃw/aèV¦¼3((¥µÉÌ/YÌä̈6ömXÅçæÅv†# —Žœàâ«ìX¾‹Cg.S_UB÷Ëë— Y³èï¢nQá„›ðä3=ÓÜQî¨\JnÉ®µ5aU¼ [†ÄÚséë‹Ѧ‘,êðPSUÏòÊUd!ó [˜“›Ã¹OšØµo3ÍW/"ë&š)÷‡X¶¼’©€7=ÒAAy.Îú5¬®½›¾~Ô\|O ýƒMX 7ýl•é IDATÁVÖUQ±`)]—›Q“¢ˆ¦©Ð(ÙµJm›õu ©$7›W®áÑ/?Hq± ‹v`(,¯YÁçç³nu=í½­hÉêBŒÅ Úàihf‚¨!‘ˆGQSEòÈb o˜Ö¾¤§»ždÈ?Èüœ¥>zœý[¸Þ<ÂõK—Y¿lí-\ië䱇öžTÆ…‹‡Ð Q 0ñ±kçrΜhFÓã$T÷ö]ãÊñ 1…xBÁé0øö?>Ï?ÿà%ü“a² ŠˆÇ|å ²jÕbþ×þÙwÞ¹‰ßû»Mbßî-üùW)Mo@I2t®• 6p¸õ(Ú˜Æ+ïàxóI††Ú õOá¶¹ÑEX°°Œ®kÝhb !   *+×4ÐÙ6JfJ&ûölÅ™ã#ž¬£ÊaÜev’|n&¦gIh°vî–lÎæ·ú#á)/SÅL@zv!«¶ræü9⪉iº›ô ñi™û·Ý‹'ǃÃ.a±ØXÒ˜GŸÚËÉ#WpÛD|C1R“-\¹†ÕR@qf ï~|œ {qæx3“ãX &28°ÿÖ6.å•7>¦*·Ñ¢cO†÷ÞûíÝc”TXjîçž;çïý™/ÞµŸ™I7õ+Wpúì Ôx”Ph–†e šbmãZ6×Uò~Çqn\l"ÇÑÀÿ‘þl¹s')v+'{›¸us˜ÚªZžÿâ}TäocƧ°ze×:chÁ>|ÁYìs%646púÔ¢1Ié&=½Ã´ÎÜâë÷þ×T"ñŠ<…4ܑϾ×ӽʓû÷PìIcÕÊeÜlQQ1—¡ …›#=H¢dJtÆ&¸{Õ=´ö_&1È,4™ñO“–a D=Ƽl\SF{ÿ½£“ìZ»š®îv"ò, 2×ÒÖ|•y5)h‘:;nR^ïä‰-wðá‘ÏðNŽ€ÝB|:„«Ö/¸Ÿë×>G´F@±pìó ÆüD·f:?ùÏðå|ÿ„B²àAàá{ža]cß}é_P£*OxŒCŸ¾A.É©,ÞQÄ»|„SP‚"îTöyVŠbU<÷¥'±%û©®ªB ùÐ¥0ï7'pÓM Ò‹¯O¡~I G/|‚µS;oçÎ|FýÖÅüéýßãŸÅ•éÄ#§³û¾õ9inj¦¡z .§@[7çÏ^Á´¤T'ôsÿý{xÿ£ÃìÙµ™…•i”UsêÜìS£³®Á—l"»¼€_¾ñKÚ:{ضfït3"R’͸·…£?glpŒÍ›6‘^ ²zÞ Üiéx•6S6¦£3$ 3Ú$KV3Ø9J04`µ0;ãgxb„lB À”O£jîbnZ YçÌÅ ¤–ZPÖ,O¡ÍMå¼::G¦PÃ:‚ªcqJt÷±yÍ2úG1‰ë&®$ÅL ŲéždÁâùxg ú:X»¡‘ÑqFÆúYR^ÅÀ@?®+s¬…ôv¶!–U¿duÀ3Ï<Ï`¼…ëBUød/þ8²”„‚Hh Ò=NnÜìDJ\˜A÷ÍAÃŜ³7ú;˜EÓLR³3YS³Þæ.l6Sw!Ø ÜÙ),®/$·ÂJ[¬•sGNr¤é7Ïqªó*³Þ D) ‡ì¡p¡›°-D÷åidÝ…,Û15M°Ó>ÖM ¨â–íhHÄÁQÜŽ"‰ñÉ>@%ªøiíãlS}Í·èéÇë¨a•®›\;q¡T¡õXÃSS;v1"â&Hõ8M!µ8‰g.Q¦k¬—SçNá릻½‹¦³7Ñà Œ¬cׇéŠv‘‘•`,ÔÊx×,5Н+HÇP'h6&ä ~g„×^ý]=aÜ #M~‚¦ÁÕÖó4߼ʉc'èëb.ÆÄ6dW€(ã\¾ò)цàq`3LMÄÑ-¬br"‹'—É›~R*£$ ¢b#¿d³>.^;ÉñCŸP=Üü”Ù¤>fºýL‡Çˆû<覄;%›ÓIÐE‰‹¤$e#UÝLt34à%a¦‘ìôòÛɲ°ëvBªNFrÍÝu0Œ(}áI,ê\f&:8zñ0£FÖQ6w:v-‹³„Á“²âUÌ)i "gi%kqD³*º BÜ‚&¾vuZfna1YÀjOãz_7gΜêeáNN"8iEó Æè¾ÕDBõ0oa±Ù…Õ$ì.to.ÅuL+ Ó‰ҰسÀ˜KIYÁˆ §§’T×brÓ—“ZŽÅ¬$#;›ÌÜ¥ô«LöBç‰zÛº¼ÕʵÑn¾rï‹D¢·HäªÜlžÀ;<„dQHÒÝx\9<õÈݼöê_ÐQ±c%oœåÕu ‡°¼f.q=ÊÅ+œm:ÃÔp˜­kVpáÌI6mßΕ¦ X‚°qóÝdº®u)œ½|—©1=F”\TÕçs®¹³/âÔ4f3ÜÞK~n%×ÛHN[H’i%4¥¢'3ÛÀb¯¡Ýÿs­ôܘEUä¤fðIÓòóŠÙïä[þ×/Í`ÿ(a'ß=‰'=…µøö _aææ01-ÊÃàíÃÃdW“ìÉä“ã,¬’õb¼c3øƒÓ¤¤8yhû“\èù 5—/_CNıX$.Oi3¿~å=D%«i''ÇC(ªòÈÚÍx%™K£—¸Óè·ðvÉüíÔÛèí1|©žCïcϪ͜ì=Et"ÆÝ»¢¢8 EÉçèÙƒD‡c#³,-m$¹PäVG;7Ïv‘–SBÀ2õ¦ÓÔ•l ¯«‡Å £Ïx}.š§/’õ±yÓ>þíçß$ O3Û£ƒ5‚=E§ëB•s—1Ñ"ì;gÏ\el`ÝcøÆ ^-BýÜ|ôúGDü~âªÈúÆz&zT:'šÈÏ›Gl`”Î`å ˆb6†ê 9ÓEUy¾ Nx&DŠÅw ;‹¸tý[+YT7[̓ÔU­¦ýVó7¢Ž :sæ¾6Îu_fgãZV,[ŠEËaFQ¢ô$äô¦[ˆÇˆ§’ŸºŒ;÷,¤¬ [ 4Î_@~N.ùÙY¤”b3KY±z%¡ˆ@çµ)¶ìØH_w?²K¶R¿ k²Äëÿù:‰°NYÞ&¶.ÚÌÒ'Ëqe€Í¡x'¢¢Cè1+y9¥$Tp: %¬6&àÉç_À:3ɤÏÊ>~Œ4H—óï_ý.¢‚a˜˜\£‰ØPˆ½Û¶r×ÎÇq %Ýf 3ÄGÀˆ@$ F'h:„c‘M›…'è€Ã #“vY$š€œdÀ†’‚¢Ñ0D H²Ã¦Û‹Ývû_Ì‘zoÆYy€;ŸZÆË¸ÈpËoXW³–‡žœä´Û]1Z!²,ÄEøÖw_ÄnØÉO_Å][wQWŸ‰' „ÛMKxq LÔx~?ØD0LÐ# š·5øÕ¯OóÞ{?Å&ÈèŠNJr){dïöZ2JAàvã`šø1q"`ý»U¿$Y@ø;èÃ_ý„ nžÁ;f²÷:ÿöÜK”Í') ,60# ¸þ®(€Eâ˜Ø,ÿåù?Æ@'üìO¿!]Ÿd ušÚåLÿÕBlF%Y¬ç;_¼“ÂÆÿw”I¯©Q&ÈÜ&`0ýðÆ[œh~‹A_?þþ·IËÍ ßÄÿ?øèoûùÓ§ÿÎ3{6²Çοëôß#LÓDÃDF¸‰‰ðw¡Ìÿ²˜„Lƒ$„¿ûþo%`è&‡ŽðöÉW9å{ÖiJdòÜî§x#ªr³/Æúe\®34ضtëÖÞÁ`è:ïýå,£–[ŒFú¨{‹Ø I1®_#³ÀE躓5+ðéáãÈ'úÎõ+¸ó*)ʸÍã{Ïîá¾o~BLq¡£qׯm¼öáÛx¬é,ª/°gœ’¬XKTÊŠPÞ‚Ã.²½hô–”|6íÊçà9>ãkw™ïÿî'蒕̇§w>A¹ûö¨¯ÞÇìø§¼ðõ—H.XÈàä-®ÄbBçð$5Ee\¾Á#;jøÛGÝlÚåbÔw3ìfßÝ3?ç1NÞøŒê‚F~sôMVWì²°cn=sŠfY[½†Á&-ÇøLý3 W²vKÁÞbåÂ¥ä—ñß¼HxJ¥ãÊ$ÇkΰhÓFŠ6-@¸^LO¿L×Å+ìÙ±•ƒïtÐ<¤Û øÎ?=Ë߯ñØ×xåÏÂ%‡Øö`%—:›°VOó«Ÿü Õ=Áª%© \¹»Mä¡Y9u–?ýä ¿ÿéxª­ÿdq›9bçðëçøÿü1?ÿ‚ô\¶¨ÆmÇ× ’à"”¹¾]ˆõcÌÎŒ“mËcïæõ¤æ‚£#•G6ý#ó÷gÑôlþ—GùãÐûx|nžùr=Ïýû‘‡ö<}7/~íUâ²JÝž5üí§¼ø±Ä–1;~ ’+ØÿÀc{ýù ]Œ'0<5óL~õòŸ‰‚¸paSì¬X_Ãò†ù,ô¤/³ÑÖàåÞe®^ÄÞê½TÖÌgݲJ o.GˆÏZšh;äe×òÕhCH`žÃñž£|rª‰‡܃_ÎâðèG´¼9B¢h’ÐH‚­uùáÏ_A\\3z‰ ÌRZ¸ž„mLîÚ=CŸt“îÉbÌo¡º²‚W¾LVr.»Æì|D$ήÒbmcÛê i7!#‰uJ8øûvª‹êQÝ"³^™Ö+CìÙ½‰“—/‘˜¢[eªW“Q˜CL…{7¯çÃÆ‘#'X\¶œæ®Ó\¸zÍæ$<í'7ÓÃñ–Ĥ …r íÁk|tù¥y¹4n^Ž û¹|ñ‹æÍåÃŽ‘p…Ù·l+µœ¸Ì’eyˆ³‹ñˆÅ¼uôsÆÍùUéìµÔQ2ßÃ噆.Œ!‰6˜ó®ú)É%ôÆ»X¾©–,³Ó&K6Ôñ‹¾6¬Aî2™ à¥_¿ÌÂÜ2ZÛ;HÊu“ç,âíÓŸ’6?ŸêÒ<^mºÂª¥e¬Øº™)­Ÿg9€tìHëKëv,àlçY†¯trïŽæ›Ïm¦ba:ît°:@’¡Wå'¯ýˆÃg?ãlïgô¹oQ±2‹²” dùöQg—àbÇ }í8­’a%5Û‚óÔSÿʼù6ì©`Kg:dæ ´Ú˜mcÔ2Ä”gŒò¥Yd¹R¬`Mº]|+ØÜÜŽwƒ# ކñaËǘù3¬®¬Âž Žd°¸Á—=͵ðVW•bO{8<`K›çvnW:¤dÀ[Ç[çß$¯!ƒ’ä\@p€+ntÉ +VæK¬ä\ß» çÝb^Y ÉìÙ't¹:xåÈ_mïã¾=ßã[ßXCI… »ûïEáïóºv‹Wÿú*¯ðŸ´!eR{²]¸ý‹À´]çâÉÄôµå;ùÍ/¾Ã’†\\i·sÝο¸ú;^ýë{|÷MŽv& &­I–ÿæ'g¯bÓä:S° ™¢^>¼J«÷<‰*Oùí¼Öÿ΋"Ü2M¾õ£orUifCÙªÿÏbš’[7.áµO?Ã­ƒ¬œBþᑟóØ£óH.ü?c¾ó«Ÿò—¿üФùyT$çÿ®à¨YšÎîëhiÑ8zô·ø¶˜À8_Î`ÃöDY³(>Û ")§ô»©¯a|TÈpµ»ÇbŽAu*8|üu]½ô)ëY>?…ÜÅ9  ’F#¡½«–SŸ_¤¯¯1•УߡQX¹r´‘ËÇO0êèæË÷ÏrðÒ7ÌÚÁ¿®|ŠÃ¿‹ÌùÑd¤{1'!ƒœÓX2kÙó"É^˜ÎìiIHâݬ[>ÙyÞ|ïUN?IÞæeh"M”u"x¦ ŸÓÅ©Kƒ9¹û{‚TÄäÇÑXÚH~üzj[Šp`áŽùœüö‹/¦ËÚÃþ='õObbtœ°¬*¿/!,.¡Žn½ûvÎ7ìÇg"’Ë¥'IËãÄÞ‹8,cxÌÁ ™Y¸2Žãg.¢QûQYW…F¤abRP䦻£“% –¡Ô(yáÃ?3kF6W.³ty>ú MõÎÙImÏ%\V'KÍæðWßp±ä*U•¨||G µqtè x&SÙ–u<Ê”$ê»Î3Ñj À?–“EÇP§ˆ÷¢³ø‘ÊWß}É•š2œýRƆŒLšÇp9å-Væe¤RQQKkS#µÝ½}FÐ È‹\Éšõë©9ÕŒÅ9†¡ÙÌ a”˜àtúú: ñ×á°ªè¹R‹Z®ÂÔ` ¯³ÇFÑjJ»+ºƒá7¯¾ÁÉ='I›µ-[¢¯¨÷}PÉpcÆn3–f•_ÕòÈ]/ðè硇‘Ÿø„N!JAúIv›‹Áþ!ÂSÈ­¹¦Þ'Y‰Ú?Œ‘*g?=Çý·=É+—?ü)[šŠ Àî¿ì§åh7_>÷ å¦îÿ{ú7O³ï¯Ÿ\WÀoö|Ì¥7OÒx°’W}…*gïuùwÞàÏ]›_áêçC~þº~Ú´îÔþ^Hä!¬[ùÙs¯Íg®Ö4à”søãc¿dø8ÿö§-¯BësäŸG8\þ?Y~òÙ¿q¹ WijþW·?÷-¯_úüǹyøÃK/ÑRÑÂH³ž#oÆãùwNþŠ~$S«€¡Ë¼üÈ›Ø=î_Ø ÀO+äŸ/îB&Ôr¡¾³è b»‘sG꘻$ž£ÍßÓRÙˆ,À yŒXìá±ûoÂ99Fph·.Áå†È Ù|óÕ×06FŸÇF\¢€I³³ÇНPJIIB«_]=m V:)Ø’*èlp2ܪÅ<éEzF8ùËWr¹÷<ß~¹±]†Lçæòw•ˆeþô tc5Zi)k¦Éà¡=%Ç*°[ÛpJ MsÓªß2ýòO?ù!Yýüå¯kÈŽ.ÀÒåÏ[ž¥­bˆó¤¨%aœÜßÄÚÂ5xû®‘ÑL¶xí_àßÌ÷oÕb>7Èî·/ñÁ™#ìzþaª®ðƧ{xþÕ7xæíùímâ–gþˆ¬!š±V+î %%<|ÿïxÿÏGxí÷ßðáÓßrä•.N¶•ò¯ÿDÙ75LLç_oíFl¤¤v_/‰ŒF70X3„Àéƒ,ÁÉH‹‹¯Úä ø S¹ïŽ_³2z.óæE³bS ï]x“÷ý€ºÓýF¬Gl*ÜFÏ•v¨ðÖª{Èfçæá/É 3"‘›ã“Y9{¡ú¦1;|3ø2<9€o»œ$õNŒÕÁNn[ºYy¡X•ê:™=3SŸa6Zɘ›ÃÞ·ö¢uû²eër:k«PNjÈÛ9—ÑQñÁéþj&«“šþ6º¯NàpL"ô‚CH_g;v©³i »MDKW•ßïAd– œÆGªÃiÓ9MÄ ÛVSy¹Ÿ#GO`³ A$Æbr1cfB›‰GŽÀ¬Ã#‚žÑr& 5!’*il`ѲdÄi ƒ˜“º›ÇÌ»o}ˆD”†Íag´ß‰—Û—†‰f|\:vݘˌ„ ì>-M„PÛ8ŒT>ŽxB‰Ñ£ ..-KWhH@ßNpxâs„èÔû”,œ»‘̃Fí‹R$B*Vs®®Œ¬¸<dfè¿2ÈþwŽÓ謢lâs„Äj½Y³~52™‘•€¯:†’+ULO E¥ ¡áJ=sRb™Ð;9vì³cS°÷~q/¯ß€Ðîäî»–N ½k+–>Á²%÷°uÓo¹yõŸY™ù ŠŽY<ýÌ”ú02‚Ã5†S(D,ƒ@À½÷Ü5¥^%½hÊPN#ØfŽ¿tŽ×Ž;¥ €y@ !²ˆùþHñOcÿ÷ú+¸& Ìô:¯«†Æã%LÌHeZ°ø°÷³¯¯/ä΄§~ó<e‡þ¾30 |÷ÂGXŒzbCf°p|Jù×ÿú6‘!ˆ'=DDÍ$g~,øHh8ÖɦGwÒïö€„bb˜À tÒJÿÆϸ%²ëæ—ˆJ¹‘ì9·²¢ðW¬,øùó§¿ØŸ»žú =;Ö‰^¬ã^Œ:FhékÇ/À¹D‰N¢@¦TÒ[3ÁÛG¾›ò¹ 6*—±1K½þº>R‡Š˜°˜™>w:+—h§ä;]Õ‡Ê-F¥a0˜§äüùéàa7ÙóÑÞ©ÿê1áBÞ{áI|gpúýSŒ{<Œx<›Ú µ8=" Æ_Úü¬P"Õ˜*%¸E N^­ù_3?a¿F,dFÎfš{;8ôÙ%²óÖÐÑ6ÆìéDú‡ñÝá‹ÌÁí»©l?Çx«‚”L?êj[Ð*œ¬ÉßÈéóeŒV¼xóÓhmé 8Ì—¯|„—Ä‹ŒÅ3Z´wY0ôɰ¹A.Ð`4KÈ[¿»ÐˆX¬À¤BâñÆÏKÇ•1¼üú;Ê“X¾$™Å+WħßA.ëavPÖ 5/*™˜¡~;÷ïØŽZå‹ÓíMïÈ(r%|ùöAR5¥%—‰ˆÌçhi9­Â ¨8zü[Ò²ˆ\Þ_Íý·Ý€\å‡^ï¢ÝЀÊîÍ™æS¼Uúa‹ÇÙ½÷4cò2ã§QÓAñ>l[|—;'ñ”³zG<Ï=zÁ¾^¬úý}\tbýª9¤dEãåŸRCcFÆõVÆ:Û˜³0T^ØÝVðÈieχßse^ÝC§¨¯Ìž|ô_ø¨Òxä‘?á­ åÄ•R/¾ •×§*˜·p£ÝãÈ|zHÏçpS ·ßüE.0Øhåä…£¤OËÅj•`5™Ñ[ W´c’4œ¾‰[n¼™?üæEÜ3¦ñ Dv32i ÷=vÿxözšÇp*ìÜúÛÛQÁ¶›ïQ‚?5 IDATàôñjPh(ز„’= xtÁܳ}úf#ñÑ øýS÷³*széaÎŒäO_½È¾Ï/ãA@Gm N—˃Àl&À?Q-†A+V£·ÀŠRHÚ´ÌÊ *_CI÷Uî½ÿ)¦E+Ù´9C@.@1¢á¿þ ½©!Y„gʨì즷¿™W÷¼ÅÇ_~Ž|@Îü)\8{•Ü—œŒê†k2»(\”Í‘ƒ'©ºÚBb~ §. @ªfé‹î7ƒ{’®¦qü‚CðX„i}Yµd v“‘@T$A­”áå£CcåÜwUäeoD/k%¯ —¹ÓÒ¨«ÕÓ<^Iêœ d) ¶#’*‹¤ÌB®ñA¬ðC£… ó$‡¾=†ÜKAåÅvÎÙÀå+TVU! ¹PRDô iCîÚF\Ä4\u­ä'$sµs€§Þ|™oªQ··Š–Ñ>2§HÂÏ7’·PÕz•ïJÏRmª$a‰Egøâ¯Ç¨ni#.Ûà8ÑQ3ÑùHkÄLL ÐÛÞCx¢ŽØ HÄ2P „X6ÚK» ñ¤qöÐ!Þ?x„zc#Ós"‘ú¹Ø¸ni +n°,w&R©çšY±hZ¡Žª±væÎ\ƒÈ2hyªôJ½m›×#™"FЬt?æÏŽ 3=´óf³8'š5 ç&Ó°§­ž¢Ï÷b‚Ç!B.2’¿šÈ,Ö!¢4×Ô=/5˜3'›1Y{„ܰqßïÛOÜÂ4‚ä¾×”ÇÏW1ÒÕŽGä"=5ƒ™Ó’øâêYJ¿=†aBÜ)&wÕrü¤ÒkêíûÓ¤)"TJ%©ˆ ò¦ðÂÏ䫃äÌ|ÎWãV*©l«¢£¼ •LÆ“ÏýµpjÙ>ûœ‘þ^,7‘IjªŠñ’z°l8 ¾?¹—˜¼DŠKÏ1PÓŒ,TdžE?,¶þ£2üÓ÷¨0 óbÈÏŽeNf³2}˜™áÍŠÜTÖ,ÌÁŽÏËÏP{¹ÃLZ•¨ä>ܽñ~L&Çz±Xl¨ehU.rg;æs{Ä\:SŒÚWÊêÕ÷©›rŽÿöUœ­Cüêñ§ñ’Mí‹ÒÎ.ºËëu 1/>ùsgñŸò’(ëtb6¶ãjX¿lÿÞñþEAçÇ„[,°bÑLJ«M¨ät š¸rù,™…T…Èã`zN!¾ áW?~Träø9†‡õ8,cˆå“1ë¿*ÿù3<%”{¿Ãi /'½ËJU =µÄ$øQtì<ú¶J5K6¥òÅ'G‘Ë… ó¢©,½ŒÖ®eT6¿FŽeL‚Áhb|d‚íko¤e¼™Öò2T>ܺ6‹.fá¬m\é;ÅDÛ “#¤¥dÇ3þ¾Ê(ž{æ^|÷MäZ 1‰8¬:¾z÷L 3…ù‹¸xá*u“–&¥.ä6/¤¾^¤ÆF³vî ζ 4;¨-¯áåWþ@ѹchÝrLúQÌæ1ª®t2=.Љq3q3ƒñVzÑÕ®Çî± õ–±d^.¥_í§¦ú*£ƒ#Ä+ü(ë©ãæm…ôôTPÒuቫÐëϾŸàã“È×»?ÆÜ2„sÀNemµcÝ<}ßCLšbélDêbÜh§ox”ìœå´V]A¤¡’êJ=Ü·m-'N”2ÖÐKEi3ÓÕì­ú•¯‘v>Lš0‹Ö̤¢B†ÈåêՋ4Àp£•Ç~{±º\Ö®Ôñé§{pšm´t’̸Õý`J¡­THOgwÜ™O·qŒŽêRz†­ˆD.Dhyà®yçÛWñLÚ0ëˆ>%¹xlÇXÅB¼dñܼa;eõí,ˆÎæÎ›îB“j@#4²ãží<þÂÃ4×5“–Χy ¡ÍÎÖe»HšÌwßíaxÂŒ9*¹„ûv=ÊÞ·ßÆí²â­U⣙ÅÎõ…îXÂc>BgM7b«q‡ ƒ•.”+GkX;)¥–3œ,:ľÿ€$*Ï4¡õ±ÒP~a*„¸üx¾yçsÜN1!qŒûôÓY^N¨W2½— õND!’qµ®‹ÞÁÚÜBF$cÔ×ÔãíÇ–¶ óWrâd1« W³·ü&õ&†G‰JHCìò‘ÊŸ}ƒD*fûÎÛøàåÏÑ…£ó±Gs_ Y±t7ÙP*}¹Zq ¥PÕ¤§»{Œ²¶F»ë6‚¥ F&}pº‡q;ì˜,FRb3¨ìªFâTãrNâàMÒ¼Œ]2ú»éìh!Â;Œƒ{öÓf$¯ •>K©1~ÌŸžÜf"'o.ña³×i˜1/‘_Ü´§”rV› ¿Ä’‚¢¦Ž¾ÿÒ8ý9S|ÈX$Ã7 Ç{„×ÞŸ‘Æò³Ñ õùFÎälÉaŠ`öÚƒÒ V›¹‰¥…Ê—¼¬9¸üý˜ŒË£áÔ•Sؼtˆmxù¦QÛWϽ+ïÆ.Óq¥º„ˆˆ0.ŸgÄhàÞ­»hºZÇ舌äxdº…´5–c3ŒÑa˜ /}:‰Ó³øû?Þ¤¥ªŠ¦ªníƒä†Å²rÛzŽï?‚Ó$C¤˜Àapâ6 à“ÆéÆãܸl92W$“8ѱ¶`==X& ¸d2&·ˆ˜h-­ MŒ™G‘HåŒ6ê)-¾„ÄßÂûŸíåøÅüú7;)*A%æ¾Í+ ÆÆ¡+gÉ[˜À#Ï?Ozt6õÝ‘N8éèaÇ éh›q½]ŒÝaäüÅZ®´39áA¤ ±«Y·hÅæÃtŸïÆcWátº‰ŸÌÙ=M´K:yó£7IψÆgçØ7_ÐoîÄmç?½Êd¿ˆƒåßãé30«]5Lt¢RF㛫ÃÑé¢ôòœv:±•Z‡;AÇpã0鉋Xœ—5z‚êšvjû*ªl‘‘NˆÌ9‰ÔãÃ#÷=J—½‘ÓgOÑ[Ò…}ÂŽÕ¤äþ{·sªã ­å­8.|4¡üñ±?ðÁço21:L¨ï4  æö1Ä/ bôõF{äAÎUÃ9f&0,^i/] µGƹaçfdjƒ#ŒémŒÊÇ(kD®ðfbxŒ¨ÐiŒ»éî§»kǤ‹u«6ÓÚSJ§¾åiyi9ACQ#2µ–ó•eøˆpËìŒôP{ûPÖRFÒô RãÓ±Y<ø$‰ðÓxSvþ C– B´¾DÅ&SRt‘-›–"q«9Qô=)©Œ÷[i¨oeÆôzÍØ ’¢™“œKsKÃ.ÄÎŒ%+2™ ßÇ®wb1Ñ3>DÂìòÓ3).+Åìas¸Ñ*@.„ÑÉΗ_B•¤#'2•&–®æa­˜ECe V½§\ÈæBë¥!(PÎXÿfÃ$¡¡~8 º»ºñXt]àÌ•*~BŠÊj)¾ZLZN4E§K9zò(B™\„ÙêÀ>9Îï¼åºá÷úæ7mÿ 6»RÀšµwSghÇÐZKIU=ßÕž›Rv~²ŒŒYkH¤ˆí*¼TF» <ðÍ)e¦…@îì[‘¨ÕÌŸ“ÂK¯½ˆÙhEìpâ¹°9ô\êéžRÞa´ vk°[Ù…º‚Àæ&À[Š©ÃÈ+÷=ÅUOÇuç,5  œ¸\¢)«ðÞ벅sxçíÿãÝàëw~Çgˆ·þv'o½~/>±™×žÛÁ»¹Ÿ×žÛÆ›/ÜJÚüT^;ó-?÷_ÿ¬í—¿_ûo3âÌÊ\ƒX©#:YÍÄÀqñ^´lä\sªD >r˜¢šñoꉯÆ:>åx([‰T¨Àê²_W€Óåa¨gœI^“Çuöðü"dÈ­j¬@n“òøÃÏò½­žŸýóË@ðCOÜèø ®«·Ú@à"J;u¿†Ée@èv!WXùOµLûq.€ÜíXàƒÚÄ’y;x»èúk:1»ºAæ +5•rKC#CXµv´ÉB&&G˜¹ˆÀ™á˜†‘ùû"Ï0&Ô³xþf-ž…È F>)&:<…W¼Å¹ÖZzlžyàIÎ|s •M@˜NÃèd㪻))/Áe±¢Ñj½ÚS ‡ÎâÀg'gˆ“ßU0áô ùclfõº‡ÑidXÜN´Þt´U°mÑ $ÑÙÐɳï=‹o¨*»‘PTLŠ­Ü}Û|Äf‡ºvsãÖÕ8-0fÕ³¦à¼tÓùû±—X0V§ƒƒG *gÙ›@ ãM+=ÏÀd'±;ˆ}qx°µus¹í*çk.±ó–WÑ„xãñhq í ŒÙøôƒp‹ùpßGT•póޥܵqÝ#VRlÀËK†ptµDÃô„y\ºÒNÞŠÇq94”]l&/s¶1;ß||ˆÂy‹é©æ•WŸ!C5ƒ}ÏÌ#ÿ÷ §môì+æ™çÇÏCrª?^vN¡¹VƧßîãчnAèX!D&Taò áï„XâD­vœ@úöPÊU ”ØH&HŠŒflØÃ–]œù䶱ё|þÔ‡˜‡,žQÈÉ÷÷LKÚŠ™8:G™°JÙ¸}Ãu"ü¢òyöÙg1wúž˜‰,(¹¯›V·=Mœ;‡½W꟟ü‚’oÎP87‡Æ åÅ.$JQ ÿúy~ÿå4¼À¤a» l.÷ÜpÿüæMú/Ô  Qiµ$Ï‹æXû)†:ÆðàEPº }{7›ßHêÊ™4UÖ#“I¹bnb¸s€äi³Y³c.c½Œ $‹å›ÞáìÉ"#xæ±;騮`h|”?D:)›6-c¬¯ Kï2‰ƒÛ‰Pæ ¦º†î¦&J몭µâRÚ ‰ Ä2)d˪êÌÿŸ°:5eÍ @æ¥"IdRN§€ÖÊnÆÍz,â©÷þÛ=PòÅ ¼ý·<øÖï¦äÛ¹Á‡¼5¿ÇåÑd4^gŽ Ë¨<ÈÅ^xkP »´Ä &'휪9À²ÌH,ÃÃh%dá3˜0ö3ÖÖB÷D©Ô·22ЈSƒC8|kX´d>£Í㜭(fñüŒWOpäƒ*º¨$,!&‰DÅî¿äÕÇ0oÉMÈB4H”jL½ñ òä<|ÏDe­D$Ö‚DŠuØÌºEspNjà­÷_eïé7ÐqÏö¹H‚V’³‹m7/cÚ ?V.Ë`A®?——ÿð 7ß>—üÕÏ¢óÎ@ P3wñ*šk{ˆŒváG_OÓ=èå~˜zÝXeMLºý±ú Ò*±Úì8M&þùÙ«dgoÃK#Ç­¶ã…ŠnG“6Nƒ„{ž¹…×~ÿ b ‘DvÈY^ȯî~€ßù£ YñKøà³÷Ò‘˜žÃ©¦½¸LnXùn[$k ïào/¿…ÈoŒ%›¢øÕï ø´øu|#ô˜El.LgÍÒß±måãd,ÓQ3vˆWßø µë;È$L*'F v›‰q‰‚™±K™_…WŒ“Þ³- ¹…•8Œ›7®%>Ç‹ºÃUÅbäª`d%qñBÝUCÈ‘äÎOçò™*\NÑ9þÛ‡ØùKøöõ°y\Ì\˜Å?_ü:™›ÅέÞÅiÃ46A¤©P€Ä,C©P2bŸ§£Ä€Íê kh ©üÄ06Þ†D"Ç5àÂG£bÖœD@A`d,N…3W«0ÙÇÛuHD?$G«ÊÑON`dƒa “¤ÅÍÇî4#‹8vé0þŒö;éêjB¢ñC9iâ³ï÷Ÿ–ˆ7%=ä§Ä2<2г×Å™¦ Ì͘Rì‹Ç¢ââéKø%˜ˆOKB¡ C¤Tâ’Ù)»x…˃$%*X˜š‡Z†ÁéBßg"9+ ±P‰Ä4I_E5ïï9Ê;ßfzj»îû?îyè^F49\{ŒKÇ‘EY°øbôrÏM·°tA ÉIÌ^¸™4’ððP²aèmA¢#Vé…L~J$–¢SºxêñïÇãÏǧ»ßáÀùï9ZYÂ7çŽpàâ ŽV•Ò>ÞÅœØô)®T gJÎòÔï ÈK ¦`asæÆ“7{×Ëÿ€WdgÏ‹àÆitÓÜQÃòœk7ìɬ(þøáËŒ·v`qºÐ¨u˜L&´j/n_»zJ{Z5>x§@„BmÇè²ré2b#¦SUs Ó˜›s§Ï’4;… ¥÷”ºj‡õ4µV :°š,ÌM¿¶¤À—G¿Çm³PZTEöúõøLÑÑÕæäÈÇ_b³:ùë¯oÇ <úO¹T_Ì•Fj{š©ê£c´Ÿ²þvœAN‚ÞLµmÎ/B?aB¡PƒËDÞ¼Y´t7b2¹P(ì¬^~;)‘~×”· àÀ¾ÈÕ*¬z39KW šÂ™QrN”\¤©«…%3§.£¥!”œ?@RD}l^¶rJ^€¿¼ù .³‰7=Dlš¹ a9“Ý•‹e *ÌÌ‹Içß'Éÿ×W ã´T×!×(ñÑŠ‘È4¬_´dÊSß?~ü‡=¹ë¾ûñ– ù%øÿ@Ÿì~Ÿö¦$Jɱa´543n¶¡ó÷aiî"ŠJа !(j1q±2Î]¸ˆJãfiîZöœùœ¾ŽN"òÉZ”ÇÕ¢³øÆ„ TJ¨¸XMî‚Y(´áL_˜GÑÉøê\ìakJ*Ÿž9…Û>‰BˆÇf—’®Î¬. 2)$Çsu°‡®‘a¯® ¤¸½iŒ5im¾J÷ cKÉ5ƒ —Ï32<̶[_¢ªº’ÊÓçX¿j#5ÍåŒu2މÐèt–.ÚÂÙ½_"êIŸ¶ŽÁ.FÆ'iÔb²¶2?5‡Š¶jÜž~Än1^êxÞÛó6©É^Ì™±šÁÑìú>¤J5ýN36+HmVÆ­n.7RÚ\ɧO=HaN<ﬦèôIZÛå|ýåLjDbÞúø3öíßÇçS×x¸8Ö-ÉfVæMôlX¿‘’ª jÙºõZjÎ02¤gÕºÄM[Lmù ,F2o)æQ”> ðÎÂ<:ˆÝnÆe¡iø¿'^áïÿNC]=«©ÒƒC¢äO>Â{_½ÆÕ†:”ÞR ·m§ê|I™«ùÛo¶"¶ysÃÖÛ0z5p¡æõ­HÔ.>yý#ÊËêééë ¦ø s£sùâP >b/fåú±&7ƒ;ï»—®ê.ôzˆõØÍBÂ"§ÓÖZi؈_ðÜ¹Ë çi,oÄ"ÓßÕ‡Ñ:AbØ —$³ûؤ-•U¥øû²ñÆEìÝw—ÛÅ 7ÜË´X5ûÏ@ìt0=q6e5E µN–Á wÜÈùã{ð¨|ó§ºü þÑI$*cˆ™CÑé2¦¥D0©–àçÄC_28jB®”b39ñ ¥¼ö*"»• à¢C9uþ N‹Ž1œDÄFS_[†eÌ_˜mM˜Ì.’RçÓÚWCJ|:]­ÍÌÌ̤²²š’’3twŒ"ò¦RVÙŽÛå µ¥…¤´Y´uà¶{¸ýæGií¡§®žÌÌ,úÛ'pOhèëæ†›ðKާº¤–áÉaÂB±b39+#)¯+%'31›ã@?¹”…Ùœ9{–÷Ë22pÉ1é‡IžM÷˜‘ ý(ÈtØlìÃ:†‡È_7ƒ¶ö2Q8- CÝtÖŽ0gæ Ê/WQ\R†ŸŸ/GÏSTUÉÜìp¢‚µxùË™Ÿ”Ü'‘Á~=KV ô Sªˆ½ŽÒ ^}òv³Ö21h£»ª–‰úAʋک>~™#ïâïÿkÊ€{äj9;nù þ?~èÕ7¸ã‘»xäáû¹ûá;8ß7u¹`q²€%‹Ÿ@!’ {{é¨k˜`oùÙ)e:†²œ") ¥VTÞj Ö=p][J q: tôŽ"vü°¼,QƒÈ|°šPÚ¼ø×¿Q2P3¥®˜ $1[Œœ*½Àèuì*t¾¸„bÄR)½=ƒSòEHÅÈ%Þx€@€B àÞ„R•ÇÕ3 ù¤”ƒ_æËö²ÿ£ãáøëœ¨p`v)ùÕ£¾îI¹Ôƒ·ZCböD«¦êtôp «ŠÚ’*R 6›_ŸÆŒn‚ؼn+§ÊN¡P¨HJfçÎy_¸ˆ Þº8n¹uã½²—ÝÂ'/<À’Yѧ/äÁÏS~ø •“<©n”Š’Ï˜ÝôwöÐÓX@°DN Åí²’=o>Qh\B|UTÞŒ;åÛ·‡´Ä<œ C#|wä‘3hhîG¬òAjQðà7"Qzã­Ð€DFbh,5åU(Dú[GÙ³ÿs„^‰¤%ãîï"#:…Ùó">.—õ©ðêËÏ™ŒD¢åî‡þ†<"swr¹œ¹¾XmVÆûŒTµ$##“1Ë$‹Ò h+kåÄù#¬/\ƒÆ+‹Ü–!¬f7gŽžâðéÏØ¾z~3ÖP^ÞFaÎ(íN,%N» »ÓBGÏ(ÀϽH`€ž qϽШ}˜!(a.N«…¾ô6Æao>ø×çüöéçéÔWQVý5µ­ûùúpÏ][Ù±2ô¿A™´€Ý_\bÕü8äêx$:%.ƒ£[LùåZîÞ8‹ðÐüøc„R3: ÉÓCÃ< IDAT|øédž­h¤)ÜñÀí8íÞÌš±•ŸÝE°ÂBBê^zòu*KÊÀéaÝ¢M‚*bÒj µm„áºìnУ8Ð8´l)ÜŠO/2Ï$"'(ýÂñ‰UÐÒÞExBZ±îÁ.š¯tàŠÃ>‰ËãÄm¶³2'?™›s±[ŽVŽ\ãÏx‡ ¹Ê›¾®^¾Úw‚5‹‰KÈ`´g˜ø°pîÝùó–’9Ç?>p 31_?ñ8!‘ˆ6ž$:Ü_Ʊ1»šHOG®ÖˆÛháxe9AJ!IÈ Ìf=r…cŸ™ïÎG§4²né2Ú;Œägçã'õF)–¢ 1êÄz‡1ØÚÍwžã£3Çéw·²xéÂR2iï&61 礅úÆF¢ãÔóÍîÃô[y÷ݼñŇ„ÆÈ1‰Z;ýêñ¯žÒ­¸Ü/[‰¯D€X”G@Ø2:‡ä8l"|¼dˆ.$dgo##ú—Ùª ¨n”°jÆÏy›oØ,ʪë1&QË#¹mÓÒëfé ¦»ž¦pZ±Ž÷Sßt•m«®ÝàöÄ›ÆÐÒ‹NˆÝ*#<.‚üǸ{Õ5n1ùJ˜5“¢“-F…rçMÏøsÐ^½0“«£aØ'ûpÚ=”žoÁa%Ù?îz&„^Tœ>ƒÓêÁºJ²rsPóKP.¤º¹©@˯·®˜òÙdøìè\" ›–ý»Ë]À‚´‘‹0XDŒO \B%jŠÂÂøˆ P=ÿúçßp¸•2–Ïʦ·¯­4•&‹åkÅӷ͹®¯ÜÀ÷çêˆÍÜÈã¿ÝŠæ:ü5ÇöÀn éL5öL)Ú¨_Î(ob4²¼ð~RÂÕ×Ðæáé_ÐQ!çw>ÄŠ™þÿ5©–[Hó€œ6ú;ë¸ÐvÂٿ̼[ljê®ö“š¶…§ÞN¤úz%~õÉÜ|ã¶æ\k±ñCyÿÕúS|ö×°šDH¤¾ÄÆÍ¡_߀©bÅêy|½oæ‰a„·í|„×Þz‘Þq¢¦-eçKøºì"w-[GáòLþñágLàÁíˉõòåÑbÂ1žxìa>~ÿ=úz¤Lô˜ž‘ÃæMÛ Ô8Qg`@ß‚28’°pbÔ´51 ­’Ážn¶mý p¸è0bé4ÆG[ð÷Ž$7;€¨ðeT³lãZî\Gdj4Z[q ÆÉ™žA…¹›E1¬X^Àé‹Fúº+‰Ž§Ï©ÅØ_L Fƒ‘Ó¦“š¾€G¾Æî22ÚÓɆ‚†mZÆG‡™–¶’®«—1Z ”Wµ¡ó†[ 7³iu:OÆi5àúávè‰QESfêÅÖ¢˜‹5—ÉJ‹bqN2U(+ ó¹PTAO +W-¢®²Ó¤•0WêÚ(?[‚ÚÞÙœý'¾cÇŽ™h¥lZ¾˜(Ù ˜›µ‘Ôä423לAzòtbRsÛCX°ô&îX…yBA|X —°$;‹»naý‚$.Ç.&>1‰?ýñQä*ÞÝÿ%=5MdE¯ädí—Œ´"Òù“8;…¶æt^Ñ<ñäÝø8Ìȉ`ÏÉ\8|«CÄÚ‚u¾tŸúËë±9ˆpàëÈ}»n!(NÉÁ_qêt9‡«ÛÂö-Ûi¨®"{ÁZ ÒVNºˆÈíF£ô#kæ²hؽg?¶.™„[7?Æ?ßy CÂì¤äogÏÙ¬[°†äyZÞ}ÿ#Ú:ÆØ¾!‹ÄØpΜ>‚qÜÊ–ÛWóÑÛïâíÉØ`)q™dΞϴ ̓“ôtÔ›¾ˆ{=rœ+å( ~õÀc|½ç[†{˜33Ó˜“ÁÌ;·¯»™Ò¦zFGGqXÄ4v• MBíåÍP_'·l»‹ù³Ó¹PZM` ‚æ–|´ô—H{ÇUòç.%)5³c‚â‹”œ!1,‚òÆVD¾f ³³éÑ×TAh` i( ]Ø.ô¦!¦ED²`É ŠÏĪ·2>9Ntl0¾-}Ýz¢âbéïhbÒ즬Ÿö‘-˜FNÖ.W•bµYp9ÜHÄbRæf°÷Ø¢B“èïï ¿µ‰è”hÚ+H evü  ^ ¶²bù Ú›¯2>nÃ?ÀBCí•*|5Zkú(+©@tÛSŸêêBá>;ŠÕÏ@"dU~+WÍ'3©€ü¼uìºi3ÿÌíÀý‡ÉÐÄ“ùßEØP-,Í_@Bìî¾iŠë„Ïÿ¤˜@ØŸ†4$€ÊêbŒV>™¾$yÿ÷Å7µŒ°ÿO±‰m¸ððî«o²syY ×9+õä+†-«æ³./›˜À_"TþŒVä‘1w)_û‚òâr:ý[É ÿï›Ò:M&JÏÇŒ…P‰D'æØ±Zöœ$2#€ ~.cÇÀæÅóؼ<çOäáœã2ïýš~µŸ‰6B¥˜­…ËÿëúÒh_‹gǰº ÙKY¿x!;V,º&˜_ö4ñ×çÞÄ6¢Ç£T¥[‚·¯¦Þ~>}í6-K%+áz­|?X³x.Kf_Ì÷ŽžãõçÞÄb2â°jp{éÐöF³·bâTÑ’ÿÇ‚ÙqlYZpM0ÿ`àoüí%jžÙµŸ)^ ‰€¥³¢X´4›C§Î110̱ªz¦çÌÀ[ Á x K'`mþLr¦ ý\˜‡Ÿ ôv?\Å›”¢Â_óÃ;>Žž¬X°RB-ŸŸâ­¯¿¢ñÐe¬#xs_|ýÎa Kòæò껯±6ûÿ±tÖÿYŒ×¾îîÝÛ½Öcc£»$DEì@±Å~įúØ¢ !ݰ Ö=ëîíîŽ÷‡çý/Îçœëœó³s"9VUÌØÐHŽç'À/£ù'pèmxüÀfÑóÜS;¹ë+çzã0«fNãúÍkìzé >ß÷-ÓÓ&RZSAˆÎÃËO¬bÏþopz<¤ÅđśçÁßÃÃ[WPYSISC3Ñ!átÕµ2oÒtc&Ð×ÑÌšGæâ8=“P„K(-¼J|Ôr/ŸfåC÷ráâi6®]Åå'©kbø žûðS‚Åé,2†’0J+Y»b 7oX8{>[Œ¥´#»£ ‹ÃF«a€×/æLq z›—GDåÝfF»ylÕ«¤LŽáüé“…>\J¶=Å-åÄNŠ@å~ˆÁ‘~FEÎG) `Á¢µÔ—U°lþjêïb¦n°‹ªÖ.JªÏãä¥^À_2…àÀHFœbúú;)í½Ãú©Û)k¼Nme3æoåÚÍ<F=W :°ÛCøåÊ¢3œ»y‹üâß©sÓÓ[KMoQFZz«Y¶r Š÷óÓßßr-7›wÿ¥¼ö66›’ ïuþ:{”ÎJ9¡³8rígŒÃ2f'P•{¿‚EÏ¢àL~ŠXü C]]¬Ê™ÌºgVòÖ>¦¨¨wÅçqx¨D:¢§dr·ÌĤi‹ R§1±6½ÈñΟøõãƒØûäxÜFÜramy…À`?ÎWýÍ@u3B‘ŸWʶO#Ïbÿ·"ˆRŽfZæ|’–*©ï#;r.ó·¥³ç—},ÊZHÎät~8ø™Ú)¬]½œÒ¶J|2yŨ±Œ¿÷"%y Ý]-8œNÝ¿‚#§`´Úˆ ‰dÆ”•ܬ¿„Ãê%nl(·›Zèêf”N‡iÄNd²ev£ˆ´0‚ÂIˆSZÛE¿¾•ˆàÑ”–”@kÃS¦ÎåÐå?&ÌÌþúù)q1¤¤ùáÖp±ì$Éi r¢×bmdÙÌ9øÉãiêïÄ68L¡)ÓF3Ü)Å'rb28éhïDìïcͬyD¦dPQœÏ"Ÿ]Des N‘•å³¶£Ë {ÌRbG‘’6™žv —ÞCcU ýý#¸mƒxŒR K«h°Õ²qÓb"E"ÒÆda gØbÅ4ØÂœy÷R÷m#,_¸„;Õ·üéo†FúPÈØýÙ—¨F«ú\8Vp ÈeˆT2UJä2A¶P‹ðxŽË0ÂSb‚ý"q9œ¨t^L2¹³$ J™ .^¡¹\Jkå» …ØÍ¡ïÊø3ò_änÉ|xµ %= Rb·H Ö¤ñÆ»p‰†ø”(n '2§ƒSˆTädÄ2ŒÜ-E ,ÃçûŸ_ €Ié&-&ŠÞ.f«i€µ:×° ãÀ0ØÄØ=nàÁ³Ï¡ŠÖ!öw6ŒÕ~8¼”B)ÊX1~Syüù üýS >‚ €«xÔÝH„g‡@â @££­½Æ²f:Û-xÚ1YˆMä:5•ÁÁ¶Ÿ>eÒ¼$,N¥†‘á^Fô.2’céë3¢Èˆ¡•Kè1âpÉèm¤æf ný £4‚pÕž}ùv¾¿“Ì„±<ýÉX†úñ‹Pa´Á¬FæB$Uã8±;!A ÄÒéB®T@ ¬ì?TAvâË/ŸFâs৘ÄÖ‡ãHïW¼òÊ16,]À;õ¼øÆK,ÏÞHñ"w‡:h¬ê¦|n"¦réÜI„VÖÏ{™.„]Ÿ<.Z†cÄJˆNÃ…;§ia¬µ´z+˜·‰?Nÿ†£Í€"DŽÞ8ŒÒ§¢ÄdÄjô!‘èêå™'×pò’û‰¼sWj«G«ŸHA÷Yn ±zÂT&åÜ‹óÿ‹œ¢Á}D2 ©ÛIZF&eUç(ºzбi;èÒCã¹6?›Ãþ\"ýæqËy–Úk lœ·Œ]/ŸFuž;_á·£EÜ¿)‰mOFÑWñ{ö‰ÛÔÈG¿á•-/ðŸ^C/lÇiSSÐÍöOønç›èB’èhBàáÚÁ`àË7¿çÄ¿ñÐÆMáój¿/|žÔ¿BÙé XºŠxòþxçóMûö"ñoGqÍ–ÇDu2¯>»–ê[P^UMÖ´$n´ÌÅÔTƒYÞÊä¬õt ¹øøÅ”ÛÏqþÿ:yÿ…¿ØõÌþsêî;zLN=ÃõBê.–ó䆯Ј%œþ*ËŒÙéÅk#’“9;[à¥Í›Xµ4‹Â]Uì~yì}¿°îÏx{÷0æ=EÚ¸dš•§(É¿JWOGëO1x·£] 0·;˜´Q‹yø9Ø‚JÈÜ’LµáMÞ^^|ö1ôfÑ.>VÏaÇ!™@ÎØ¸9 —ñç™ïèï° ÈA® N;ƒ”é9¼õþóØmN4ÞTž|îa~:ùUG1.XE¿°‡Þ=E¼&›Kå§ðD[YÑ‹FÈ«ÍçÈéýŒ™bç‘eSЦòú‹O óIèm1 pµ>Ÿ»7ʘûåý´Ù®3}öãœ:}àN£TŠTécÄnÃmr¡Ë!~bž½nR¯¢Û!iñx$Œ’ÄP×SZHu¥P‹É v¯»ÄÄ*dÞý"ŽüêÁ2àF#3`0 QÓ§A!W`r» @J^º=B4^ Nq'Ã#*|^Tr5C63æ!!b™•û„Ä&$bè @‡yXšLnUþƵ|ý,8j‰Œ™ŠV)$m††[†ŸQ6³bÞ®W ˆãïÊ$23ˆÆÓ±ä••°u݇\½ò7‘òT®p¶ŒÍ÷õ7X7?œ¨-b§·`„¹Sß¡°ðz¸ãFÎåF°s[Oüßyä FºÌ„'¡Õ„¡ñù¡òSË@m}=°›Ø|Vz Ú¹´Úö¡uA ¥«¶ð­²Ó&’Wë¡9¤Ÿ¢ëøùû­üyV‹ŸÔ„Tभ¡•O­Bd·°dÍ“ìþôE‚ƒ6°ó¥lvìªä“–ñÓµ?Y¾ì Nx—èc;HMäùOóÚ'o0©;€ÎêG‰Œ“ ?üò1¿sp#ÿ#ÜF=}m|tüßúßþn¢®ç}§ÁÝüŒ9Ýu‹_?ÿ ÝhÑÞª/J¸\÷_ôƒ|ôþ§Ä¥G‘Ì,Æ‘þ(½ý§Ø÷Õ1B£—sôÇ)‰m$0{C!ç1I²÷ƒghíi¼l_K{˜x1¼òê!4"$~r\øƒ%+_äØ?»x¬6äjš‡8ÿYfç ™ ¯§×^x“¯¾x­×ƒL'ãÜõ„ã…¼¸s%"Eëç#:9]„’Ý?¼ÍP§„ÐIOðÝë`´‹¹ÛŽìÿ³CË}ó_bÖüúÁH´wù¥¼†ú¼[¤DäðÀ²çÐ¥\âå·· 4¦so.Óǯå\þoàS‘7‰©1<¶}=ñ"ÃC>$>ˆMeÃ}ÛQÅ5PÕz˜ä€(¡3èÞbß­¯ptðÜŽåüúíUTã lŒeå+¹øûq{yüþȯ¾JBdÎv½±ŒÃ' Xõ*µ©ÍŸHÆ÷mæVëßxl.¼R/Zà Vm4ñÍ—Nœv#·÷/oò´?¼J™#–aÊî”ÿ/Ÿv‘»•ÌΙÀM·‰ K Î¯‡Ó‡bì 2ç ~8±SÃ0“7ŒçVI1"™Tˆ~ØŒYÓŽµ_ÄÔ¹™|õù,^°™¬Iáô ç°rU&'äòìÖÇùî»w(¯,¤MÜB¶.žý?^Âû  EÀ0LÜÆõáã k™;KFô·ÙóïQ:[+QüP †óÚS¾c¡½¿‹âò l6Ò„\=}•ª’:Õ”F„;™ãÜÉÛÏ”uƒ”–0:#šø”$6-ßÁ©²\jj›H=ŸÊ‚cœøã á‘™”Ü=°Hʦ-›¸Pz–ºëçÏC!ަÛ4À¨q£(êâ¾)ãP«Sìáô¥á‡Ÿ¨…"žþî*L.—¯ŸÄpµ”„𱌠“–ãD¤Ià÷_" R%£Tkèñ•!T pú@«ˆDèÂá‹Ä8t“¸¨t@€ÞÖM@`<ƒ‘ðˆh,Vj è[Ðh±$ˆÅ.¢¹Öû_²SÆb2'JŽJå‡À«FãçáTÁabLJ1otzÁSh] †”º@ô–Ä^"‘—o­:œ¨ÐDôFvÛj© «Ã‰ô@#UÍõ]èB#èêÇáq¢ôx©ï­à¡ûVpàTŠdL"BtDªCq© 9ÂÓû>EéÓt»c ‡È©J¾›±ïü‹„ˆu”ÕU"s+èuÝÆdê&Z‘X"&P¡š$ÌB1h€.}:;žKçÀa?ÊJŠHð›ƒ,HƒT†ÃÛ‹×çEЗІ„Ò¡²†3àb¼&˜H ËîKfוߨf,¬Ï2É¿9…K•C¤ÍU°F¾ŠŠ²FºÚˆBÌY‹@mÀOæÆl'¶¿ I€‚´¤4Ú»š WÇã´‚â^ðÙÁ+°à6÷!õ3°ôž,µ7òÓ¯?(&P:{“‡£çKÖ©HJ¸}½ú”ê4:Ï#Š0ãQ*y´$†G¢tI™;oQ)>Ë=EOÃ0;Ü…ÓìAæÒ ŽÔz+˜]zñHðøÀ.0¨áе‹´×÷“6ƒ´Ð{±›ŠˆŒKHX8mÍ×IOû_tÒÐÚIRl2-ä_ÏÅO@Fú8Djèèq0u¼ «$Êÿ±"ÀT´ØÈ½|‡ÎN)ß=·ˆ¯/óÍY7Õy|úñS|}¨ŒK`qòØÓ¯qôÒ×¼ÿÂÛ|ýc.}º–fèçw¶e¼‰%¬“-£æZÇ%ÖÍßÊ•Á–­ÉF‡GJ`P$V³†é))Û-ÄÏ#A,dÜŸÏ{ f¯—a[Jqïy‘x?òzì•øÉ‚Ñ—)Ý\ó§úSS$G‚¨vLj¿~‘gv>ÂÚ1">:Y 'ý‚æ¦O§ËfFì“12dåRþ)E/BÑÆ I̧ïgsâF›Ïá»’6bŒcH\-MYÜí´Ðs7–B/¼‚o>:ŠÑbfóÖȽZÀo7nQÜZÀ·îàö‚]>”Gc¯¤ ÃR˜²µ…·8V:Œ¸c,!“#ؽû]23¶rîðéN´3y}÷ÊžçбùÏûß –†ñsëÒæMà§wp½*˜;•JîÛÏ£Ïç1\Ù㫳yÿèYþïô>î¬n£¨ÞHÇíbÆLHcBüZzÒËQ˜”(tšè°ðèÓ6ŠoeÓßZÈ"\—brXJ|h"ÜáCÄxï£Àt‰þV=b —“%±“ùýÓ<¶%˜÷¾ÞE°)šœ‰.šG~aðî~)䕟Ç#•“¤œÌôñ“Ðßi $MDL–š÷w}ˆe¨ŸÉ±kéíÍ'R6‰ç7¾Æ«>¢åL5X}<ùüF>Ýû¾µ…˜ð¨¾Íê'ñÝßs²ÕNlŒðT2=·/ájÝÚ~³ã‘(Y>}}P|£±ÍŸ ¶òõ?³øž)Wúˆ^ØG|p(ݾ;lÎ~“U‡Øºiuí¬XøûNýLÚŒ ú‡MXÌîG„vŠôv,fú‡zéñoåöE3ºÀ<)½SŸ•9“gÒÑu i‡ÁƒÐä‡Ï @ !²kp{¶•¢“ ôÃâò¡’x©8Ñ€Xu†ˆ€ºo÷âÀÍžDš‘¨AábÈjæfnkW&cé¾MTL2)Y2p(ÑŽ¦ª¬‰´Ä *õ¥¤Æ¦š@¦:’›Uõ,Ÿø'~ÿŽ”ô$Bst2R¦à÷S§Y³ÅCÐ(Yº,ÆLYÉþ¢¯Hp¥ÓÖ[IrÐhl!Ã,OÍB䉿fq=ã'-äÚ¥S” 6â”\åµíqèð 5b4}AÜiiäËÒ&/Ë!a¢‘ßX2²§£0`¨gÆÂtJêoáhõp» {­«±…ïËÿB4íÞi»¼3&ÍÂØ9„*EΙ“'QÅòÖ«’×rŒA[kŸºŸa•‰œ)ùà‰ÈSäŒ:YCâøHr‹þ!ïÊMÒGÏ$nÆhžz •™ÓC8Ö€8®`<ý19‘<¾(‘£w‹™µ~"žÄnF‚º˜8'ƒoY„aB/‹ç&sáîß„M $l2ܱßâ•­K8~ð8N?»?ÙL§ïèAv,ÇÞÞ#¬ŒœÁ¹gH‰r†•ŒÅá$MŽbˬ@ÄÓ=DLSòôœ ¥LZ3†µé*Zí7 IDAT¬dO‰âdÛžÛºŒ¬):æfIH¿ŽüIêT%‚T3ó§ÆàÛ…< J»O³$ŒsgrI| {Ì /®™ƒyB#‹Ç¢CÒ@ñõB”±cÑù1Ül£ß‡ïaËŽèñéÖ% fЉIQñÜڙ̚=Š>ÿ.VÌËnøtïÄgOà—Â_¹76‹’¶:–Þ¿ˆÕK0¤éÙ6%”rQõuž_»€¡È!Þ[¾¿é:ôšZ6¬˜ÌßE׈R§‘{æ*º,>8üÆP}ånÂÉx$}4Ñ‘pÅØËˆù u‚:<ѽìzp ‰™ŒJ¦Î’p1ÿoúý:Y·:‡ßoüÈ`z ñ ²sttÇz¸«¿Es/7ªqÓ2DG™Eo+ƒz#7,Ç?,’;—ï0ÐÛÆ@oÕÍmܳ%I¶†!iÞpÖ@®¨!ÌžZÛò¹Ôy»&˜Ígr¢æ‹£¢»ŠÊžæn˜…ÁÏÅïÕû9~þ(5 5¤¬Ìàÿ~ÿ’ëŬ›=Ÿ^äáìרöd6ß4ìçvE%Ž`9•ÆëÜ(¹@«ÇȺùciê¶à($ÊOÊÞsÇ)h(B™Ar\0ÃC=hBµ|rà“2رçSF»z†•s'rïø0Š»ÈµWи·”Ç×=‚_j8Wòo“2=šº›…¼øÐ« H¥(»ìTÞéeñÆ)|ýå·0އẃ6Å]ÄŽ7\f[æÔ)b|CJÿóÓ²³9zæ,ëm$n\*Ÿ ¥«·ÑˆqÈMÙ•bT.'NM#½wÃ6$Àëáü­kØô¼J5ñ±Y,¼o WŽãõ2%c6‡.^D&G¢¤¶±™±Y˜vÊ+*8ßTÃ`¯‰¾Ö6D]þTuT±,u3ùÍy$Ç0*x"aYŠ/”1>n> ­ÖÌçͽ_óÀ¤{9”·Ÿ©)ÓÉ+»ÄÚÓ8_~’®&Ÿ<·ŠeÃX í<¾f.?ÄË«×q1·†ÎýÄææ–¡ý/oàȹ¢bøä)ó´á-VRè®aþìLFû±fé8.ݬ`d°•ê ·ÙôÂ2F'âÉañŠéæ^¥¯ÉJtb6ÿýõ;|ÜYÞZ¼\ãrQùGÓßSDSO/y‘Â’3´vŽ6%†zN—‰žV#.Ï2·Žë·ëxç‰79Ÿ{µXƒSjF*T"ªK娽p*xë“·ùáwq9}È…bFÌ*VÜ·ewgKO"q‹ñWø³â¡5\ø÷,þo?ûe&Ö»Ÿo-åó ŸqãJ!õ5w(Ì¿ŽÕâÃ_ÅÛ»^$Ì?€M=c'gpâ³£(½*4Ú8yö>ŒŽAœ:!'–&ƒ=¿|¬MIo³g*›Þ~€òÒRrK¯q·°™µ³@aæâ©rÆ,MáÎ¥¸ñcq[úi/ïaîÆ)\ýý<#fÌEFnZJÓGräòA6¯Ü„6Yƒ³ÓÃ?Gö±zéƒ\¸t†ÅS磞¦ ÿ@v—·É* ̓LMÊÁ¥R^Q‚2i$²H'uÅmø¼¬úA¦%g3a^W.åâò9IÌäâ­+Ä'CSe#"—Y¨†žöN+Pùiékm#Ú/¢Ú*¶®ŒÂ‚+ĨÛ5ƒ} ÝÕƒdeFc1{°)Ú);SKTt—ò®“ŸIAÍuÆŒMâØéd©Ç¡/ÇÓl¥­±Ÿ S¹v#—ð A8Û$\Ï¿ÃíÅk meŽY©3¸vê,­Œñ'J’ɵ¾³ŒÎÖ“Š©OÈ ©Ç€“†”-Ì™9™1£r¸ÛÚ‚Çn&9*•‚“§¨jï¢ÖÙÀª3Iˆ dbz6æ./ õè™>}1u·K¹”»:ô¼NbãÓXºd9Çþøl $ýòjŠªè$ÀK¦ÎÕr%8Ñw›?>ßÃí½ùôçusîà!úÛ{‰ ]ÌÂY1%wØôþ[Ôõ›°ÞhbøÚ ‡§‰ø€4f%lâ¾)K‰‡2Ðï`ëú·¨¸r†ºÊZäQX†‘«ì4Õ—¢ôú£úÅ]XºšY<'“EÓV 2 v}ÁîIFRÇ!p™OÒà`Ô\ˆÕ(ô•ìàŸ='élUQí¼ÈÌùI¼ñïD‰²¸I xUÝø¬ÁüYt‡%’Ø Å ‹$< ‹^`AÌ4vüú=OÎzã ?ÿž¼ÊÚ¬IüÚeC×END…§éH7º.±õÁìßWÇçý?·\àÀ×»µ ©"šáF{~8ȱ–_ ƒeÿC°8†U%Œ3k}_ÚÏ•¾R ÕŸífÇ£3X¿ä;tâLbRÃqIHòö]fçÃKH3…ĉԮÀíµâèlãBÿI¦f¯G" r(p „ ª‘!GÆ«ËwñÅÉ]Èý%X¥ #NeNÆgƲì­Åº‡é7¸Biy=3’eçö/0§XH«àûÆïyïЗþ™‹Ãl&RÇ(Fì ãé‡^eÏàY~8û+Í×îr§¶ƒ0U$˦,櫯Þä•Oß'ïT> ú8æoMâbA.Ž> ?ÊÒÓ¸M)Ša/ÝŠ6ºÛÉ ˜NO¼™ü½7‹¸ÍŸåË–q´ì$ŠP7*˜¶t!?ÿô5›×m§üÏ\6nÙÌ`^;f™:…|rþ[0nZV-Hhá$dŒáðÏ?¡·Ò?¬G,«ÑIˆ-’Ô¤h&'¦¨ôgpÄÍ /?Ii^ •íÕDE¬ÑBΗ\ <8‚@±ŠÀ¤`Èâ Khh«!=du¥U$G΢ÜQ‰«ÎF‡»—Iqñ4ŒÜafv:gÿºÄö—6“–No¢4/ —{(º't€iÙËñ˜\äÑÙΤ€Üúã‡óÏ¿(€{²fœJ¤.ÃõN~üýOúüïòìögI IG«Ð¡UD#òºéνKCEûžäà _;]dzÛeñô%,œ3U$ ¡¡ÕªgHh%ll8U#`· ó á¾…ÛíOeËæuìþp;oæàݯSõm+|õƒíä2%kgm'\¹€·×À·ÿYÃßïæïw~Â×k Z«açúwXûÜrÆÏ…ƒ»?EdÎdíÌtN;Oc(ëD©ˆeÛ¦§¹â8EÞ‰&´ÀéÂ+¨Û"yú¾çhóÚ±§r{°ˆñQþ¬yx.僴c¤8÷»_z„«{ŽñÖóÏâ×.âµ—fCHÒ(Tš0^;}Å䤩Й5œï€…^ )6œß>ú!·šÖF,>nx¤ZÒ¥ÿ«SÍšó 2…UKÔž»Âð@31©‘d°`ê ö~ô6‰ñ)HTNdÒpLV#ÿ´ž!@R™ƒÌQËyqÍ8²£AïóáFC}}5)ý]­$†ÍgAÆ:B‰v=3‹dM,w=\]6¶n[FÓí>^r*×”±÷ÃùíïCì~n O_Gú"—+&bª]PšdLÈñúo£òòÓ¿¿2ØÿãM¾ë¾Ê»Û¶¢”Ž¥æ` ïìßÃ3 ÇCW~þ×f¾Î;OBô(õ{yóéÏÙqø[>~i1¯-{ÖxÒf®Ç.³ÒÑÓFES '÷üÀï%¹«dçsóØþ䣄2ŸB(Ð_Ú @jr2£À©™#€suÇypéËØ&Fœ>ÌH‚ MJì| ÑÓÛXL @/£´m¸&©)̽†Ð*&2…FÊ(m'Ï!!zZ­’–Ûƒˆe~Ô Õѯ†Ð (¾Þù&YñΫ٨CCÐ(}¨dRN¥“·?|‡3ÞemÚŒ H£½³ìÕŒ•-çê¥kØÛ}|ðæŽ—– ÛMÍíÖoIÙùÞ{nõ¨G Òz½eö0V‡€›UŒ•Ž&(ží!’“r9÷4["ˆšcxø›ÝüðÚ&fM}ÁËŸ}Å“ÓXœõ×þsŽoÏ—ãßŶíKŸ¨ÀO€£¡‹o¾Âý[4¼üñFfÅÝÃë–$»ÁÉõ¿/ᨕ²ûéxþ§OÈz@ÇòWÓ‰ ƒW6î#"qv/Gª¯‘3 H€¯–‹‚‹ßœbÃS‹ÐÉÈýˆDFDv“A@A«GÑp¦ƒÙ‡B„Ü_…"XE þ$.-ÇC´$žùëfÒ éÄágdÑœY„ʸzçV—¯ÞFFz*•±ÀEÁ‘›ÄD'"V«(ªÌE%•s¹ú.*™‰HÃö7^äªç ² cbc¶øp …Ø}.,øÈ;RÀó›w2yy:qáሼî†U1*>[¯ ùxîY9¯!ŠjJ‰Sd1û8Ì&/sƒÊ¨E*u¡õ„s×܋֣àlÑu¢BÔôXè£zY–µ Ã3âÑV2t‰üöíA¦­ýYKÒ$St¦€JM5‹îYD°)cˆCõ°Äö¢$9u1¢^s„ë­WŒí',Qν+Äå@æÒÒÞLˆ_-gîpäÐiŠ‹«9Ûp–GØñüc¬œ·QìØô]>»„G7>@Y^7ãGeðè–û“Â×¾áòõ"äqAô¾Ž}ÀÈ¢M ¹~ù¿²’–±|}*mÚvΖœ@ª  øÄ5dî \¹Wš“Ý¿@í•ÆY‚š0´ìôI½Î˜àiÌÞ0y„ŠÂ£…LœËÚCG…‚µkÇp¦#—çÎâß–RܽJ¢&æË/¾æ«?᳟ö’¢ñ§Î¥ejL*±É!„$ùq³ªƒ%sgs.ÿï<¼†ãÿüÃÌų9[p± M³¹%ë$>,SG£´z‘ ¤ô°}ÝsŒI¤pà#{¬%·‰ŸšÆñþÁëq2yâ4ªêjHœ‘EÁ…‹Üwï&nWÕ=#‘ÚÂH¬6–MŸGAi¼r?‡‡ú¨4Ûxtô(l~p§ö!Á±4¶7aí7óÞ3K¸¡l#KÄÅÊvT9ÉÄ)D|ôÅ<³ú)Âa\l"Ç«{Y>y,= 1¶N!¾”’tä67°eÉ}Ø·9Ó'síX#µžå9“xgï,[¥-„‘ÔP&%†R{¡—ÅÓ“™HŒ3ƒÞÞÛ4ë5œ ˜œ$ã³×vÓbì!cB6Ùqsièhb¨µ–I³—ò}þçdÝŸÀÃc¢éíM¤§­a³ E]Í´VÜ!.f:Ÿþü ½Q>¶OMΜ™$Šs+CêÍ…‚“ˆn•,föîvÖ<~/%…x¬6ÔB5"ÀÀ{ï?ǧ_íf¤Ï‚Ú#Eâ5"²¢VgpïÜqĨ³™?w:ݗͬü¸k7±î(~l+¤·ª]X$žQÑ´^¸AZüþûŸ‡¨~¼üõåwÈole¨º“U“^eÕRÿ–[ûóñw„²:+‘±S3x÷òN§¬BÁóÏ=@sµyƒlš<“½=G¹7a,Ç%qÎU‚»WAXš’/^ùç×<×ç~#´_ȼÙ4_î ^UÉ£ÙS9Zq†µã²ùäØ/Ü—=›¬tgò.`LTãÐp²ò2"ƒ‡‰³'3¢õâï'ãä•£ô·tª£¯¿µ*œ¯Þx’ŸëÏÐVí%¯§ŒTe 9)K9Wr‡P‰½ŒJÃmñÐhk§¿¡“ÉsÒØiêk`Ä8[—Ï£ìf+þ+¸´ûgnûÙ™Ïa]]wù¹i®@hp±ë•eüTz‚¸IÉ”ž-¤µ¾…´)Ñ^»EÆ’1ß©g¼2ƒò»­Ü3=™†ѾH®´ôí£ôÆ]V¯\É¡˜¿põyÃÔ ç³zÞ|žzãu¢²¤Ä˜'s¼¿Ghâz/ªñY”YÏ03x&-z®ÕÓj­gÃŒûYvO6û>ý/Uw›0†(xõ¡èíCSû ã‚ùî«èµ±tü$Â4é´öv1ÔÚʆ‡æFîE܃FâüØóÝÏ?w•­Ï,Á¬‡yQÉä„Í##ZÀ©üÌö~Ì3Ò€aÄ.]Þ^¤r?ªz*D( DhâñuO°{ï{ˆ, ðúÀëÁá…œ˜̕ɤ1©!¡9±GXß¼öÆÆ> oüKc³ Hδ{çSWׯÚq[عãIþè>È_~§³¨‰ºÛÍŒtšY¹h#Û_\Ïóß¿Dõ™bT/½ð FE/'O_"D%Çc cêôQ\h¼Šœ(Ò4Q¯:B’*ÌôTÎÔŸDÕ,F:INþ?Wxñágøê×ÿ#ÌÈ}/¯¤;¯‰:ÃmÖ-ZÆ©šsääLæ¯Ã˜›µ€Ëy¬L]‰0ÙJK~9·ªŠHSŽ!{þt*ÛkQ "h¼[G×íN;¹* »ÊAû™jUZ3b‰\0žÒ¯O!v˜˜´}1n¯Œ‚?ƒ7˜œ%T]½‚§ÉIú+˨ºPŠ¢§Wb$æö!ÂDâÖL¢~ÿUL&;¢ 9f½±ALʼšn•6=›ÖSùH'ŽÆÓØÅP…@w°{»¹Dƒ"\‹Âa@56Ž¢ÌÃDÂ@$:%v}êØ@p¹ ‹ ¥·Â*ºY£0åVÑo1àçñÒã¶¢2ù#‘{ÁéD­Óâö¸`;ôYmDOÈ@ìu2R;€ÝéÂ'—€ÍØ &!v̸—ÙEЄt ·[‘ì¸ÄRœ¶d69~¡jD¶PlJ­‘MŽBô¿}Qˆ»$=He€»‘W‹'DµvQ”Œþ¦vÕAøÅ‡#k×Ó'$^ÂÃèkº‹BáÆ§Ä>ԌبÂ7JŽll(Ö˽¸\Ftj%‚±£Œ æî¿å`q#’ø¡Á"J TH€.ˆ¾’&PaêF ±"QyqÙœôÙ Æã5âv(½j<§çpö×SôVt#<ƒn‚Õ`S€Í+FÃÿcïÍ‚åÈÎ;¿_î•Y{Õ­ºûŠ{±/ 4ºÉn²»I6).¢¶g䱃V„?NL8üä†ÃöÃØŽy°åEG8FÛ3©‘ÍÕÞ4€ àwß—ª[{eeVVn~ÈBã¢Ù›DѲ¨û©¬Ì“çœ<•u¾ó}çû¾¿ ºÃ §AN =üV¦à»à¹_û§_§0wŽ•n²õÆ<™LÉt0Ó´;Ø]^ù1©‘˜š%_Œaj*’i±{o…1¶êOÇq“ ÃºÎÆâ1WÁVzŒ\gïÎ=Ü @qÊ –ÏP¾µ‰!($/ ±5_C1-¿0E}½L·ÝE0º`›ò ÙXÛKÐSIåEL!Ž[ÞF!<,‘M P-·‘ Âni2Gk½J¼‚’9=Šóð꩹Qª7±KUlI#æKh’Ig ‰_m¿4»Ý¢ÙµŸ¢»Õ¤´o!Ê2Šì &TÓÁó-p“„²Œ8¸¢†”1PãFÌÀ­5@J¡‹¾£çÔð¼žê K´MÒ:æN)žA‹ùXž %4RvWPQüꨱ²£ÓpZÄ&Ó%Ûí"ÆtR]•ƒ^tÃsqD@ r6xèžFÏ2A ‘“"|I&H4·Úx¢NÒ è=”¸ÆxvˆK»d"Ž'A¨€¢‰>ržäÒªõÐT§ÓC’]_Ádü”ðÛÿä{a"£Su}ð,Ò¢OَѳIkIк¾O/ì’—r4½*ã™V/Ä <4 ,ÓA–|<)¢ÔT‰®o“‚ÐET„X¨Ø^ƒÁ„ÃaI$ŠÑPC]ÛHÓìvI»>z\b¿ç 6q#GÛ²1 EÜž~“´ÐôâXr‹ádå!v:.6ñ$Ö~K‡D.Mw¯JÛöHŽ¥I"Zfe¿GCj39fm©MUÜÀ`©×£+Ûd•8¶-ÓÕ·ˆ…:jW ªv ëQTuÚMiPÇ:Xv€ÙHdDL;@•«Hú,RÇA‹{È©)B{ö¡ˆíµ‘s ØqZN‡Ô€ŽÔv0åV`RTbü8ÛÝ6^LC—:é4NÓ&§êÔ”]nãwd,¯ f€¬ÈèºÇ~ÙC’“äTZH6Ðhx²Ò¥t˜0ƨìBÒg@ÀtLmôô¾ÐC2Ht©;2©ŽJ•©š]E$f‹´¥*J ’ Jn›m«ÝD3zX¢¨H€i· Êì”jHq•¤$ vÆ!aSµZè1œ Z…}R’€-èA4Ö-+MLé ºnÈY‘Í£ÒVñ½’lMŠJ†v§K»R¦' øUSÑuÛ¶Ðuƒr}›Bú$Iͥ⛘‡-Ã#“˜&“N´ØõL”,bŽÓ¢ç…Xn®†”’H÷TÏãÐ>ÀKd’\LAEtCÔž‰i7H%Rø"î(PÃqb™­›ÅKx>$åµ.äúÏëZÒ·zê'PÞï·ýqsw«0šï?cŽ$]>ZÇ'¡fA®ÿ;•›PLG¿W¾ bê*Äл±þCµPÄhl\@ô@’ÁÚ‡0ØOÛ»}ÎAi¦f Ã÷¡0]_Yƒñ!Ð hÔ!ÕÏPY5!ßà. õ –ŠÚh®Âð‰'Ÿãá:LL‚!­ëpþ2TïÂÐå~};‹ÒZ€}ù!p!¼ù.B*§Æ@2ÿΤ"ºeœ=HÁÞ=9K÷á乨l`•ˆü ñ ¬.Áø8,½ ÓãRƵtwFNE ®ÃÙg¢Œ†ûèm@v‚ÎÍŸŸ9 ­*\x>jkþmOAö<,Õ q®|ê̇o“¸4 á4‡à+uR—_Æ_˜§U^#{áÐ’´nÿˆÀUQ’ñá‹P uï!~ë!®6€jUHN‡ÒýftF/¼Äá½`­ œú&ZmJyžá¹ j‘ý›¯“8;Kfè2Û¯ÿ)z>`àÜUœU‹úᆮ~š*Û·þ”üé9Œ‘Q*÷×A8``î;4V7éš dNžÁÕ5âív@cé5â£:eYê’Ï¢UžÇ˜žE0Nb߃ØhŠXæ$í¡Naú‹øMêÊ›¤Ï_ÁЋ‹áî•éì߯ÄcèÜ—¨nÝCjîâÚɱ D-N{qe0Njüyj ïÄz Ìœ£Yv±Êóè3WH§¶õcRã§ÑAê+»xÝ5g¾‚ÐèÒÞ½Ž::H,Ÿ†X%¢»²JÛ]$=w­Q¢^«£O1b§9\~ =GÏç¨/íKtˆMþ ×þ€Áçÿ öá"íý%†._¢y«„ÛÝFÃ0¤zò—ý‹\ÿØ"¢0¡ŸóÈ÷υΨ¿ÿ.¹ìßGt‰8ñŽñÙ8"´ÿŽáÓn>>ßÊ#¢úyñhû´úzð™¬&ÑJª !lúŒ{l>ü?Ø v’h% P!͵þHR$?j $ôÞC¿@Ø} !ö%Âp„Ab„Àù©¨ìökã_â„Õ!0CØ®@| A< è„»wF§ô‡= 7@/!¿L¸²MÀCD/'²Ê%Â¥9DH| *þá«Hgž‚Å»ˆqÐ/Am1R.ÀÞ!~ëÒé‹àN0Fñî~ˆ4ý]¨u¨¯þ™‹ç|šA³KÇÚ#qfA=uýMÄaÿ°BüéS`ãïÝEšHzš`û6‚ZAœ¦³màÖo¹xÁ½} 匱ç +Þ~‰^ëÒè á‰s°A ¹$NÌ¢¤sØËЫHC£°ïÒ+o¿8‡ÛÉÓØy‹Ä̆¡an9ØÞ…³_Á_Øß{ýÄ(Y±ˆß,ãöh8ˆR¡s/âWÛ´·ÖQf54ýËØ[`{&¹Ù§è.¯#¤šèÃßf÷Íß'wõw0—_GÌè¤G¦iܾƒd˜hÓOÈS}À>Ð_}™œh>‘ óq/ó‡??Ù­Ö€™þñ"ðÉ ^Ÿþ\ ósÖõ7‡cÁþ$žœÔ=ÂPúIJŸOReÿ¶ñy&ú¿ }þÏ»(ªO}ûäb¡Îãÿóçç£÷4y<ñ{ÂQsÍÑkú½å`xT×p¶n‘0ëRÝÉsf ÈnãŠ÷çeº7©—5He4s«¦ ‚ª£Çæè5ViÉ{ä3/ Äl:•[ Ìž èôZΦBj¼DÃ8ÃxÚylé,†+#Ë»lT¤çÐT(㊈‡ó¶ÙªÆIr vaS¼EÆÈ±·+3œ%> ù÷ÙMÆ)6—F‹¢µÒû4Å+e,ûð¾J>©á~@0¨Ó•Ï1T(o¯àÈ_DK€Ø¾C7yz2øï“ÉRiL"Æ@ë¼OÉ{ŠÁ¤ŠÐ[£TÕšk«¹‚‘| ešMhô0¹GéðçÒt÷ÛŒ¦LT!á #Š70ÅùÔ zÍ °ÄI:õ?ddø{¸»¯ÐL}%›CT üúCüz‰äè¼½¼ôný-bù°öÛ{KŒå¿J½ºŠÝÝGR¿Lr¬ˆß|=vŽ^/K:=ÏÆf“Lá wøé¡oEk­æ5,u”$] äTp­åýÿ—SĻú]Üàm4y‚Øø ›+7ì9XrR3ÄuEîÑ«Üeù`‹©‘ßÂçÝŠ…šûRä{³÷GèÆo"z?ETž¦+Ó¸úi’< ¶·D/üÙa=Ãî™ÔW~„ßñˆý’užµL¦ðMZ²IÊ¿ËAyŽ\Q¡²ùré¯à¶~BWH³8½)FŠ[TÞ#7u•êöu´Ñ¯ÓØ»†*úÄÆ¿Šh?€Vìø‹´­:n÷}ì•ìÔwé´þ ¯ã"é爧öél.ÒÔž%WLÐÜø1™ÁKXÊ$I¹ŒÒQèXK8íRöRÊEÛ[Æ“Ä ià~g‡°UFTŸ¦-•1üCžDvä4ÎÁ{¢£]"Þ½Ceo}ú*1951MCÍÿG-Äö»ˆÃU´á+X7ß$–Nàu«¨¿ Ž ëë0£‚vVKÀ}8ñ58X§SºIüÔ ¸'h=ø€ÔÙ8$ž}üÛìÒÙx—øÓ—À'Øx 7ÝA± Ûµpí‘$‘Ëã¶šÍ=R™E2ã3ð÷Qhýu&ó¿ãôËŠ_„0?Š_Ø»âÜm†ŸÝFüëâ³”OÒPŽ>_ H=.ÂÑù¸/`Ùa * ?E´¥AëWwB¡Ü/Þȃ HњȺ©Ëѵö$G@È€ßq „‹Ov³rD8t¡ ÁŽÉMȼavoÃèy ;ó0&‚pv¶A_…ü³PU±ö^Á8ÿ,"ظƒ8Òí«°³Â*Œ~ *ÛÐ<€™¸`ý]Âa!¨³@êà7~‚4|–Þú Ôáçaÿ>L¥A?Û6Èw`ø…È9³~p‹+w 11À?p ì"ÎŽ#è'‰”UVÞƒœ¹ Øñš Èéäk œ‹®9½(²¢~¹\Ôßû0êFÑ“Oغ é¨ÕÈùQ?ìhÑ1~Ü!Øù)Ls°ü:LÇAyÖw€E˜þzÔæÁ09LÀƒ !wÂ~øI¥ ÒMÈ'AgåωçN:›S_½MJ08 VëÒt ÚxÓATP&¡¼­ÕÑå"«Ml@E{9s—Îú2±‰,’r vo ˆˆúYÌ?D)äÐ2ƒP7ÜA8‰Øp¨µHd³¨ƒé­ *›È3/Âö<íN…äéót÷s„÷ò±ÌUê×ÿ‚Äp gk›Äs硚§µu ifCÉ`mÏã+]RcçðVXÞ©³ÏáUz´öÞ%3;Œ|TC?Æ1ŽqŒcÀ_eÑ éä‘ïâÇRCË ÌAØ!ÑÐn$Àjöaȇ…»tâ}-¼ ²Â„nÔ'!Ó¯ïˆb­9 „lÔ¦· rÿÚá (^=Òn݈û ž‚``*0Zaªe`òÏE‚×¼ɧ!Ôàà! ÉÑc{4ŠÏ€Õû:ä¿5³v fÎ)8Øg&¿Ž­P¸B´8ê÷kc´ä.ÀÖH `›kès—¡]ÅÛ5‘ èu µB]áÐݧ0¬Aâ,T±í]ôÁ°}:ûuôxQ›Â²›SàŽ"áÚ-<ÝE~¶ïÒíî›(€5Fsû6ÉÓ§£³ô“(áMngÛÃUþ ü½Û´v·È>sši›×È\ümÚ¼2ä¢NÑ~û/‘Ƈñ;MÔ™ibñstn½ŠXÔÐG¦ 7|:ÕEâçÏ!xI:›×PGO (1üvl÷X ãÇ8ÆÇá¯65vûŸF8êõÿi¨Ù#ÖyáIí#çØa»Ñ>vX¡ õï¯yî‡,‚Ø2 ýþµ"xH;-æ"$NEm8ëÐk@2MÐïDém¼ û9•-H7@éïA· 5 (°q¦2À4-ˆ¯|p`û6ŒŸ2°{·Ÿ+aª mAæÙh8k×`䩨î­¨>ÄmHÔvo³\Y¤Oãø1²†‡µ³OH!C˜C²ËníÄ=²“Ïâ5´w¦f(ò˜Wiù ôÜSˆµ-j•Šç.ÑÚ] ¦œ<ÿ²ŒÁÁ2V{ cî40õùE³8ŠÐ ‘÷¶ONƒïão6i[‡d/>Ccý.VÝdàÒYÚ[‡„–…’o … ’pبóMÚ]eO3Õgsy~oj„Ü™!PŸÁð‚Cœ< { Ô÷vÈžŸks÷=Ô±Ñc ýÇ8Æ1> óÓãQ9—H™*ña\ûÑra„#fæ¨CGdm_SwV@›Ê…ú‘²åÇu‡}oz€îÄ4` *®€8x,xæÉvÛu÷ 5åk è@F…FEJÅf¡µV†.EÏ·sFÓ‘@×é!(—£glÝ…Tƒ•»0›&À\©%¦é{?…|âÈs€ƒ½y@·ñ€vâ4wJ%þýÂk´Ã#–Û˜‚GÖ%ƒÅ24G|ò"tctöÞ``îEœP¦½ø:vBgÏ=ÁƒÚ6«û×ðµ4ª.Ñ1ëd •ÿæêKÄiòKÑP,ü¾Q 9uææ>þÞ¿áOöëdÓØ{‡h“Ó˜‡%ZŒ‘‘A¾Šè#¤W1w®ƒÝ ÔEŒQ”\‘Åý?¾ö õ´‹g¹ 'Ñ<‡L1Î÷ÝïÑ]+£Ï„ …ò"nå!Ê©° t¶ïËH#W1o½Šôýïÿû?ÇÛyŒcãÇøÜ8jC—ˆöÄøYOx9ú ]@Œ.?rN › Dæòèc¯ø½Ýw@HI¨.!% “ Chó‘r¬Du öˆÂðZ ´A˃V€Êjäå®_‚ú" ƒ8b Ì2tMœ€†º©I0×!6 ÒPäŸÒ@›ŒÒ ÇÛ›ƒF:÷!s„!(=€¬Ù31;[ÕwP§¦Ðs—HPc?Ùä^Ë'ì š„”5÷»xæ!ÙøÿðòIÙ·ÈN_¤0|Šxã}R£')Lž$i®sþâ)¾47‹lœ`£´ƒïµ MPx~,áxÕe¤|­p–îÒ_bŒžGÏ$Y­ì±ÙöåA» Á‘D—]ãõŸ¢ìm“(XLœ{‘ÁÙqG®t»ÎÍNrqd¥~ÀZÓCôøƒ¦À E }ö*˜!æÊ+¨c9$}{³ŽDmæ+P©Ó9x—ÄÙKGóLãÇ8ÆßytxœùòS¢¥/È…Çe… ‘—{ðú×e  ãÐ;ìÅÉ› ¥!ðo÷Ë]‚Öý¨qŽ(ï|©­Ùo§æpåßïMDšÿøóDzó‘¶o\†žC“P¶Ao€Ó‰öÞ“Iˆ‡úmÀÑËPësŠÃᛄüÓPÛy†ÏB©ÎC¢ ¤5Bœþ5X­ƒ¸T8Ú‘ˆ{&JB!ðMìR!c %ǰ[%ä$å$>E ×y<Þ‰Ù+[ïð­S#üƯ|ƒÐQú‚~ IDATÀ3qÜ€žWÄ·»(R ß2ƒsø»Ñ=ÂÈ8ŠlÒé–²Iüò!zFÀL¬Nóùg¿Fª7€ýà‡`­ƒ²ƒ2>Gvö×è,®‘Ñm¾yáy¾~¢ˆk‹H{teÁ8M°û6d$³_¢·ØÄ1 Ÿ>ƒ ŸÂZùâô‰hܽ{,ÐqŒcãoq"{òGÍúG¿›Ÿrÿ0Qy…hO¢ØzpA}”Œg§ßVÌ;Ñ)é2ôZ€©ó‘ w¤@ó@ò`­$fˆ’ûl‚ªƒ‘Y â— šVað"tH´ÀW }/@iè@ö)è”À½¹!Ð.Àòµ(>¾ðe¨oÛ›„zØ‚b‡ÈZ0 ×ÚCè­Á‰Ó`@ç>N>ÙrqÛ[Hš†ªfHɈ]t)ìÃè½íÔ3/âï¿F”??CÐÍAû/çFøÚKßÀó<èõ0 òÜ7±­zäM¿ú L^A¢íëX½MW¤×°ñ} µ8H£âÕ’§gД§qÖ~ ãúä%hB%Aoñ5üö —¿†Tª’Îôx1—ff8ã§Z~¬8úì>„î êù 4ãi‚•·Š.ÆðUìóÐ< óÔsÇ&÷cãÇø$üâãï›<μùÈì. e…'ãØ?j–‰$ÜQê¿GtGîRDœYP‡‰òŽìƒTäì{n T‡ÈüŸê÷K¥ÐïÇwGzÛ IQ]a,ÒÖ<ƒæCHNƒ:í H«P-ÁàIÀob'¢¶K· 1 ùI(=„øV”&pÀßÉÏeüÌ0Z;~*oCnÔ {ó·XRB7KP*a'œ¢/"%’<´Q‹sHƒg`óÈ "&g`¯þyæy¨' õ$ò±:–Šç†<Ë’beê X‹ïa¸i‚ú6‰hgY_Üf»²ŸLàjºª"kB"Vxþ™Qb'pïÝE0Ú…i0’H3ˆAHkë5Œ³—p—ï‘, !„*Ë‚ƒã¸\{äÒ„ÂTs˜ çŠçpî½sP&'q÷U‚Òm¤öýï?rËX§J‰.m¿„)æØß&º4‘XE懚½†¯xTh²V¾NŸ¡âݧ!€Ÿæ5¿Sb^Màq|}=½ÂU<î{ ‹=‘ðù|"ñèe]& ÷øyàów•1ëo·?ä(5ù|©uk|<é1Žñˆ Ñ|Ó&JìõaŠ8Ï„SÝ~tq!VÁc²,…ˆ¤æQL¼K”àf¨\&ÒâÍ­¨©@$ÈqÇûí®yî'À;1R|D#*Û¾ ÚĈë`œO‚° ]b9 P¾Û7ÌF1îR'À‹C÷.hIgAJ@e´j?î`ïÈ 1‰¿ý6bZ¤œ)pkm 1›Æ ëÄãu³‹Ô Iu~õ¹ÿ€pã„X ç Ö¯#„%(žG`÷fD×›< µj3àÁÞCê¼ôÌ·‰K”¯£ŒœÃk¬!Mެ®"$ëÜ ã¬n¬! ’(Ѳ=<ß„Àf47ÅS„ö±Ó§ÌA(ïàÕ÷èVæQ†ÑŒ ö[(ƒƒ™ãÜ+7hlîñ¿û«è‚·»‹4 ¢Ž¼Dïá<=s‘Øé—m{ë>±“Sˆ±H_þ•ñï7ô{µšà±÷—?¡8w•t„qþàÕ=·Ö8<¼NãÆ{TŒ4{&=«ÄÚú•­ŸR Ç©=øwìZk \ÂäÉ)ùþ.l{7¸ålPÛ?ÃdJm™{u¨V~ÈŽ-PKôªïP fž mþ4Ì7áöÆ[ì6Mž(0„Ä!°U»AF÷1H?!FzDëÖW6«üxëßÒNNðpéÇlˆ#Tö6p2gØ|Êë¯â¡ñö½û<ìl g'I®…ºÏï¿M7á!(¹Oå°Úbƒf­Êûò]ëŠÚÜ'––HK’§K½Ÿ7ú.û ’äuª¤éñ€]*ä$ú[=š v€5¶I!±Å1òX<5û€jN‹Ëo±”òÐdƒM,Lç)¹Èg¡‰ÍV}ƒ»m_pY6¯³¤Ç˜þ„T›óe5î°P¿Î¦xŠ” b°‰$4‘h–^'‘˜úÄövƒ2®Gäo†\óÇøÿ°.zá‰p1í‹ó‘sG‘ê—éö5gÇŒsÑì×#RV…Ê%ˆÈÞô÷à)1‡D ™ˆÕ. äúÞôÉH˜° fß±ŸaTÏQéߟg ´Qè„ÐYŒ2Óe?™å;Ÿ‰ú°ý„&h"ÈÓÀ@Ä9ïíBúÈCQ?$R£°s¤mÄç`e™E{Ÿët¼bG"á ô›xbw«Ê¯^) äÎÁV÷fÎ@lÞ‚dÄ!¿ò>eÈ#¥‹¸C'¹¹ð.—›üDŒqZ«·Ñóqœý-”Ù øf–…•÷Yò=1ƒß®#â¢&rôj-ÒñßþÆ3(N{ó!ÊT²'³Ã(ù)ÜåMwmto¿Œ‘ËSßÙaË7ñ‘gcOùÈc/á­m`7¢Ÿý²Ý!l.!$Ô¡/ÓYü€ž}€?áûÿùË¿KÃÉñþ«ÿ‰;û-j‡·¸zúEž=1ȵk Ü]Üfß4qïÕù½ð›L妸8Yàôä9~ðç¯ðÎBõuϸ2ñ˜Âð°Ù[åí7ÏÓÅK|õTŠ‚S:œLÂxö$ü£Û<¸þ6o–büÎÅS´øìD´Ù⽟þ€Í-—ÿô…?¤EÞÞñ¸¶¸Æ¶UæÊÀ臯æ##Ô\Æàÿzõ[orï–†TÛá·^ü*9†‘³³ü·üÇ”¤ÂÆ:/Ï]úØ>E¼„Ìß\`íÀäåé™O-Ÿ&ÿ¼v—æšÃÒCë[ïðÅÙó.:Žâüó×yç=›…Ú2•ŽÉÕâc*Ên;IFƒ) ^¹»ÏÚËËwykå^˜=ÿa¹pãa‚Ýø n,„ÄŹ|´J$ø ¤øïô*›Ý.Ò5¿Ç³CcQÈ)¹ÈÞ©²tëmVÜ.S…‘éÆ'@ìë ¯þè6[‡M¶Ücývÿðò×?vö€wîÿ[n=<ä×Ï~•q9ZdHB†WJ×ßû÷vž™ûd Þÿã­óÁÃwyáÄåOócãÿ_ئˆ4⣙åŽ:ÀÅ£sG­XDfòØ ¸ ÷ˆœíö£6:¥þ~ú(à³½ýc’éaaz´{‹hÊ.eœÆ:Jl ‡½Ê;¤Œ,Ae«ô‡Á1m’FØ¢¾{TæØ« Ä¥/Ì!2×Ǩȯ=ø rXb¾Þã~ÏEvÛèÞZæ4»V“;Ë×™ºÔ!s äqè–A®‚<rš÷ VŒ=P]HMƒ80zž½…yî4‰µ<ÍÃÕÒÈfˆïW.Nñ•Ápx¦§!9‰¿¾Ž¨Ø¿Jéá;` N¿M`ë:Bqœ´f°mvyéâËh›û ¢M>½º†ªŠ¦‰49ÌRV–·!è"Èô4”ÀÁõ|C…K*cì°ú·ý€AxÀ›r@ÖÆ9¸E|`Z{d¯ü¹FPxî‹_Gìy¤É§Qe {õM”‰p¹ ò'¹‹»KlÖž§úÉÆ»´Û=þeúÝßùø¿ÿ?àwR'.|xþ•-è†ëTÿì/°eŸgNŽ~ìkýÏûeþ·w_à”vˆ„Ï.2ÿ êÀOú-?ΘÔù™ë/ÏMðo= ³øÛÊ?ÿú¯SïBöˆ::<<ÅúªÆ¥Q‰Ší?qøïý˯ÿÿ1ÓÜQFè¢l¾=O<GNM}B©'‘i<è@ܧ¶Óž4J7€×€¦‹Ë©ïÐR!°[OÔ1™„Û]x*$òhƒë,/çH©?;!|÷´ÄÿÚ¼Èì°ÌJ¹Æóýó!udÉciŸl÷ûSpöcö{—òü×ËqF×÷ùŸ·6ø•o}‡ÓÀÛHÌ4a(-ªšnY 8F¹ú•‰Ÿ­8`?y{…¥=çÆv›â;ƒð¿<”IxÏí#GÊt€î~“q)Å=|Γ X"g="#t‘ÇÌëðñ‘ß÷ˆ6ßâýû§ú÷‡@‹€$">‘þkâÒZ-Ÿzj‚R !ˆügL>Q#Ò¢G Ÿ2\…¦é!wÖÐä9tµE˜KÐöEÂêB:…´ºG¨k¨¾G£|€‘Lâ÷zìA~òÙÈ¡n¤W Z£µö¿_Ú¡Øù^«‰vîâð·ð^#=”áŸ=×ooæ T¼Ê÷.]bøÄ/¢¨¡ÄÜÎv/÷À懤;Ü|-Mûüöì}þôîMþèí›\äC~ûQ ‘„ogýõLþÇ„Pýãï¼B2_fu&BÏá±uà:b¯„ ²Å‘ÉeÞJßÁoƒgàÃíGnÃ…§k˜­D¸nñÞ^ÍŹhêq¼ÉUíÍ䪖FÉGv!ËU3¾³®´Ï6nÕ†C¶âXö XìÖÝFèØ_:ú>Ï–Bu%‘Ó¾¦}ÜB5Ee¨ßÃÚL‚öf!š^ÏÅùsaˆW±· bzØVæVTbéEœ%“¤VßGƒLe¼Í m2ªE#‘Yàqàza“võ>˜©=–8Jªî¦ïÄïð¿ÿß—Ð×mtK^jgÌOÉðA<ä9Éï>ýeÓÜYwc•U2€à\üÕÛ"«aæt/—ß¿³3îú×ûŸ~Ìï#ÀÓÀ À„0øWlðmàõ=¶=<˜cŠæ3ÀBfókxyx 8<ÆKhüŠÇÏãžCTp`˜ë˜t³¸k¿_Dæ —‰poõ&1ìÄg«”R¾>Ão·‡ùÕÀaþ6=üžæ—ZÏKZ˜šò¯¾Î?]¸Nš½ñ9lüÝCGø/Î\YÇÐÜÄJy¤´Nb+ÅuòqþÎȾöNퟵñwFZXß,£”¬à5¨Ø;ˆ'²üV—“—FÏðl«Â Ï÷ó NøOC~÷±§ðöТ `³¤EÞ8^H%D><[”Yç½ÿm|™_?yž6c ‡:FŸãx‹ÂWÎ?ÁÁÇHá ¸¦£Z ÷Bò6ÈŠæ¥`£×ʼn:ú`ñú‰«ƒ°V¡õ$ñÍ)tÃD±;Á¥h C,ª I RX¼ Å[0pbÇ„e àè?Oz)AQqaÿÌg  åГ¢;]~’ë°ñ6„Ê0òYÌ­ ”‘Ìõ;ÐÝJ€r*”¨`ÅÌè¸mNJy/HŒôhG£y(M¾ åI`r·N9_"3¿I!sKË1¨¤±¨d®^Ç2êÄ?ú¹ëA]Â1v ÖÓK7ÇN¢È‡Ißú.¸Š8zƈßXFÆYÞ¹F p´#DÜSwoNs¦É£bQqô×#Ã/xá gO³²¨ãóMÑåh¥0ØìݲA!¥°±•䟼öï7SÝä¢&Îj’ïÿë)¾sñM¾òl]8»ä*o›vÅ"pK70–WQ->º‡TÚ„ñ|±Ä{“×ð[ÇI;ÛpÚXzC׳C¡µ,eÚíilå.”ö­}žwøÖD„ÿäü!<=§šŽáÊoÖp (e’Tõ4^jçú½›;ë³ÀÝ=Äú3ÇNc?}÷‰Û_ûá{;ëì©ú¸^kš¤÷&±´‹¡õó½tr,Ö_º³s>´®fz¡èr¸jæøâ‰:lõt˜>Þ—noTYby3ÃÙŽºv‹e.Õ–+jŠ­™<^W'÷§êO±°É!»P[>DX;誫ÓSyž ŒóíÌ"­.{+9ÉÆ[Ý7‘Ÿ¸Ž;[åò7“DÍ)Zºí¬SÊ~–®­‹kÄS2ë™ÉÒ& 71ŠàIhRðéÇ=tÊÀû¬ øUÚÉ!¨_ûá ÉnTL7¸„ØÛÀaÉÿ`Sû0Ó+{vE¸Ã[c©ÄÝYÊÉêäµ:‚ØîÇÈ•ÀZb~c?›x•4fèí‰HXë.Àc Ðê—Fk[;ýò!ØQ/ºêg­µ€‘'`Óܪ÷g)™I:Ú»ö_ëa›L7HßëÇ U{¡¼TÁ{T°Ð)ð]ý–5C®mA<eˆ‰åj•Ó¡Už>2Šê–ÙJ¬ƒV…dÓ@¬aÈhÀš`Ï/ýXì«÷ÈT 7+ö×ݹ۴‡Gp:uªž*Å"¦¬£´´áV­Ø1°÷…Ê1Xþ) ðÕK¬”nRµ{1 sõmè‡R;æô_ƒK‡¾h ¦îÂÆ;ÈÃOSžYB…ÉO^Ç¢¦qÚz0sL2$,yJ©,‘•9tÉŠ¬$¿ú=õÐ ˆwcF!vç&F^Ác1­ä6n‚*ƒ5ŽûôYXZƒè;8_ÀLBnò „ÈmÇ(Lü|îž3ä'oRHL8wÙ•«OüYà×~ó7 ÔݵaÀ%­ãH†±É) ‰º ·ßçüå'ØL{8|þ(í ~ËK-¶æ þÁ_þ9_»ûî4ÃøybÌÎ?úõ— œ¿Ð´Ýb¢Â ›MßõK[Eƺ†ˆ­9H{hŠTÛ¬äuÖ½.ú¼j¥~Ñ:F„¦ýñ‡H%¹ü4ƒ®fd°ã(ã=~ã×¥$`ëÞ„5§•j0ÌßXaø{_8C›·¥‹£òöäÎØÍ£1ø”"ÜCkr«ï+ð2çèØ64dªå â$ñí+¦ëøÀáéaiŸÜñ òjЃ%V¡Xôí9àQÊ»{ ¡6?³Õ ÿïR£ßéAG¼¤ÇHSÁÚÞ‡”V¨´d`Çýo ‚µùCñC!JÉ0‰9¤ŒÅí§ž¿-6¨-ìtàád° §ÏK/"~¿ j7ת2É/?zª¶M-=΢A0ÖD\íç¬a£·#D[ÿ ‹@üÃP²‰ctwšðþÑó8"íp«‚TGPÄÑÜ`õ[žFsû1¢ZG{Qª0ò8ZJ*Õø,¸ ÐýÌÝV¡ë+K *ù,ÕŠÙù̽~¹ï(LÞ»µkŒ<"ªò­¾Že¬ƒrlG_'ÝO®Ät;i±†±$« ç±{ƒèéFñ6Ž®g¨¬¬¡ß¿íNäP)Ô6©;ï!ÛËH‰r,…ÍŸ»= LqúäήÇ)OÍa¦&°=IvvÌÒ \‡£ZÇH_¹ˆ±×g=;ðãk—øÅ§žÛùnÈ•:)°Ž,ûñøE̽J™ñ³åy €ß;ý†êd¸mŒz™Ð°†jéCmÏ£ªE®ýu¹W™z#É×Þ0ùG?]%±9Õ´Ý‘’Ê•ìî(dçXÆÏÓß1ŠCu4¹¢ô,ÄjËEk”Jö,çü²±mÚ‡ h6>L'ê/Ç_ÜYÞé›ô|{V¥™«¾ãDjÿŸÚÛ»¨à¡»ÛÃß¿·3¦íPh_×ûȉgp©g¸p>ÌÝråõGÚøŒ<©ì,£©:` ÎðãÀ¢#O¥cœu!º†pÍB¸#-”+Æ<—j™úÔ^Š„ 8äìI§P^”á.¯É¡3§y¹·î1È„:03B»ègÈqŠy»Dª\.ªkb9á°Ó=(ÑÚUFQëJ"@u£îšé¾ÔðXõÙR,Ï^çïïLUOé·É½\/fiµ>Ö “Ëu€O/Þ4#{غ{c»£ù~VºÍ4e li§ßGN§u“ €kÏuYT²kÖ§gP[Bø\û§·¶`ÁUIàë`-š‚ÜѲÌÂIRø(ÖŠŽ“ ¹° ©¼Ö°vû·4`Y,:z1‹<}” IR™MêÄ»Dí;B]ªã¼¯Ò|”Tz¶öM7T×¹xk’‚&Î!f+Ð¥šûOé„jHaká©cŸÁfIaoE( ›`µAâ¶ßyŠ‹/Æ($'¨§éžqˆ¯ƒªátùÉÇ2PòÙœÆîTl֯ߡh‘ƒèKKd6ßn÷h†™¹ò37È).ŠÅ8Waà1ˆm‰–¬‡Ný 0ØX‡õ+êÕòVXºÚ¨Î/cÚ!à RŽåI)œm­ä z‚Šæ"I’™ù5ÜŠÖý,‘˯ðƒk_eêö"ù¼ŽÙÓ %j¾Œ¥µ¥¥­ údœBd ò•Û— rÅ.CÆEiö5\Ã}8}ÝfgÐ|U<Ç~¹’«[j9`c.»­ à+ëø¼EZƒÝ’º¢dÂÛ·,d\)‚zý7NË·J"üå^ì/âvÈæØ\)ÓÝ_¢-h!¢–ñSÂÌ-3ý¶•oM Áû÷“>â8ôv"óWXµªØ5g“žB„;Îû,}îc¬úRhÒÑöS¬dˆMùqu™tH#èÀ7oñz­ì—˜uìA^owãï è9‡â¬+Ç€÷2Ŷx¶úúl¼óƒÔÈëu;ØÌyrÒ›uùÉ*nà™'Íð¡ý$×&XF0Ø?œ£A§Y¦9ßÿ¥Ÿj'±èâLË Ñ0ó›ue¡AòMÃïŒ>Íï?÷8Á•%à±/-ƒBJnn1½D‡:ÞD>˜Üç׫b« ²QGjm¶6 ùզτb PžPHV¤©'ôœzzû±õê´…»yu¹¯Xi9Ä>ý˜—«zÁ“ˆ÷g/Cö !ˆs)øö¹ÀcøÙ¯º›˜â‡qxT¡ö=ÝbyÇ 6Ï]-6 Rsïሠ‚5kn¶•P•Äz‰P»ñÀ~v7mžY W/În!à~õ¨™õæ—lºay›Ýyi&X‚µ JëS\lXÄmcvíZ€[1ðú]¼·æ`¢Y('žÂ­¹y¤ÁjÓ,˜»QÍOri…Çž¢á>ü…aèhPŽhö´ÔþZfG˜óA¨Nw7_‹¨ëáõ=Ï}ÂÄ£ µYµÍíÁ&µ¢T*t5spPh1‡Lɪã+æÉ­4Ç'O÷5{zÚ…Ú)÷zù½çN4)rË€ÏßOÀf²vÓ$«O¨ÏÛà^œ|ÊaÏ$˜ÿã;±ï½à©ý¥dP Á˜ÿ(èžØÇBP.LK»£ŸÜÆÃöT!F­ÙÜŠ£Z[¨L®°Œjã IDAT`Qv÷[߆`ÐF"·IÚ,R2K¤¤"ƾ­7æ Ù©fLÊ>+Ápj¼ŒÃáf¯ÂZ¹Õ`£€¿Ó¹M˜µUÖ040í>¾ö“Ã%¢`…ô*õ«„ʶײ Xã·Ž>‘ (ü " úDÍsâÐzbh ÁÚœÀ¬O€G*y°„ÜØ<î UF9[¢\JQö;ùpºÌ•+3ÜH™LFMn~˜$›ÏcZ¨¤A]‹ ŽŽ÷¹›—ÁµƒOS]]BVÖÇ«x€O R€ÝÆ =÷3Æÿ,Ø©¥»•r¬(vlJm§ûÇþ½¬•n‹—%s÷™ý¬m( _XGñXñêÊÎvüƃžÆF˜-ƒ8㫨ùus «áß² X4Ûsµèõ®x=¨s+X[dU"&ÞnéZÇdRFãg}£ÔóßKÔ™ ¤¢I½TÊöƒËü•wwW?Á¹$=v“󣿈W Cúuð<+z§·uBë)`èú ?Ž!pôC4¡Öˆêšp"„2À(t…âНH¡`bj)J9ªÍ â(Ó<„A‚_nï¥ÿìIFRÌ-_a¦ÃÏÄæåò:šÅÅã…•I;qçÁõR×£õ Q¦ßƒ¡6Tã)Ê›?Aõ¢,ÝAö¹)DÁ•0P¼BH9³Ìþ‹ä6æI¥Úˆ”W¹·µÆ|ÀFn+†ž€reûÈóCôuh aw~6.!÷fp¶~îÿ”j«Gÿ Æb‹KCÏ•1å*K;¹ob û¥æøò½ŒŒ?VwY¶~3OÁ×N¨³ º÷ÓÅ#ó÷–ÄÃ…6ÛºÙ¥}¶þË/œã¸s¥ÛS®g¿²k¬üú(øÛúÑô*Ò.ojk;xj#(Ù Ž´£Ú<ø]íìFp,vJÆAò!©Ë™CÚMØë•ü•c ™^l í¡&jß,ðÝt*ÐÞ Eˆs7‚ÆgÎÃðxi á'ws1ºz ýgt[ØçûÁA¸± Ž’x½vÃÒ߉Y´0?£³$öÌ¿5—Žàô[Am#Üð}<&ÜkQOK|œ í=˜r3)ΰ4‹Þõid€zt¯‡qâ Œr§’AÒ ,/ÖÍŸ'hV|ðé‚AùJ!ž¿¾¼M²Šâ½_-¤ÐU mßbΧTµ ââ¶8Vï1¼ñÃkÛ¸$Ö㸜­ä½}d/ÿõHxŸÑ5TaX…Þ#¯iCËd„0ßö„ …>»1‹£cI±¢”7ÐŽ…jgÔÀü5Ö‰F6èôF˜|Ûä^+»ßÄðÀÅØUŸŒa1HÍY›Üdf3Çå\?ÿøæ+ü÷¾ÁÝŠñaú8‡©sú…°&Ž1qŒÕûò"|‘B® uB¨…bª‹`k§Z €¦‘›Š T¨Øp”ídSKxT''zÇðZnÒ;à™g_âWÛ²üÂá^Tg ™œ™…ðHañÐÛÁqŠó ™÷yq‡õ¤ ,®L5Šéån-Ö2’Ï5_ ‹ƒVÕA›æ¦×ÝÆhë&Ÿ9=ÊöÙ§9ã:‚ÛîÀôè䢱»—Á/Apsº Õ‹0pbQ*ëïÂh CfçP†œÈîPNb÷u’'pö R]µ gÌfÂè³Èеn1IÀZN§SÉRÎÞ§Rh#߸SOÏúúnc¶ —Íö ð½Ëâ†þÏ÷D y‹flk…£9ÚZëÖ£e‰àº ÀAØØá‚xvÙhZ P±”èÜ£Ð[_78,?–†Ñæ®q=»,ÅFL쿊žp hŒYE­ùmœ,{(!`f NzwG¬„b˜@t%lôotÑ­sÞ Xaµî‡‹ÀÌ>ŠJpÜ’§ùuÝ^žÎ‚9öe äYN×}Ù»9üæú<'Z¬t龦ÂJIˆÖß<2Æ’å Þ8~góÖÅÊrÓçÛ…æ˜ä~ D/ŽCŸV%–®"¹š“Ö&ýëà“1WåÏ¢+À7€Fœ¿Bðz~,@— _'~@N®>Ð íëãtm(ÖaR3i$5NNÛ?2¿d,â衘J2hõñ•ЃFIb¾ö§¤(é ìý.ÊvaZm[æÍ¿gúû°é2U ÅÝMúêvŠ[Ý {IQI¤‹Ä£Wj߸©¿íÛqváÒ?qü,j¡„ÇãÆÐª(í½h’…d¶Bjë>…ªDa3Ç\r“?ÿñmþñÒeªtŠV©PëðfG”ø‘@…Üv]“XŸ¡iÖµ¹Aê…ܲ_BSL´€ÊEŒø&ùj†\ÁÀÈéàʃýX»$p <ÏSv;Ø,A¤%г?Ÿ¼Ÿ»?RØúŸ÷c@6îCò.´‚ê§’[!ŸÌRIÆ1u+NÉE>½N2WÀa”1‹&h ÙI”Á6#C:†-³Âηá ö#§MŸ…àáCîÍAjyø Õ˜Ö­ã¨s¤§ÁUÂ~ôss”«kØGÏSMnazHO}ˆ6àCŽhÍ‘ê”⡺ÔêRíLÎJäJ,v6­ hBküÖ\‰Ši¡ŸiZßç9ÉOî éñ•Çm|» w ðýøZÞ¨é]e)ÞÍË »—ö)÷”ªá¾m$âõPd=VXÖáo=ÚEƒÓd›~AÔ Y+\Ÿ$Æm´!”„ à^ñA+¸ч¬ë¬&l9ajî¥ÚÿÝyÒŸ;{éà¥ZC¥a`7ɾÑY½ŒÛ„î¼_!ŠeÄ+þü>^÷‰ „‚âµm<÷mïý‹xLƒÅhµT×vÜÀeꞘ`_q¥—®GÕ&åbÌÞ«Ëâ:·vCYqQ²œmÒ[–fß@È^?˰˜­ øí¥í'¶Ý;†ä­RØìà݆}W`oJâ> ¨5û$ƒˆ!ºDíO#@xø¨g¦ì…í ê}{5äcHRí`‰Mî–õ‡67Ý 'g1C¶|ˆT>ÎO€jm&˜e–·IòÏÉY±ðH‹Ì×7Äo;?Z°(ÚÓFu¸ Ýå¦Ï!M„ʱדÅÞ®´—¨.¬£ªÙ N${‹í™í;©‹|÷G?ÁêðvF\Ý*õÜùmÁcÏâ¤e µk·r›(]V6sylÝAòY“ÊÊ ¶VÊ^ð,M§øo¿„ ¶U»úG UäΨDYèbÇ'Z1@ŸWÕ9@>Z UÉ ¨6œŽ6$l”c:&64»Ö7è< ±(d'¡{”sg^¤‹ã …± ¼‹WÀ6 ãg¨®¤aóbíØ¼Ð> ¾!ªóÁš@u÷¡åM6Ì89[ª%œ>Ø,èù ªÍ†½ãIˆnb¬\…Þ¤ÞçàÞ<ÇB:Šb 1ò ØÇûÉÅ-T–ßBê9Av3Gµ¼ V ÏÈ—(ÎÝ¡°ö6Êè!ìJ7ù™(]H’UQÉ^y YN;šˆZ‘¸½8ÔKÄt>§ ·ç4nk³›å¥Ñ úÎEò·ßC×3T­Í¤ŠÜf…Û™ÅÊL_¶@û $ªˆTÀŠ˜ŒûüðkÇ›¥Œã!®ð§[…àj´öýÀiÛ­ÀKƒ‚ÈÖˆmá_á„o³Rõf„‡mͱçFÜ„&¾À6¶_ð4ë€Çm0d{0Ùd“fKsš½JLdò°\ǾÛRh´muÄD4Än¦‚À›A@0ö÷B› ¹e¸7ßÜ2bûVwBÚ‡‡!±ËÕR1„'æ hv\…)ãvþìRÝïÑÝ Oײ猟sŸÅÐUþ|ùÆÎ˜—[ᵆ·1ñþ¥-*™º*4‹ˆcnG1bmÊ•:í‹Dî6»xöSrðÉÇ3ˆ÷¶ñ.¥ÉCÌ.„HÛD„lˆ÷ñaÏC­£8–Ú~ß­móðçäøÉR€¢¥¼§å¾ü€ZìAÙ¬Rr•É~úâ1¤Z@ÉÏ à#[ÃÕëá3Á.ô}í‡"¶Ü,zlž¼žDµÛ(Ìl{_m{œmˆÒì&VIGo5Ñã š*¸x-â»SK,Ä ¬Þ0Å¥ª¶b†j¤ºÙ¡>+@Š¿22Ѓ£B›Z¡]JaäsØ:5{;‰Ù$ÁÁ0ѹ,X*$²Iþlö-Ä ÓÛÞ9o-¨ºj„LƒEUD[Õ’ùel=œ)ÅêùÔ ÙJ _wZ"A)›±v½[ä®ûÁub3„¬óÝ>2ÅMÐg¡÷QˆÙ`á]¤p ^€û7`y¢7€y¤þÃPQW°F0T- +…$˜…T ¢y¨ÒäæÞ„¥÷˜²øO–ǪxFûp´\ {ëÎV/Ùµ$Õü,¶ÞQô¥•S¶>µØMuæxelmQšËa:3Ø:Ž KV¤×.W«j< Ü]Ipsy‹Ï=6¨E°ø ÓÖ¬¿Aò¬ò,tÔyOM¸U€ ½îô1øh) «ÍúÈϸâ4V;Þe>ZCÏŠ½êC’±Ý›i¯Ï) ž»³Yðo£˜†EÈ]ŸÙ‚¡2Û««ðü.ïË;kÐ×ùðPÁ `Ë€ÃÝü 5vˆ'!“€˜Ü!áÕhDŒ÷¹ø WbÎ1©Qk-D¨ žð¥}öóuijn"\åý¥aw€ËÕ*-fŽÏÉ»ƒd{ãÝb”k²N•*ó·±úø}ºØí¸¿¼±øeK…vOßwv°“®õ¶­pø“õ‘"åü†TDùùƒ¡Gö=ž2û.ñhŒÔ¦NÇñJ iþðéØaœTá«Kwˆé_¶¨ôö¨°«NýžÈÌpe£ÄeÃËæÖ,y#ƒR4ÈT£Øm^䢪y´j…¬Ã…S7øûǬ¸ÛOQO^¬ÿVì>kI²ë)pM‚ÛE£¹6yÿ]þéû—¨V«€‚­ê¢j-cZdZ•þàB+,0wzJ ž…¥UþhúMŠF…¿î ס-œ„»¯Âx/âî€Ò9ˆß¾AŒ©UŒ¯¯opc.E,A5]hŠJ^®2ÜÚÆÿðÅßÀœ|yü €‰W`ì09ø‡ßü— iU~÷ /ƒµ‹Ä¥¿ÀÝÕGyqÇù—¹<ù#ZreúNÿVó]¿ÿ.%—#|Êü,åò$Ü(_ý—ø‡½Žú#%‹’Ï qNÑp£Å 6Øwå’y÷>ÒópD«7øSùh$’ûµË÷o›A¼_>ê2ÍLçŸwý“U>™Ølülü–ýÏYµÖ•¸À®ùn`¬^÷Ïf¡{‡õÁgè>õiÀnŸ:{ Ÿn„$H?By‹ë€"Äáâþ— ©‰°5÷²EVÄf; ÿv­oR’D¬ sÔbÙqÇ?ìoIs’Ì:I¯£9º¨lÌñx ïq=’Äš/@e)O,“`ÆcåŒêßg¿òÎòGŽ˜‘Cë뢷PÙŠóìÀ@m}Ij>ÎÛë3lU%|mdfçq<Ý1^[¯#I*'|m¼·üçÅ!öø}³é$IB²é ¶òH‹Á3½c´ûú°v„ÕÌaíPÉÌD°v(eb”+ÆýAÅ‹$­#I$ɇTœEÒd$G7’„8·ÉF’ZÅomN ¹ƒ”B}\½u‹ÇO:Ãì°c•½ØÔ"Áp ?‡”™@²."N#eHÅÛHícäÕ0áÍ Ã!$Ç#HKQ$e©ç)Êkqþçw¾ÆìÂ}ÎtÅ\-Hþa¤Å)䀉déåþno,a±…0«q‰ªÝ‰\ñ dʼðH+rû£nþKÇ(’K…é ¬­=ôçG^Ä›žGßÀ5ð(å…)¬.™›‰I¾º´A5` êÅlH’„êEŽg(,_ÄÖß‹l´’Z¹¾7§ãœ{âÑÇÁb ^ù;ZG¼H%öw?ÿ»àaÖß'©Ÿ=äç†êüYx7a/<ì?Žç€íþ7£ˆúêW%Y5„P÷ ¼92BXïW-N´Úå=’RÑô%èühÖ9€‡8ŸŽ‘êD²90äý}•«Ó3Ä[XÔ ‹×yoß‘u¨wJ¨©rS·°Pû‹Ã<ø[ig fV'¿‘BótbÄ ê®ùºïRófnê2ÍnûmŠ©ÂƒtÓmW*pÌoåƒ9þÛ Gøƒç>ÏÜmt‡[I¬m’«TPt?—gÞ¬qñ:!È‚}¡šå+`î¢5¶Räæ~„k HÞˆâ÷¸ðJè¶-Š~/›“7@¿&Z®–ÎBì2xýà; Ù÷y®§À³/?9òïÁÀQ(ô@ôV éˆÆFÎê‹°^„äu裚Ì]üoO+š%ˆYÊ¡—5\¾ læQl9<-aâ—ÄÝsôõCaìmPµP¼÷&/ûé Ï õŸÀêÅ\¹…½ßI4çÚ¦Ai!B<Å5r=š¢<ý#¶Ëà*}Gq:…>= Ê<ÑÔÇKDVè ¶€[%¹²D¡5‡­àzúwnÏ[iÈ@OÐî#ŸÊâë©â³»ñ „±³ÚNn8|P4ºÃWkŸ½Þ†ˆ‰{àÑûÙøy»Ï?Iø÷™_ýq­"~éG¤}¶öý^Ó`²öw c¨BxUš[¦6¢Á1ׄ"û ï9hîp€O=^nXŽWB}¿¬T ñŒæÊÀ~å(>Ž·G&@ñîM*¡ Râ’c/Ž€¿¥…Ôæ"QÙC¸ÿ(—c·x<øð™Ñ Q]Æ.G¨ÎIHzrïÜÓôrI+aQMª… ζ0{eXÑ6²M-Þvñ[‰wiUÆ©ç£þQ'"Ç §á9wÖŸè?É MæGÅ.¾ûÞ;x†Øs­¢Ö»Ò Žq[hûMuˆ^ïöà …Ä¸c ÚŒ¡RËqÒ7^ÁîiG²UH¤—ð$[)f6𸂠Bá:t> ¶G`ë´´€ëQ(D õ!´Ÿú¡<í#Pô0qíûX« $]%l;NAÞÓo"õö²%ùÖ[XíyªfBtª)Ên*É(®7ZgæÆÈí'`ê-p® ?‚ƒTšÒê›X÷"{O£ß¼ŠäQ˜~û:…B•ªU&{맸Ƈ ÔJîòUlÎ V®öv´ñQÈ–ÉÍÜE–·ò´*‹…iòå"±t€Â¢…D•WÖS;·âexÐ?6†} B¾˜›{+â•õ‚`3&þûñnKÌ!N4‚IF¼TþÚc²;æùQñ7U˜ÿÇ‚$âuÝM04‚u q¯·³ f“j#|f±{K%†˜x»Ù[˜_F(‹µ}íÆ¶0°“ÁºƒvW§þùãÿï9q}²¯Ö]DBÏÄuݯ¬éD(¦ !2ös :sŠQû¿_m©Óû|¿;5j…ºZ”‹¨ÁÚ‹ö¾Øë*âëèÇ_ò«(Á¾}ÇnC^¿ÕŸDêtSlw"ÛÎ$rY&k–Èj ÙèÞÜÿ/œ£g‡)/³Mýýæ|q5ð³W”d9GМ T †3>ÄK-ŽÃ^¶âl)Õˆu:b¶€(ÔÞ^ûaÈoŠuþNP"„9œ¦ /bwkHÄrK8,ݘî$Š.Q6Ió­5 -‡!¹©‹`·@ûi˜¼¬‚¥¶îP‰\ârn•‚fG–ÐS8½šèÊCË  ©«à; ÄEÓŸ õC²ÕH:Èe²«"Oß[NAv zNÁò¯Âð3¨ñòßB yÈN-Cȉ¡ÊT+I~/Facùm”þc(ÑUŠ×®a;uÍû"•{o «*–(¡G ÿ,–H+—^áíR‰ &²fÇ£´åÀvô¥Û—É]ù.Î3¢\–îÀ>DåÞèÊ•Uá8Àd",È^ ]ŒÝpøo˜0ß]ê£`€ýQ!È=ˆ°àÇÍ7ßk¼0LùÙ):ÇÏ!ÅrìWšFrÐfR¬EÀÑÖ½Ò^v>›Š³#€:4ŠÅ;@.½E³ÏL¦žlkÿ ã°g°w¡– èk{ùºöÆûåYª² ªÛ•1Zˆæb¼6{¹ö9ÈþªPü§¡”Áé馴ºNk[[M˜GªÔ¶™·€(wÕÆM±Nî}rwÙöùYC­¨Šy%ªF&YA+(xú‹[q\NŠ©â´X©¬¯“¿ùC¬­ÎÞ1Ê÷®“»ò&+7^¥š¹…:v­íè@?À>MðùÕý3=>­Ø¿©èþͽ !¼GÖöÇÉ`ɳ7W$‹×èYRkw)T÷ÏùñnÓmh€¾¾^JsÚ¬w]©ZfÙD«lPÌßÂmï¢9)Ó¤@tÊXì¤qÙ;Pý-¡Ó’·"d·2 mo3O0ä^¶J%¹]Sb¿§Ð#J¶Z{‰–£t{ º]§qõ·Ýÿ}ˆ Y”㈫»Z8ÇäslÞy—UG·º1 ÙØºÃ ˜Vq;ƒH]£` 6p†Àj§œNè:-.Sz ú; ó ¾÷Î]"¹"ºÝN.S"]‚CÏÀÔ*”&°ö\ <ÿ’%€±–ÄÕ$–ÈS^ƒËž«RÔ‹H… tœ€-™êâ»(ãOYE¿ñÐjAÈöÓ¸Nž'²rŸ¿xí/IŲhª†Õ*8Œ½ý8š¥äŒµU4›Šsì0á#ŸA’Z(Üù!>è8À§ ^zº>^ñOþmRP ö½xqô[>Ľ}ÆíÆåÚ±ì劷Z4‚QNâQÝhöýs.ކC£œÚD•ý¸ÚÛ‰æ÷êbPGpº y)f!—ØËOP§)g׳DóIì½­d*°J{Œ‡fv{šo®¼E¾5@lˤ^º]‘‘*¾Ë#„ð^L’š –zYŒL’.*üÊH$?`‚‚}› Ò¤ÀX®‹á†ÏNp88ò<º$awUp¸-}”ÒI‡lºdHn‚O‘Ó ;Ä~‚gÁ; —@³AëqˆfxåÚ7¸X50e;¹€Ó뢣{œê݈߃‘§ ©@v Yua¤“˜m4³BkЋÅÄbÊh%wglÉOuþ è;Œ#{íP-hCc÷W`íR$øF4ÉJF&OQu¸0n¤Äеˆ6vJ”–v$¥Œ±•!wÿ-@Ç~ôª…•~€ü‡ÆÏèÿó‘QF“O[=„+ð“1>‡ˆ£ï‡(Bôɵ±CaŸ xÙûŹ+@6äA¢L²RF’÷Ÿ~=@'.Ü]=Äã)ª+ އ³¶ ›¬-LaUAëêÁw¤gQõ¸º½ÍM›lÚÈcwùqË*—Þ>–’¬§Cx-1ú÷ÑÈ€2d‰X$Çz6Ç÷rEêÔçõÄÓV@ǬNòýÅežîîÆã…RÍÝ/õ"hž:‚ÐUëÖQr€â©m_]GÜ¥˜÷ˆ°‚îÓÈ•uŒB™’\¦âð‘°ÉU€ IDAT]."m˜à„’ Vï‚Aú:è‹Ðw¢IVçßäë««¼¶ ¾<ƒž)³œ¯ÛÈêCÊN˜þôtެ’̧(ç6°¹ÝT\^JºÕ¡cwQ­N²ëIðk$l=¬¼þ5ŠÙ-ãÃ,ÎL2;óÑ`×'§ø×ßúßøŸþ䯘Ÿ^¢$Ëxû‡ÈeÈ%™þ“ÏPQ$ — ~´“K{‘•Îá'1"‹®¿…äò UEiàøÄâûˆtXÔÛØ›ŠVÇ_R¯ZîA¸ÝVò`a™[Ïí1æ2p¹ B"֊·‡þ}ü)«ÀjÇYEÇB–>¬øPHcåÉ‘YÀÅ7H“MÃÆò.W;V5λNÖøæÛu,EâðfiޝÏ/ã Ž’4ÖQ7¨ì<î¢3‘!ÔyJÃü{˜->Ò®Ã̳ÉÔÌÝá ùhW¾ÀoŽ<¾sÿüþEdÝÊ‹GÎðúú$ÕÈ2ëøB;ç‡j‹ñW¦çx¶­£ýnêßò`@.ˆîP;ŠDC¢i~y`„ÕÈU~:?J:ž`½£¨912ª.;F¢@ÉaÅbVêiÁ¯È˜U°–M2’†Ã-ŸšÂj%S5ˆ¬q:«äìNÊÑ,ÅøöÖÈdùÝ£‡8yî‚°á«?þ ±8Ùl‘%̪ Ù¡¢V ²… ®¢Œá*6éØ`ïò»“0A½•ñ"òºW·‘ç½rÁ\AXèe„¢ #t2ÂÑ»­ xßeDR°¶íÙ†}^G8ŸK®øfí$~›¿¸Wÿm`ŠYÑøéé†õÛ}2ª˜‘)ÕöŸDˆD™V¬;˜ÞI-áôö )üZŽNl€L?¢O›‰ŒL¡Øøj×#d²t»ÚkJލò>ðØN.º¨©uiÍžÃAÉŒ`÷ŽáM™<Û©×®lº¶g+Šo VD­v7 ìä­l\bÅaåõD+¹Ò&jv\´jˆbrkÿilä/#¹½8{ÎAô:Ådwï12%-rÙ7€\í ¿ø:Žá³˜¥,¹©K¸Î>‡²¾H>_`hð¾Øëwlý&ÞQ[¹?±€™Ù@O ¥²µ ­¥ZŒàl=E!•A-/¢z‡©ØJäV§±Ø=Xƒ‘%*ZÍ=D!µHe3JÅãCë8ŠV(`Yý€JßQn_9‹mõ‹ 9|ÒW)-Űöu‚ó0©¯ãjÕP:Nôà“ŽÆZö8À¿?<¬œW-í¬ U„ÐÞÎ-ØöT©«;Ô–쨩åE°ÔÊGå§Á1\ß¾”ëˆø¸~:΋mÓ›à9°ö#èü|í¢PYíPõ÷ ã)H]¹Ü}än} ç±s@/l^Å€Ðavzù"°<Ã#”ï^ÄÒ{’âÚéØÝDçø‡õ* U{«×Q·âl¥ÕX“o•aV˜©•‚ˆB5RM3Ô–«« ibŸ›ïCÛ“» vȵ/ ?…¾ÄòÌwa¨Ö¢gîUz`ëØ pŸ}´0$–!qºûAë†éw Øñ( „øä– û ”T ÷~„}ôqp°±Õt<¹vËÈã§þ?öÞ<ºó¾÷þ û $¸ï¤HQ¢(j—÷H¶'±c9Iß¼ÍMß·÷¶Í¹·×mN{nß%éÛ´¹9uzꟼiý6K“8K›D±'±-Ù²%YÖF‘%‘â¾Ü ˜åýcJn–›…ßsæ˜ÌÌ3óÌóýmÏï«^ü7ÈÙQ y‡ ß~“ ¡kÞOl°ƒXp kën›êíWjšÀ¢Ù["_Ç´÷CÚ=“&¶} [øuÇ¡oá×ÉdîAË% Z¦¸x*u„¸¦î» ¹ûâû¬  ñÄ5‘0D@W ,Ãü0•€o rõ0ƒbZ4Doƒ3žžJºúr@Å%`œ÷Á²Vz¡ò!4KD\8î£ÎJ-/¼y;„ú ª „&𜇂B°V€çÄ ö깈Pµä0áþ,•È;@¸¿ QõbÜyÅ;Š4݇±® ”í„zÞÁZeƒ’‡!p…`ï0¶»€°0Lhq “Y‡h·} [ØÂ¶ðËDrÔGŒõI–ZpŸ†$‚—o€¸ Mt ±©¸ öƒiÇv£™î‹ t¬V˜÷CQ= jIer÷FðtBE«MG3ùÀvTÞ†¢Ú9''¡À áe° `lÿ"Ì\s1èe(k‚a8ýw/ÌÞ„å)hª@)L]‡ÚJs ß¼„¥Ò•È3*JpCm+j@E™»XR ¹¨#K¶%(;ˆ<2ŽÈ,¸Ê!â 2v SY”î'Q%êîß"ô-la ¿¾H¾!Û<ê-üâ‘É‘ÉܾÀz*Ød"Oþ¬©ÇMéê"64¢¢…ûÅMñ¾›V´fu ÌñðAoäª0…ò¸ß|n\f –ÜP@óåÀÌ(Ñ ¾0 la°îeÍ DÀ} ªòa.¾q°:À®‡¼ûÁ?K=Pí„P•–‰®:Œ;ˆ ]iCó˜µÀÜeضü&¤ñ.ô;jÀdGî_D§Ghz ÂAp_…ª2X–§|è }%ï!68BT7Œ-/X…âÖ-BßÂ~ñÛ`nÏ6D¥¯ÏDè[$ÿ«€ä¹dR‡5ºì1A䙿mDÑLñ5ñ¿õ%QbMH+ã´zÌ-àÝ (:-óm ~„V@÷¨t-07®(P+‚¦­+1på‚£`pDÂPhûý0wEó¯£GêBŸçƒòÇ`z¢£P½¦g`®š‹AhC½ýB¾*¶±:>€!æGlØ^#±Ñ M%`©…‘[D£Ów|& -t`Ýq/DdÈ­Ï…›[„žŒŸõVü:™ÚüëØŽ-üæAUUB¡Cýýø–ý¬®†™œšbßÁìØ±ãŽÿOîÇ[}ú‰l“Z`ã”´ô`8Ðê|Ç×R‚ã†XO퓈Œ¤)ÐK¬Wvô“û€Åkà´Áü ÙÁŸX¼¶xÇÑ!¨XC;Ä&aqJêYOä«@x¡¨†Ç¡ „äñ¡o©ÕŠÎ¸»Á¸Å¢Ž¸‰®ÞÄÔò„æöb«²BþÐÛv jö¸L`a‚ü–Fw -\B_VÆ*è¿„\$"–T@¿ŽPøÖm°¢'Ô k}.8 A_QÓo7¡§7ýI迨åg½æ_¤ÉrkÝ¿Á`I·›Éq7á`½A$qáÂy¾÷âyö _à©§žÊøßDŸËDæ[ý1’ýÖÙ0ŽVþ'^À„ŸErÈ%½Èl” Q RŽ=uY0Sº–H¦Y,ܘïg_QùA7ØÊX×´“Íïñ¬pTÒ¿t† ÑÀý¹;0£@dL$ù^›;… Éì.«¶ÃÊ8¦`5ÌF &oÐ]<>æbÇR1”€J. ¿L™d¦¦i;×¼z/ sæcpÙC!¢á>äzL¾5娞9Þ2xçy°ºJŠa>‡àÜ%Î8l'Aµ°â(ÁÊî%™ò:3T>Š<~ƒ—Ç»ðXôÓ1J,*÷7擄ò=È×Î!ç¬b¬,o)¡™ËX+êÁшtû4z§J‹Qõ„Væ0B „5±jøéb˜Šh Ï,ü§Ý«ÿž—!&j ¼x2­>d’Üô®!£eþ]D«‡ž)òÏ ªªFQ…h4Š,Ë©;(*±X Q/":,V FãÆ¹–郃 YÉu³m™Žu7mØì÷Ög;ÿ/Z¶ÛP·Ûƒ"Ë,,.ô¯039‰ÙlÁhÔü«19Ʋo™ÉÉ)zðùýȲŒ¢('ÂÚû¦ bü» L¨*UwÑß@ÓÉeyºç(듲,l4 _aöVÐJìLÚ~ ÍS\†æq.'UGíDó— é™! ò5‚æ9ŽWgÚX¼YÁÓqà!\XÑ¡éÈ÷°îé>K„E첞”fg†ã|ǽJ›¾‹¥{’ÖJ|{ª‡}!Å®fºÃà ó¿¬3þÊõŸ@Þ.*Í ‚ï¹%”[K´ht¢|stÕí§®ê0‹nÆtAþ°±0¹W  6 ±ÈÇ»¾GžÁŽÃÚܼ̿@ÛÞJîµ´‚r øG®¢ÌÊäämãôø5-¸EkÓïB,¤ÕA­Ê[1z\|çâq>ñ‘?¦RuðíK/0á‘ù¿?ò X¦{¸“‹ý!ö7=„ÙgF ­ _ƒG‡ å¤k/1_^ÆOÞ¾B‘£”ƒB1Â͘šÛ±Ú䉯2ï—ØSW‚!`çŠû&]¥ùü·ÈB—¾Ë·•©~™½yE„Cs ˆN†/ðg:CûÄ™EƒjkÛã¨ýo!gÐoÛ sn¤ú¦l¦ÃÀ„CZ_-þ“Ó—./RâÌ\!'"ÂÀ8ì,k†bÏÅh™$´ûnH9át½ËÿÝ-dY&‹ÅX]]½ãþjL"°  u"f›‹ÝNYYÙ‚Nþ}½³ ¿ß‡×çãÉcÇîHô°N¤é„7ÐׇϻL4C–emBaÃá’VlÊÉI‡¿nUUPdgQ!v‡EQq»p8Òë,¿;'Óþ[øíÂÄØ8ÝW;׈@–Ìf ²$±XÁç÷³´¸ÈÒÒ KKLÏ̉FQUu£ ÎzŸÒÅs¤+:BœÌFŸªÒz‡¾Wƺá7 u“ÿéXWjŠÑR½&cøÐ&ÿ/e]7M¯{O|º–’%S–öttÞ$åP PŽl‰pP(«l¢ÛÝŸFözT)ŸûÊJ;XêSö°;k(¼¯d»¦¹ªcñ1È„ ÌL/ð{ÕF*«­@;Òò t‚€ÆH2Z‚Þ„õ`S!5Ã=KA¹™¯õG™êZ†{‡!§sË·°ÍDøMUà4òÖdg&fhõ߆,ä@­b9 w³½¢‰–m‡øî饹­áذ–Ï@áQèí'_ðòÁ{Í()¦h‡‰[ÈK'Ñ·â­sÇɳ”2¿¤[™ç`ëûáv'ÓB¢^‡tSß÷Eºû{X4.ãh>Èô÷NS^i¥io3òÄöÀ"Õm÷`0YY½y s¹v<£Ãàí@hÚ‹~¨u¨a[5zg=j_/’؅ΖXR¡zÂCñ_V𵛩5lo Uþ©T F¦¡º”õÜIh¾¹ •fMòܵ+mD.wÜ“)ÿP6D£Q‚Á`VŸ§¯¿÷ø+?1IÆ ×ã*vQW[GiI 6»Ö¡–—¼Ü¾ÕKÙD‘«˜²ÊrŠ\®µc ‚@÷õë,ÍÎ222Ê3Ïþ|òÉ» ÜI¬O'öS§NðúÐéì6;yùù˜ÍDQ@–UTUÓRT2§ªÆ>E‘‘¤1I"‹¡H2J†ÿèÐéELFFƒ^‡ª¨L¹Ý Bá0áp£Á@Q±‹<§ga!Û[Z² 8wCÜ[äþÛ‡ ÷_ù—¯°`³ZÉËË£ /£Á€$+DcQb±±XŒ@ H,‰ÌnÉdžÐȇmI}ËìæTW|}&ïom–k6¡¥a}áıJAË9ß‚¦s¦kø·wÐÒÁBFm9[u¸tô¾Ã>v C±r[‰•ö ûtá£èøies¬%^ ±j_÷\Âd/$BˆŠ<'$|×D±Ù÷Dy/>ï"ÏOøÁ'©bÍŽÏŸGyâ¦zœ&3ï \ûŽøÕ‰¬³S!0ɾ"+?^pÑýÎU6‘ï½GÛoþ,ƒ«::í.µ ó¼½:9ïƒÐØ¢0± U.0ì†é‹| ÂÊ?Më¹|ú ×5RÞ¾Áóz{˜@ÌÀ—þíeB6 ÿ[y;k,Pu?¢×‰»÷]s~*Íeª!ŸÓo_d×?–¦}/!ø»ð/É÷Yþúq¢F™&ë6 Vƒ“n*áVP໯ž&ªP""»¼§ùýû`n9„<6‚8•‡a~‰•+oâh­Fv#õ¢æ-ch;ŒA]¡u~HëˉÛ| x¼5UCOH„1ÀmIбš9k£Ž¸Žh4Šßï'‹¥¬—W£¼øÃòíû.ýƒƒ¬¬¬d9ˆ:‡—ËÅΖ}Ï{hjjÂ`0à£ëj……Eì=t€â’A`àv?y¹ø|> F#ìÝ»wí˜éD—x2­¸ÜÑÁw¾óµÿ›L&Zšš9°oµÕÕ˜MæÔ™!ññMVÂáž©)‡‡™œšdÉë%  …îp‡A¯×cµX°Ym8r”—P_[˶† œNŒF#ËKËL{¦˜_Xä'=»÷íaßÁƒäææfõ_nÖÞ-Rÿí‚ÉlÆl×Þ…e/gOD§ÓQ^ZFmM E……˜L&t‚€,+¨ª²ÖgdYÞðn'ú•¢(èt:t:U€šTÑÌïkE‚€BJú’d«â]ÈZ>²ŒãT M©xx,m{ð,Ç8šöû ëµ›I÷TgF.)ùÓ2Bt°3‹?€‚L€~¤E‘ ÕE<™$RUBs.˜ùQ®±L;y€¹?H}}5² ùÉ¢H°Ä‘²<ŽXw€ÁNÄVÇ7Þþ?­«äýv;ëAq hÚz(‡Èû|A¸·Ÿ­râü‹üñ}¢‰uŸf¹hˆj³VžG_¶ÃpêT'BÙNXšâ<*(=LŽoóÞŠåpdÿ`ö@Å>bSr 2ÿùwž@ÌßF@x¥ÿº²jn¬—á’:Œ΂ޯrmÒËáÕN¢#‚%‡"—Ìûz\ͼsþ:OS­ “¯ŠºÉ78ØÚΪ¼ßÄUÞ™šaÐä`q΄så†ò] W½ý&F—ÇÎm¬ôLb´¹1í¸ÜKȽ§Ð•ä X—ŠšÑ'Çf’ДE»¿Ê’aƒÉ=Ⱥ䘘ÖkˆîOú¶¬¿ I¿6RêêdE62—e¿ß¿A#_^\äÙx–—_ù) kë;Æ(//_,Ÿ'Nœ`rr’ŽŽ9ùÆë4Ô×sß¡ÃÜ€W1só ÿ·ï±ÿàAšw´à°˜ ¬˜šžÂ`Ðóƒü€Ý»5;Ez`Nògò’Ln/¼ð/¼ðn·›ãÇóÜsÏñÝïŸö¶6ª**0›-èt(  iãþ•†F†& P^^Σ÷ÞKyy9û÷í_¿9qM&ÔD»^zé%9{þmÍzQTD}m­-;¨ªª¢  UQ8÷æ[¼qò>ùdÆ6fko2¶ˆý·û÷ïç{ßû ½s‡çž{Ž/}éKMFì6zQ½EIõ™+Š’•Ðu:¢(¢ª*ŠªjUÕ⤾MU×|M‚ª2-±Ñظ̺"“Œp†uÉH—ÒÉü߃LÕÄõh‚Hy†mɨNÆ÷KŒÍéÆÊ6©97D€û)¢ÒªC°;y‹ÔÙã7I¸ ÌÀ¡˜BCåÚÿ«Å`]¯'à[Áž»(à¥ÓìiÌ'v[Æ" A©î ›l.·–.Ò8PagúÖ9¼Æ"]ö€!ÄÞ†~t¾“œÆ!$ÕÊ+ ‹Š„²½š†^ ƒÉe¨¯Õî¯rK±6€á—µZìÅ»À;ÂudT¢·N¢Ún`°˜‰9Š9Òt˜…¾^.]áhc;õf#Afèyg|„*§ 窂EZÁÓ±Ë.⊅råÒ RÞÕE´¢ˆøCäœ?Ͷª°¯2^&?7‚Z å7߯ÞP†±ikn»p´> ~ÔáKåˆÒ6ðLjÍûQ#§þùê¢úÇ{Ó§h˜ˆw+pXèQTdEW %½A4SÓnàëh’fŸ¤Íµ¿'éxÉ|Óq -(î>67½g3¹‡Ãaü~j°Œßüú×ùÿ¾òÏL¸Ý8p€ÏþóìÛ·OóIgY`ÜŸþy^~ùe®^½ŠÉh¤iÛ68H{[;Žœ º¦ŠX$JoÏm:®]¥£³0ÀÍ›7ïŠØƒNú>Éסª*n·›£GŽDØÕº‹\‡½^3…(ªJ$ÁíñÐs»—`(ÄO<Ág?ûYÊÊRu‘t-:›Àq‚¿ÒÁ‰àĉ¸ i¨o ©±—Ë…ÕlF–eÜ““èDŸþÌgp:Ú™mÉvî-üæ"¹_'–/~ñ‹üÝç>Çî¶Ý êõ¨ŠJ(d`hˆÁ‘a¾ô¥/ñþ÷¿?ELhå BEU1‰bʶLýînáFs%Ñ„€0©fót“tò¤-Ð,  Úøå@Ók+“¶/£™ÝKÐâ2MÌ[E#ú»5ò ùîñ%?m[èóã×{8iûE§ñ} š²w.æ%¨€ѳÃfb§h$áÈxXôoâȯ  ±¿²)l8AoÔHï°n½nÕV¸·<¡^jZ¿†q4[Š«ãs\š< ù.ŒÑ~ÏÀ^¿ê…k¼º4ËPÔA4 QY´c9 E^ Bã`œ™0Tìàs3áÜm•ÿÐP 9Ap´cüèÒ úg&QcFòJ¶#ˆ. ò(P¦r£ FW—Ǫ$Š«›! pi讎Ïò±=Ñùcè'×âäEDkóóaz–¼üÑ£ïE™šåí±fÅF¦Â ±‰aŽz×löByLuCL— üy„g;°Tׂ˜Gx c®€Øt/‰ðHáõª>œÄ²é„y”oÿvöXCøj¬ü~f€Ó Š),z¸?ÉìžÞÁ“áGÓÎïäwïacG÷ûýƒÁ”u³“S|þóŸç‡?:$I8p€gžy†ýû÷£(šù.ñ™þR#¾ß»ººøë¿þk:;;ÉÏËgÏîÝÜ·ŸššjŒF#þeÏÌ }ýý sáâÅ52ÍD♾gl’½ÎÎN>tìm»ÚÈu8ã„.KÁPˆ›½=ŒOLðøãóÏÿüÏ)mÈDä™d¤“ûóÏ?ÏóÏ?Íj¥±¡ÚêZŠ ØmZ¼ÁäÔ$ *Ÿ{把Šîª­ÙÈ} ¿™ÈDæ‰÷pÇöëêÈËËÃ`0 ËJ ¡?÷Üs<öØc)}Z„5"O,z½½^¿Fò餞øïþg!Î6Ë·?Ãöd§HMdŠ‹@“g ü!í{`ì9@= ,‚£€qi¥u0?EM°Ô°”(L_‡ò€³âyß­H·Ð)Ntù«àt‚µR;Ï­‹PŽí0Ø*®"ÔÕÀ¸ÀÊÜ­­Ì#2qSEæXžZB[ÅZhDßÜþ"û/!ØÉ/k&8êÅdõ¢/iEu÷#Å–16ZAh#|ã–ú °7ÀØEb!†¦J¤ ‰ÕåŒùfôv â ÿý3ŸI¾…étâ–œì1LʨÉ""Nè`bÊòáþ4én³Sh‘¡Ù4xм(¦ø’8´×ë%N5†  ò7Ÿý[NüøÇ(ŠÂÓO?Í /¼@iiéZ@¢(kß¿³-‰Á¦¤¤„~ô£lÛ¶w.¼ÃÀàË~~ŸŸÏ‡×»„? ±  ‡Éq8ؽ{÷¡!YxH ‘¦ %%%¼ñúëèE³É¤i#hé>¿Ïä$¡p˜o}ë[X,–”vnÖÖô5“åÂn·óÐCñž÷¼‡×ßxƒé™,f3zQ¬(€ŠÉdbii‰7^?šÇ±X,Y…¥Lí¾Óú-üf"ÑGæçæ™›ŸÇjµ®¹eb±‹KK,y½<òÈ#ÔÖÖ"IÒZN§î$8&öÙêc¿hDÉls•ÑaBËæÆ$£NŒ4vÈ]ß/§£`Œ‚±M›¿Æ0•°fÈŒi~ S,ÜÔ’ËøoA^;P ‘`(…œ ðÞËØ‹`Ø Š CÈW |'xU˜œç<¸jÉj|¡v'ª#CÐTŒ©|L\G1.c¨k„É Êê8–ÒjtQ z5LxÌ‹!wkE«î ÆÀ0滕<"ãç1”[óDÇ¢ºIŒÕ÷ N Ìß@¨¯DŒ²4Їµ*SõÈN;‚ܸÑòã,%7¤=ƒÕ6¨ÙÉk»Êe˜ñf9PT¡É_ÁMö±“•êõz7øË'Ç'øÊW¾Ìk'O! ù¡?÷¹Ï!IRÊŠGÏJñÈïôí²,oøX{ì1^|ñEZvì §·—›½= Žâ]^Öæ°‹:vV³…K—/‹ÅˆF£)ŸéÇÍD _Ùç IDATªé$˜ü}Ïž½¬F"kævЂá¢ñv•––ât:‰F£›.émÏ&ð¤/ííí¼üò˸\.ffg VX]  Q•ÜÜ\––¼<óÌ3)÷8‹e.Ò…œßâœG¿Ȧ¥; „Ãa zÚ+*’$­õÝôe³÷*ý¼[øe 9• ¢Ùd«Ðfø—oÜGîŒÙ†æ @Û/0L€½è‡ãÛvÂÊ5Ö#¿S (&P{ pLz€2˜ï–À´ #@?ä—ÄS½†ÁnÙ %P¼|>0¹aÛað6ÀÂe¨(ƒòf¼ ¥:h{/ôwBèÔµ£[­‡¡AØVˆ®ê!Xb¨°#äTc-΃ Ì]'Ÿ ±ø~¢ßã æ¦z‰ÀØ0ÆÆþbÂ=§+òò\ø.÷¢Xg(Øù8Á‘U¤Ù3°:αTB©¼×ýK‰ŒKPžJÚ,°¹øgš?&˜¾Û¹eq\šÙ|Z†MK‡Ìdî]Xä7Oóê©S À7¾ùMžxâ‰ÂJ¼ø¤ ÙH=1 ¤Zqq1ÇçáGaxt”±ñqfççˆD"(ªŠÙdÆbµpú72>ÙH4yðÉô™X¶·lGU †õAOUTdYÚÚÚÖH;‰¬-ÉDž~= !&ýzÒ >±Þårñ©O}Š`(DT’dI’‰DVÑ‹"V³™wΟçêÕ«ïu&bÏǰ…ߨªJËŽ˜ÍfL#¢¸Q»KôÓl„žÞ¯6³Šmá—…dÛk‚¸ëÐl³h$œ\#÷¢¥=ÍG5³3U¬y=DF í  8«}@tZÀw ÊkAÕÌîàØ Áï `«Š·AñQž…`/ä–‚® &^‡| Âè9ÐÅ ± †Gš…E¦:¡²~µ¿¤qh»VÃÚ5F'ÊÅPncÜùÊð$ªÇ®Á޽ü^¢×Ï!¸ŒXJw$˜&wç.BóÅø§Î`oݨυ•BäÛÐÇ/ŸŸcÒ7†?’yRDhJöÃü8ÄR·%’Ñ"å?r§L‚Æî°OÚ´p8¼ÌÃ++ôݾÍŽgqq‘'Ÿ|2#™oFÞ™4ÆlZsbŸ/~ñ‹=z”ѱQ&<“Ì/.FÑëElV+‡ƒW^yå]k‰à¾ô(qþâ’l6;F£6è©Jj€P"8}I&óLÖ‡LmO¾Žt“üÃ?ÌÁƒRÜrü‹³ÑÄ—¿üå íN?6Ó¦{°…ß<$?oQµ(wƒ>¾-5+œ¢(Þßlý8SÚÂ/RÚïqÏ£ùÈ4öH¨†hQU°ždÆf¢w¢…'‚–Ëo©EAo[˜›µã®N3»fÝ`²Ô ö(„óµ Z ø'À!€õ ¬LAè"Ô×ƒÒ ]àÈ…ªÝ0Ð Ü„Ú&ƒ@o‡ÞWµ¶U¡¦.€ 4½¤2è; e¥ë@ ÌÂä1w?º}D'£Hã]è¶—!Xw³ÒqHÈq×Ô±äÕ,M˜Äm,_¿Ž½®€Ëv¢}¯£ê(³#n?ˆ® è ÃÎm.¶•Õp8½¼,Z…†(áÈh>”ù±Õ‘=ýëÆ¼N©x˜¬SÛS#Ë,//§¬‹†Ã,Ì/ðòO~ÌõînÊËËùÚ×¾¶A+¿¡eÓ7ƒªª<÷Üs9z”±‰q¦gfðù|ÈŠ‚ÝfÇfµÑÙÙyGm"“Ùy33¡NÐa5›1èõë>A€€€NÐöO´}3óäݘ%ïd1xø‘G¯jZ¹(êâÙž@o0 ¢òÚ«¯eÄ yûÞK´çQ&0Öî€?Ñ›gPùÉOröÌŒ&#ƒ“ÙŒÉhäÔÉ“|ò“Ÿ\;fbžl2²î¤_ÓúÊøúÄþºÔ¼®ªª®µ?™¬ÁBú¸ œŒ#ÛõdºŽäëojjB‘e ƒ!NÔ JÜj 7èéêꢭ­mÍzIpJ¿žäû›ü} ¿Þ¸#‰ÆŸ³NÐmìÛqdzïÆºôËÆ å̡項iÛ,hú©Ìy:B@oüû® ûL°1 ìÄS»d‡›Ô)s ¥Š•âר¸ápÍ0®â¥ 3®$Òè"Ìž¤ßC€JÞÚq.°ÌrÄLH–P§n³bðQ]ZÊQc5ëþü¬gXà›3 ‹Q‚Ò²yŠCÛv³[XŒ·L‹BGîã_—ç‘fU>¾Mú0U3¨Îðò[§É-ÈÅ75LÄìÀ )¶tðû÷¿¹°Ÿo¾ý,F¡ù% C!ÔÕ›üùï|T»£—¡¶*ñ× ú½PóŒ½ –(y(Ñ~7T¹y Ó'`ð2rt±õ(4ÜLÂøÒâ¿¢¯=ŒáðÃ(Ýo#«×1¸‘熰×ì'|¹KMÆû?ˆ<Ø…<Û‰q[3êÌÑë}˜ (p=N¸÷¦¼QŒÛ÷›'6p CóNŒj9`ÉXóîç w®ås·) %báUÂáU9yò$ã#ìÛ·ööö;šÓÈ4:Az ’˘“É,ü…/|}ìc b0(.ra¶˜™œžbjjŠââ⵨ÝäÁE§Ó!ËòÙ¥“Y2Öˆ–õA/2µy-ÏõH<ÓôžlAL---Øl6L&-9¢j nÔxBY’ðx<´´´l ôlBUú=Ú"óß dr!%p·Ï8“O<ÓŒ_sû"šÑ8SFº~´4² \$ý‰îKZׇk”ÀZ‚ÈäZhó¤Î‡Ï„R ýð@Úöä9öÇIN%›ÏTÚñÂiéy,À¨¢QÔæ6­øgñFb|¬h74%í‰_íZ6ûéøg!ËcïðG‡îÇJÓ~™„ýž‡iÀêÛ@¬gv|G^±FæŒÓ(8ø‹#0•¯.,ò@Ž‹}•lÅûAš"87‚7åñmíèL}44@0;aá–Bí˜xª³µ´<5ñ'6Ó #ÔÜ·Na²¡\{Ý®6ÄJç«èš›À¶ ªËÑW@ê~©¿ó¾Ãèæ+‘Ý ŠQ'¯aÙuÉDê=‰¹v¢”KøZ'–j3¦–F”þ ȹ„eûNÂ#SÄ®ŸÅÒЀÁâbåÚUluè JSƒâFY/(à%Õ§­¤}&c1þéG‹RODª¹»üìw‹ä¹æjL" ‡¡ëÆuþæoþfƒo-Ýgž-ª:=1Eb.kòœÖôßéó[Ÿ}öY99ŒãóûÈq䟗ϛo¾™Õ4x§(÷dÒ»[$ûº7‹ H ™ÌÅ´d‰ßÉŸ‰%±OŽÃÉhBÖŸ¸¬*)U¶çq'×Cr›Þ-²ÝÏ»Y~ðëÒ¶ÍÌÞéؼŸ§[Š6kãfçy·÷áç}ŸÓÇÆt’ccÖÌô<A´‰\ ÜF‹÷°9¢~''=Ï|.ÐÍzµ·²µQ_Ã"©ÁÔ* ¯†×Î$æT²4íå¦w€›kÁl°ž¢§ ÍnP @?²hÄJ0AiŽÈÁ{žâµ+ok¶!^ú)ÕÎíXó\|kð|ü˜Õhf~¥AÑà»ö>€­¸ V{@_Œ±z7êÂ*Ë#LIü ûu¦ ð¸Ç´ÃXK€(~ wCø&k}%m“`àu¨Ù ò º’:b] ›A·÷à™ÏëhQjômÄ\× }×@@lh%83‚à(BëB_ªÃ\ypçeˆø°ìm@õ‚<>ˆ.ODQMHƒç1šqä#Ì,÷awæ!,ͽօþ[½#˜Kê(1‚Í®=¸Úb0ª÷ÊP jÛú °Pó‰ËhóÁüàAµi0ÑQï¶ÀÝ ¤hÖ>Ÿ)#Ðqõ ƒƒƒìۻݻwot%ǯ/]ÍD^™4UH}±“5NY–)--åÙgŸåþ÷?`ff–ŠŠrŒ'Ožä#ùH 9'´òÄù’I7]KOh­k×Á ™ŽôÁ%]óݬýÉK¶ã*вv}v› ³ÙL @U´í±HŒ`0ˆ”&¸$Ú–@òu$ÚŸX—|Ýw#ÐdDÿ=–l‘HüþYñ‹"Òw{Ü_DÛÒq'a,“µçÝ Ûû˜¾.Ûï»ÁÏ*P ‚Àªªn(ƒ”|í7ÐLÜÃÀ“iûíe#ÒÇÔ"´RªKhnM+ZJÖûÙé9AŽëh¦÷dëÁ#hãýÐ +¹|$ihð˱ % èm‰`7"³XŠKðæoc½¾^4À Ñ.0îÁDŽVeÍ©Â!O  @Ä â蜵QnéÅQàb”¡±³XK]ñúè*Øš±æ÷]î…üF0ïeÂ#äÔV³2k†É)¬e­0~ªË ×Ñ>(l×¢Ú1Cý.X!´þk`q@^èUì…Â<”ñ Íš~êǰ½èꂊÈÍW¸œ0r "~lõÍDÇÇ1æÛ^ÇVêŲï(LôÇb1"F0çö-£‹‰ØŠÐ9ÑG£èMK¨ŽBþIôú úÇ[êÈCÓ¼S†nçzŠ¿ü¤u(=0Ü]µ€ŸÁÀºvô¯F‘bÞÅEº»o ª*øG˜—I#5™'käé„¶¡'kÁ‰ývïÞÍŸÿÅŸóÜžCÔ‹¬VsOdý&ó`¦ÁãÝ[&¤›Üƒdíûn„¿ßOiI)6«…@P›X(I2¾Áx1˜£G®Ý£„`–8nâÜ™ÜÉÂHrÒ±0?O(Â=6A,MDEÁd2â,*¢´¬,cù×L÷y³íwƒŸ—p°¸°°Ö>IŠ­·OU‘$g‘£ÉŸÎ˜¹ïdBr[Äîžp3?7KÀ·‚¬*kõ|U]{%¥¥kÏ`3mún„ÖtÜí=ÏÖ§’û‘$I(‰{UKnSU[‹ÍnÛJ9‰û*B¦Zˆ€FU­ñ}3¯d hK[7Oªy=a¼.`Ýd_Ä‘ÍrjîeÝÜŸþŸÊøÐE™@¿æ¿7ˆ©-˜Ô$»½ÞÔˆ-x)Ŭ¿ŽD†xh¶âbfðNv“_Þ X9Ó}J¥PKCJ>o þ½ÞHP4ì3”¦xÅVÀ‡k*XKJ³Ú‹Ý¢CÈ-B»ã×A·»Í ²›ÿð@r÷¹M9à Ð9{`â*TCÕ.ð-ÂP/44i ²j ©÷MôeFh?=èœv®€«¢ûˆuta¨¶Ãž÷hóÄgW4-_ BYÄv"taÌ/&4ïÃV™ ^ ¤nÔhs‘SÓ¨bH5.À†ºha50„¥z˜ŠˆÍ÷c²êÑ»JÐ'B²{bÿç# ®¿X’L(D–e"Ñãn“Óš±ê}ï{_Öötm7™ÌÒMëïFCOÖT“k4üãçµ×^£««km¿·Þz‹#GŽd<Æ»!u`-’<2ò̳݉iéÉçM\S²€4=9EuUUJ|C$av~•@€ÖÖÖS¿N§C’¤µã&žQraô>ýþ ‚€{Â{|Œ¹ÉiD½½Á€"Ëøý>b’„NHdYr½³ E–ÉÍÍ¡¬¦††ÆF***6Ü£t‚K_w'Ll÷L¸‘™Å…‚+A&FG‰D#WøÃ!þ¯OjSMyÒãÁ3>ÁÜÔ4zƒQo@UUV묕ÎUVW#Œ°°¸ÀømûÚÙ¯|—íú7#ïwKì·›Þ^Vü+ šF‹j9TE#sYJ¸È4//?—²êjêÖŠ#­_#ˆz}VÃ{¦¾ŒtÍ<Û¶B¡CƒƒÌx<Ä"QD½Ö|>’[ Ò‹F£Œ kSfUر{u TT&$†™›™eÁ»DûO &]kJ,J¼±ªªR@Ü?ž´ošé<ÑC“ i%œ°3áב¹,lJ›Ó~w qoŒí¤šû‚&4èâç\ÁšŒwˆN„gYµDç Ðé>T².ZD˜dÁbá…ùQz hÇóò¨³Rtöj` Â=€Žã+SpsAÑ‘coâØ¶vXê…‚Büð¾œr¶76“Ì {ø×kÝ€VûÁÜæó òâ2•»!ÒdÚƒ9²ÊWÎ_cu%‚<ô†ÜBþ¸a;ùÓPu˜€‘n¨+†Üaé6ØÁT¸Ð·À, œ…ª6˜õ‚° ž`C}3êôÁ‰—°ï?U{´»+«¬v_Àl™Aß°†;°™A-³¤By)+ajäô5•¨‚w¡¤ KÍÃHý—L:Œ •Ä(c·ñAq?x&&ÈÉÓDïò2«««¨ªJ(bxdˆ¹ùy>ðdôÏ&È<1ˆ%t¦ÜÏé¾átBK ¡'àÙgŸåw÷w™™™á‘GY ŠK/ÙžMKI|ï¤=¦#ù<™Ög*j‘Lê™Ïdí\º»®‘››ÃÂÂ"±XŒp8ÄôÌ ss³¨ª6W=ùž%4ôô¤=Én‡Í´ó¡Ƈ‡‰ÅdD€¤ÈLŒLpùêUnô17?ï#`4ȱ;¨¬¨`wk+õu Ä¢2×._áü›oQ^YÉÞƒÙÙºsÃsN7û§# ±ìõ²¸°€ßçGU‚+ç°X­ qk(¢È2v›eß2oœ=ƒ-Ç‘1Ž`xhˆÉÑQ$IFVTü+~<žIFÇǘ[˜'‰a6›p¹\”¸\äää`6™ÉÍÍ%ræ79õÊkºïž|ê© íÉÔ¶t÷Fú½È„ÅÅE®]¾L4*¡µ÷diq‘±±1zn÷2:>β߇$ÉXÍŠ i¨­§®®†™™Y.ž{›"W1G~ç**+QQ¯Çl2a2› ³—û½±ß ¡Pˆ‘¡!<#ãè "«á0C\¼|‘Þþ~–¼^нހÍf¥¢¬œÛ·ÓP_OוNνùyN'¿÷û'/>F½ýÆ[MFNŸ?Çã?Ž’E¼ŸTí½)C_K7ÓÉ2GÍÖ¥#}æqr&õíöO/ûš¾O5Pm‰ÏƒÊ`"x”r)Ñ!¥Ik3™{W€2°”ñçûœ°jÑÁˆy Çvþóî"HÓ W€ZŠßuù07¡å0uótk;:òA½ÂNPópùƒ£"»{0WÞvz…üšj †Ï@} ÔÝ#½{œ`q| ›ã*8÷BýaðÇPYᤙiô2¸GŒ2öü¸|œ#`’!¯óÎafyðbý^˜ŸF]œB(µìuKK¨r7BùvðϘÀ^通‡`ü2Ê|'úæX0ìĸã0äßÿ«O說"Å4mN‰D D£Z E(Äíö …Ö|çéKzD{&Í4=à-[!‡ôëJ&œÄ’|¾ŠŠ ¾ÿýïSTT”búO¿–LÇÜÌç'šְ6ËeܾtC¶êT‰kLþœ™žFzV‚‚Á ³ós Ž)..æcû’$mhW‚ÌÓµòLíWU•¥¥%º;:ˆF%D€oÙÇõë]¼rê=}·×ö?xð ååë&=ož;Ë›çÎRìr±Ï^ì݇Óédnf–o~õ«óÿø(((X¿ÇiÏ)G†‡¹òÎrTˆ¢6ð+*„Ca-@,J8bÙ·ÌÍžnöÜbï¾})Цdö\»†,ɬ¬¬pêÓœyû,£ããö-KA~>eåÔV×PZ\Œ#7«ÕЍùÑ‹/qûvùþ)mJ¯ì—©/ÞI“¿rñ Ó³ˆzÑÕUF¦&¹pñ"W:;ñLM®½£™ðæ¹³èt:êjjxèþßøê×(+-ç#û(Å.{wïaqi‘E–R’&%_÷Ï‚I·‡ÞdIF’%:®^åß^üýëY³>ô¡mx_|ñEÞ¹tƒÁÀŽíÛ9òÀCD"S|þ³ÿô¡¦®Wq½½}ÿÁøò—¿œÒ—ŸÉÂS&êçáþøUC*™gƒƒõ‚Ü¥`^š’¶Ï“Q1qÌ à£¬ªÍ>1Ž&fÔ [êÓ‚À„À˜aî2yöf¨,‚Ùw x?9­ïƒñw Øõ‡`~bï@Ý# @߫мµŒ)‹ƒÐ\9ÐÜ ƒ¼è›ŠaÞ ¦(Ù…:3 ¹^³ ªÁ½LÌ÷:†–Ä‚ ÿ:ª„¦Z˜Ô™¾€iç~‰@ïUìÕìŽ!ß<(_ƒ»ÐÍû‘ou!îû8Æ+r¢Óô«Oè>ŸoMòõùýD"PUdE!3=«¥lkkËHæéÓµ’Íì›-Éd—ø_ɤ–Nè‰7ñ»²²I’aí3w[Î1e¸C$pò’¯çNËâ’¯! rãêUœN¦f¦p{< Œ042ŒE˧ü­o}+å¾%ß»dM<[B™Äºá¡!{zõ¡£c£¼rò$W:¯ …¨¨¨àé§Ÿæé§ŸÎ(x<Nœ8Á?þã?rêôL¸ÝìÚ¹“êÊ*Š ™ç/þôÏøÄŸü ûìOiwúôÅ„zf†ÿ糟eiiYQ°Z­”–”PSQIYY6«U¼T•XÜä<37G,CUÕ5ë@ÿíÛÌMÍFøÖ·¿Ã˯þtÍ-qìØ11¡ ]Às_xŽ’’’ ÚZ:qßÉ2qéü–ÑétÌÏÏqãÆMÞÁûßÿ~þê¯þŠW_}•Õh„e¿ŸšÊJòòòPU•øû¿ç¿<ý_¹ï¾ûR0Sn€ææfžýÏ®­»|ù2Çç³gh¨¯§¶²šÜÜ ÍG‹ÅÐëõØ,VŒF#’$‡¹qõ*’¤ðö¹süßCVöïßÏŸüÉŸðT’É<ý&jÝêSŸâµW_Ån³a1›QT•h4Š(êqØíœ;s–«W¯ÒÞÞ¾Èî“t¢InoâyƒAΜ:…ª@$²ÊÄÄ\¸|÷¤6Qê©§žâïþîï(//_KÑšþ,ÚÛÛiooçŸøW;:øô_ýÏÿËWÙÙÒÂÃaa~žH4ÊÒò2’´Ñ2‘Í=u7åfg£‘)Ï$ß{ñ8§Ï¼Àw¿ó]žúÐSk–£tA3±ìÙ³‡={öð·û·|úÓŸæùçŸçfo9Êäôsss˜Ìf._¾ÌO<ñ®Þ±ä{þ›Iê« ‚ÐÊæÑ[‰¶‹h„@ÂÑHHSŽ6O ÌãE¶M­ZP¦0 æPò Ú z=èÇ¡`„ç!úTÝ !Ì_€êíÀÃÐwšÐò( _Öd‰¶fX2Áì+P· ¨€ÊZÄâ ¤k¯¡o–1•¾zÏu±e,è‰ _ÇPVö‡aè²eqÇvXˆöbÜQ¾ú#,»*±î}ÿ™rÚoC˽H_G_º‚ض•Ó?ÄQ9ƒ®~ÓßÇ^× 80µÜ‹ø™Ï¤–OýUC_o/V‹I’Xöz‰Åb(ŠÊêj·ÛÍÕÎNªkª9vìXJ:ÑôéO‰ìhz½~-£Y²©}³ÚÉwKzÙˆ<ùwº™;ÝoɇŸéØî‰ :;:°Ûì)i\Ãá>Ÿò›ôâ IDATWq1GÝ ù&Ž™˜-Â?ÓyÃá0ý}}ôtuÏ$?yõÞ:{ÏääÚÔ½“'O²k×®MúÜI¸ÒétôÞºÅÄðh\#ž¦»»› —/Ñsû6±XŒ§Ÿ~šú§J9G¦±‰u6›Çœ¾¾>®]»¦S§Ã 0¨*¼þú)œEETWWg$Äw‡ÃAKK Û·o§¥¥…Gy„?ýÓ?åÖ­[tuu‘››‹Õb‰§ÀUQЋ"&³™íÍ͸\ŸGG…Âü—?{šW_?ÅÞ½{ùÚ×¾Æ_þå_ÒÔÔ”‘T’ ív;O<ñýýýÜê¹E~~“Y+§«ÈÈŠÂJ`…«Wyòر;æ7Oï¯ÉŸ?}é%äÿŸ¼7“ã.ï}?UÕÕ{÷¬=ûhFëh—,l˶¼sû`ò<@ð%÷’°„\rr’Ü„®¹¹€Ÿ8‰ v0Æ–ñnY¶µK#–ÑH3šµgŸÞ×ZîÕÕª©©ž¸G1ïóôÓ[-¿¥~¿ï»¿ŠN6›æâÅ~Žwwsøøq‡CóÇüǃÁe•ë5Ÿ•ûî»`0Èc?ÎÉžSLLN’L& o~Ýh«µ|êí·ß^ž;sl¯…n}ž2™ o¾ö’(277Ǿý¯óÆ·Èd³<úè£|øÃž7¶Ny"ìùn¿ývî¿ÿ~~ô£qª§‡™¹Yòù™l–x"N(b×®]µP•€»CþÎ MÞíËÍT¢sàÇ0Tó.—]­Åˆ ¨†L äRu0A‚>b”UUg@W ï×%£Üª·FB] To…ñÎBý»`lÝÐÑêj¸pVD æ:8ñ:Ô͂ԒŒØÖCs¿«šA߀2p±ÑƒÔ¶úÀ? +×#¦ªa¨ª4¤†Û)œ;ŠÔ !¯XEñø9¤ÆNÅ¡C‡WUqòtãåèç³J ‰ý8+íß·L:C<‘àBßú.^$³sçNî½÷^Ççh9¯††~úÓŸrç]wq®÷<—††D·,3<<ì8ÆNE‰*E¹ü"æ…«›Ìä´•/“uÏjÁP³ƒ!GzÉ[Þ¿ #LìòqkðèÉB â˜~СõF˜S¡ð4m†D ôýZ õ&œ6Ü —Æaú5ؾ†=0ð cá…u›¡þFgOA ¸¶~íüŒž€í[ Ð'öCkÖï¡0&‚r÷–=dN·yë6 Ç@ ᪊@t„Ö£h2©·^„5~ä7Qè= îÁm×Q蛤pì…«Wån>Ä‘†E!O”½Û5U¥¨I$âÄc±²ªÕ.˜dÝ¥TìVU»“ÄbW½ZU—•ÈÚ«w³ù»Ýnïzöv8Ý# ÒÑÑAÐïçB_555hšŽ®k¢€$Z“Ép¹dJ¡@lnt\&C<Çç÷âv{DUS™ŠNñÜó?çɧZUûÜç>Ç=øÛ¶o/Ûˆ6¤J ’¨ïé%Ü/ñX‚þÁFFGfvv–ÖÖVþéŸþiQ)p±MQ¾úÕ¯ò‰³g™›‹Q®*3]¡@`0ÀŸýéŸò÷ßýî†ÍÖè4ﺮóùÿíó|éþY–ãÔËaf‰xŠ3çÎrþÂ2™ ï}ï{ùêW¿Jss3…BaYÏ¢]Ê«««ãÓŸþ4Ï=»×(Ò# h¥çT–e¼/CCClÞ¼yÞsh:$ZË”Zï©i£##Œ^Æëó2>1Îàà  ŽËå¸÷Þ{ùЇ>´höC+s`ï‹ù¹©©‰ƒò…ÿòΜîAŒB?ª-’{1iw1ð;rðí-m$S ÆÆ£d2TUå^‹æb©ì•úÐÔÔÄC=ÄM7ÝÄÀà%ü~?n‡½Ï>[ö1Í7NãoÎýÚN¶õwYíéfê¯J4QUÄêJ_ªæ&´Ò±g5ó ”(S %@X SgAòÀÌ$Ô5AýÍ0sjbPs-Ð /Aã»À= ž6:vÁøPAç6=ݰr-»àÔ³°>r'¸Ý„×ÿŃÿмóÓˆ×Ý gOÂä9h¹ ;P{^D NâÞtñ_C7þ`…Ü[ÉŸ." ¾€¼á:¸pŒdôuBV̬¦xì®¶î 7Q?‚.J¸»ê)&W\½€07;GUM5ùB\>‡Z,"Šª’Ëf‰Åcd²Y¶lÙR±bÚr<¹— ¤&-¶À*ÙÜ­ ÚºI8IøKÝw±MËívSç6ŠÃôŸ;ÏÊU+Ë6ÜÅHÀØøXn¥¨ éà’%òÙ<ñXŒT2ÅÌì £Ñ(“ÓSüçûïçö;îàž{î™'Ù8mäNãQiŽ:„¢j(™ #c£LMM1=;Ãôì º®óàƒ.;…n¥q¬¯¯ç<ÀßýíßÒl±õ˲‹ªp/\äá‡æ˜Çt™öe­óhÞoËÖ-ø†­ÜårR³®“Îdè»póÊQ_þò—ùä'?‰^²{;= KE˜¯u]]üè±Çªw¥6ªP2±H<óÌ3Üu×]åk;1>V2ïûòóÏãø‰Ç㌎OÆ™œžf®Tõðßø†cÕ³¥®_I3sï‡ïe|lŒ@À ¨êügh) ÖéûéžÂÁÙ\†É©éR‰cn·›–––ÏÑRÏR%ÓÄüc>þ±1:6JMu n·›£G²}ûvGžµ½æuÌçË~Ÿ_:l´|7må€îº,¬«ç@Z´ƒ:’«æEŒä4¥r«®tDÖÁÜ Ã~Î,h³P×  œ×J£úäAhðAÇ혆âhºˆ¢ž©³äÛ ï4%`Ë==…ç¡c-ë·Â¥ óX×G_ƒ†S ­@Úp $&àÒkе½÷$B0ˆS`°›Ð57¡ô¡{±k¡Ùv2Ǻñvæ·Ü…>|œÌÌ[øW¯B›€ø± 7v\Ý€>;;K2‘ÀãñêvEt¥ˆª( çÛÐÐà(™Ùy9 ~¥ªns·_IRwtóxkûÞN;€`d™›%žˆsôÄq<%@YÊ+^GGQU …"ÅB¥ä­¯—YrIx<^ü>/~€`0Hlz†ãGŽP ±rõjêëë+Ö¢6ûo¾/ÆT‰¢È™în|þñXŒ‰É ’©4³³³ÄâqZ[[ùìg?»$ˆØÇÞúnÒÇ?þqþý‰'Èær„I2$¨€ßO(äñû7>þñÏ“¨Ì הέ›³Iõõõ„‚Aü^?:‚X@UŒ¬z“Ó†ð¯ÿú¯Ù½{·‘€¥s·œˆ óõîw¿›@0€×ëC…²¦˜§â¶JˆN€k}î¼ù&ª¢’Q2LLŒ“H$H¥ÓÌÌ9|ðAššš¨“{ìÀeŸ·,ÓPÁï÷S(*:UZ×¹½öù?{æ ¹|ž\>O*id3 …BÔ×Õ3ZòýX.CR‰Ñu††¾ü•¯ð¥/~‘†H@‘‘¶lÙ² ß‹]ó×SR@÷0ÃåÌõ ”CÙ„:ʉn¥õŽ«@*Ù̉aTl[wù’ù!ð¬€ÀfH†šU:Á Öj÷úkÀµrç@Ò¡a;hˆ¾­ï"0¾Ö½Fc°îv˜î‡ñW¡¡’upö<4§¡óz8û €ö вzç 0¡"t^5;ѽŽÐÞ#cÈë» .‘?sÏöÛ B;wÝ•ÅÍècc(#ûp­½ÿÈy2§Îáïj ª}7™îW7  yæææ†BòyÕ(Ë©kZi³Ò.K"ÎWNñR ¾Õöbd]´•þ·.X“¬m±JªvZL:W5X|޳½½LNM^qÛ—C²,ã÷ùhlldë¦Í¸]2Ç¡ûÈ1ÂU!Ö¬_OK[^¯×\—b¬AàðÁƒ¸d7…\©)#åi>Ÿc.CÓ4>÷¹Ï-(k+-5·ïÙ³‡Ÿ<ùïDêêÊã(¹\ø}>&''yä‘G¸ÿþû+ªIa¡”®ë:^Ñ%‚RJ¤£jäK‘ïyÏ{¸ãŽ;JNž Ms‰YA (ˆ€[×ñè:9 ¬ëÔÖÔâñ¸Ñ4ݸWéÚZ©Mf(œÐÆÉ|íõUêëêI$“L”Ò¢&S)R¥è’{î¹ÇÑF¼˜‹ÙÇŠ %Ȳa*‹Øë¡›´”ŠÝ<`l,J"Gr¹(ªEDQ¢¦ªŠÆH„çþs>ýéO;j™ìæ1k?*­ñÝ»wóÈæÍœ;{–` À3Ï<Þ={ÊçV’øíϰÿZ°ÒáGkûZ.Ç£›¹òÌô±Õ¡l–ⱞ@‚ÀF ÁÕÎumP¿b§ úzð¶Br äA›¡u#Œ¾ ­·BS&ŠÐ0muÏv ê»`nsPSU›!:Õ3°¡ÆF`6 êÀ-ÃHfG ¦aeŠ^èôC¡a 䃑sÐÞ€¸¢†§aªaÍN\³^Ô‘Ú<ø¯½‡ÄÙøÔð­»þêtó!VU|.O>—C)9Ô”U«\βdªv$3¨ ì¿L w"§Eï$QØÛW©•TŒ&iªF6›#“Ͱ{÷n¾ño”‘¬LŽi?w»Ý¸Kêy«Óž GŽalÌpzãðáÃå÷x"Áôô4ÉD‚®¿Úšò…¯¿ü*EEaÇÎëØ´yóIÊ:Ný¢(rôð‚~?¹\Žx2A¡P “Í’+…ÙY«Ôf¿¥·›n¾™Ç{ìòøj:’$ðûñù|<ûì³|ô£‚vU¬iS·«ÄEADárè• e†ÀžÉÐl«ÕÏÂÊ0˜ÿ×b¸É€G˜F¦u"µ’(â’\(šb}pÀ覦¨¨˜÷A@"“Í23=C6›¥XTH§Ód²YZ[[”*¶®Q§ëWrüt’zE±4¦9Ý—r;)Å"ñD¿×gÔB¡--- Œ°ïµ}ì¼a§cìí·¶ÑJVþ«¿ú+î¼ã‰Õµµ Ö€}í[mëWÚ·ÿø4‹á©>‰²u ŽZq· …$¸Ã03 wɹ­æf º TÜ>ÐÝ ¤ ¯ƒš†¸áp‹@2yPtPE‹ Ÿ4œär4=‰Ÿ§¥¥…¦¦¦Š%qíÚ;Cå¤Ù¼y3(š† 蚎¦ë¸dÉ%q¾÷<Ñh”ÆÆFGu©IÖgKÓ4 sŸX$AažVÉ*Éš×0™k›í’[ÐòÌ6 ‘Ò¥{VŠ_±ŽõzNsqôðaù|‘d*Uªš§’ʤÉår |'ìQN «ý»} ËNšt%”Ée¹44H[Kë¼vEêêúýüøßcdhˆkw^O]]#sè¤Upê›®ë466rëm·ñì³Ïrüøñ{“¹X¯»Ø>ïDµû†$][úÞB¹r¼´Òâ—5À ”· !€¹·˜zð‚o ƒÇzÆÇ!ìl”a—d(f¡N%¹ ¨S ‰>;küçÎÜLCç D($@!pR-¢> z-dg€(>h *Y¼JŠ-¨r)$#‘EÉ…© ºÑÕ B1 uÕD rù‚!H_@ð×’‰ŸDEDZs  G\ó.Äüf 'ö"wt¾¦ëêt0TŸét†\ÚP¹­ä cf¤ÀQbrâþívZ“®H_xúgÄ ò¹<ª®–$ +럮éèè$ žùùs<ñÔOæÿ¿ÈþDQ¤Ê*JóÝ âv…i¶«ÍsøÔ§>Å{ßû^¾þõ¯óâ /¢¨ ñd‚Öæ‚ u55D'ÆùÇïŸÛ›6UÔ”Xïßsê55Õ¨ªN*™4Ú©ªä²9Òé4wÜq‡cè–“úØE»VÀôš¦±yóNuwSƒdxˆK¢ˆßç' òüóÏsß}÷-êäóš*Ri<­s`_+ˆ˜ÇX%ÃJÌßrÔÏÖëÛ×óžÇ¦©¡™t&M6—ESUU%[ª ç$;Í…]©^‚ùì-Eöçr)ºá†yúé§ñûü£-¥±«¯«#à0:8ÈØÐ0«×­¡¶¾ŸßOk©x“dî4Ö15ó#81Õvà6çØ>7ï<·R#/E¾ËÝ–Ïø¹ ä2Fi™`é¿’¼·¤~ÜÐ"`dºŸ¹pï,FŠX?T… sü!L•#àÚõ˜:µI¶A~bg q§q¾^èðƒûF}vªr¹Ò£ „ð6¨iƒó‡t±kwùØ•Ÿ!lÚ“1è= íuP}Ú‰7¬€º•09]ª-{Èhgëvª(v¿„,Õ¡w#v´Co|/šk!3LQqk  .¼-S¸¶îA9¿Ÿ¢Þ‹¯+ ù-W7 ß|óÍ|û›ß"•J•œ¬tÐKé$U ŸÛCMuSSSŽ›¬}±;->§E²äÂqË Žñãÿ€`0ȪŽNVvtÐÖÒŠÏïGE(–P4£àÆ…þ~Îöö–/×ÚÚjTeÒ´m³nnæ¢^®Tâ$õYÙ ØÍ¾;©í…©6þ›¿ù>ñ‰Opi`€p(„,Ë(Š‚ÏãÃï÷ †øþ?üô¥/‰D*2Wo½ñÛ¶l#WÈQT‹FéM]§ \÷J¡Ui^s)1ûÓØÐ8Oª7ÆBÄíñ ÝÝÝe©Ó.E›÷1™¡ÅœæÈOë¸/æN`¸Ôsa=ÎzO“‘³Jçý/–˜èb™™Òu½äœjô³±±qA‚»Ùc±y°ç€0ÛVIÃä4Ë¥H$Âo}ä#|ï{ß#›ÍÉç©©®6öÝÈD—ÉfI$“„C!Âá05յȲL.%67G"ç̉“4¶4 ‡©ª®fõš5Kî%fÿB8í´ÜµýΠ8†m¨f‰ãtX`† ÓÛL 7=ã«,ÿ•œçÄU%owæòP0ŽÏO€gˆ0s ê6BëHœƒ`ZÖC,£¯@ëNc?¿´V„`Ýu0Ò‰7¡ë]1 ΀®6¨¾žâ±näæ^Ämw™Ãà‡U]…i×AlFB}3²Üˆšš€‰*r™q¼]wÃì4úé—º¶# :ŠæGbVÝ çÈj/à[Ù‚0!v¬‡ê ®n@×uH}„B¾Pþ.‰Šª¡¯×Ë©S§øà?èhwgû´Ð/—}ôÑòÂûÑã?âoÿîo9pàã£lX·Ž¦Æ&ü~ß¼EœËçæÌ¹³¤Òi®½öZ>ûÙÏòÁ~°|]Ó†mnv)d¸rå ßÎT²Û9©e­×°ƒº¦iüå_þ%ÿØÇ(*EEÅ%kdóY\%oñ‰‰ ž|â ~÷÷~¯bÛtݰ=êèd3ÙË‹æ`ûöíŽáEV€µŽ™Dì©mMÒ4úú:’ÉdP ¯p ÙåBD¦§§ºhÍ÷åHSKIóNŒÝRÒírÀÀ~¬“¦Æ`Ô4ü>Ÿá¯¢^v°3ÂGš››ç¹Sý„ÅÝšfùíHèNþ(KùWþøÙ¿?ÇŽ'•N“J§i¨àóûqË.TM#ŸÏO$''q»Ýø½^|¾¡P  ð™DšÙéñ8Ç¢mE;’ËEcs3«×®©¸·XUê•„Šwž¾Õa”K]ЬUÖ.“Y~ÕT»×AaÜM–ÿÌs†m<7 5H_‚@<›aæ„‹^·ÅH2ž…ð:À CoÁŠõP};ô½ ­uй.N@è%h» ´лÚëaõÐ;Õ‡‘oس}°¡ bMÐs¤^ôªj„°VmƒÞKèÒ ¢ÏM^Ìàöm'wôE¼Û6!„7ƒBÒ$r~”sÏãZ¿_ÜK¢w­Jõ-¿Aº÷ôÕŸúuEç æbsòòù<ùBž|±€ª«ü\²{çk—n¬ï•~»²n†¿ù[¿É믿οüË¿® 382L2•¤PŠå.sÿ™ £Ñ(©tš|àüìg?ãýï¿£ r±xزt…Rúrú²[wÒ„D"î¾ûn’©º®¡kFEôN‹é—EæføáQyðsŸ£P,¢jZypUM#•J‘ÍÝ×¾öµyI?ì\¼õe·Ç]V/¯}Ë‘3EØÀ*Ù¿á†xõÕWY¹¢IQU #À¥tª?þ8¿ÿû¿?@L»m&›avn·ìFWmIBt3”ñr̹Èí}ª$Õ:IèF’ªŽ(h–1Ð4ñh” 6ÌlSÕnª«— æNãWi>SW¿•»•œL0º®“Íe™‹Çq—fM×Ë©e-†©±Î…u|*µ¿R–tózV‘uì*õ ¥¥…‡~˜ï~÷»|ík_#•N35=M0¤¶ªšÚÚZ‚Á >¯Yv#» ‚är!f2$Jýeyžú©««Çår1>¥ûøqÂÕUܲkk×­+·Éª½y;¦ƒw¹—>„J™.Ã\VÇ›Þîc”E§® IDAT=åM*‚ÜtÂÔ #ž}Ï=÷pË-·P(äKE1Œ…ªªÙ\–B¡ÀŽ;ˆD"ó V˜Ù°œ g8e^Ó4íŠUî•€ÂI´·¿œ$EI’¸õ¶Û¨ …‘\+#Iƈ‚€G–€½{÷.rË慠jö[7ËWÎÏä]©–]+S©ÝNÀ^þ.yîE‡°)]3Ì•NÏ“à/ô]¤ïâ/‘Éd©¯MgyôŸááüБ鴿ÿzûbä´–tŒ¼ï昙Òz †×™äã»2 ‘m0¡‚×4€·ä mÎ@¾ÏÀT/tµ‚ØÃ/žïíwÁ™(hQèÜ S¤O@}+„6™7€)Xw7LNÂÔ9h Cr\<MÐx-è›AmF?}RGaíµ0#ƒG×ÜàÏ"¶o p!®¨]KN)"nÚ!ïeîði¤6ð­¸ ýìqÆu­»ú%ôM›6¡é:±xQ0’¢åEéß|óMvîÜù+ouaÚ7BMÓøÀ=÷ðÃÿ÷û¸Ýncê:šªÍæHg2466–S}.B†s³ u9·yMë»ùÙIúsÚ`훌µ¿ViÃ|©ªÊ5;vK§çi4]G”Œô³±¹¹yÒݼó5Íx)ʼ±¡ÔçJ™È–’lí}´öË 2cÆé2à)šŠ¦kó¶S2´3&W*¥/Æd-‡™²ÎÑr$ÛÅ@cÿ„)}+ŠáŒjÎ…$!ˆÒ¼9tbªÌû-Å”8IèKášýœ+BóøÖÖVþìÏþŒ¯|å+üô©ŸòìÞgyþùçÉçóÄJyëÝn7^¯p(DUUáP¿×‹ÛëEvÉó%øœ!Á»Ýü>^›p8̑ljÅb|þÿ}ÇvüzÓ0оÈÿ¥¸ò$`ª›©^Ãqí! Ér\”Ip­Wò— ±©t| ¤<ÐŲ°þ†é^Hg¡!íwÏ|2l¼ÔŒ½ -Œ @X†Æ;Èœy¯¿ ±s;L+(Ýpí¸Ø Cû!,A 4"lÚJz_BZÓý‚§€ÞE p¿ë^ԋǦ{„ÂdÕn¦ *OÍö{PÏFj˜Aؾ¢ƒc§®~@D"lÞ¼™h4Š[–ñù}È.è*h:Õá*ª««é9ÕSôÿö(óº å¬kJ.Æe/íÝ»w—Ó}:º“-Ôºá—7Ü+ì‡uL“Ä+•sµ÷ÓÉK^E"‘zÆ ¼n/¹B® ÐèFÒÉå⥗^âÎ;ï,3fߊÅ"éLESÌ“Õû¼’dnÇJ;€.ÂÒofÙN]ÓQ•Ë!qÖq¨äPv¥*wëü,ÅpÙ5+ö¾\É}ó—P5•t:=ïY”D£$¨Û-Rü2ò/Æ8VzÆ®TB·3tW2æë½ï{/wÞu'Åb‘cÇŽñâ‹/rêÔ)NŸ>M6—c.6‡8*âv»ñY¾*"â-e]EEUÉçså,ŒÕ%Pÿûÿñ?øÜƒ–ÇÃI;òëEF,ú|:|êQú*ííkÞä¦Û>¬±•Äïj {‘‚š¤ÝGt#»( ¸X®Rb àé,_r²sµC: 0°fBc p3ºa< þ7¡ùzHÎÁØ‹FÅ´–-pú$¬ CËF¸pšÇO}“}Gú¹¾m¿ucߪV\«? ½oÀª X± ¦.Bï)4×IDoZWÃÆ› ï 4UÃØ(š ¸f¸ôÒê›A‰¢Å‡ð¡ pé"zð(ÒæÛ`è ôñn„æzdïW? \·óz¾õÍo ˆHõ蚎(  xó­7ùÔ§?帠íׯÔë#õ躎Ûí.Çëš$Š"šªÍts3²JævÛz¥¤Ë%'u® UçVP·žo½· ‰¢ˆì’ñz}Ȳ‹|Q.ǵëš^s²§ÕLNNÒÜ8‘ ‚€ìrÍ“Š­÷¯¤p’+©jAÀï÷ã’$ KMÓÈåó†c˜>ãµJêv ÷JTî¦=Ø:G•˜{–«­±Þ×é³}^ƒ¡“ÓÓø|>4Í0‡‚€ÇëE%ÆÇÇûì4•úq¥ ìÔ§s+]ÏÎ4™Ÿí ƶmÛØ¸qc™ayååW8}æ4gΜáôéÓäJ/aÁ@€ºÚZ"õõT…«ðû|è’ ]Ï—×…ÏëåÉ'ždŶóþ››æµÉð‹©ýûl1€µ•~}?O<|ˆtt”B¾]ÏrB9Ž>àß^x„û¿üì ^o97Tz7жüà‡Â…Ÿ?OµßOFu‘’‰¬×YÕµŠ÷Ýð‰Òñ¦DâÈ0ÈñÔ£MÍÚ­äf’ŒŸEê SWLòö-Ô¶µÃÐAXÑ ¡» zš]°é:'6ûÿx¾Ÿÿ|—ŽOòÀ'î„þóмº®…ñÓy Z"¹«dëV`ô4¸b°®F5ÀÅK°¹Ô­pv?´Õ¡’ƬfaåJ„é4úÅGhïB(úàÔYð\Ý€n>ìŸxàþê/ÿ;Ó3Óx=^~?¢$" †Ä‡ÑG†éëëcÍšùœÜbð¯ØiijÂëõÎ+û( ¦Zù²‡ö<µ²x9ݧpÙÕÝË¥J “„¾X|°¬€jU¿J.^¯—$!ææoDFÚü²ªŠE½¾rÕ*DQ —Ïã*…(J%ÉЀNžñw;™¢&DV;èì¼É3Elb”¾©3Ì žg׊Wñ·ìªA¹®:W’:Âÿ‹ï39ž'Ðp±"íRÌáªVè­y™/ÿÖonTàb:ú¡¹ËÐ ßÒÆwþù }}#hn‰BN%©çˆO jëˆEáÜK°®Ôka "o‰iP¡uäòèÝûV·PŒº} œOAk?lXZ3ºÖš/â¢Î=kW!¸ÖP81€»Ó ëÚ(œŸ¹ºÝJŸøä<üƒâóù\nY.ǰÖÔÔ”íèv@çÄ*Nß‹e``€êRŠl:k¤cµ¸Y=ƒ­R™U*7%¶_–ÎI"Y Ìí€n»”jšy@ €ª¨óÎ)* Ù|ÎHJR’t­LyŸ×G6›Ãçó1èºq]ǃìrFY·n]EmÅb nÿßÚŸ‹.à’\ˆ.W©¢ŸNQ1ÔÎ…¼s]%‰j¹óV h*iìýpêוܳéºNmm-éL†|>,ˈ’„®é¸D Û[–¬£JýX Øßîš»’ó¦&'é™¶oß>¯}NkÀÎH·È”¢kŒ>îÚµ‹Ûo¿^ “ˆ|…W^1^©t ¥XdÅ ºÚZA4 Á‚¬ê\É™3‡ÉOÞqö¡1µ>¦æå æ`$Uqóêê ¿É–-ë/VÓsüËÿó³§¡fu¾ýWßáOþðÿd~¨[ŽÓýq<¢‹Zy_øÂàŸ iþ‰ÎÐÓwš ÜT5\*ûßûù^fô<úmUw#Vû’qîbJ‚Élœý³ã¼¯u;¸c ´À…ç`ýuhõ×òµ?ü4Ó P2bA¡(fQÃ5øCÛPN?‡kÓZ£ŠÛà8ùÜ>/>ŸŸW^yű¿NcoïÓ¢mX¢}WÚߟ=ùúÏžçïþúo˜˜˜(_ÃÊØZcãí¯J n;àŸÓÙµkþçΓO>É­·ÞÊhtŒÙ¹9òù<šf0¶²ì¢)ÒÀ‘/S^^Þ‰JÏù¯B³ø¿ŽŒ0îªv¶Ü°~~•TÁË}¿w?îZ¥€7ѸõæÒ9Ģȇö´—¢×1TùP{íâ©9úN¼³vÁÈŒšEʺh´óÕÏwð•?¼‡/ýü—/üWªÃUÈZ˜³/½…>= E C°þF˜âõîgšu£&݈²=¬’ÌB:5M¼0kãV8…¡ÐцÇ}“‘.(‚¿ Z×Bã 0‚þ— ³IèO€ÜÀ sí7BÆ‹èWÑ’I #G¡µÁí‚©*DO+x³°µúêtsñ477óÉßþm†F†™ž™!JQ,äQŠE\¢D}M ‘Ú:ö>»·¢D餯v’ÖßNÍ{v?NMU¡FðÛÉÉ‘ªÒâýE¤šJ«Ý[ ´íïvéÝž $ÒѾY–) eÆDUâñÙl–††"‘ȼù°nb­­-ŒF£äóytÝH¿ê’$ >€“'OΛ+»”ã •ÆÄJG¡¦ªª SÈå‰%¨ªÊ¶mÛ*žëôÌü"Ï‘“6a)5õ/‹¬í¾õ¶[™‹Å(*—}A\’D8& Fœs¥ôÿ‡Ô©ˆâ’$ž~úéyã줲‚¹nvëó ¥{èºN}}=_ÿú×y÷­·2>1>O³£iZÙt3•PT \,A‘“&ä׊/n­Š\6ïðç ÔÙIp¹Xµùv˜6úD 0ŒA/Öqºw ¢Ç0Ðl€ä)(ÔàŠ%}|äÞ/AäгÛÝ4¯Y Š@TaÝ&H = s£°rëB;èª]ÉÞÍ#ÿí¬ŠDpò)/Å ƒ09 ëÚ¡þ8{V*Ðr#œ< Ñg@ ƒ–UÐy-ô‡67Dø ²ìF,9rªŠB:“edt€6÷ÂìN)t+ùÑü:Ñ÷ú- ‰jx–Í+Úlÿ&™bœ´îÃ],Éaê×#ÆßîvÚü-Hò 9EƒæËƒ 70í™%ëÑbnÖíð>zbäfaú¡Ü²G#1•†¡°ºRPÜäN½Hó?_ÿÒùè‡v"ÕõYÙŠèñƒG¦~K3DVÀÙS õÁ†[¡w2‡`ëº`ªús0yÄ<¬Ý“HÅ¡eÈÄœZ.AEwù ZJ„æÔlM†óç¡N¾:½’ ²¥¥…¯þÉŸ0;7ÇÔÌ ±XŒL.K^) £S]]M$á‡ßÿAù<ëbpJ‚ñv$õJjÐááa# ¸]2Ù\n^ü®*ÁR º@ [ÚôÌ$6,¢Ž_Jµ»wjK™™ÅårQ,Õ°×5B¡ÈìܱX €ûî»oÑy©©©¡kÃzFÇÆHg2e•¥Ûí& Q]UÅÙ³g+ŽëÛ¡X,F1ŸG–Ýä ùr¡ŽèÄ8‰d’íÛ·ÓÔÔ´ô…ÞatÛm·¡¡“Éd(*Š¡1ü>Á@þ~¦¦¦*žÿ¶Hp—ìôË a[ŠÂUUœëí¥®¦4‡~¸tç°M+ {l€n‚ºùîÑ$T›ä^__ÏûÞ÷^ÂÁ`¹ä\l޳ç{Hæ›™œªÕÙó,Ø÷¤w¸;IÝ0˜ýw¾óð·9ùÒY-MÕl úÜÇlG…¸°ÿ~-ÏŒ@‹¾Tú½ ³,kçÖí¨®rjމ‰ƒà­e3D/N““TÔZ…TßaÊŒ€·ꯧcËhjM„\ðÃû¼¦Æûðn¾ fÀu϶wA¼‘ìÌ$~—@­Ä\ÏÈôÁšN8ƒÓoAD€„ Î?â 4ÌÁªUÐp=ŒMAô´wBÛÝHÃê:­‚xšBVG”b€ŠQÄÛAn…Écà/º[ábæêt+ÙAæ}ï{wíÞMÿ@?ÑÉIRÉT9Q‹×륱¡‘™ééÒC%0_lÑ,§mÖ÷cR[[‹¢*¤3iŠJ]×Ðl™Žœl£•€´"ØŠByS±, »$Ã+|¹ívjÇb*þJí?éLšd+ÖÏNß+Ý;•JÑwö --­F™®^îW)ªe©¶;ý·²³“ééiZ[[‘‘ÿûï¿;ï'P—$‰Bh¾ Þ Ø­ŸÍãtU¥¶¦ÇM&bbjUÓèÚ±]q67-׎þÎ!ó½à4¾ûýÇO’šÉâ U±ªv~ä+ì¾Ï¹nz¼§›¼T$´ðB ô\PU²ƒ(ÌÎávê€ÐZ $žæU¸ EÔŒèÕõà]G±ï9˜x…Ì𠨉²['¬É0ü¬é‚¼„[ªF=w2'aÝ*Öp!Ó «r¯_#ècбŠŒOƒ–‚¶›A^ ¡4¯‡ã; $`ŵ0•2о47Bý{`6€äÒi`’=е¦U Ãû¡c¤R:suºˆ˜ î©§ž¢ºªŠ‹ýŒF£Äb1 ÃE¥®¶–æ¦&žþÉSôôô8Úkíj­J¶ªåHƒ—.ÑÛs¯ÛËÄø8C#C¤Ò©²ºØšüc¹jok_$ô£GŽP]Æ%Jó®ã÷û øå~/Õö¥h1 Ñó}/¼@uU5™l†ññ 2¹ ©L†‘±1‡‡( ìÙ³‡»vßµì êOÿìÏH¥ÓÌÌÎ’H$PUY–©««¥¾>ÂÞ½{çµo1{öbŽE‡Äï ¨ ³ssÌÌÎrip°Ì„|õ«_]pMó¾K½êêë‘]—c‘M†ËãþÅ®Åè—}Ï-[¶°eË. K$( ‰ÊëñP_W‡ ÃÏž~zÁyNs`Þ°Ï:æÕçŸÇ-»ÉdÒÌÅã(¥ðGA”Œ,m>ß‚ó—Z¯º®³jÍ¢ããx<VvtÐsò$ßüÆ7<Öµ'IrIZ·ªÜ­€žtÞ …5á0ÁPˆTʨ²8W29í¸å.’RåLƒK™ßy+úú_ü 3ã#Lë-m×ò›ïù_ùÊ}¬Üå·s9$6¤z|xuß¼kf/‚$‘n»É&ÒØNöl†S\° —ßìZAÄÛ„+´²ƒ ]D^{74ÞlgEÃê‚-è5ðµÁè(¬¨‚¢)(Cº¦¨ÍQÓ ѯPÔ¡)„îk‡ “€U›Á{-LvC¤ük!zB$òíRдÚ·@_„ÚdrøÕ*wLžƒ¦.Ü$Î@Ç*ôᙫÐS‹¢Hkk+ÿþ“ŸPU]Í…~Ÿ˜ ™L¢ª µU54ÔGøÙS?¥÷\ï‚Åcå‚ãˆ+½LæÄ¡£x=nNõœâ©gŸáб£  ªg[ûÂtTÓ.,Œã‚™Çã¡¶¶MUµošç-µQ,ö:fßK/¡éÍffjzŠÙ¹9†††¸pñ"éL†¦¦&¾øÅ/V¼Ž“jãÆ¼ûÖ[é`|b°s‹„‚!šyóõý\¼xÑQ:´ke쿛߉ý}}FŸTŠÑ±Q. 2C×u>ó™Ï°}ûöŠc°ØÜŒŒŒÐÞÒJÀ0žÙÒßWöÖ;ã^é¸_É=¿ð@<ž :1Îôì Ù¬áð‡ikiág?}š¹¹¹ysaŸ;€Ù×S:fß‹/¢UÆFG9×ÛËôôLÙ±T’DB¡µÕÕœ:ujI0·÷¥kýzÒ™ Éd’€ßO[k+ÝÇOð—ßþ¶ã:0ç1W\hW·‚zfB£Êèãcc´µùɆ.142Œ¢(ÜöžÿD¢W%l{Öí{S¥ýf¹ÂÆ,2B\OŒù$555\ââ@?C#ÃLMO“+䨪 ÓÜØÈ«/¾ÈÏ÷>WûÅíUvû:8_:æð[è9zÉ%òÜ Ïó½‡Àá£GIg2œì9ÅÄĹ¼³ÓÇrúXI:ŽÇãd)‚ÁÅba~F:Q"RWGGû žøñ7+-¦¢¶c}ìîæµç_ Ò©4/öÓéÃ¥Íø\ßyÒ™4ÍÍÍ<öØc466V”†ìý75ßúÖ·èZ¿žÁK%Õý4ª¢P[WK{{;ýë¿‹ÅæIéN¯J›äË{÷"»dR©$çÎ÷ræÜ9ú/ P(øÀ>À×¾ö5Ç1q2‡ØÓµŽÿåi\×ußïõ>½Ì¾uÏ  ±‘A`‰‚HŠ‹HH²EÊe§—c%JJ”M狪òÁr\¢Ѳ™r))Ó¦+¤#S*Éq[¶(“@€W€Ä³`™̾/Ý3ÓÓûúòáõ¼¹¸¯{@«¾U]ýúõ{÷ž»œû?çÜsÏ›£µµ—K?Òðqð¸ÜÔÕÔ’ËdX\\¼©ýËõ‹Õ³ÆõôÔÁ`ÇeY¦±{3}n¤ýû÷ó_ý fff˜››# d„t IDAT“J¥Q…ÆÆF¶ttð?_~™xÆÔÌ ù\NßMàpðý—_&‘HlÈÏ\Y?&“IN¼ú*ªb#™Hp©·—÷Ïc`hT:M0äÛßþvÙ-C¢ða®C*•"²°@À_M±ê×H6›†úzB¡6~ö³ŸIºÀÊR,cnb‚êêÀºÇ´U™ævÚLR…o}ë[<úØcLÎL33?G8²D"™ÂápÐ áv8ùñ+?`°´A6–DÞJ&“\éï§ûÃó¬.Gù•_ÿ5F''ø÷ÿá?,õ©Í¦OQªjÃã©¢¹¹™µÕ(çÏŸ—¶™•àóðÃcw8Hg2ÌÍÍÒwù2—¯^`blœ—^|‘s~xÓXBÌfxÔçìvê7<ß—˜œÄSUEÿ•+¼vâ‹KºÐöüóÏS»«»Ç:¬²Ußß¹`ú-OHEœ,Gbè`&¤ÂbéÂ…¿½t¾NÐW ™(réõ£%Ãe,]ä½×?†L–­Mwë¯dJžì/ ¢eÖXΧ˜™ŽÀ|ZmPwk\éÿ_£ƒ:ÍGzä"°ûaXž…Ø ÊÖ{ÈL{aî}œÁ–“9üU”|oàLÏéG¹7†‰`D7¥[!Õ ^l{æ¦À7 »vª¾Þ~å ph†&¹ø¶bPцOAU=øvSì{Ú¼(»öAó>lÏ>ûì³?ÿNúù¤rë·f†õz½<ñÄTUUqæÌVVW‰ÅbÄq ù"§ƒúúzÉüÜ,.— J>f'›Í²‰0v}„‘Á!’±oœ8ÁúÏß" qæÌR©CƒÔÕꚌq£ªú!'>¿—éÉIêêë©­­•ÖAæ½wÞ!•J3:6Ƶ¡Alv;Ý/’/äÙ¹ã.F¯p}àªÍF•׋ÓY²®( vÁ£( K î´J1µÄØõaVÃËäryNž<ÉÿÏß°ð½ï}£G20²„[SÙò¯Ólð¾,P“H¿•?Íí​×ξAd9L£ÏÏ…Ñ9®]í'½+Ƈ}W9{æ/yg`zû< {ѽßJÉ^ÏèÈ>§‡Ë+‹\ëé%P·DSý=\˜ñᇧQ~ý×¾IM ì† Õà\ß™Å1âµN>ûØ¿‚H V»Ñš‚œ§o¿[ /1>>Aßå>® 2¿°@<‘Ø  vuuñÒK/ÑØØ¸~ªœUKx‰¿E! qüøqž{î9¾ÿýï][cai‰-ííܽguuu\dvb’»wSßPÏïÇápb·Ûp:œ,‡ÃdÓ) l6Ã¥K=üýÏ~ÊÀÐк3åoýÖoñðär9}½Dó3úÆÉD›j#eÓÁ*¶¼J±'208ÈøÄ„¾ã¡Ô?ªjÃf·áv»éìèàý³gY ‡Ù²m+.·EÑãÞoÙ²EjII&“$â ô(z só,/…)aqi«W¯25=M&“ý'—)ãÁ¿ø‹¿àë_ÿ:¯½öË««„#š›hk j ÒÔЀËîdtð:Š:Œ·Ê‹ÇíAQœNU^/·›T*ÅÛï¼Ãÿ·|ƒA†††ðVU‘ÍfI§ÓäJÛRU»‡ÃŽ×S…Ãáàƒ³ï™[ ÔÙªªÔÔÖR[[ki…êܶÓožf)¢mOO/¾ø"ßþö·å᢮öÝçÎÓ×ÝCsK#þšZ:¶u8PU¿¢0Ÿ°á²§‰Î­’̬²ârR(j ^ã?ÎÅÞŠÅ⺅ª±±‘|>O ]G ªºñ€ŸJËl·?h—K)À϶úNr5M8 +$W¤ãËLþ·BU ŒÎ»¨sjœ[ð³k·ø¾ÆC?Ì~ø7°œf!QË©ŸD¹Ööc´&_`7õö:}ƒÀ=¦÷Ú zOírbvñÞeþòÕì ²øÞ Åôiòi?E²Ûÿ Ä{Áw/P Ãç`Ç6¨ýL½íÓxÿ/ÓÙ~‚âx– ù™«Ú«uÇÐj2}àÚžíúgzj/@ã!ý™Þ÷a—F:¡ÎѰ­¡¨nš ÈB[øéË×p6Q·ïÇA=À?@7¯Š n³ÙÐ4­´uK×NÛÚÚøÑ~Dww7ò'B?«Ñ(ÓS\ê±‰-líì$ØÒŠËé"›ÉY\Âépa³e¨hZ‘t:ÃÌô4½—ûù¸»›Ññ1’)Ý!ãÈ‘#üÑý‡–šñ=Ê[o½…Ëá`-ßp§Q7«usEQ¸pþ#|ž*òùñDŒ±Ñq® ^càúõ’fž.%°nÒ7ÞEQ±Ûm¸]nü~ uõÔ×7P[SßïÇíta7mqÒ4(hrÙñXœÕµU–"a‰,/‹ÅÈd³Nà…B<ùä“<ýôÓ´´´H£^‰ axþ‹.j'ŠrãÌòßýÝßå‰'žà»ßý.½½½D–# ^¢¥¹™=»wsàž}¬,…uÿ¿‡Ó‰ªè±Ç)j,..r±ç"gÞ9ËðÈ(Ù\v½Ÿ{î9<¸ÁŠ`%„˜Çß›¯ŸàpWWi¬¤ºÎÇݾÎÊÊŠI0XoeEÁn·ã÷ùhmnÑ·:†—©®°¼ºÂðÄ8¿ó;¿s“ð§i㌠á­òQÔ Äâqúzûèíïght„µµ5ò¥P­Ÿ¤Ìcáæzß/¾ø"?ýéOyî¹ç˜›c)flbœÚš‚­A¶nÙB[[ uu¤³i²™ ++QÆ''¸:p•K}}äóyB¡ø‡Èoÿöo¬­¥p˜p$Bt톧»>^ô£tý­Í-Äb1Þÿà}––ø¥_ùe|ðÁ ô›?Û¶mãåñ—‰Åãtuu¡i_ÿú×ù¾À7¾ñ ~öÆëœ9û6wïÙÃÁ÷a³)Ä×âDÃ+øü^P–v»¢Ã=—e~~ž‹==¼ûþû\YnŸ~úi~ï÷~oTUå3Ÿõ—~ß8xÅàqÉéÎÓÄ­Rÿæ‰/3øéz&‡@ñ€7ƒ[·àÚYÅøû}ÔlÛOMmJò¾ÂŽö½l©o¢`«£ÕÿiÜþ~ž8ök,®ei^»ÀŸ= Uƒ†­7^­¾‹/}ÎO6\äüÔ ££dßÃQ­ÑZý -KmkdÛ#÷@.3ýºI~Çc$ûÿª}Û e7Ìœ…ÐC¼ç ËKYöVíÁ33 ¡:=*ÜàûpW#l?ÑÄÏ@ý#: m» LöCÈ÷…>¨õC>Õ@+JN£HpêQáêܸ÷5Ãr#ÚÕ>4‡ŠZãDÑnƒóä"zª chUæO>Ÿ§§§‡S§Nñ×ý×ëùÙTUëèvã÷ù øýx½^\.'Š¢R(ˆ'„#b±5’Éäú^h€¯|å+<óÌ39rä¦uBñ°‘x`=ä#ÀwþËwxð¡7˜ 3œk\..—‹ÿúüó¼òƒL&oÚòóÿ3=õÔSëß]]]ƒÁ [Å>#amf˜EbGé$=3 kš¶žw.—£»»›W^y…S§N­Óår:ñùýTûüøýøJM#³¼²ÊÊêʆ3êŸzê)žyæ:´ÞfZÍô›Ð'a»ÝÎ×¾úoe-û¹­u>òÈ#<ÿüóÒ€&¼ÿÏ<ó ËËR¥Ãn~^eþñÿñMû« S¿Ñæ>Îår¼üò˼òÊ+=±•ö½«ª Ð(jÚzéСCüæoþ&_ùÊW6—¦i¼yêM¾úÕ߸åúýþïÿ>?þ¸t¯¸Ýn§§§‡cÇŽðo|ƒgŸ}vÏvwwóï|‡K—.àt8©©©¦¦º¯· §C7õf²ñË+Ë,¯®®÷{0Ü ØŠs¸ôdK˜ÛÞ™ÎÌ•–o¯´Ôn⹺#œE*KãÐÒ©ÿNÎCU à†\  ŠI(Ž‚Ý¤­/¥¸Þ}†÷aÚM$—OSÛâ&Ô~ÕÌöA›Ø ó«àm;¤' ± ®¾ {[ˆÍ´óÒ_þ„_ýRÁCÂø%pÄ!Ô«~ˆtÃö£@Œ½[ïBjWÚRº…ÈyØz{¡>@n~Çž ôNy8ø«À,ÛHŽž§ªëÐQªHäöt¸Yâ–§ ÐÍZâ›o¾ÉåË—éïï§¿¿Óewuu …xê©§ÖÁÌ  6!jÖÐóù<ÝÝÝLMM­ßÛ»w/õõõëm0¨ÁÌæÏ•+W˜ŸŸÇ¦–âE›"€Ý$DäK“l>·ÞÆý¢É)o½<››}㺵Ýf×Ï™7–4hkkãÈ‘#eûBÖV1ª 0—…Ú4ºyX&,×'Oœ¤¯¿……NŸ>Uú…_øÚÚÚèêêâ©§žÚ ,˜Ý XfÚÅ5g»ÝΙ3g6ø@lаP(–ÌÞ²¶)ä ä úänXU¡µµ•ûî»O=êrm¦H$ÂǼ¡ôN­tP±X$_ÈKÇ…Y8ËÌáÇ׵~«ùi3| îw/wâÛèQô}áåR ð—ù?Ié˜5ȯ€½$ d4p¥ôÿò1°Ç€ þßÒ4n¹‘Åø{ÐùÙ¿¯½ {0‘BÔ†é1pê[ÇÚC@ õC³ªè{˵EÞ Ñ …ùnl»¶Cq Ÿ…ûÆ@I€Zm !»ˆ6v%‚•eh «zþ\ ÷ÿÚµs({»)Ž\C)L¡¨vhñÜ^€n|ËTœè;8!à MâÍSoÞä©l€çáÇ …B€EÜn]ê²XÍ2@·ŠDehI¢¦dÖ(³Ù¬ôcÖŠá†yOŒO-Nâd+öE9@ë.îó7·¿y"3›'0Y_‹ý+:Ú•s2”m] Ëi•¿ùÀ3Ý2A$—Ë­÷‹q-ë#_«p£æñ`,]˜­æòŒr 'P³"+SùÌ\'™–nî s?Ë<í¾Ä­‡²þ…u‘dZ® ›ûÆ(C\f‘ùë”sP³²"ÊÆ’h¡“ºÕ¸ú—èV)‡îF°˜÷¬G ´®Lî:8¶6ˆÎê{Á1z™Búe¸îÖŸKMGAמëX;;ß -í09>¯¡Í†¦G`f”q- —‡`›¼Ÿ†…(Æ u/L@![:Î$O]–¡ÙGñÚ€UP×Pv…‘^ŠÅšêÀV胇o/@‡›Mï¢Ö`~ÎüŒ¢èfYT­Ìa‹E©v^ÔŲEÍNŒgeLm51mFS•™Bw+M|"P›ÛE¤¡ÒÄ%Þ7 VåÖ¸ÍÞ¼bÝ€õ­vâdl^ë–‘vQÜjòiÛÓ ÈÅ>2òÇ´••Æ*•ÓÌe´÷deÊÆ…¹|Q»ÿ—ñ™Ø"Ý2+¹ óxÁ\æÛ`¦ßJH1󸬽¬;cÜÈxKÖbÝeã@ÆV`~gº}Ï–,eÐׯ=Ÿ{0Žl%ð&PztšõuñÜ 8vé`>¿-5:˜gfÁåß>HeõwìmzÅ PýàÝñ%ðM@“iÓ{ùîrAë²WßÆÙØSïBÇ1ˆ-Áì  ø( ¾‡VW}çýú^s{vì†Â~˜yB÷Aýã0V .ã¶Þ‹mtò½zÜø¥YØy츊êq5°8K*ö6o5TUP8cÞ>Nqb’iÅÆä`^ÇÏ6þ·2‰õºÜ'aªÍ0º™±ÍZ«•—ÌáFtë,«y‚7oVË‘ˆÀ‹õAÑ Œ2G)sVÎwb¿ZiäVuªˆæ>*gQ©ÔG²íKfó´Õ$/n_Ç…Ø>Ƹ—m”ùȬrV“rý!ó£0 P2°•ñ™(\Ê|4D^-'ÆŽ ™Ã¢XqÙÅj˜ËÒfyÞ,H™y@ä³p{giêiôüw”yÆpš» ìE,ç3ý_Z'68É¥ÁÜè{Úеø<¤‡À½·ôúhºK/#6 î88JÿEû º }k];àÔMäîQH·‘_ǼŸÌø\û[¡p7ÅkçQCN¨=+= Ch$C0ýìÜ´P¸zÛV/x¶Ý ?‘£0ñ*¶mûa-™EÈØ Ös³wÁÇ)Îô 6t‚=ùv˜w BGn_@‡ò .2¿ Ð˺‘¬´ñ^¹ûfzÍ߯³å€N ÙDjž¬eÛcÄIU,Sö©¤”›´*¹¬®20·ôJ}ke ûIV1Éh¯D¯Ak9¯q«”Q¾‘W% †¡ÙË„Q­èG"* –åQ®*£ì#ëÑOC–·UÛmÆiQ;âøi·JV< ¾o¦ÕJ@¼óµôYtPß&ùÏìÁ>…º’£¹±fnòb_ƒÆ­úµ% ïq“æ®‚Ò xa- "й HD fºÞû6’³°®Y¨¹Âóú‘¥™ZØnç˜Zï(Ô}b `P§c¼ŸB][  &.} B»!¬Arª5°9ÁWŒ]u ŠvØÒŽC¤Þù+<þz¸ï˹Ú´©i”@šÂò0Dgo@¿eLož`DIÜ Ô+•Ö^ÎY4d`W,ÊiFb´3qÍRusùå4&YÛËúAÖFb9VV+S³L[³ÒÚd}*3–K2mÒŠn3½2¨¤ÁÊÀÕJÀ“•-Ž «r­Æ„L[”•)"Äþ°*ËÜ⸵Oóÿæ÷D_[m;±¿DeÀL«Ð+M‘âÿ•„ÃJüþ/ÌÖ 9Uû,þ/°¾]Lš ³ÈMB$ -M@fÆ Ö¦›ÇW‡@uéëãÆùh¹9˜Ÿ‡ºVðÚàÊ4Ü¥@ÔUä>x»­åSOÂÌu(.BûQ}¯úêeè¬eßí èPÔ­À½ Wb`+°–1žÌDg%ñ—Óš+iª·j°ÒŒ¬4óÍh´2À¬èæú‰ßb™âÄ.ö¯XçÍX_¬’¹|™À#Ò/¶Q%¡CF«X¶•5ÃÊŠòxâ·¹m>I™VãQÔÔËiÒ²¶.Ç7²rdüºY°” ÈVùÊè.§…—Óèe|n\‹æu/ÞY`P€ÄeðÖ ;¼9Ñåf€*(¬‚-zFݽú™ç6'ą̀äâzd¸d4 <H'ASõ 2îjÈg¡à€T <õ .ƒ« iˆ-C²µy}}eY?еF…drUäcËØ«àPAsBj‰bTjÀžFK&P5àÊèe½ä³-®RÕÐF~>Œ½ÖE.¶†T»Ð²©d׋bwPÈÑrQOç=ìIDATPAKäqxü’Y´\ ›R‡rä!À¦;ú]?m>ðn‡±y¨]ºýÝH¢6&ÓèĉVdâ[‘Ê­& ™¶±YÐ Ø6£©nÆò ÓŽdÀ.þ¿™¶ŸµšÄÊ}oF’MÀV}jÕŸå&]«6±v±ÊY6t²r­>V W®¬[-SÔl­Êµ eeŠãÅ ¸Êº ßåÚLt±íàæm¡" ²±´Y0¯4žn0/BÅ“¹3èæö,d³à  ;¹E!•llpÛ!­é¾sns°¼j]ÃV!«@: NTùÀáh êª!¹Y/xÒºúÚ4ìVa-­¿SXƒ”ˆƒÝö$óàó’ÓÁ;%¯¤°çhj Å€¤î²Tn*•ò+÷¾™6Y=nÅâ`ܲÉãV'Y^2Юäb*'°Y]›Ÿ7çaE³™îrôZY€  `eÎ-×?›‚ÌtËÆüfœre~’r+ñ—UÛWâYÿ‹}Z8­ÆšÕ¸ÛªÒ·UºÕñ$kƒÛ Ðÿ_$³3œ9ûÑáf“½Ù¡. 4HÞ–¾`7“èÂI})/'°ZúøÑ- Íé×]è¦ü™Ò³-À$ÂàÝ TAâ#¨ÚJ5d¯@J…l„œªá¨/…šŸß§õ¼Ó‹‚ÿ ÄÆÀ«€Ú × 1ÕAŠãçQíw ƒ5¨[}¬&œÍ€–›˜ `óó-'•oÐÌÏÊè¯+j¹T.¿Í+•&0™&´™¾¼•É·œ€Viµ¢ÍªoÊ’Hƒ¬l«ñQ©->I™åÀP,÷VúBV¾H‡ñ[ìÿrý¹ÙvÛL¾ÿT0ë#uƒVñs]n¯$z¢ÿS“¡Í [óbÔH¯@"õA càm<°< u¥ÃKr‹º†ï*…z½¨‡iH̓§´Ï}uÒƒÐr©< Š L÷@‡Ü©9ð8 “×ÈF >u;˜íjxï†åH Aè3€ †?„Ž8 !Á “¤–.áÙÓ4ÀØ9ØÑ¡×a* ¾5¨Ý ç ˜€Ö‡(\½„­£|!Àƒ6òöè°¹ÉÊG[Û  ‹ß•®+%+P“iC2º­4¡Ju(wï“»LH©t½™2­ÚÀ|½Y KV^9:7Û¯²1Vn¬ÉÒf„D™0±Ù¶¸Õ272•Æb¹òe n%8˜¿Åërõ(—o¹¼­æ«ò­h‘Ñt+Bí핬Ìîæho¬¯[¦fr|3ÂRÌê`N³~v‹:Þvˆ]ÿȯ‚=l‡¹~hl{)àÌÂ%h.Ä9'D&À¦ÂÎc7Ê›û°ïÓÀVýÞÂ$ÌN7¸Pç€êèVDf@Y‚º°6¥Ÿ·}ÐB}|wÃøErÉI5AðhP»¨†ÑÀW„¦m°Z€Ü84Þñ9²á‹8;Àµ>ؾœ% Ą̊‹Ðz÷ èFªÄ ·:ñËR¹‰è“0æfÞÙ ¨‰Ïn¶Ü[I·"Tú¾U*µÕ›IV}X‰æJ‚¤Œ6ñZ–ÿfÚN–g¹úßJ™›ÏåN«:W/V©Ò¿•v³ÊWV§J÷ei³Âÿfi¼=“°Í× t3v‘À-¦ëŽqÅä¦ÀÕ©ÿUŒ‚ZÒÜc×ÀY¥¯›×–<ç£C`w@t ‚Ÿ©ûÝк=]Od‚àUÁ_ á!hÀ™ñ \õÛaǧ(,Â…K°÷p·Àè›`wÁöût €c¬Å vBû€˜»‚ÖBqtÁÌÈMCç~tÇ€-ºAc¥Ÿb~uë!}KÝÌìéÒ×ý'Þ†m¿x _§\H]ÀUJ jvCxœblúÎt#•›P*}WJå˜ñ“‚•Uþ"]›©×'M?o€/§ùÒ¶±šÔ7£UY¥J†ÍÐûóê£rãèVµLÙõ­”Y®ÿÊ•s+|u«cb³u1_ov¬U€>©†~+÷nï”Eêrç˜kÜå4õ)ô .è@îhÓŸÍ¿E¿ÎhàšÚô¬ÂA+BSСï1_N@~¢ø¼ž_b‰Ìà«8<Ô†vhü0ì†ì ]…ÐV˜èƒ_0ô>ÅÈj‹ìn´È JÝ^è(mq›ùB­@=LŒCmÀ|ÒB瘋èg´«Ms³h [ýQÈÌ’ºˆÚ^­æ!z vÔCØ.LCǃäzÿǽÇÐæ¤ [„ð8xWÀÖÈÿH¥,6;ÖcƒIEND®B`‚gbonds-2.0.3/pixmaps/gbonds.png0000664000076400007640000000465011106721172013371 00000000000000‰PNG  IHDR00Wù‡tEXtTitle/home1/evins/pig2-3.png9ÒtEXtSoftwareGNOME Icon Editorž* l IDATxœíX{PT×þîÞ»ï÷. ‹F¥"Z¢¨CuT‚&FµÆWC„8&*ê$>b«­iªâ4ÓI¦M&ÃTG;D±Ub"•&„å% ìòXveÙǽ·\Öe…1¶ýg¿™ßœ{Ï9¿s¾ß9ßyÜ @@ÿ?ϲ±¹ sCó®ç½LQÔ/ø"ÁX‚ ´b‰ø¹kO—@* QÐ4ÓKòIº·ÇV# [¥*ÙCupÐW_YôãŸ|Òù_ aÅâh¹X”•qñßýY$€9â%Ré $ŸŒ·uõDH¥RbjTdr9‚´Zo,ëól·ÛQg0 ¦®v»!Ÿ‘(eV±P|zâ”IiyWh|fL‹‹]PUTšÃ0 ?ffÌ®â[Å>&"<<<Ó¢£1uêT_´èÉFc¤WWãÔ™3ÈÍ˃X"¶„Mûàæ­ÂtLÉç7b[?Ù'È8öÅ}‹¹3B§ÓÁh4²AÛ·mÃömÛYWçë°p!—²ìð–Ÿï·OÕš5°vwcrTäWUe•ï’$ùt8r ø_™Y›ÊŠJްÙÙÐçåaSNQQZ …\\»,Xà•ÈHÄY`˜ÁyÅÅ>}­_³ÕŠÈÈȽ÷ïßOóÇ‘ç¯à…Y3Þ8ú‡c5eE%Gßÿblhð:wuqid¤7Àöö‘À§‡Ó eb"hš†›¦"‘x__Ÿý8ÖgïØ¿Ÿ‚HÞ¼aNŸ=‹Ô={Ðe6^puu€ÁàK~ L&nŒ†OÏAøhÝŸÕ›LP*•Ÿ˜6<:]X¦ÉÔôÃ0àñxðùès8К“ƒ`•Êÿçñ<†ºž?Xw߯¶6DlÙ6hqGGû•ÇÇ‹jii\­PªmKfÏ–¬]ü ¤b.|Ÿ•DòDÓ;*Ò<ž¯ŸÀ² Àç úâãò/~wvЄ“\ÿlœÉÜ¥‹¦ÕàÝ×_‡˜¢¼w™ÇÍ3j£1Šâv–Qø¤œ:…òš4÷ô^-)»ý÷Áz퀦é˶^;›¯× 3®\ þòüy²¦© v»ÁÁðx^âž ˜ŸNõùùÑé—¹\^bééX3bôz\,(€D.?j³õÜ*ÏIl°ÀlãÍÝÝ»¾ºxñ‡µ}Ôºz56¥¥ÁÐÔÄ‘xüêÜoúü|4·¶âFG÷^Xè-»{×§îÌ râÄÈWo.–u†Ž ;7y`ä/2%€$’¤Þ“ø‘ׯǮå˽ý:Õß¹ƒÐÉ“¡Û´ —öíCe{;¶ÏŸÏ•••ù4xüÎô´·ã›7CH’~µŸrá ŠŠÐærÓÑѾÜAÿßj Õê /.'² ãH€?êÔG3¡/*¤¨(,?zÍf0"BU*ܪ¯Ç­úzìöGv®¢ðmAjìv$FD@@Þ¶"‘@ßÔ„ŸZZð}q1tºÐÏ:;Í…OÀn·Ñn·û:Ac`vò¼yt*”JñÚ±c¸Q^…D‚)h¶XÐl±@åvCÃçCHÓèëîF—ţɄڶ6Ü®ªÂ¥’Ì C¨\Ð4GÞdÂŽèäTWcQâÒÔ²²{Vܨ' À–en†ñÙ ÿvù2n”—ƒ ô1LîÉìì ‰Lãr9å.×Ð?vŒALRi%MM+_þüóÄÒ½{ñO£ úÃÜ6ÐÝØµJSvæÌÉa?0F€LÆ-0–…¾¦Ÿ^¾ ‚ÇCxøs'ê 5oÀ­òFÞ±ÃGNgïØŠû "…À*¶>Šî²´5oÙ{¨"õÍ%n':l¶âí™™‘™IIؘ›‹=3f²«ª4vÜ¥QòAœŽ b×Äű)ññ캸8+W(j6¤¼'}ÊfçèûÍóϳÉK–°k§Og'Mb°ÑÓ¹öÙ±çð6€¯)ŠŸ¡ ùÀ=´LŠœ²óç4:.lòq€lŠd AÚ1 "¡¤]© j˜¿àgü) € €þøz£WÓ³IEND®B`‚gbonds-2.0.3/help/0000777000076400007640000000000011107720364010736 500000000000000gbonds-2.0.3/help/Makefile.in0000664000076400007640000003745211107465251012735 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 = help DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h 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 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@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GBONDS_CFLAGS = @GBONDS_CFLAGS@ GBONDS_LIBS = @GBONDS_LIBS@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ HAVE_FILE_CHOOSER = @HAVE_FILE_CHOOSER@ 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@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ 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@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@ UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ 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@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ 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_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = C 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 help/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu help/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 mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # 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 installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -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 clean-libtool 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-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 Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .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 clean-libtool \ ctags ctags-recursive distclean distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs installdirs-am maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ uninstall uninstall-am # 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: gbonds-2.0.3/help/C/0000777000076400007640000000000011107720364011120 500000000000000gbonds-2.0.3/help/C/Makefile.in0000664000076400007640000003751111107465251013113 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@ # # No modifications of this Makefile should be necessary. # # To use this template: # 1) Define: figdir, docname, lang, omffile, and entities in # your Makefile.am file for each document directory, # although figdir, omffile, and entities may be empty # 2) Make sure the Makefile in (1) also includes # "include $(top_srcdir)/xmldocs.make" and # "dist-hook: app-dist-hook". # 3) Optionally define 'entities' to hold xml entities which # you would also like installed # 4) Figures must go under $(figdir)/ and be in PNG format # 5) You should only have one document per directory # 6) Note that the figure directory, $(figdir)/, should not have its # own Makefile since this Makefile installs those figures. # # example Makefile.am: # figdir = figures # docname = scrollkeeper-manual # lang = C # omffile=scrollkeeper-manual-C.omf # entities = fdl.xml # include $(top_srcdir)/xmldocs.make # dist-hook: app-dist-hook # # About this file: # This file was taken from scrollkeeper_example2, a package illustrating # how to install documentation and OMF files for use with ScrollKeeper # 0.3.x and 0.4.x. For more information, see: # http://scrollkeeper.sourceforge.net/ # Version: 0.1.2 (last updated: March 20, 2002) # # # No modifications of this Makefile should be necessary. # # This file contains the build instructions for installing OMF files. It is # generally called from the makefiles for particular formats of documentation. # # Note that you must configure your package with --localstatedir=/var/lib # so that the scrollkeeper-update command below will update the database # in the standard scrollkeeper directory. # # If it is impossible to configure with --localstatedir=/var/lib, then # modify the definition of scrollkeeper_localstate_dir so that # it points to the correct location. Note that you must still use # $(localstatedir) in this or when people build RPMs it will update # the real database on their system instead of the one under RPM_BUILD_ROOT. # # Note: This make file is not incorporated into xmldocs.make because, in # general, there will be other documents install besides XML documents # and the makefiles for these formats should also include this file. # # About this file: # This file was taken from scrollkeeper_example2, a package illustrating # how to install documentation and OMF files for use with ScrollKeeper # 0.3.x and 0.4.x. For more information, see: # http://scrollkeeper.sourceforge.net/ # Version: 0.1.2 (last updated: March 20, 2002) # 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@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make subdir = help/C ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GBONDS_CFLAGS = @GBONDS_CFLAGS@ GBONDS_LIBS = @GBONDS_LIBS@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ HAVE_FILE_CHOOSER = @HAVE_FILE_CHOOSER@ 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@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ 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@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@ UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ 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@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ 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@ # ************* Begin of section some packagers may need to modify ************** # This variable (docdir) specifies where the documents should be installed. # This default value should work for most packages. # docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang) docdir = $(datadir)/gnome/help/$(docname)/$(lang) 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_builddir = @top_builddir@ top_srcdir = @top_srcdir@ figdir = figures docname = gbonds lang = C omffile = gbonds-C.omf entities = # ************** You should not have to edit below this line ******************* xml_files = $(entities) $(docname).xml EXTRA_DIST = $(xml_files) $(omffile) CLEANFILES = omf_timestamp omf_dest_dir = $(datadir)/omf/@PACKAGE@ scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/xmldocs.make $(top_srcdir)/omf.make $(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 help/C/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu help/C/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 mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags: TAGS TAGS: ctags: CTAGS CTAGS: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d $(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 $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-hook check-am: all-am check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: -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-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am info: info-am info-am: install-data-am: install-data-local @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-dvi: install-dvi-am 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 installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-local .MAKE: install-am install-data-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ dist-hook distclean distclean-generic distclean-libtool \ distdir dvi dvi-am html html-am info info-am install \ install-am install-data install-data-am install-data-hook \ install-data-local install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ uninstall-local omf: omf_timestamp omf_timestamp: $(omffile) -for file in $(omffile); do \ scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \ done touch omf_timestamp install-data-hook-omf: $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) for file in $(omffile); do \ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ done -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) uninstall-local-omf: -for file in $(srcdir)/*.omf; do \ basefile=`basename $$file`; \ rm -f $(omf_dest_dir)/$$basefile; \ done -rmdir $(omf_dest_dir) -scrollkeeper-update -p $(scrollkeeper_localstate_dir) # If the following file is in a subdir (like help/) you need to add that to the path all: omf $(docname).xml: $(entities) -ourdir=`pwd`; \ cd $(srcdir); \ cp $(entities) $$ourdir app-dist-hook: if test "$(figdir)"; then \ $(mkinstalldirs) $(distdir)/$(figdir); \ for file in $(srcdir)/$(figdir)/*.png; do \ basefile=`echo $$file | sed -e 's,^.*/,,'`; \ $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \ done \ fi install-data-local: omf $(mkinstalldirs) $(DESTDIR)$(docdir) for file in $(xml_files); do \ cp $(srcdir)/$$file $(DESTDIR)$(docdir); \ done if test "$(figdir)"; then \ $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \ for file in $(srcdir)/$(figdir)/*.png; do \ basefile=`echo $$file | sed -e 's,^.*/,,'`; \ $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \ done \ fi install-data-hook: install-data-hook-omf uninstall-local: uninstall-local-doc uninstall-local-omf uninstall-local-doc: -if test "$(figdir)"; then \ for file in $(srcdir)/$(figdir)/*.png; do \ basefile=`echo $$file | sed -e 's,^.*/,,'`; \ rm -f $(docdir)/$(figdir)/$$basefile; \ done; \ rmdir $(DESTDIR)$(docdir)/$(figdir); \ fi -for file in $(xml_files); do \ rm -f $(DESTDIR)$(docdir)/$$file; \ done -rmdir $(DESTDIR)$(docdir) dist-hook: app-dist-hook # 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: gbonds-2.0.3/help/C/Makefile.am0000664000076400007640000000021311106721177013070 00000000000000figdir = figures docname = gbonds lang = C omffile = gbonds-C.omf entities = include $(top_srcdir)/xmldocs.make dist-hook: app-dist-hook gbonds-2.0.3/help/C/figures/0000777000076400007640000000000011107720364012564 500000000000000gbonds-2.0.3/help/C/figures/print-preview-2.png0000644000076400007640000013463711107720364016176 00000000000000‰PNG  IHDRÝo±µœÚbKGDÿÿÿ ½§“ pHYs ØÁ­ "#tIMEÓ ;TeŠ$ IDATxœìÝyxUÕ½?þµötö>ó“á$'3aF@Ä‘ÁéZA/uªZ¬ÒÖ^Ÿþz{µ½­ög§k[­öz;hE+hU´b«VdÔ2'g÷¸†ïGcÊ¥íz=>>‡}>{íuygeíµ÷†===€?ü°¹¹yÅŠ`H¦i¶uôJ²K’lCW2ÌÙ‰~Þ8ÿþ‡‹E'Œ©~}"‘ðûýÃ,6MÓ4M§ÓyÂÊ]»v©ªj³Ù$I‚===›7oÞ¹sgYYÙ%—\Âó¼ <ÏóE<¿ï'ui¤/P<üÁÛß÷ÍÆ¾UOÁ?äí,èôYÐ…Ó‰:ø#íܺöÍgïnmm:ý^¬]»vüøñ‘H„ÿÄЙ‰DœN§¦iC?ÿüó;wî\±bŤI“„?üpçÎ ,€Æb±cî6ð:NÚ{R})øégð¨ÏM!)J0/„þ€9N ”RJ9ä(¥”`Aà0‚MI’&J,A”0¦”RB)Á–Í&Z°¥ÛÃÄŠuÉf·¡ <PÄ„bd8›n2ònGÕ€"U¶» ‚$žNB˜bKs9ÕSÏø|þ¼†ÄÊÚ^ÝÄ[’@§ L™÷¸y 5Y,ÉæM1SNw‘ª#‚L›Ho·±Œ¬ßëÊj çce¥åɬ FÂå-Îk#C ¦EL-,ò¤ó e#áÊxJ`=êõ‡²ª…‘n—à]†…M-Uô&s fz«ªj¢I@´~o0œÉ™ØÒ6LabCM”—bY ȧºêêúâ*«½’êTÖ@¦ê’1½º|,*Ф —hoÙØÍP¾«¸¬.‘1™wɈ~Í@z6R.îO@6Þ:ztSW$@¹Ž’Šñ”Œœ[Á@ ¨:Ò2}µU¥½IÈDŽ7¡£7@Ù¶²ÊÑѤnY¯S©HÕšîQêŽ@:²„)m=YÊ´†ªÇDšed}vD¥`ž³â¡Š{GÔ”u' —쨮mˆ%5J%ˆãM·r¹ÜáÇ=ÏàÐ+äž Ç ÎCJioo¯¢(Ç‹ÚÁ™I)mmmEñx5—]vÙôéÓ;::Þ}÷]®¹¹¹¬¬ Bˆ’eY–eI’DQ,ìáÇ™KÁcŒà‚O¦R áÇ¢””9½.PÌó¡L ÷q(ó<$@)A’$!L¥”˜’d+„20WØ‘XÒÇ N 6»l˜˜RB‘&+Ù&”"N0¡›²Ä[J Ò\n§ª#J1±r§»Ê°xQF˜¤ÛeÁD¥[yŸÇ×%˜˜i·ÇWe‚dG˜`Ku*¢‰9J 63E6oR‚°žðù‹ ¡,B]´9-D°™s;$Ýâ(%ØH•“Yƒ`„µX XVe j’ì6-‚ŒŒ×mÓLŽR‚´Dy¨$žÒ ¶Ú_\R‘U-léP%ÅcXi¿Û¦<%i±ÊŠP4©l"µ§$TUe™ËÙì~ÃÄHOyåœÁQ‚‘Ú_[î‹«™(×U^Y[e…ËÊÎ"ÝÀ–/ö+Y§[ùÞõ5=ÑP×ÐMê–‘sp)»»LÕ™ë —:Sª@23‡ÇÕÖ“Å–f¦ö5¾ðçà’vO(_(.q°bV|Ü⿺\W]Me4©‚)RA, !„Š¢ØívY– 3 ’$ d`!å(¥c„€ã¸B½¦i]]]‡nkk;tèÐÁƒ[ZZg&¥TE»Ý®(Š,ËÙl¶øÉdòÀ…Æ-Ër8S§NýÆ7¾!¼üòË¿ýío‰„,Ë<ÏoÛ¶ã¸3fp!ä8nË–-<ÏŸwÞyÇq÷·¹ ‹¼Êì镼ÀAtíÞ=ОR %Ç]ù¨LV]ò§Ý‚$cB)%¡§(K¶hÒü8 (‹¢Türr‚ aB°% …!”`K’$„ ¥RK’ÃÄ—L«„ðˆ\.„ò@V/DóÑ¡_± ½é©MeO½¼·³7=el™"ÁÞþتw{M¥¿øöùN»MäÃ¥îþæíŽˆùß·Ÿ3ªÚ×|(úªæéª§5%‘{õíöX"×—&ÿ߳￳«ïÚ¹ År:k^qÁìw½0vDÑMÿ6Î】„úÇ×÷Ï›5B‘௟Ùü‹ïý[{wò7ÏíøÏ[§½úÖ¡û›Š,"*!„ R½^W^” ‚ònO ¯¡Âô…${tcKu(‚Ed !jåoV”XÄÌz%Ù¼I°)@ݦøUa3ïvˆ•M 3SRHç!&5SEÅåɬA!AÍæ(ÊkY¯K2©b˜ˆ©²²’dŽl#YªŒ§tŒt ägiVµ‘ö¹muè†IŒd¸"ËŠce5ѤŽ-]æò²+”É™HOye85ÝÄz¼¦ª"’¦DTTŽè‹k…¹»'œÊ––úe¸4ÍÄz´¾¶ª/I Ò±ÖWUÛØÍ#SU¸´Ã[È–+ ØUâQ5©ý#GÔö$(F:Q»k꛺"ydæ>åôׯS†™„Šì*ñæUÝÊ÷6ŽÑ£åq¾³~ÔÄŽÞ2r.é Œˆ&u3ßWQâÈ_6¯£\׸±£Ú#[yœoÙ8¥­'kY—pŠ$´Â¯¨¬˜Ÿ¨¸{ܘ†ö(ÅH%z(ÜKjcäøB”†´…doQ¹ ð€?¿¹Û¬%€¬$ò<ϵwö¯Û|pö¬ñ²LS£”š‚ÃîtC‚xAæ8®³7ºî½Ã_¸tZY‘‚¾hzÝ–¶›;Õé°]5gÇ 6‘8¼·%2¹1xÁ”rÙ&ìù¨cÆ”1‡"•9ÊŠ•oÜrq¸Ì.u®ÙÒá÷Ž?²¨«7%Šü´ •½Ñt*+.ó(cL)ÐÜ>·Ž8‘Pžjv·Û°€$ Q„‚ä1,*BËã‘1”"<Í^q¤É9<>ÝoŠ"m>ݤ4½>ÙB„ù¢ _³8Pe]€f‰7$HJ‘jžêþ€Å´D™Pi0or<%Ì{‹‚yH¼%ÙÍ^œ× Oµ@‘Ãvlh%+ÊJ²ÇsD‚9_°$§‘³\`³—æ4‘|y±Ó¤ËÄÀŒW–—etŽãˆ d%e ˆœérPÙʪ˜ÃÙp©Ë.ÓÀDÔTU¤TŽƒD¢ÉⲊ´ D¨»DqU¤ó¢LU™K‡n¤c¢ö×Ö„S*!‘H¢$T™Ru·“ØÝ•©†Vª¦Ü­¯©#œïQ[P9‰ˆã¡ŠêDP÷¸ˆÝSÌ"`&k+Ü:ðB¹Î‘#jã9,áHye]<  y\Øá­Id0õaÏ@ñ¨†šXN8ébŠÿ…ŠE-«¨IæÄOxÉe! à8!, iUU]³fMGGÇàño]]ÝW\áñx2ppfâGŒ¸ ¹\s÷ÒK/ žôxþùçüãnçÓñò๕¹sç:Î^xሑò@Ÿd›èP¤ÂE«ÞÚW½³Bc ä%‘‡È{<>žç!¢ÀsBíN·$ÙUE@l’àvÈ™çcÊAÈq°´ÄoWlûZâ²,ˆ’@‰)I¢‰øLN{þ/›ß}¿BŽ@á\W^PwÓÕ“W®û@²ÙeYXˆdófk{æ¿|…R(W§òxÁ¼ñË_ß1iløŠ‹Ÿ\¾Ù(R7Æ„ð†ÝíÓ- p„`Íî êV æ%Ÿ‰ Éa§@˜ˆÐ,òøuÊ"ÁPuùJU+"âD(É~Ã$ЍËN;6„0Œ`Y±f›€ ÈyÊB9 É"âDjS‚ºAó9ÊÐÂÑJ*Jóx,Õ®Êæ,›`9 ;JTË‚êw:T€…9¢–U–gU ñˆÇÙ@¸:óq1–¥ªŽe!_tah'&‚œZ^NçÈ#¥ƒÕõ©ŒiL§€gyNC2¯{0´ó&²Á|E]u*Dq4YY?*‘2$ÎtØ‘Ý]™U-Ÿ–¸1tò&²l¸¡&™g¯ÑOgØíÈé©Êä-—+.ób肆)tÕ¨úxðÀq´fTS4¡‹œî°›Nom:gÚ`¶¤Ü‹€¦D“M#£iÀKDýuc&öÇ4‘ÓvÃå¯KeMÌ”–{ôPÍ”h²iÌÈhꔊYñ¿J±„úkG‹$t‰7eÉJP7°$P?èÔ\__ß›o¾yÄ|ñþýû'Mšä÷ûrv 3 |Ä\dz҅\ÆCyä‘®®.a8.Ìxtttüìg?ûÞ÷¾÷7ócòÁ þù…-ƒGÊûH"'KOÊHx}ž2S ð@ÀA K<ÇA@á#xB DA8Ô•™ÚXráôúæ6 (ò”ãÀˆšÒ;¾8`ëµµ»eÙþñ%©½/¿÷@âêySg_pN2£¯ÛÜIý ½È#½»ý£â’$IM·ÞÛÓ3gzù½ß¼î`{|Ãû=‘„ÚX[±iÛþªpɹEî]¶ÙíÅ¢À …Î)¤DÝ6@у‘*Ø$ȉSC¢Ý)/I"9=¦l€ˆ’DzˆÄQ– gCˆðÀ’ìLIÄ›ËoXT(©hó›&‘x,É6ÀÙ"œ`Ê"‚$bH°Í0 " ”¨M è9ätIW,‹@^—î[&Xñk" Ħë9Ëå²A^¡‘xÓî÷ZDD ²{ËT‹<‘,ÛK5‰œåòØ ï &–8Ã[ä3q¡ØrøÊó*y¬Xv„T ‰Ðt»(8ˆ‰%¨û‚~ ’ˆ ¶œeᜊɲ;+òª%@Ãí•9Á… ,A=,Ò‘( àLw *“³)<²»+syKºÇ§@Á… ,­¨$¨Z¢$˜êîÊšTÆ8K±Ywu6o @÷ú(º-KP-* ª¦( ¦u+fÅÇ/Nç,Dz€möb]G6 BÈÈ}’Q„ÐårG£ÑÁ'ñJJJ\.×à±éàÞ²eË¡C‡N÷AãñøàÌ,œ÷#„pwî¹ç8p`äÈ‘·ß~;ÇqO<ñÄþýûgÍš5À÷¼óÎ{ñÅóùüÑgža‰Çã?zh™!5||½v› ÁÜ[·N˜zød¦&à‘³©îm»ŸtNU©{Ë–˜óÌœ6nËæ˜óL›)ÆH”„?.¶Ùl"”@-A>)¦ „RŠ‘ôi±i³É¬˜·˜R(€\!NÖ¯Yù§ßÝ©iÆøˆÐ;f®Y³æœsÎ~fvuuÕÖÖæóùãÕ ÞÒÓÓsÍ5×|<10Ì>fõ`ŸG.-:ñm8NÂ'×rx(¹ygG8, : Q?°ìûÓ×Ñÿ·ÛOw1…~RLé'?v6úÉφ#¶zaú‰‹! àã×Ç)ôúÓâ# >¹äý¼˜BŽU\¸4tèb'+fÅ'Qü7ß°@ùÂy¿Â¸¦'8ÉÌ,Ìc QsÄF€L&×®]K)tq`Veðÿ^®Ã~ý…_qTg†ªj¢(Š¢p†Úg†Ì*Ö®][˜ÄwàXPUõ¤2Ó²¬®®.„Ðmüß0 MÓ„`0x饗ær¹d2™ÏçGŽ9ôg˜;w.¥wž‰¯Ã0Ìçu%óglÿþýáp¸pG$I’8ˆeY…I†aæ3cYÖàó‘×U3 Ã0Ÿ/6ËBH*•êéé)ü¶d·ÛƒÁ`QQQá’Ó“¥ëz___<Çó<ïv»ËËËívû?SÇæŒb¹ü¯.“Éüõ¯Ý´iSOO¦i‚ øý~¯×ÛÔÔ´pá“­ÂÓÈZZZ ·w8n·»ººúÒK/mjj:©<ý :VSS3oÞ¼“íÜiÃÊåÇ?ôÐC‘HDERXÎúÉ¹ÈÆÆÆüàg²‡Ì™õðÃoÛ¶­±±ñÊ+¯ôz½.— Ç›››úÓŸþ×ý—ÇãfSÛ·oÿÙÏ~¦(Êĉ+**\.WáÆá­­­=öØÂ… /ºè¢áwì‘_>´mëÖ‰Ó›šæƒA§ËˆF£{÷î=µŽ¹\®ñãÇ:¦(Š®ë­­­¿ýío¯»îº“êÜiÃÊåL&3sæÌ/ùË[$I2MpÛm·©®},Ë:tèPUU•¢(ÃÜÅ0ŒöövY–+++ÏhßNÆøW¿úÕ¶mÛ/½êwx\NÅ©”xX^æ4NoÙ¶î©§žúÊW¾2œ§F677ÿä'?©o9îܹ†³¦: à ^7uþäq“g<û‡Ç+++ëêê†Û±;ç~a¡;<Öp”êùPì?B3+FŒŸ?ñü¶¼ùôÓO/Z´hø«­o˜pÞ<ÓYÕ Ý݃ú¼°ñÂ)Ï™ùìÓO ³c óÙV.çr¹X,–J¥r¹\a)5Àf³ƒÁ¾¾¾3ÜÃOõöö–••½½££cݺu¡Phüøñ%%%ÇÜWÓ´·ß~{Ê”)EEE§vô¾¾¾;vnÛ¶­´´dñâÅÃÜëàÁƒ?øÁϪª«.¹xÆyççv»Oíè===+W®œ6mZSSÓñj~ó›ßX– o¸á†#ÞÒu]Ó4ŸÏ7xãþýûß~û틯¸—Ï %•+‹<Š3©n‘lFmNÆ«›f%6üeß¾}S¦L9aW­Zår{+&ÌÉxÇ…ÃÅUEN aÌ ¦nu'³6H¾xóíO?ýô÷¾÷=›íSß¿ÿÆåæEô IDAT/¼t®˜‹ÃÕb¿§íÇ0w ¹Mù“=©Lù¨ѯ ³c«W¯v¹½á‰³3¾ñUáâ)… fPËÄ]±´’¿qѲe˾ûÝïž°c óÙÖz ‡Ãá÷ûA(üfª(Š¢(’$aŒ—ƒgBww÷1·?üðÉDnÍÚ-º®ý®eYüùÏêêê^³fÝ)c¼zõê·ÞÚeêFL>©}Óé´(Â5nÝvࡇjmm=…zzû7¾ÓüÔ^^²dÉñÖ2.}æõ-Û³ÿêñ£ßÒ4-™L±ñý÷ß÷ù|¤xœ§8Tï…]{÷̨²í]éL[ëáPEY§åó•×ïÛ·o8=ܰaCå˜iª£fÚ˜ÕÛþ¿==¶BÙµëçýly}vå”°Ûínkk;aS…Žáàoqèâ:Ø(¶W”ª?ÀØ®1YUQÔ…Eá†avìí·ß®3MwÖO©óžŒæ†É¢€fk¹O%î`N©ðx<ÃéÃ|6†Êe„ÐŽ;V­ZõÞŽœNg,ëííF£‘H$‰†A)MåЊ¿¬úÓŸþTxTö0ÝrË-\pÁúõ몪.[¶lâĉO>ùäQÏu–ÆÆFòªÅãñ#úßÜܼlÙ3«ßx{ÚôY½}zEEùIµlÆáÃí¿üåñXʦ8Þ^ îٳ礑$r®ªú‹ÆÌÿé¿{úégºººNö“B p7MœŸU}ßúÖ÷^}õµX,vDÃé«©‡ÑpÛŒD"eee–¿ÊÅuoíˆöFöên>ÔóÖ+k·u .›/t—Õ777§µh4ê r…Bµ5ŸH~úÍ+ /˜ê —BY(­)Ž˜¶šÚÚá„i$)--%þZ—¾G]w‰;ÿ¥êq¤b˜yþŽ¢w›Ð«×ùÊ‹½¡ú>úh˜ó†GÉárºýÛùÍãõæ)bËÔiýç̈žCþx‰/¹1bÊ•••ÃLy†ù •Ë]]]…Ëw‘ÑŽŠ&žç €-Àwvv6F¯Þ®íÛàÙgŸþQÛÚÚ8pï½÷nذáùçŸÿùÏžH$z{{ sÖ'«§§'ô ¢2xÚ·½½ý¯]³jÕê@°*\Y‹g‹‚žT:3Ì6)¥mmmï¾ûîê7Ö×ÔŽ*.©4M“çù|Þ…B'Õ=Èq²MÔ4DòžÝÛý¿%¯¼òg˲N¦(IR&«Šç]qÇû»ºÿÄÒõë×kÚ§Ä‹¢`·K?Ü5é6›Íï÷{Ê|ž‘5M³§Å,°ºL»ëüù—(N;Àãwú<Žcþr4¯×( ¸êJßKƒ‘N'•›SCnÁâk’,””x8‡óW\˜"s—û° i¹œ–ÆÈØz–‘øAoÀéqɃ?û<¿Øïª*NE»Œ<ÒÒHK#=ô4‚VZB‰ÒR7Çq§öoa΄¡æ—[ZZü~ÿܹsßÞìqjjJj6Ã$=ýV,n 9x VÁ*rž3®j域I§ÓßOkÿ(ªNË#)Æ«žxiñOîÚµþ½Îý‡9@¦âµ}ûöÍŸ?˜»8Õ÷N6/û }¹öÑ¥0¡ñµç)w¼&Sà7RÃï˜ßï×:öûCÕ¹±_@c¿À*B @ B`ƒÀ‰Ì2.ýÑG-X°`8­1Ìg`¨ßy{{{ƒÁ`o&錑ö鎓î8îOaO‘ä/‘%»`ä­¾~¬™Ðáp=ãy<š¦utt Œw,Ëú{f÷zzz**BvÅ¥(J>Ÿ·ÙD ‡˜à¼j‹¼6›¤iVÀçL¥N< Ž1îDƒE˲bñ”Ûí%Q7PQÀ#Šb.§ŸÂ<†$IŠ¢Øí²Óé°+6ŒH>¯éºépú0&ÃkJ6Éá°ü‡Ϋù\.gwx4MÇ+ŠRRZ^xnËp455E£Q;ÖÃñE¹~[<6 ”J–^IU=ôÎ;›&Nœ8œÖ¦NÚÕÙY’í*Nž6sÌm?úÀŒ‹§þÇý‹ý–ZAR;7¿ÍfOxc¬Ž)X¯H´úó1Á_uHX¼·c6?éK²eVÐ<Œµ ¿cS¦Léîì(ËvSŠ©Š'ðyáÖà ³sËÆavŒa>CåráFÎöMpýuBÛF_´]QS.5é×ãaçIž[™[01ûµ‹á€év»î)§_|ñ‘G‰Çã#Gެ®®nmm½ï¾û¶oß~jŸ!+²ã%›ÍV]]}ã7rÐhnÞÓ×Û‹%E¢”ªª!Ëb.—?akv»ý¦¯w:å>ØÞÚzX B(Ÿ7ìv€@U“Ç€ŸÞ¬Šã8.“Íõ÷÷îÙùV¼ëm·^uõÕW ³:H>ŸëîéÞøÖŸâýïÿÇ×]uÕ•¢(Èî÷=L¥¥¥3gÎ|û­õõ~ÇšhÔºª2åéžFžh7]fòà–þþþýû÷÷÷÷Ÿ°µÉ“'§ÓiSSÇ)æX£{d¶½"ÝU¥E'Ûj>Ÿìí8|øpKKË '¬ ÛðÖú:¯<†&y+4þ–ò‹Ø4aîD»á5c-'Ù±T*eÚ8ÙcöŒÈt„S]5zd²¢Õò¹dwëáÇ#‘Èp:Æ0Ÿ ¾ººúúë¯7MS×u]×/q]¿~ýÔ©Sߎ¾yཥ Wnª›ª¯âœ‰ÎX£/9Úo Dk<±+ƒŒ\{{»ßïollÎQo¾ùæt:=kÖ¬çž{nüøñÍÍÍ{÷î•$iÆŒC ÷zzzŽ9VíêêJgH$ÒV]U …¼^ï˜1cª«ÃÛ¶mAVöPkT¶‰þ€«­­§¡!W Ý7¡Íf3fLq°Yùuëßâ8ÞïsõGÒ¢ÈûîµkV]qÅÃù˜€ÎÎÎ]»U׎GY–éïmþð½ƒûÖN›Zõýïß]WW7Ì5³}}ý»÷W†Þ×ÛþÑ[Ú¬]xí%_ûÚWjkj üñ¹¿„*Ƽ¿uõm‹n:b÷£ÿr Ÿt̘1‡ÞºukEY©[âœÔ´dº¯ãàG{£‘¾pÐ?*Ý‘~í…—ž}.-Êõ#G ÇŸ$ñz½ÕÕÕÏ=÷\¨¬Ìemİ“–•…DËËOn±À4 „¬þ¾öC¶ÖV¹¾ôí;FŽY¸ḟÃ1tT544s{<¯ªF¦IŽk‹¢8wîÜh4zàÀ¡gž}¦¶f¤ó$Ï,J’4uêÔŠŠŠ÷ßÇÎRIWyE}áÇÚIÑu}×ûµŒžkæ_6cÆ´S‘Qâñî ë–NšP}ï1bÄÑ¿X†ÆŽ™ËN§óxsEQfÏž=iÒ¤ÎÎÎ\.‡*\FÔ××·ê¾ÅçŸ[Q5ªÊÒÍË{’+{Äá\uÕP/·ÜrKWWW"‘Èçó‚ 8N§ÓùÒïÿïàÁÍçªPÚ¥ï|ëé_€Å÷þÿCLÖ+Š2gΜɓ'Ý1K¿úįþžŽ:trc˜3m¨\ž4iÒÎ;üñêêjÇqG/™ ”:t(‘H<õÔSÃ_P!¿xg•Òñ.b¾ùæ›—,Y2räHJ1·Z¸3äÄI^\¾ü¢‹.f@C¡Piié´iÓž{þ-ß}èСáï.Ër>ŸØ¼áéÙ—L¹êª¯É²|jOFø=ǗΛ;·ðèÜcÖùÐÁ楳fM8ú-QEQ¢}¿ßÄÏ›šššç|Õë>j›5"T9ªr­wYÆŠ?ÿ I’jkkrÖO¹æ©MUòáŠŠŠ’ÊÀ …Ef7ß|ó)‚ã¸âââ¯í«ëÖ­û†{¦0bĈ[¾tEyyù÷µŽªªª»ÿ뿆®Y¾ü…¿çG€ÞöÝûW<ü#Úr`¼Gá$àNå‚LÀ¥—^öÇHdéË^«V€)ˆÀ#`iøç(Ó± ^™ã‘@I1ü;;öת‡hñ"öð§Ø1†9]N°Öµ©©éï ”&¢(Λ7ï¤vq¹\—^zéêÏ™Ö4~<ýæ÷ÿðãÿ¶÷,±ÓkÏÄâ…§Ô”Ãá¸éÖ/?™M=÷êSW‘œÖ祼-ü÷wL¡;#ÖG‹O¼ÛPK?÷êSWqN³Ö«§Þ1†9-†ZÁü‹ã8®´¬¬iæ…¿Ý´§ ú6ÌøÎOþúè#ˆ¢8vâäCйµ3³Ó]sîWÿsÚÌ™'uòsˆŽ}û4ṯµãïíÜš#ÖcÀ /¼ð/ùKáyØÉd’‰f†ùŒµ¶¶ÖÕÕž‡}Ë-·°AÃ0ÌÙåoæ—B…S| Ã0Ìg戋¥ÿ&—MÓÌçO|¥2Ã0 sqsÄ¿Ée»Ý~ M0 Ã0T*5øÃ½'äéuô3N¶ž„a˜tŸO.oß¾}˜7Ï=)}}}sæÌ9íÍ2 Ã|–>Ÿ\Veâĉ§ýÆ]ýë_Ooƒ Ã0Ÿ½Ï'—‚ œöK·Ùµ Ãü`AÆ0 sva¹Ì0 sv9î<ÆÁƒs¹\áµ¢(¡PèL<0ز¬X,–J¥ªªªìvûioÿ˜î¿ÿþÖÖÖ{ï½÷ˆgQBÚÚÚTUE±¶¶ö”ï·À0 ó÷8n.ç;ß ƒ¡P!ÔÑÑ1}úô[n¹E–åÓ{øX,öÒK/-]ºô±Ç›4iÒémüx¶lÙòðÃ×ÕÕ±Ý0Œ—^z pèСË/¿üꫯþlúÃ0 3ØPçýnºé¦™3g"„þüç?¯^½úšk®yå•W6mÚDY¼xñøñã#‘Èc=V¸áÑ÷¿ÿ}ŸÏ÷ /477;öºë®ëééÙ¸qãM7Ý4Ä@ØçóÍŸ?ÿùçŸ?æ-íO Ó4ׯ_¿råJ‡ÃñÅ/~ñwÞikk[¾|ùwÞWJ’ô•¯|Åçó½úê«/¿ü2Ëe†a>CÍ/Ÿ¿ûî»gÍšõÓŸþ4ŸÏG£Ñßÿþ÷š¦ÝsÏ=ííí+W®,//Ÿ={öÐÏ•e¹¢¢âŒÎ¼÷Þ{/½ôÒ7¾ñ¹sçþú׿¾ä’KÊËËo¸á†£¯läy>˜¦¹ÿþÉ“'Ÿ¹.1 à a¨ñò»ï¾ÛÞÞn³ÙæÏŸÞyçI’¤ªê† úûû³ÙlGGGWW׬Y³xžç8.N·´´”••­^½Ú0ŒX,æv»÷ä§ÏÒîÝ»kjjjkkN'!$NC %<ºXUÕU«VY–õµ¯}í³ï*Ã0 :—¿ô¥/Íœ9s ¿¢Ñè£>zÇw ,Æ#„ 7Ôç8NÅúúúÉ“'O›6íì¹ÏÏó„ú‰¡¯÷Úk¯uvvÞ~ûígâ$'Ã0Ìp 5!œb¹\.‹e³ÙÞÞ^MÓ£FzðÁüñÇ]tÑE[·nÕ4Í4ÍL&Óßß¿yóæ#î“t„|>¿{÷îl6»oß¾®®.BÈéú`fΜÙÓÓ³nݺuëÖù|¾ŠŠŠãUvvvþïÿþoQQQssó®]»N{O†a†ã¸Ï‘Òu½©©Éëõ”z½^akkëäÉ“ý~¿Ïç›={vsssUUÕÁƒ,X0uêT»Ý¾yóæÎÎÎââbEQZ[[kkkxô5 £££¶¶VQ”þþþåË————ÇãñÂãŠyž?åÓÒÒrôãåý~qqñÎ;)¥ .¬¬¬4 câĉG_m˜J¥òù|:îèè0 cüøñ§Ü†a˜á;ÅçH­X±bÅŠGlüÒ—¾4kÖ¬­[·>øàƒË—/þ*ºM›6Íž=û´ßûíÕW_úÁØ Ã0g¡#ž#%†žr-¸òÊ+çÎ;xK4}î¹ç–-[¾ÿýïŸö¥Í Ã0ÿšÀpÖ‹¢(Šâà-‡ã»ßýî™êÃ0Ì¿*v †a˜³ËçsŸOJéúõëO{³ãÓÞ&Ã0ÌgìóÉåY³f}.Çe†9û±y †a˜³Ëçö¼†a˜O>ùäË+t]·ÙlƒïpÉr™aæÌ2Mó¾ûîÓuý˜ïîÙ³gõêÕƒ·œ¶\¾÷Þ{î£Ï0 óÏá‚ .8-·üÅg2™c¾‹ÅŽØ2ÜëJN¨££ã—¿üåiÄ5Ã0ÌçåÃ?|õÕWOû­Ø‰„¢(Cyùå—øá‡‹-ºûî»Á ñBáBhÕªU‹/¾úê«ï¿ÿþžžBÈ@,BŠ÷íÛwß}÷aŒ)¥–e `ŒB…Ê#òôðáÃ×_ýÂ… o½õÖ|Ð4ÍÂöÝ)¥㣠„vìØq÷ÝwÇãqJéÀv†ù¼Ÿw˜6½½½6lؾ}{yyùêÕ«Ï;ï¼X,¶aÆY³fÅãñööö /¼0™L>þøãÅÅÅwÝuW"‘Èçó¿ùÍo,Ëºà‚ ÂáðÆŠF½zõêT*ÕÕÕuÙe—566.Y²$—Ë!„®¹æÓ4·lÙÂóü…^XUUÐ4mß¾}O?ýôÞ½{ÿû¿ÿ{þüù¡7¦R©+®¸Âãñ¼òÊ+”R›Íöå/yÏž=k×®Õu½Ðà‹/¾‹Åjjj.»ì²Ïû Éüëb¹ÌœfÇ544¼÷Þ{•••ápØf³išöÌ3ϸ\®7 ‚pñÅ{<žY³f-]º´­­mîܹ“'O[¶lÙ±cÇOúÓgžyÆívoذAEQžxâ‰1cÆär¹Q£F=öØc7ß|ó£>zýõ×/Y²¤¶¶öwÞQUõòË/<…‡1¾ÿþû“ɤÏçáÁäyžçù|ð _øÂüãE‹½öÚkcÇŽ]¶l„°0FnnnþùÏ~ë­· û¾`>Oìºæô›6mÚ|°yóæY³fAC¡Ð¹çž»råÊwÞygΜ9¢(J’tà 7¼òÊ+wÝuןþô§¿üå//¾øb[[Ûž={B¡ÐŒ3V®\¹iÓ¦Ù³g‹¢XhóöÛo¿êª«¢Ñè† ï¼óÎp8l·Û/¾øâžžž_ÿú×ÝÝÝàyþÑG}àDQ|å•W:::®ºêª ôôô$“Éšššï|ç;¥¥¥»víêíí½æšk.½ôRaeeå”)S–.]ºzõêÏé+Ç0ÆËìºæôª¬¬DAëêê"‘Ïó_|ñâÅ‹kjj&NœH¥RO>ùd___0,--F£š¦5448p€çù‹.ºè«_ýjuuõ¤I“vîÜYhS–eŽã(¥çœsÎSO=õÐCuvvjš!œ?þ3Ï<ÓÚÚ:sæÌB1!déÒ¥¹\Îï÷;¶££ãw¿ûÛí®¯¯/**âyÞf³qçóùÊËËÿð‡?†Ì]]]ãÆ“ey÷îÝŸÛ׎aØ<sÚ]}õÕBJ)„PÅÉ“'#„DQ4MsÑ¢E²,œNç¼yóÚÚÚLÓ¼òÊ+ËÊÊÖ¯_ï÷ûçÌ™;vìM–åÙ³g^yóæ ´VTTÔßßèСD"±hÑ¢iÓ¦ ‚0}útŽûte‘Ûí¼ ‡Ãác]tÑE€Y³fÞmhh8táÌ!›Ùc>_,—™3n„ o¾ùæ1Ãn`ã𣰤¤déÒ¥ƒwÊC8Þ!og‰Ìœ Øúeæ$d2™—_~ùÙgŸ=æµÝÝÝ/¾øâ1w<"ïòùüo¼±dÉ’×^{-“É }Ð¥K—vvvvìØÑÚÚZhí„jšfKKK6›º ÐÖÖ¶dÉ’¥K—Ž|>¿wïÞa3ÌÉbãeæ$üîw¿ëéé=zô† f̘ÑÕÕ5räH]×u]v»½µµUUU˲ƌ“H$ÚÛÛ !õõõš¦öõx<©Têõ×_¯¯¯_¹reKKËwÞ¹ÿ~]×GFï‰DV¯^ÝÔÔ‡W®\YVV–Ëå$I²Û횦ùý~Ó4)¥n·»½½ÝívcŒ »û|¾|pÁ‚çž{î¾}ûdY®¯¯ïììŒÅb‡£¶¶¶»»; y<ž;w®Y³fúôéwÜqÇo¼Ç»»»ËÊÊ’Éd*•*-- …B}}}ííí£F´···¶¶>÷Üs=öXIIÉçýwÂü8ÙßÃX.3'¡²²rÏž=íííëÖ­{ùå—æÌ™óÒK/]qÅO=õ”Çã …Bmmmííí÷ßÿk¯½!Ü»wïâÅ‹ÿûß7îÚk¯1c¥TÓ´D"‹Åªªª¶mÛöÀ͘1£½½}ðîÇ ŒÍè&¥” IDATB|ðÁóÏ??jÔ(žçËÊÊ ¡ÜÔÔÔÚÚºjÕ*Y–;;;ÛÛÛ¿õ­ouvvvvv.]ºtçÎÝÿ½ïnëºò~è ÀìM¤H±ˆ²$›ª–-É‘ä'Ùl2¶7¶Ç%YÏÎÎ&™d³³“ÍÌ—d'“õ&±•Äöƶ$Û²)ɲIZ”Ø«ÄN°ƒˆB€èxèí=|œÏï{ 0II–i¿ß|¸÷wÎ-ïÞsÏ=gyùÅ_lhhàp8<o×®]—.]úÓŸþ$‹1 óx<¡P(--Íjµþò—¿4›ÍL&“Édfddh4š§Ÿ~úìÙ³ÅÅÅŸ|òIYYÙÛo¿½k×®ååe³ÙLÍËÖ*>…Ûˆ]»výèG?*++û÷ÿw§Óyï½÷NNNîÙ³Çl6·´´TWW³X,.—ûàƒ:thzzšF£½ð b±8##ãå—_‡Ã`‘@D ìܹsÿþýf³ylllÿþý'NœX^^&ÿAçŸ^,“9(Šçž{ŽÁ`;vìÒ¥K‹¥²²R¯××ÕÕ;vŒÅbÁÏ=Oee%L >øàÝwß½°°’’òÒK/Ýwß}gÏžU(YYYP&‡Ã1 r¹< ù|¾Ã‡×ÕÕñùü§žz*##cbb"==ýûßÿ~$ñz½»wï~öÙg‹ŠŠª««¿`ýSøš€š—)l===¯¼òÊ{ï½÷Ì3ÏX,N—‘‘!}ôQÇsôèQ¹\ž™™)•JåryQQ‘X,†›Ö‹åÚµk>Ÿ/55A&“‰aØo¼ÑÓÓsêÔ©Ç|rròâÅ‹Ç'~^\\œ““óÓŸþT p8AÒÓÓe2Y^^—Ë•ËåÙÙÙûöíËÏÏÏÏÏÿæ7¿i4{zzÒÒÒàçÙÙÙEEE <ðÀ{ï½§V«xàÜÜ\@PPP‰DŸ”””üêW¿âr¹ GíééÛôO~ò‹õýï_.—ÿÛ¿ýÛ]wÝURRRPPŸŸŸžžžÈ˜NÂM‚vøðáË—/{½^§Óét:‹ŠŠ6WÐsÏ=wîÜ9‘HtkùQø²!Òét:Žãxòó7¿ßßÖÖ¦Õjm6ÛücF]qŽÅb±XlµgŽãët·À0ŒN§Çñã¨þö·¿D"Ï<óL"+D4µÛío½õÖÃ?\VVF.juáëáFa‹bttôàÁƒápøüùó„ƒü&púôéŸÿüçv»}Í¿ ½ð =ñÉ'Ÿ¤z…˜‰>wºäp8µµµ™™™eee<üÛÕH4ůsRF„Á`$bWÈáÇ 222Åd2%Éw¾óò3«ÉS“2…Û&rë|6©ûÜÈ`0999999wšH<Ö³ða³Ùyyy_ pK>ßʼ«”O> (läy˜:÷£@…/¨y™ n/¨¼«(P ðåu¯„ ¶6¨y™ î<ȶj^¦@…;ʃ ¾¼ ò®R @ÂG¼ƒº§G w”ƒ ¾¼¸•ó2µî¦@…ÍávùcPvj (PØ(; (|yAÍË(P p{±[u¯„ ¾8¬çì²cP @—Ô¼L w”ãóFï4…x„Ãa Ãî4 (Ü|uìKKKÓÓÓgõŸ\.×™3gΞ=»žrÂá°ËåÂqœøæüc XÏoM&Óôô´^¯_=•;ŽP(´žBÖ„ÍfS©Tð9 ªT*ŸÏæççáËîîn½^ÏhµÚ¾¾>¿ßïóùúûûÕjõ¦«¦@ÂÄÖNèÛÒÒ2<<Ìf³Ÿ~úé’’’ùùy™L&“ÉX,–ÛíÎÈÈèêê …B*•ŠN§gffÚívÈfŸ••åñxPÅbYYY6›íêÕ«Ç/((`±Xƒ¡¼¼œÁ`à8®T*}>_ii©Û톙·¨¨ˆÅb&''_ýõÚÚZ÷òË/»\®™™™âââôôô³gÏîܹ³²²R,k4Ç“——'•Jq:€Íf'-÷ööÆb±ÒÒRA¬V«Ûí …0 ŽŽ*ŠñññŒŒ ¥R™’’"‹{zzÊÊÊ‹‹‹srrºººŠŠŠn{P @áV€œwukÏ˵µµ07Ùíöîî ¿ßÿÌ3Ï¿ùæ›8ŽÛl¶®®®¿þõ¯4 æ_“É´mÛ¶Ý»w³X¬sçÎ8pEÑ'Ntuu¡(úÌ3ÏÈd²‰‰‰÷ß¿¾¾^§Óýᨨ¨¸té’X,îëëËÉÉyúé§ï¾ûn‚C]]ݶmÛ~ò“Ÿ|÷»ß}饗Ο?ßÙÙ‰ ÈþçÂ:ÚãñTUUýð‡?ÌÌÌLMM}å•Wpå•Wüñªªª5åŠÅb“““¥¥¥333ðÍÒÒRaa!NÏÏÏÏÊÊ2°ºçóùÙÙÙF£Q,Óéô¢¢¢¡¡¡ªª*‡ÃA¬£)P ðåÇWÇŽA£Ñh4ÚøøøŽ;¼^oMMÍÁƒÀÔÔTmmí#<"‰L&SIIÉ£>ŠãøáÇkjj¾ñoà8¾wïÞ‚‚‚þçÖëõÙÙÙGýá‹Ù'Ndee!2??ÿðÃÿð‡?t¹\‡þö·¿ýÿðsss«™ø|>ƒ¢(ƒÁxì±Ç UUUßÿþ÷;f±X²²²Nœ8ÁårvUUUzzz"¹€^¯Ÿ]\\Û…ÝnÏÎΆ?ŽŽæåå1™L(*s8â3¬ÁÅbqQQ‘Ïç»j§@ÂmÅÖž—¯\¹Âd2{ì±?üá <ïСCSSSgΜ™››‹Å(Š6440ŒÖÖVÇ'&&\.—ÅbûÞ÷¾wï½÷¦¥¥¹\®ù—innFQô÷¿ÿýøøøk¯½¶cÇŽwß}÷ùçŸß½{÷¥K—T*UCCÃèè¨Óé$s~ùå—Ož<ÉápPmjj …B###{öìùíoû«_ý*--Íf755…ÃaÇc±X[[a;^ .—{øða6›‹Å"‘HGGÇáÇá¸vtt´µµu||Ü`0ˆÅâ±±±¹¹¹ÜÜ\A˜Læ§Ÿ~ªP(ÔjõÕ«W ÇûZ ɱÑ{%´Ã‡_¾|Ùëõ:N§Ó¹i‹äsÏ=wîÜ9‘H´¹Ÿß„B!X9"‹Åb±NG$‰0 øLà£>øÞ÷¾WYY‰ Žã°úŽ+Ã0 Ã’‚W#‰h à ”añ}0„µóçðÁÁA²å„ ²Èä*Âá0ƒÁ€ª)P °9ŒŽŽ‰D"‰~'… áë{¯äNEÑ×^{----<þøãyyy&///--M§ÓA'ÎÏÏGQtvv6++‹Ëå†Ãá@ Àår³³³Éüâðꫯ ýøÇ?.//ÿ\f³ùôéÓB¡ð[ßú–T*µÛíKKK‰$;;Ûd2¡(*‘Hd2ÙÊÊJzzúÊÊŠB¡UêªË†0??úôéo|ッƒ?ûÙÏØl¶D"AÄãñ¨T*™L–™™Éårëëëçææàê(ÊÎÎÚ¿ÿç–?11ñ‹_üâ—¿üeccã½÷Þ[YYéõzsssy<žV«‹Å6›-==ýƒ>صkWEE…H$JtÁuM„Ãá3gÎP(´}ûö§Ÿ~EÑììl:®ÑhˆNëóùfffJJJÒÓÓÉâP½e£ æå/‰¤¢¢âî»ïFQô“O>1 ‚à8þ³ŸýììÙ³}}}ÙÙÙO<ñÄèè(—ËÕjµn·ðååå´´´ÿøÇ;wîLTòäääÝwß Ë™ÏEyyy}}½\.¯©©‰D"?ÿùÏE"‘D"yê©§^|ñźºº“'O¾öÚk?þø;ï¼óøã¿ûî»ÕÂÂÂ[¥¯:¤T*ûúúžþyAÞ}÷ÝG}T¡P¼ù曜öÙgŸ=räˆT*c`OOO__ŸÕjÍÏÏ_Où………÷ßKKKii©@ xñÅ333%É/~ñ‹³gφÃá±±±—_~Y©T.--9Žûî»oý‘YYY(ŠªT*ÕòñÇóùüªª*¢Ó>õÔSJ¥²»»;‹ýéO’H$„86 j^¾cðx<'‹Ýwß}‹‹‹‘HäÞ{ïÍËË+++kmmMMM}ä‘G4ÍéÓ§Ož<999™’’f ³ÙÌd2ÓÒÒÈ¥Ar‹Å‰DÖ³Â"#–•• …BŸÏç÷ûëêê222¢ÑhFFFYYÇÛ¾};˜;Ž9To¡¾&€7qqq±H$‚iÑï÷{<žêêj‹‘U¥R=zÔl6/,,¬³üÌÌL>ŸåÊ'—Ë?>22’––öÈ#üþ÷¿ß¾}û‘#GÔjõ***67]¦¦¦;vlûöí‚|ó›ßìïïG„è´}}}"‘èᇾté’Ýn‡ …ÍáÿÅð½Ó4¾FXYYéíííïï?úÑ.\¸ÐÖÖ{½‹/r¹\¥RéõzY,Öo~ó¿ß_TTÔÜÜœ½²²¢R©vîÜyùòe¿ßÿòË/“‹‹Å6›mhhh=4úûû/\¸Àáp0 Ûµk—Á`‡Ã2™ Çñ……£ÑxèÐ!&“YPPpþüù™™™'NäååTon¾ÊhjjŸŸŸ‡Ã çÉ'Ÿ¬¨¨hoo·Z­Ï<óŒÙl~å•WG,Û¿ÿùóçm6[$1›Í2™,yá×®]ûÁ~ ‘Hjjjúúúššš¤R©F£ùÝï~wâĉ†††7ß|³ººú·¿ýmIIɳÏ>«P(ÖOÞårA¯øõ¯ ˆÅbù¯ÿú/Èþ£R© Ó:ŽììlƒÁFFF„B!!γÏ>{Sºûúá+çs‹"QÌÏ@ °få$1ù¯äaFMÊ·‰Tº¡s9¹M¾·{¯óUš”ï ¶¶Ÿ\(º~ýzOOÏÄÄ‚ ‘H,°±X Ò‚À¿|ðA__ü$÷ÛýÒK/½õÖ[qy¬—––ZZZ¤‰}ü3 òñÇÿîw¿#œÒp' áùõˆ`³Ù>ùä“þþ~EÁ0 ~H.Çñý×%LÄ3 2†a›¸ÑÓ××wõêÕ±±±`0§™ùùyr.pB«›†ÓéliiÑëõ}}}ÃÃáPˆ¨kttô?øA\“!ÿ[«›†ßïokkkii™˜˜ T R«Õ„«b’$‹ž8Ž›Íæ•••$õú|¾æææk×®Ab Ãâ4éñx:::Z[[A! ŸÏ§ÕjÉâ¯n«Õúé§Ÿj4ò3„*Y`NÈEÔ‰D>ú裿ÿû¿_í¸yíÚµÅÅE½^ßÑÑáõz‰VCH„Üjqª›œœ|ë­·"‘YœÕ Ma5¶özùúõë"‘H*•òùüÑÑQ±X¼gÏžh4ÚÑÑÁãñ\.×ñãÇ@ZZZ,›ššR*•yyy÷ÜsH$zá…â&Ðåååÿøÿxá…ÆÇÇ¥Réx<^8Öh4t:𪪪ÎÎ΋/æääÔÖÖ¶´´øýþŠŠŠÒÒÒ‘‘«ÕŠãx^^ÞÎ;“/`C¡ÐOúÓû½½ýÅ_Ä0¬³³ð={ö,//åD"‘ŠŠ Hèçp8à™ýû÷£(:55Å`0öìÙ ×ááa½^Ÿ››ÛÛÛûüóÏ÷ôô¬¬¬TWWçççÿŸÿóŽ=Z___PP°°°@h555um„ H ¸xñ"‡Ãéïï …6›ÍårUWW———×ÖÖ=z4‰ (:88XYY9<<¼wïÞÌÌ̦¦&ÐêŽ;6W/‚ 8ŽOOOÏÍÍ}ûÛß¾zõªÕje±X'Nœàp8¯¿þzQQÑÝwß]VVvåÊ•5[0‰h4šüüü;wz<žÞÞÞ`0X[[;88¨ÑhŽ= yÐW׫×뛚š&''wíÚ5;;›““óá‡bV]]]WWÏ„B¡ÆÆÆüüü¾¾¾={öÜwß}/^¤ÑhÐëõçÎ;xðà‘#GRRRnܸ¡V«±¾öx<çÎãóù§OŸFd``@­V3™ÌC‡ ƒAÇ{ì1BœX,Æãñ*++U*Õ®]»ZZZ .™LöÐCݸqcõ[ð7Þ(**¢Ñh³³³ÿôOÿ¤Óé`ì„B!¢“¨Õj¹\n4sss¹óÏÍÍåååÑh´™™B‹Å200pòäÉ…BQSS³éÆý ck¯—% N÷ûý~øakkëÙ³gÛÚÚ F¿R©äóùàb©Óépnhhøýïo±X͘ÙÙÙ§NÏÊÊÊÈÈhll\YYèéé¹zõêÒÒÒÙ³g1™L‚´µµuww¿úê«]]]¿ùÍoh4šÕjý裘LfGc2jjjfffòóóSRR:;;ÏŸ?ßÒÒòæ›o’Ëár¹ÝÝÝp#€xæ¯ýk[[[__ßÄÄÄ&$jjjêêê^z饞žžH$ÒÜÜüöÛoŸ;wÎçó‹J¿ßOÖêF« ••uøðáp8‡Oœ8ÑÞÞNÔE´B,\YY†V«%´ºéz …lw÷î݃¡¿¿_§Ó#±"×EnA·Û}úôé7n¼öÚkF¥R]ºtihh( ÆHX³Þôôôo~ó›ååå>úè=÷ÜsãÆ N'—Ëßzë-â™”””²²²Ã‡ßÿý333¡PèܹsüãÛÚÚÈå[­Ö×^{ Aü<* ½^o6›Ífssssff¦V«½qã†H$ššš"‹Ãd2?þøcŸÏwãÆ «ÕJÔ…|fþZ-ËîÝ»­V«Ýn—Ëå ÄØ!´‡ ˆN§U©TSSSqßçó)•JØÏ`2™.\Ðjµ]]]›»äòuÀÖž—­Vë¶mÛêêê&''™LæŽ;êëëSRRx<^^^^UUÕ‰'x<žB¡ðz½:Îår=÷Üsl6ÛjµF£Q»Ýîv»Á€@  Òh´½{÷^»v­¢¢"‰@ži¹\ž““SYY‰D¼^/‚ »wïv»=''gß¾}Û¶mc0éééÅÅÅûöí[7’×ëõz½Ç…Bn·;‰”””:tH.—å”——çææ²X,§Ó {axF*•fee¢( /‰ Áív»Ýîññq¹\>??ŸššúÔSOÇ·oß^VVÆår£Ñ(Y«­‚è³¹¹™Édz<¢.Hõ¢¨Óéd2™ÙÙÙ~¿ŸÃáƒA¯×KhuÓõ"‚a˜Ãá€VV(µµµµµµ £¤¤¤¸¸8##ƒ\¹‹‹‹…BáÞ½{kkkáíXYYÉ`0ÔjuNNNQQQQQQ"kUZZZIII8f±XÕÕÕÁ`0''gûöíäËoÑhÔçóÙívµZ-‘Húûûï½÷ÞãÇ›L¦´´´ÒÒÒÊÊJ¸`B¦Aü|ppðúúú3gÎøý~.— ‹q:ž‘‘QWWW]]MçØ±c"‘(Óh´®®.¢.ÇÝn·ßï·Ûíq%†aÛ·o?yò¤Éd²ÛíÄØ×Iè$pt …ÒÒÒˆÎãxAAA4EQ4==§  àÿñ÷»ßUUUíÚµëfw a£?[{^æp8jµzllì»ßýî¾}û€V«•H$KKK+++ƒƒƒZ­vnnniiittT§Óeeeuuu¯¬¬¸\®ÎÎN«ÕÚÑÑA.Ób±8N…Bqüøq¹\^QQ122âp8<X,öxXVV655%‹½^ïââ¢Ûínll\m”ÉdÒéôîîîÜÜ\…BQ__/‹ÇÇÇ%É”ƒ¢èÇÌb±Z[[Q%žÉÎÎŽD"~¿_¡Pl‹fqqqiiéý÷ßÿñœ——Çáp”J%ÇCQt÷îÝ}ôQsssJJ Y«7c ,(((++ûÖ·¾•ŸŸO®knnN§ÓŒŒÌÌÌÔÕÕ{½^EËËË ­ÞL( E;:: •çææ™žž‡Ã>Ÿï¾ûî»víZCCƒB¡X³årùÁƒçççÁA%‡SWWWUUe³ÙÞyç­V»f½4M­Vs8ØŽ>|x~~þÏþóC=Dææõz;::ÌfóC=´cÇp2s:R©T"‘œ={v||<''‡Lƒø¹R©âyµZ=00àr¹ž|òI@°þÚïܽWb³Ùš››ï4‹„¨®®&Î4fgg¿xB¡°¾¾n%D£Ñk×®% j³9”••ýu~~~xxøæ(6“'OBjó`0xãÆDËØÛ ©TzòäIøl·ÛÛÚÚ_—[…£Gù‚;;;u:Ý­-¿¨¨h÷îÝàˆ þ·¶|A¢Ñh8f2™/^vŒb ûÉI¥ÒGyäN³XŠ‹‹‹‹‹ï,ƒqðàÁÛZEaaágÄápvïÞ½{÷î;KC"‘œ8qâ¶Vq3ÛêõbkÜÖ*($ÂÖ>÷£@…¯¨y™ ¾\ æe (Pørš—)üP! ¾JøRnõ,…_Zlíy9‰„B!" „‚?™L&½^N9KKK„ç Ïç#|ÅT*Õìì¬ÛíFÄívOLLx½^ Ö––æææ C4u8Z­¥õz½ÓéD>ó;†ø;Ñh4 ‘cñÜ „ƒñûý*• b…B¡ùùyøŒã¸Ñh\^^Žû!Žã ‚Rr׈`0H¾(Fõz½ßïw¹\DPžp8¬R©@´@ °°°eF£Q‹Å²é{´ÿX,f4!bŽÃᘛ›Ójµp).Qä$Zgs4‡ÃA”I¦×Wÿ„  …T*•ßïO^ÅšâD"¸÷ÿµÙlF£.à-//'ÏŒGVò¿; ‚ Á`pqqIÜ‘œN§F£Õy½^•JEVµ&Èš'ªˆD"Z­.gG£ÑÅÅE—ËcYÕÙ($ÇÖž—GGG/_¾ÜÒÒë“O>y9‰ôööÎÍÍÆP(„¢(O®¿¿Ÿˆ?22—÷Qóz½±X,@¤1ˆ˜Õ××áVVVfffc±˜Çã¹páÂõë×›››§§§ß}÷Ýëׯ_¸pá&Åñx</^üË_þ¢Ñh¦§§-Kooo$ééé±Ûí³³³ÑhÔf³MMMŽŽÂ]p6› ¡T*/_¾|ýúõk×®%©N¥R]¹r…ø¯Ãá0 L&³©©inn"~¦¦¦h4ÚÝݽ¼¼<22‚ ˆÝnÿôÓOá-µQÌÎξúê«*Èn·766Bî+F¡Öá±DU[hMÐ £µµõôéÓ«i455Á—ˆF__ŸËå‚€÷IªXSœùùy‹Å·¡¡‡‡‡F#DwIžŒ¬:AÈA•JK–D©««K­VC3Ç lH5OTa2™²s^ IDATfggûûûC¡ÐÌÌŒÙl†"ä1ˆ¬êl’ƒŽlÙ{%‚H$.—›››;>>žŸŸO¸Ü3™ÌcÇŽ §Ó)233ggg™ŸŸOII!–6+++^¯®üONNfee …B>Ÿ¿oß>™LÆf³Áòò2Š¢f³Ùçó …BÇc³Ù„Ba(R(|>_.—G£Q±X—Øi@QÔf³egg£(ZYYy×]wÙíö`0h±Xªªª‚Á Çã ƒ<¯¬¬ $"«‚ !‰ø|>“ÉLOOOTu#_÷2™L‰„Ãáìܹoq÷ù|2™L¯×;ŸÏ—––f0‚Á R©‹Å›Ku<99™‘‘Áb±ÂápjjjII ø±ÅÅÅ””:‹ÅÖ¬"®‰ÖÙ 2æææär9, 4m`` 77wõ„ 4àyFÃb±Ôjum$Çb±ðx<¥R ;?Aètúòò2‹ÅÒét]]]KKK‰Ê$«Š":I p»Ý2™ŒN§'êH~¿¿²²^i™™™B¡0®G%´UÈåòD£Q¯×ëv»srrRRR–——Écpug£ÿÿÆçVF›››»páÂÞ½{¹\.áÆO£ÑPD"YYYà¾.‘H<Z­ŽD"6› FÚ‰'h4ÚÈÈŠ¢Ñh´½½Ýn·Óét‡c³ÙÄb1N‡ÃƒŠ …BÓÓÓpY#‰ÌÏÏ …ÂÔÔT§Ó©ÕjsrrnR‡Ããñ ŒN,›-))áñxÄ}YbTs¹Ü¸»dØh0 £Ñh2™’xët:§Ó‰¢(Ìq‘Hdaai· Ôââ¢Åb‹ÅÛ·oïïïC‡^¯…BÄŽuýˆF£%%%&“I,óx<&“IÄÉ,))y衇 §Íf#W]4 ŵ Ñ:¥AF$ÉÍ͵ÛíZ‰ ¡V«çççq8 ù8V«5s¹ÜééirPìÕXSAX,Öìì,\ú …£££t:}ûöí,+$±D‘UeÄl6CÄ"ø~ÍŽ‹ÅX,¨â ˆÅâDÕʼnŒ QF3 R©”È?Éf³!Ú1ã:…ÏÅÖ~ƒiµÚìììúúú®®®ÙÙÙÉÉɾ¾>‡Ãár¹À°¸¸¸¼¼<55% i4Zaa¡J¥Z\\„mãüü<˜¤e2̪Ä+º2‚ "‘(-- ÇqEQ½çž{Ëå²Z­l6L 8ææ/­êtºÉÉIÇý~ÿ•+WÚÚÚVVVl6›@ èêêòù|)))L&Ób±\¹rÒ_XYY!h BöÉ'Ÿ$ª+---‰ŒÃÎztt´¦¦ÄïíížššÂ0 "±>|AEù|~MM —ËÍÉɹ~ýúj3÷ç"6551™Ìp8‹ÅœNçðð0˜#l6ÛÄÄ„Ëå‚€!ä*ÚÚÚ:::èt:¹Rël”áp¸¥¥ÞÁ8Ž4ØlvuuuWW—V«…ÉhMV¦IÖ7kŠßgffBP$¿ß…òóóe2Dv«Ñš Te’;‰Z­.(( Ñh‘H$QGÂ0¬µµ533Çq¥R¹²²’$dàjÍULLL|øá‡F£Q«Õr¹\†ÙÙÙä1×Ù(|.¶vÜ"ǃã8—Ë…@_‡ËåÂuX«Õ +h6›ír¹˜L¦T*Åb>Ÿ/ Bu8‡ÉÌÌd±X(Šb–‘‘%»Ýnè¦.—+ ‰Åb>)‘HA4u¹\,+r¹\ŸÏÇápÂá0ñóÍ! vuu”””¸ÝnˆŒ#Âá°Çã‰DP5A•l€ ‡Ã.— hðx<Èׇãx’´Ä@Àãñ€*šššN::Çù|>‡ÃK+¬¼Ìf3ŸÏ‡wD²çóùqI§>±XÌf³µµµ=üðÃJv¸Ã0«Õ* ¹ "8¹ét:Ñ:7“à*‹¹Ýî}ûö1™L¿ßOÐ@Äét2 0k¬IÌ|>Þý‰jYSœP(äñxh4šD" ‡Ãf³Y"‘…BxI@N܇PP(d³Ù>Ÿ: ›Í¾råÊÉ“'!䊢kv$§Ó‡% ‹Å‚ÌÜð}-"cFT9Ô üEQ6›ššF‰1( ‰Îv«Âl}1¸Sq‹¶ö¼üÕC0„æ_p½áp¶Ÿ_LÔ¯×+ ow-ëG4…Wì&rk­y[“ä~U|p§æå­mÇ€5,Øþ ž2áí411Ç)‚x<žééiAt:]{{ûÐÐ|ïóùÚÚÚ¦§§M&S[[[[[¸ù|¾®®.0ªÕêÉÉI âÑèää¤R©DÃ0¿ßïõzý~8†ðö·ÄvŒqâø|¾ŽŽøL¦A¼P(Ÿ“ø±¡(ÚÙÙÙÚÚ Ï°ÙìP(´°°àóùŒFãÌÌ <æ÷û»ºº@4E{zzÃîÂÂBœOÈú¡V«áŽã“““ ö¸Ö!Ó ×Êz½þúõëŸëàõ¹ðù|Äá!™F8îîî^m HÔ:I°¦ÆÈêEdjjjll ÎDï]'”Jekkëüü<Žãl6ÛívÃ9^"ªdÕÙíö®®®¸qˆk¢Š`0888¸°°€ H("ì*dqÒ¤°líy¹¯¯ïÌ™3çÏŸ7™LsssYYY­­­æG X,³Ù ®B]]]‚˜Íf©TºmÛ6X^¹rE.—@: °f ÒÜܬP(&''Q½qãØÈVVV,Ëòò²Ífs»ÝùË_z{{ß{ï½ÑÑÑ?üáÝÝÝo¼ñÆMŠc³ÙΟ?ÿë_ÿzbb‚,NSSSvvöììl("Ó ÿÖjµ4Ïœ9ÓÕÕÕÐШ.ŸÏFkjjˆÃR«Õêr¹Ass³Íf?¹‘‘‘ôôô·ß~; ¶´´…Âöövðœmmm]Ó±÷sÑÛÛû—¿üåwÞAQÔjµ‚ÅYÕ: â‡8ޓՂ Hww7„ôÝ 2þû¿ÿÌñdq¡âWÓ ·N’*VkŒ¬^ÈK²°°€¢¨F£éëëÓét:nýÁùÔjuEEENN˜/æææRRR’P%«.‹•””\½z5Iùq­CT±²²‡GFF|>ßÈÈ$mp»ÝdqÈcÂz°µçå”””ÜÜ\“É´wïÞÜÜ\Qº322–––À¿2‰ˆÅbAp_XX€Ô¼8Ž÷ööÂÉ~aaaii©^¯‡³>¿ß???o0pçp8N§²Ir8œªªª™™‰D"•J333KJJªªª$‰H$ºçž{nR„žŠ,N4 °§4È¿ÍÊÊ"häææfff2Œ}ûö%ª Çq“É4==M,Ê_ŽãÇ¡Ó9ŽÛíöz½G €Ã“ßïW*•ÅÅÅ›;póx†a 1òk†¬^8?Ö•\.÷æÂÑh”ÏçÃ{…,F#r”ÄÑ ƒ ‹Å0 ƒåR¢ºÒÓÓO:… ì@Á¹5ÎÕÁ`”–– …Â`0(‘HvîÜh4šÍf3 sss›¸Á‡E"˜žâNÉÈ­÷+"Ëg\+Ãñ 9Ôõ&RSS ÄÒ ·N¢*ŒF#h .Y@9dõ¡Ùìì,ŽãéééÛ¶mËÉÉIü—ã°ÿþÚÚZ•Jåõzm6‹Å‚y0IG"«.###333É’?N-DÁ`’]AQP,¼ÌqÈcpâ|Íq+Ï—¾x?èÙÙY&“¹ÿþ>ø|322„B¡D"¹xñ¢P(ÕÕÕÑhtllÌï÷ †••Fsäȃ±sçNF³wï^Aôz="Y¡PÀÚ! H¥R°u˜Íæ‘‘‘gžyÆf³™L&‘Hd4ý~¿ÉdÒétóóóµµµ7#ŽÕj½qãÆþýûÅb1ìâAœôôôææf©T*‹#‘Aƒü[½^OÐØ³g^¯§ÓéÓÓÓ?øÁÖ¬Ël6_¿~}~~þG?ú‚ ]]]„-ðÕ«WƒÁ¨««[XX¸~ýúÃ?‰D&''Ífó±cÇärù¾}û.]º´9Ãn{{»Óéd³ÙÇjµöõõ‰ÅâC‡9¢u°â»pá“É|àÈjQ(àIró;ð;”H$°ñ'htww+•ÊŒŒ ØÄ¬IƒÜ:‰Ê—ÉddA9'Nœ ÔËd2m6Ûßþö·òòòh4zèСòòr"HÀç"Þ¸qÃçóq¹\.—;33®¡P(UBu† º\.‘H”(œZb±QÅððp[[[VV–X,‰D£££.—ë;ßùYœ]»vÁ¼å \¶ 6zwï+ëa¤þ‹ûEQbü$I¹ …À«4 ž‘H„Á`ÜÖkK³³³ééé«ïéŸ[KÃï÷³X,‹…aØÀÀÀj£G,ƒÕL&Ž:oUûvww8p`õ÷äÖ!² ®vÁqð›O b³Ùl6\«Ù rë¬PN'Ô»æcͬ´aŽ®¯¯_ó‚jœêù–J’ò‘Ï^kV±QU|Éq'óû}%±æøA„<Þètz¢Ù ú“É$»sÝò´@«Q\\¼&mr_¿U4×cƒ›†@ Àb±ˆi‚F£­ ã¾tuñDKÎD–Š$-¸!Ä­v7Jc£3QNòÄ£mh Íd2A½à’÷ A5NuŸ;)#$µ$©â«4)ßAlíø‡"$@”µË—/CA|>_?Ù544444H$2::úî»ï:N¯×ûþûïðÁƒƒƒÁ`°§§§··î§êõúË—/ƒ-lbb¢¹¹ÙårE"‘ÖÖV8‡ÃF£Ñl6›L&Eõz=|¾IqpŸ˜˜€ ¯ËËË/^\ZZ‚Wè… ôz}, ƒÝÝÝq¶ã`0HÐp¹\ËËËf³9Ià8ÆùÛßþ´™L¦×ëššòûý“““D›ÍöÑG9ž¬B½›3 µ¶¶z½^ÇÉZžžnhhhooÏ*2 dµ ¤ÖÙ 2 ÃÈÈÈ4\.ׇ~¸Ú@—¨u’T±¦Æõ"‹ÅºººÚÚÚ¼^ïüü|ggç†ÌD`²hiix³Ù ~i‰¨’U7vÖyì BTáv»¯\¹rãÆX,ær¹§§§Á€Nˆƒ ˆÅbéìì\¿8_slíøJ¥²±±±½½]¥R …Â}ûöµ´´ÀŸÔjµR©g^‡sôèQ7<pà€F£ñûýf³ÒÅÇåBöx<éééÆÆÆ‘‘‘$žOF£qhhèá‡ÎÊÊ"jÇq<%%î‚ÃááÄÄÄÎ;Ï;çñxÈjõQ%7„«W¯^½zõÃ?„«í„VQU(€å$Aƒø!Žãdµ B´Î&hÑÐÐpáÂ…¦¦¦8SSS«=Õâh['ID‡$¾!«7 Á¥‡£Ñh ˜xj®S„?þX.—=z”Ëåb¶°°“““„*YuqcgMLJ*¼^o~~¾Z­FQt||¼²²®Ô“Å …BsssSSSë”…ÂÖöÇÈÉÉû,+%%fUä³°¶eee‚0™LƒÑÙÙ ¡;Q½zõ*¸+äääØl6‰DB§Ó—––º»»8oõ÷÷{½Þh4Êb±²²²l6[zzúöíÛao‘’’"•Jý~?øÉñù|·Û}ï½÷Þ¤8l6›Çã•––ìØ±ÒKƒaA$1 ¿ßO£Ñ˜LfiiiÜI}FFA#++‹Á`8ÎcÇŽ%ªËjµªÕêÖÖVbÞY\\„“Ïýû÷ƒ˜p?¢PbF¨"®z7´´4z#k®e···ÃéÐþýûãlàC¨A¢u6Ç„€D"‘Éd•••q4öíÛ·Ú¬GƒÜ:‰Ê'wHdõÂõ¹½{÷ ø’’­V;66¶Îˆ}8Ž_¿~Ýf³AÔ* U²êÈcgMÄb1òØA„¨B¡PäååÁ).ͳ²², Yœ••:~ó¿>ØÚó2ŽãÅÅņeffÂÝ…B  ƒÑh„u´D"¹ûî»ÓÓÓÓÓÓ+++! òYœ0X;gdd<øàƒ*•ŠÁ`ìÚµ«°°0--ÍfÓét›Íq^‚Á ßïF£†1™ÌŠŠ ¸Š’’’RSS“Ȩ¿~€„X,¶Z­KKK­­­ÕÕÕpøƒ¢(¸»Òét0Ú½ú‰F£ ÇÁ/X£Ñ$ªK lß¾=55ÖÝFN ƒ¡P\\«««SSSSRRµX,Pï&ªÁ`Ðf³Éd2¨‚Ðj$)))©­­Åqöõ@ €ç–×ëõù|±XŒ¬AˆÖÙ( 2àM“žžs ™ °l_“¹uUAîD9dõBx®®. Ãx<Þ¶mÛjkk322 ¼Ñç‚F£åææ–””€w¹ÅbàÄ™¤#ª …BÄØIT~ÜØ!ªp8íííùùù¡PˆÁ`€ñ"šâèõú©©©ÞÞÞ›Èú5ÁÖž—Íf3›Í>xð`WW×øøøèè¨B¡àr¹………=öXiiiZZšÍfëî¬¬ªªòx<Ä Aˆþ#‰RSSSSSvìØ ÇÆÆ¬Vë=÷ÜC£Ñd2wFQÔ`0À¥m·ÛM£ÑfggµZ­V«[m’IpˆÅbƒ!A8·ééi¿ß_ZZ:44ÄãñD"‘P(ŒF£³³³q‹/¸ù4ìv»ËåÒjµI.\Èd²ôôt‡ÃQXX‹Å:::Ž9šœœ4sssÑhT¥Ruvv>ñÄáp˜PKQQ¡ÞÊÈd2­V«Õj•Ëå"‘ˆÐªÑhT«ÕÝÝ݇ܨ ‚tvvBdw²Z@ hÒ ƒÍfët:EKKKq'Ó[ÍÄĘzפAnDU;$QY½t:Eщ‰ Pl›RSS×)F;räˆJ¥’J¥<offfÇŽ‚$¡J¨ð™™bì$ª‚>î÷û×Ìι!Øl6¥R©Õj!¿Ü‘#Gæææ™Ëåâñx …".ˆƒÁ h€Zìv{T¹\~ìØ1±XLÜ-´Ùl<Þd 2†aƒ¡®®®¯¯ÏétªTªÊÊJˆ?9??ïñx6—¼§§ÇétNMMÁÙœã#+Óºº:Â×bµ9’¬A–——+++×D":;;WVV&''ãhÐh´5 ‰Z'I 1òF‡¬^¿ß‹Åà$Öh4Úív‡Ã1<<¼N§x‹µgÏž»îºK °Ùìh4j6›a•ˆ*Yuiii;vì¸qãF¢òaGE;Däq¡ÕjwìØ¡Èâx½^£ÑH%+Y?¶ö¼,‰fgg;:: T*Uvv6±«¨¨0 aËh4644„Ãa©T û,X³x½ÞöövÇ¥R)< ÅÂh¤ÑhÁ`°´´¶“b±üØRRR àÑôô´L&+**òx<³³³wÝu×MŠ# å]yy¹\.GQ4##˜|`E¦P(â¢êˆD"‚†H$2›Í*•jͻαXÌb±<ì âä¦*--…Z FfffOOÅbáp8999.—ËçóiµZ…B±‰¼«±X¬´´Ôf³ …B"Ì‚ •••/^„Àl„æ Ðh4²ZàX¼o”F¥¼¼¼`0«92ÕVÓ ·N¢*‘½¡ÉêE„ÉdfeeA¶²²2›Í¦V«×s A6›‘‘áv»áeBF›$‰PÇ_ D!ƒ7vˆ*Èã!µY£Ñs›KÔû5ÄÖž—=Ï®]»***–——1 ëììq¹\à9Çd2NgfffuuµB¡€àëíííû÷‹D¢£Gz<‡SVVVWW—ššŠ Ç›››‹D"B¡ö†+++jµº¡¡Â:ƒY¶¦¦EÑÅÅE¡PXWW—$Û:i§¥Réòòò7322P%óçÓ¡¡!IJVAÃãñÈd²Ý»w'÷²ššš"Žn³²²`Ðh4à)‹I¥Òòòòªª*ÈéWQQ±mÛ6ÈŽØØØÎB0„$Ó~¿? ½^¯Ñh\.äj"¢`šGdnnnaaÃ0²Zürq.ƒ…×뜜”ÉdV«5‹‘i “ɤ×ëa»& rë$ªÂét’5åÕ+À¹sçPõz½………õõõI24®†R©„7«Á`Édp˜ˆ*¡ºX,f2™Àž|D;DäqÁáp,ËÒÒ$'Äñù|jµÒ ®_œ¯3¶v| Èf&“ÉVVVêëëóòòjjjà}îñx0 «¨¨‰D%%%(Šæææ"R\\L ãúúzEkkk}>ŸËå:zô(|×]wY­Ö‚‚Ççósrr"‘,c!ëŽã555Ñh4##ƒÃáÔÔÔÄb1(ÿf™™)“ɤRiqqñÌÌÌÎ;!)™‚ ÙÙÙn·;ÎÚï  !‰rrrètzr{·L&ƒ5Žãããã?ü0|OˆŒã¸Ûíöx<ÇÇ0ÌápH$’íÛ·óùüS§NmBd‡S^^>44!.ý~?„ˆ„Œ06›-;;â 4ñù|,+‹ñù|B-‚ÔÖÖz½ÞM;x<^II ›Í†{%dZ­<a!¹&¸ÖY999dA9dõ"‚ãxAAô(&“Y\\Ìçó7djh|Á IDAT¾¯¬¬LII‰F£z½~×®]‚$¡J¨½QݱcGòó!bì« ‹¢¢"£Ñ˜ŸŸ·®qÊÊÊäryaa!¬{(|.¾R~rdÀa:lBaP­>“!¾ÓyÇ ©*¿8ºŸÁápðx¼Õ#œÌ'‘8›F,ƒP«K&|éÀÇãVù .//¯yŠ’È‹bR'iÁ›äwX Ñê&hl´·åê]ó±X,¶ Ñpw8ééék²"¾ŒS݆DHRÅ8· ”ŸÜf®T0«:Î……½^O8]Áy±Ûí^XX€ÔjÑhtii‰ˆi áç‹…8cÁ0Œ8JZYY#I8Öét œy„û݆²±%1Nà®3œA…ÃaµZ ŸÁ9iõ~ ‰DJI²Á}6(Ò»À"Èï÷£(JÜËÂ0L£ÑD"p¶gä³Eå¦=ŸÈ.&“ NÌœNçÒÒÑ‚dÄäEV <£Óén­æÉ4 ñÌš4È­“dåê…gˆÎæñxL&Ó†ÜÃáðââb  ÓééééÁ`˜'¢JVÏçÓh4Ƀ#“ǹŠH$¢Óéà`4ÕjµDLBAB¡uÙoýØÚvŒÑÑQ½^/ ëëëÕju0$ÜÂnܸã8ÇCQÔd2Áy7¤v7 ;wîäp8===t:NÞ•Je(º÷Þ{Á7T*Uaaa4ííí…Ä©©©v»}bbâÔ©SçÊ•+ …ÂétŒšL¦'žxâfÄñx<—.]òù|§N²Ûí~¿_­V>|¸··Ò\VWW;2Uâ·6›íÊ•+@£´´T­VgffúýþD!2ìv;Ä‘áp8pôçp8ôz½L&»|ù²B¡€ëÌÌŒÛížœœ466Þwß}B¡0®›šš€yM÷Ö@-,««« 2¼n”íííJ¥òÞ{ïݳg™ÑÈëÖ8äÖI’³fµÆà¬Ôûàƒ’;ÛÌÌ Žãuuuë7÷÷÷s¹\ÇSQQÁf³áŠ|ªdÕ¡(êñx Ôýš˜ŸŸ'Æt<¨beeezz: =ðÀ*•Êår©Õjˆ+Bˆ“››«R©†‡‡Ÿ|òÉuŠó5ÇÖ^/ƒSANN¤#Q«ÕR©”N§CŒA©T*“É êëëý~~~¾Ùl …0¯Ç;“É4 Á`‚@ ኊ °$0™L˜2‡@ ÈÊÊ‚À0š••Åáp ûxãÞ¤8°B”ÉdN§³¼¼|Ïž=6›- ®¬¬TWWCB–8ª$ AC @„$æ<È–MŽ‚¶²²’ššÊápª««Áz ·ììl­Vëp8<Off¦N§ ƒJ¥R$­?+(J¥,áp8%%¥¨¨ˆð“#ZA‚:NV ‚ >Ÿ¯²²R«Õn‚ÓÓÓééé°l'Ó zBäÖIT~,‘Èêõx<äÎÆ`0ôz}ww÷ú]y<žZ­†#(ŠÊd²$Tɪ“Édb±8y¾jòØA„¨B&“8pÒ±»\®¼¼<¡Ph4ÉâØívÊInCØÚó2NŸ™™ùðÃï¾ûî’’’|ðÓO?µZ­à ñÙl¶×ë…xW,krrD …´´´¡¡!b)ÄçóÁ+–¸M£ÑÀ÷ ++ öžb±nuG"‘™™‘H$‘Hìvûââ"q‹wÓàr¹|>ßëõæååÑéô¹¹98ü÷‚ Ĩ&¨`±X ƒa0–——ã|6È`0F£ÑápÀ܉DT*œæ“ßÎÎΚÍf±X\^^ÞÝÝ g¤p¡fù°1 +--5‰„Ïç³X,"ú(Ç‹D"\D³Z­D 4„B¡ÉdÍCŸÏçó?ýôÓS§NM"ª„ê`€|®䱃aQÔ ‘q¹\,+--,ŽP( .— nl´î n•?ÆŸÿüçŸýìgë÷ÇØÚóòWè‹ï»—ý H, ðz½Ina|ñ€›l·*ZÞ´æmMúTñeå'·I@¾ˆ‚ÖÓÓClÄfffÆÇÇÃá0ÜŽ#ކáùÔÛÛÛÑÑî;‹¥©©Én·Cˆ–ÎÎΉ‰‰P(™ß‚Á`$™˜˜€ˆÆ£Ëçóùýþp8ìóù|>ß-±Y,HÎDÇçóAD`ø~zz"9F ¡P>'ñc#‹ƒ Œ±……ŸÏg2™ˆ‹|~¿¿··DCQ´¿¿,’à•µ¹ŸßØØh±Xà"Éèèhjjê;ï¼ …®^½Êáp:::ÀqíÚµõgŸû\‘ÇÇÇC¡Pqq±Ûí¢uÈÏOMM-..îܹÜ$ÀJ{ó .^¼øÊ+¯466â8>77—žžÞÖÖ/ªmÛ¶<Ö¤An$U¬ÖY½†‘;moo¯N§3 ëôx‰D"äÖˆwB¡0N2U²êàªáµkוGù,¨žP(\YYñûý###>ŸottT(Žy<²8à®·ÎÜ+­>/ÏÍÍíÛ·ïÁ¼ÿþû«««‰kÁ硇›@ `±X0A+•Ê¢¢"¢¯;Ι™Çc±X¦§§Íf3ãÿ¶wç±q]‡½ÇïìÜ÷mHI¤IQ)’’­Å–(3‚­À•âVhÓ ÿ8 Ò—þÑh ´xyh“iP·òœÍmƒÆv#‘e)r,YÔJk¥Ä¢HŠÔpÉá2rÎúþ8¯·×CΈâzh}?ôèòÞs·ïœ{ƒ!))I|aÑëõIIImmmâQ" ÍÎÎNLL¤§§§§§çåå•””TVVŠ—ÑÏ=÷Ü2wGô‘Ù·oŸh¬¦îŽh0 (ŠÓé …BqqqUUUwïÞÕþ®ÕjU‹±iÓ¦ÜÜ\“É´ÿþ›SwGü¯Íf/ŽþèþH¼y ‡Ã&“ÉårÍÌÌLOO'$$8Ž©©)ÇÓÜÜ\\\¼ü!§Õ]NNN®¬¬,((UÞêÙQ‡Ã###ãããjÏÃm۶Ř–e‘fgg+**ÄØ¡Ï>û¬ãTŒJÜÚÚ*ÆÍˆV íÙ‰¶þ`0(ŽXÄzÔÃ;;;«½h­VkOOÏ¥K—9žœHœ¹¹91Ô_VVÖüÝÑU=tÙÙÙ¢'K´õGUQuEEEÏ=÷œ8bÚÌüüü¡¡!íîˆyçÏö€h6v.gddˆªØÒÒÒˆVJ÷îݳö)Š’œœ\XX899ÙßßßÛÛûàÁñDvìØ±œœ1ÑNVV–èž$~}xxXíà››+Z+çååMMM‰'81^¾KŒž±üiDGQÉ«ý\ÛS\<¸ù|¾ùõzj1Äì 1zñFìŽ×ë‹ïÂ`0”––Z,·Ûžž¾k×®™™Ng·Û{zz–? MÄ.‹NâŸÔ³£üw¯zEQ@qqqkk«ø2®üå”Áãñ¤§§‹ù›Eq8·nݪ¬¬4ܵkWWW—£‹±`?þ>GLdŸXöðŠfêE+ÒãããÙâÅb±¨gÇl6Ûívu@NíîD\HÚC—™™™““í‘~QÕMx½Þ–––‚‚qAêt:1[±vwüðÃôôôÔÔT¿ß?22rûöíW_}Uû»j1öíÛ×ßßo0îÞ½±˜J»;Š¢\¹råùçŸoðÏž=+º6ìÞ½ûþýû7nܽÑÚÛÛÇÆÆDµýû÷¿ÿþû±G~Ü]V¥¥¥E ŸäóùÔ³£(ÊñãÇFã±cÇÊËË}>Ÿú†ùôéÓ±¿,ÆG}T^^žšš:77wúôi»Ýž“““ÐÜÜ,óˆj“‹¡=;ÑÖŸ­=bb=_øÂÔÃk2™ÆÇÇÕ‹öСCåå勜Ì×ãñ¨gG¯×wvvÖÖÖêt:íîˆIܵE‡. ÞºuËápˆV˜ ®?h‹ª(Šº‰Û·o×ÕÕY­Ö´´´¤¤¤ÆÆÆ©©©W^yE»;Ï<óÌÜÜÜ­[·bwõ†j÷ÇӨĦV;¿Ÿ–ßï÷ûýâïŒä‚Á Édòx<:nµ_Ùß½{7++K<æky½^uÓâÉn™Ciw' ^½zuþ`Í¡PÈãñˆáÍ‚Á ËåZ~ŸÆù¢í²öìÌÍÍF±ËÚ6Á`0 -ÿ›ŠÝnÝj"ˆÙpÄÏÑŠ¡=;‹!Ö£ÓéÔûàb‹Ÿ+O{vÀ7jjj\R-jÄ¡‹6¥¡ ½boâq…äÖ«=ÆÆ~^Vþ{ ûØËD›…×d2©×e´{C ëEŽP¾L[·n]ðë°öZ_‘y-µ»c0Ä#gD+=½^¯6O6 «ÊJô]Öžm¥öçÿÜ.AFFF´>ëÚ§àhÅxÜ$R7vëïÅŸhíÙ1Ï>û¬¢(333óŸ“Ô¢FºØ—·öJˆ½‰ÏR(¯£]¿ìp8FFFfffB¡ÛíþÍo~£Î Z__áÂñ¦âܹsÍÍÍâWl6›:€ýñãÇ÷»ßõ÷÷‡B¡ÞÞÞ_þò—>“ì?~üÒ¥Kn·»­­íܹsN§Óãñ\¼xQ´åS”‹1øWjwDÏ+ÑawxxøÄ‰ýýýápØn·¿ÿþûƒƒƒápxnnî“O>¹|ùrÄ;7uœ¹Eööûý/^ÿk4].—˜Û©££ãÆâóÉÉÉ>ø@¼ø:uê”Óé ‡ÃwîܹråÊÒÆ“ÐÄ®333.\hllƒø?~üÂ… ¢–S[ -ít»Ý7oÞ\þØ ###¢Y¤¢(Úb8ÎãÇ/Ø N[Œ¦¦¦ˆi½æS/¶ë±Ûí¿ýíozzz®\¹»ý_ÄÔ^$F£Q¼ÊV%Ú…ÔÖÖöÑG‰ö!ÃÃçNRÛ·-H{)Š¢nbffæìÙ³ ápØétž>}º³³ST «÷ öÞÁblì\njj:qâÄÇÜÓÓc³ÙÆÇÇÅu#Æt7›Í½½½f³¹ººZÌ]æt:›››ÕfU.—«¶¶vóæÍÃÃÃ7oÞ'33S´âÒC‡¹¹9q–#ŠÑÜÜÜÛÛ;99yîܹ»wïÆÈ5íŶàzÄ$륥¥bôµmÛ¶UUUeee]¹r%Ú:#Πö"i‡£]Hz½~rrRÔû|¾Í›7[­Öí%Äd âþREÝ„ö  Ñë*99Y{FÜ;x¤ÿ™Qf#2™Lµµµ.\¸wïžÃá¸víÚää¤Ãáhhh˜œœ´ÙlCCCW®\IHHÈÍÍ=räHYYÙÖ­[ÅtþüùëׯoÙ²EDÌøø¸ÚxV¯×‹‰Ž¶oßÞÝÝ]\\<88xá…Nj߽}û¶Óélll\Á¦?¢ÿ•˜v³±±qnn®µµuvvvë֭ׯ_ÃÙ$%%ÍÍ͵´´DŒ'ç÷û›ššl6[D“h¦¦¦úúúššš†††Âáðùóç_xáEQÂápcc£Ífkoo÷ûý÷îÝ«««û‹¿ø ŸÏרØ822RSS3;;{éÒ¥œœœÂÂÂÇÝG£Ñ844466–“““œœ|ÿþýþþþžžžñññîîîK—.mÚ´I[ EQêêê.]º”˜˜¨=ƒO=õÔŸýÙŸ-sÖ81ŠüÔÔTii©øz®£±±Ñáp¨ãÉÍ/†Õj}å•W¬Vëü>ZÚ‹-Úîèõú½{÷ö÷÷&$$lÛ¶-%%eÁÙ¶íTE½HÛÛÛ«ªªEñûýÑ.¤¬¬¬Û·oƒÁ¶¶¶††«ÕãËŸ˜WÜ_âEˆØ„z'''óòòîß¿ïp8Äxrê=¨½w–q¢ž ¾ÜbDk'& µ™ÑfZSçµn+Ò"›Í&†¸‹ø\Ûd* êtº]H|¡ßâµDÿÑ2, ÍÍ͉·ö¢çØr*pZZZª««ç®v[ˆí ®”ééi‡Ã¡þ™Ybh/¶h뉘D1 >V‰‹$ vuu-ØæOÑ\H¡PHômŸ‹qˆ¿/Ñ6±`Û¾µ¹wVã-…ÚÿJÐ>ºŠj ±€hª)>…Bj?l1È·Ú ÂëõŠ‹Õçóy½^ñëâvï¸Åÿj7½â_5¬V«Ó'¨eˆ± óÆ"‹$vS¬GÌj!ƕߋÅ$:‰¡Öõz½ÅbßèÅ×ËyáYZZªþ Å«*1¥º›¢eºØŠÑhTS,ˆåÅÏj%èïôÕ1Z#Š!ªSÔ‘ìçC”ó‘]Òµ›v=Ú³©žeq ù@t}?«‰Á`(++ …BâUd(R‹§½ÄvÅ~‰½ˆ½ Úõh7¡½ÄJÔ"©÷`ĽƒG2}ùË_Iäõz—\têÔ©/~ñ‹k<è_wwwoo¯x‰155õÖ[oíÙ³GL3üá‡>xð ###\¿~½¿¿_ÔQܹs§««KüüÎ;ïˆÙqÌfskkk}}½!áܹs===ýýýV«õÆÝÝÝIII~¿ÿòåË6›MŒrÐßß/¾b'&&®Ô·316ÍfËÊÊêììlhh˜žž¶Z­wïÞíI233Ng}}}WWWQQ‘v»Á`°¥¥e``@ŒeüÈmÙíö . Š/ ‡£½½=;;»¾¾~ppPT¯÷õõ]½zÕívçææ677744ÄÅÅ¥¤¤\¸p¡««+;;{ ͺívûÛo¿–––’’" ¨¯¯ÏÍͺ~ýºØ–è´võêU1Ò´ú»býÖÖÖüüü¸¸¸Ë—/wtt¤¦¦.ዚÝnë­·D1.]º444$v¹««K-ÆØØX}}½Ýn·Z­ÚîÚbôôô¨g'FU†z±E4W/ÈP(tþüyqT[ZZ:::²³³c|)™ýàƒ’’’Ä=ÛÞÞ®C¯×‹™òóóµ»ÓÑÑ¡.såÊõРݼyÓãñhßìi…ÃaízÄ#6a6›Õ ixxøêÕ«SSSV«5«÷àÜÜœzïl¬·Y###ÿùŸÿ ¿ô¥/ŨSz¤†††ÚÚÚh ‡‡‡‡‡‡÷îÝ«(ŠËå:qâÄÆ~^v8}}}çã?#-ˆÏÃápYY™èZPYY)2tddDT׈Å\.×¶mÛ¬V«Vñ¥—^ãvïÛ·oß¾}"¯{zz’““m6ÛØØXFFÆýû÷E“O½^ûöí•ýf=>>ÞÜÜÜÝÝÝÓÓãñxŒFãÞ½{M&SSSSmmíøø¸˜Ã)..ÎjµÎo0;==Ý××·È"‰ö¢¥šøÄn·ÇÇÇ'%%‰ÇdEQ‚Á`ÿîÝ»ëëëǽ{÷ªªªš››Nçôô´Édzd£Ý]¹rÅn·777ÏÎÎj|bbâ‹/¾x÷î]µ2wçÎÕmmmcccò'"ªz+++? ^´b¨»¬(жuuu¹¹¹µµµÚbhÏNŒÍ©›öCqAŠ÷b&rqTívûäää;wb´zc ©›µÅC‰6yÚÝÑ.£=t™™™;wî¼~ýzŒòGœuÚ éÁƒUUUbêkí=qïà‘6v.[­Ö-[¶ìܹÓápäççk'¦Û´i“ÏçËÈÈ0™LâÕ èîîÞ²e‹¨—P¥¬¬¬ÊtäEðIDAT¿¿¿­­mtttppðw¿û×ë5›Í999b 17`]]](JOOhkk_ê·lÙbµZÅu¹R»#¦±X,Û¶mËÌÌ,++{ÿý÷Å`4 z½^tžÖét›6mŠýË`0oÞ¼y‘s¦¤¥¥ÅÅÅ©Óaˆ1ÒĻIJ²2ñPc0rrrêëëÇÆÆL&SAAÁéÓ§‡­©¾¾~ ï<ÃápIIÉÔÔTIIIRR’zäçææ fgg³²²ÄHF·oßnll l1Q´ßïçwÔš–ŒŒŒ%Œ†QŒ²²2µi Z “ÉtíÚµééé‹/j¿ƒGC{vblQ½ØÔOÄø±[¶lõ Ú£ºmÛ6»ÝÞÓÓãëHrrrAAúø©-†KZL¾§=ª’zèÄÄ4bÂâ·±EQÔMD\HbB‡Ã¡½µ÷ÎbÏГmcçòèèèÐÐPGGGZZÚÔÔÔèè¨Íf~ýë_‹‘|Ng (--33?¾¡¡Aü,Áš˜˜ÈÉÉÙ¹sç¦M›ÔQØ[[[Åkäää#GŽˆ}vìØ±k×®ôôôP(4444:::<<¼´9¡400àp8233ÅD–¢Mèôôt|||ww·ßïOJJ2 ¢S@ÄœªâÙvxxXß=¶¾¾¾ãǧ¤¤ˆZH1§œxÙe³Ù†‡‡Å#h$»cÇŽøøø¢¢¢ÊÊÊÒÒR½^_YY¹sçΈ^‹áõzoÞ¼¹yóf·ÛíõzÕ#ÿðáÛ7oþþ÷¿ÏËËs:F£±¦¦&??_ŸoûöíG¼©ËÏÏu‚~¿jjª¨¨(;;ûàÁƒ‡>vì˜hÚ999977WQQ‘]\\œ––¦Îi]VV&ž¾Ÿ{î9¿ß¿sçN1íÛáÇŧ¼¼\}µ"²²²222RSSKKKŬò999ùùùÏ<óŒ×ë-,,ŒOKKËËËÏJÚßßjsssÙ7Z¯×—””ÄÇÇ‹i›ššvïÞ-þÉl6‹õ„B!‡Ã111qäÈ1ù^RRÒ®]»Ä˜vÛ·oøV¾f³YüEÙºukRR’zä7mÚd±XªªªÄ›+N'fÛo§¦¦DìØ±#..®°°P4®®®_–Y u—Ãá°Z £ÑxèÐ!ŸÏW\\,þb-X íÙ‰¶9íŦ®'!!A{AjªÑh,)))..ŽÑc% æææZ,ñÕA-†ÙlîïïÇD»;ƒA[TõЉ÷–“““ÑÞE¬G<ˆMh/¤ââbÑÀT̨ރ÷IwèСS§NÍÌÌ|†ÛÉ…B!ñõ?âsm³$ñ kÁe”O€¼ªE˜˜ˆW‡¸Sß5‰FEZ©Š‘œUZm>(Þ§‹òD4çZ‚õYû‘G^ùô\ÁC¡-F4ÚÍE+†öçh´mÁ rþQ ‡ÃµkjK’ñññhs„«E8t‹ÙíJ¢mbÁõ¬Í½³ÖkÞÕÿ›-y{B´ B§Ó©·A´@ý|m®ªÌÌLõgmíÖWü¶N§‹vkZíq[m>òÈ+ŸÞý<‹©‡‰¶éh?G£=h .?ÿ¨>îÞ‰ÕêõúhgS»éˆ•?Öåc ®g#&òÊzÜŒ}ÒȆ\€õ÷©/ˆëX€ ­ë —@.ä2È…\¹Ë — ?_ |D¶ÇøÌ÷+ÉÑäE.€\Èe ¹ rYÉ\æý!,ÍjA{;XÚc€¼ÈeX]‹©K`œOX;‹y÷F=È‹ñ1`u-¥ƒöm°z¨Ç€\€õG{ õ /rÖõ ê1@^ä2¬?ê1@.Ôc€¼ÈeXÔc€\¨Çy‘Ë räB.€\ÈeX];'¹ «ëqç„"—@.ä2¬.ê1@.ÔcÀÆF.€\Èe ¹ rYÉ\~ܺmÀ|+™ËÛ0õ ½Âs.ÈD¯P/ 2¡äB.€\Èe ¹ r!—@.ä2È…\¹Ð¯V×Ræ+¡_ ¬æ+€\¹Ë räB.€\Èe ¹ r¡_ È…~% ê1@.ä2È…\¹Ë räB.€\Èe ýJ@.ô+¹PrùT=Æ2œyî€ù–5ïê2+š©§€ù˜w66räB.€\Èe ¹ r!—@.ä2È…\¹Ë räB.€\Èe ¹ r!—@.ä2È…\¹Ë rV×R摬摀\€µæt:ïÝ»í_ÉeXS‡ãé§ŸŽ¶¹ kÇétºÝîââb·ÛmrÖÈÌÌŒÝnß¶m[ ˜™™‰¶¹ kdjjªªªÊãñ z½Þh‹‘˰F¶lÙâv»“’’òóó£-F.ÀêÒö+NLLÌÎÎöûýÑ–'—`u©ýJãâârssý~ÿàà`´åÉeX#III¹¹¹>Ÿ¯££#F=†q-ËO²´´4Çc³Ù***b,Æó2¬›ÍVPP`0b,Ãó2¬‘ŽŽŽŠŠ ƒÁ c,Æó2¬‘òòrEQb‡²B.ÀšYä@Ìä2È…\¹Ë räB.ÀêbÞU ó®ÀÆF.€\Èe ¹ r!—@.ä2È…\¹Ë°ºèWr¡_ llä2È…\¹Ë räB.€\Èe ¹ r!—@.ä2È…\€ÕÅø ÆÇ€\¹Ë rä¢Wÿ]!`õè•ÇWX=Ôc€\ÈeX]ô+¹Ð¯66räB.€\Èe ýJ@.ô+¹PrYÉ\æ¹–o%s™zjX>ê1@.ä2¬.ÆÇ¹0>llô+¹Ð¯äB=È…\¹Ë räB.Àê¢_ È…~%°±‘Ë räB.€\Èe ¹ r!—@.ä2È…\¹Ë räB.€\Èe ó®€\˜wäB=È…\¹Ë rä²’¹ÌûC˜o=ç]¥½ÌǼ«°±Ñ¯äB¿ õ räB.€\Èe ¹ r!—@.ä2È…\¹Ë räB.€\Èe ¹ r!—@.ä2È…\¹Ë°ºÖsÞUÀ|Ì» ó®€\˜wäB=È…\¹Ë räB.€\Èe ¹ rYÉ~%´ƒ€å[É~%ô€å£äB.€\Èe ¹ r!—@.ä2È…\¹0_ ¬®¥Ì»J?=X=Ì» ¹ r!—@.ä2È…\¹Ë räB.€\Èe ¹ ra| ãc€\¨Ç¹Ë räB.€\Èe ¹ r!—@.ä2¬®ÅôÝÓ.C.ÀêZLß=í2ä2Èe%s™þܰ|+™ËŒËG=È…\€õG{ í1@^ä2È…\¹Ë rÖí1@.´Çy‘˰þ¨Ç¹Pò"—`ýQr¡ä¥WÏVÓRæ]eþ'X=Ì» ¹ ëö ê1@^ä2¬?ê1@.Ôc€¼èW«‹~% ú•ÀÆF.€\Èe ¹ rYÉ\æý!,ßJæ2íí`ù¨Ç¹Ð¯V×ãf,ýJ`u=nÆRr!—`u-¥°z¨Ç€\¹Ë räB.€\Èe ¹ ra| X]Œr¡_ llä2È…\¹Ë räB.€\Èe ýJ`uѯäò¸k\¥r¬ÉÉɺºº²²²êêêôõõF£Ñ888¸k×®ññqñÃììloo¯Óét»ÝŸûÜçîÞ½;88øâ‹/&''Ÿ:u*%%¥¬¬¬¾¾¾  `Ïž=f³YQ”`0xþüùšššøøx±Ìþýû-Ëìììõë×½^oYYÙ½{÷<OiiiUU•Ïçkhh)))©¬¬»{÷nMMÝnïîî>xð`\\Üz3@"áp¸­­-..®´´4âŸFFFNžŸïïþîïöíÛWVVöàÁƒ'Nlݺµ©©©µµµµµÕjµÎÍÍUTTüìg?Û¼yóÇ™3gÒÒÒ***l6Û÷¿ÿ}›ÍVQQÑÓÓ#–IOOÏÊÊòù|cccõõõ]]]¹¹¹·nÝzðàAUUÕÔÔԻᄏeË–?üáGޱX,ßýîwÿíßþíÌ™3W¯^­¬¬ÌËËS% MLL¸\.«Õêt:].WAA^¯2›Í###f³9''G¯ç>ËÞ~ûí×_ý¯þê¯D.‡B¡±±1dziÓ¦ßüæ7ýýý_úÒ—\.WOOOOOOKKË÷¿ÿýõ.òZØØ¹ÜÙÙùÊ+¯¼þúëgΜ²X,N§Óãñ<÷Üsï½÷ÞÖ­[ÿùŸÿù½÷Þ ‡ÃÏ<óÌÑ£G{zzýôÓÿøÿ811ñµ¯}íøñã?üá+++×óø«ìÏÿüÏÇÆÆ‚Á øß¦¦¦¿ù›¿ÉÌÌü¾pþüùŒŒŒ@ }ìØ±¹¹¹žžžõ-íšÙØc‹errÒl6ÿþ÷¿okk»qㆢ(›6m hë îÝ»·yóæÿøÿÈËË;vì˜ËåòxúèîÝ»ù—¹^å\c;—Ÿyæ™ÿøÇEEEßùÎw¾ò•¯TVV&&&Šª£Ñ¯ÓéÔ>|8::ú‹_üâÝwßmmmóÍ7÷íÛwèС“'OöööŽŒŒüíßþmBBB~~¾º‰ÄÄD½^_[[+–Ñét?øÁº»»¿ýío÷õõUUU½õÖ[ßøÆ7L&“¢(z½Þjµ~ùË_>zôhzzºÉdzê©§öìÙ³wïÞ¤¤$õ¬Ë媯¯Ÿžžv¹\W®\™žž‡Ãõõõ^¯wrrRüà÷û×ç°kÈb±ˆ×9Š¢|îsŸ»víÚÛo¿]SS£~>00ðÆo|øá‡ßûÞ÷¼^ïºvèD*ÍÎÎNMMMMM/mE_ÿú×ßyçäää•-ß#ùý~ƒÁ ÖÃ@ °àë5—Ë•˜˜¨ýdnnÎb±(Š …‚Á ÉdR?™O]&ÆK.†X‰ö‡hO”p8 …Ô¯ªë«±±±¶¶Öçó½÷Þ{ûöí[òz~úÓŸþýßÿ½ø">_CCCCCÃ7¿ùÍp8<::úÕ¯~uÃßüâAU%Zb,¸dD(+Š¢«^¯É#jÕeÄú—ÊêJ´?Dûx¢èt:IBymìz øì!—@.ä2È…\¹Ë räB.€\Èe ¹ r!—@.ä2È…\¹0ï*¬.æ]¹ß‚ÿêõz#>¡=¬3gÎDü0Ï˰F~ö³Ÿ}üñÇgÏžUÅf³éõúÏþóâŸ"ÛcÖÀ7¾ñöööŽŽEQ¾øÅ/ª¡¬¬^{ Q‡²‚+€Ï˜ø‡xýõ×óòò^}õÕhˬX.wvv¾üòË:. ­Ô:`ÍÎÎúýþ•]gNNÎk¯½–c™ËåË—/+ŠòƒüàG?úÑJ­ÖÙl^ÙfggÇ^`…ë—Ÿ~úé¯~õ«+»NXGF£1''g™+ ƒ³³³‹Ý¢ö–_;|èСššše®ä¡Óé,ËrÖ ×ëøÃÎo§,ÌÍÍ%''Gm±üŒÌfóŠ?óÀ†öõ¯=ö½½½ŸjaŸòüöl÷´sÚãñnÝ”X\¼Ê|ÚðDðÞÃAçÌÌPï‘‘£ËíëtùŠs&ÜÑq³ív]Œ§æP(mè x¢ˆ'ÜØùÍo~s1«z8¾?äpÛG-.¿Å¨×ë|þ°}ÊçñúÝSS¯ü¯¯Gyf?úѾýío¥í|f´··Ûl¶—_~yÁÆÁÁ`ð_þå_¿6‹ÙgIJÍ6šâh199¹à¯‰ÏÝn÷âß*ÀgÕàà ¢(N§sÁ‰fggÝn÷ÒÖQ)ù@~öìÙžžž¥­Xqê`‰mmmâ‡p8ÜÞÞ¾~…”p8ü“Ÿüd¥:߬s*Ùä®Ù¿Ïèóùî\==8<‘YPQRõùØ¿ggËo5 Oˆ±ñ¹IÇŒÛ3{±û­'™Ü?øß_ßµk—N¯×‹—†:ƒ%1íÑ©IÆ´¤ž} >«\^eÒé{d5Ãw¿óÚÁûvíÚ¥(Êÿ$h)sšAIEND®B`‚gbonds-2.0.3/help/C/figures/redemption-date.png0000644000076400007640000000461111107720364016271 00000000000000‰PNG  IHDR8!³ ÚbKGDÿÿÿ ½§“ pHYs ØÁ­ "#tIMEÓ  7Ç¡ IDATxœíÜYL_ðS  ²T Ù ²¤!‚€ˆhPj (4jŒlQ@Ę”(úD„Y Ä"[E‰h‰‚h@#ȾXÊjY¾‡‰ýhÙ”íïý=•3÷νG{:s§ÓÁuww‚ [›ÌfOAå¡BEm*‚l¨PdÛì üë8ÎfOY555ÒýÞ½{â¢BÝ|...›=ä/ãr¹½¶îþþþ "¨P·}}ýÍž².zzzVÛ¥··wq­Qd@…Š Û*TÙP¡"È6ð7 •D"ÕÖÖþÅ"‚YX¨D1zzzT*•Çã­p_³³³óóów~ÏŸ?G$ÿdW¢¼H$…B moo_ÉЛ+%%‡Ã577‹"mmm¦¦¦ããã>>>šššJJJ?~Ķòù|___ ¥¥uÿþý%‚ŽŽŽ{öìQRR²°°(++Ûà¼U‘pDMMMíîîîììäñxššš!!!?-‹õåË077/,,üý¥¦¦vuuµ´´|¸ Èáph4ÚÌÌŒ»»{GGÇðð°¶¶¶è›·   ¾¾¾îîn.—{ãÆ¢¢"iÁØØØþþ~>ŸïîîÎb±68µ“››Û²‰¤žúÊÊÊjkk;;;óù|,R__âÄ 2™lmmŸŸ[ZZ<==]\\¬¬¬D}%¶$‰yyyöööFFF999ÕÕÕ¦¦¦,//5`³Ù¶¶¶fffÅÅÅàíí ,+**ª¹¹™Á``-¿~ýêããcbbB&“cbb„B!ÖýéÓ§ÞÞÞººº§OŸž•œ°ŒŒ²²²••UNNŽššÚÝ»w ==ÝÎÎîÀd29//oÁÐKd´òÓ5èèè8þüâ§’’F ˜Læ®]»äåå?ÞÔÔyyyׯ_WTT477÷óóKII‘GGG</++kcc##ƒ®V¬;¬&Å+sqD©ÿ=ÓÓÓõõõéééL&ø|¾ŸŸß™3gÙlvddd{{ûÄÄ„¯¯ïÉ“'¹\n]]ÖQbKlSVVVfffHHHTTTQQÑ‹/¨Tjrr²hÐôôôääd&“Áçó °^111¢6B¡Éd455UTTTTTÄÇÇc›âââ‹‹‹+++ÅÏ%Ú±cF{ûö-˜˜˜”””´µµܼyć––Q~~¾™™Ù²ÿÄk#<<<’““ Åã###­­­¶¶¶âÁW¯^:tæçç---±¸¥¥e}}½Ä LOOúô©°°0>>>33sADDë ·ßÄ— ¡Pƒ‚‚ˆD¢¾¾>FóòòФªªjjjJGGçÝ»wêêê¯_¿®®®öññï.±%¶)44ÔØØ˜B¡LNNÆÆÆjjjZZZމú^¹r…B¡œ;wnjjJTù ÔÕÕ}ûöíâÅ‹x<^SSÓ××÷É“'ئðððcÇŽaïÈÑÑÑe“WUUÅFwppPUU×ÕÕýùóç‚fÒ2:|ø0@Xv”5˜››c2™þþþ®®® 6•——»ººÊÉýÿ–²ÂÂB.—Ëf³@ €²²2¶IEE…ÏçK @wwwllltt´ŠŠŠ‘‘Ñz$‚,°¸&Wxu@Â-„©©©t:}ff†N§×ÔÔÀÐЇËÈÈÀÚP(”}ûöuuu©¨¨ÈËË‹w—Ø{½Wp8¨¨¨ˆ^‹ìÝ»TUU@¼€Åõ÷÷€ººº¨ mmmXùY\¿––äæææææHt‰ŒÖIKK ‡Ãáp8—/_Æ" aaa‡N§‹Z>zô(11ñÍ›7$ vïÞ û#ƒ ¯¯Ÿ““3??Ïb±¼¼¼Ö5)SVV¶ªc)Fê½¾rrr‰‰‰...iii$ivv6!!AIIIÔ&//O …B<?<<Œ%¶\•ÁÁAÀJh1¬H544 ¯¯ome399YZZJ¥RÛÚÚ"##kkkõôôx<^eeå‚–žÑj™ššNNNŠþܹsg]]™L …UUU©©©X<++ëöíÛµµµØGÉdYYÙ>899@cc#…B‘í‡Ã9;;c+sdc`µºª+íK|ŒŒŒ®]»vçÎæææ£G‰Ä«W¯bg†ýýýööösssEEE£££¡¡¡X/‰-W8¡P877—‘‘¡££ƒÁ*** ‰·±²²Ú¿RRÒÌÌLOOÏãǽ¼¼Vž0ü^~³X,™ððð‘‘lžÏž=€ïß¿‹--#·’ì5‘‘Ù!äääx<ž¹¹9v<Ä.5EDDüúõ«··»“[MMÍÇÇçÖ­[ãããmmmÙÙÙÁÁÁƒPSS333#°‹|ë‘"Íj¿[æ,ñìÙ³ÖÖÖÁÁÁsssããã666ÆÆÆ§Njmm%‘HqqqÑÑÑGŽU‹‚‚Ââ–+œ v-—Çã±Ùl<!!!aaa¢U(àñøœœœÏŸ?›™™Q©T77·K—.­pÿØòÛÐÐ0$$ÄÔÔ´´´TMMÍÚÚšÁ`0 :ngggiiééé)>´´Œ Ʋ—¬þ.‡ãî~ÿþýôôt@@€ÖoX<99YCCƒH$:99EEEyxxH ^¸pA]]][[[VVvÍ?ÈB6në<…H$ÚÙÙmöD6‡ÃqqqYáÏÜLLL8ޱ±ñzÏ ùCiii555ÙÙÙkû™[||ü‚Ž£o϶ ìî T¥ÿ¦-T¨IIIè]¸%%%ѽÈ¿f =á["Òˆ/D‘Í:¢""Í:¢"ÈÄ ­*Ô͇=±ùïYü0Á5ÛB_Ï " Z£"È6€ A¶T¨² übfM¿Ö*—‘IEND®B`‚gbonds-2.0.3/help/C/figures/totals.png0000644000076400007640000000771311107720364014524 00000000000000‰PNG  IHDRÏFä\WbKGDÿÿÿ ½§“ pHYs ØÁ­ "#tIMEÓ ›ØryXIDATxœíyPgÀ_ (WñÀ å ¤€ZR2ÔZ.Ç„ÂxPäåè¶h-Ç-3Ba¬XB± 0\°åP°ECje8‡Ã‚PP›@®ïýÜIs)„Dö÷W²û>ï>›}²ç/o”†‡‡‚LP^ï6Hµ!ÈÙUÇãp82[‚"»jëèèð÷÷—Ùâ䔄y Ex¢§§ç±cÇD¶üø±¡¡¡¶¶ö꤆ðÖ!©Ú ¡ åìÙ³|ðä¾RSS/\¸€T‚8$U›þùçŸÜÜÜÞÞ^4íèèH&“SRR©©©D"Ñßß¿¦¦¦¶¶vzzƒÁ?~ÜÙÙŽåñx7oÞllld2™ÊÊÊd2™H$®ÎÚ È7ÿª¶¾¾>øµ¡¡¡¸6›ýÝwßY[[GGGÏÌÌ$$$`0˜¸¸8 …M x<>!!ACC£ºº:??Ÿ¿ÚËË˯\¹‚Åb—––˜L¦ðÒÞlll¦¦¦à·‚û6è#zzzFGG===Q(”ŽŽŽ‹‹K}}½ÀÉœ……`aaAWWwnnŽ–ºººŠŠJmm­‹‹ Ç`0‹Fx;xüø±ÀGR u199 ÐÒÒ‚ÞjkkCSøihhhllÄb± ³¶nÝYùõ×_c±Ø/¾øÂÔÔTšå"(:+9o{çwÓÓÓЋÉÉIèÌÐЕJMOO×ÕÕmoooiièÁÒÒÒÒÒrnn®°°0##ãêÕ«+ÍA‘XÉý6ccã;vTVVr8œ‰‰‰ÆÆF'''€ššÚôô4`vv099955õàÁÀØØ>>>ÞÙÙÉf³7oÞ¬§§ÇãñVgUäž•ìÛP(TlllNNNPP>xð ··7ÀÍÍ-++‹Åb9:::99%%%mݺ•L&÷öö&&&†„„@á,+??ddDII ‹Åž;wn5WAŽQâw@úúú."VŒp9!OådRm²©6ÙT‚ìØ¸ÕÆãñØlözgñŒŒŒ¬w ÿ•[mÍÍÍúúúë…Tp8œÛ·oUUU=þ|½ÓY9RU‡«¬¬\»$nß¾ýâÅ‹µë_Ñ KOO_\\ljjòôô„&Òh´˜˜"‘xïÞ=áÜ¿yÿý÷EFÍÏχ„„X[[yxxtuu ÷ÖÚÚzèÐ!CCÃÏ>û¬··WÊ(aäbßÐÓÓ³ÞYÈ)ÓÓÓ4­  €@ |ÿý÷þù'4}hhˆD"uvvŠ|ƒÃáøpwwß¿¿È(6›M"‘ FGG‡žžÞÙ³gºb³Ù§NêîîÞ»wo`` —Ë]6J$o\m8ŽF£;vL__ÿĉ‡B¡ÄÇÇCs¹\®ô´êÑ£GGޱ¶¶¶··/..É#—.]ô÷÷“Éd333kkëøøx‹EýøãVVVúúú/^„—µoß¾‡ò§'.*•êàà`bbbmm]TT$¼Rt:]൸üá–²ƒÁ Ñèè­²òÿ7Yhh(‰D’eö6›ý×_%''‹ŒÒÒÒ:zôè¦M›Ðh4‘Hììì誧§çùóç^^^(*""¢««ëÉ“'ËF‰d%û¶”””àààŠŠŠººº¶¶6///è™)€N§c0{{û©©©Ï?ÿüäÉ“­­­¹¹¹ÑÑÑÐX8¼¤¤——Õ–ŸŸŸ¡¡áÓ§Okkkkkk¯\¹E•••&%%UVVBg÷÷îÝSSS³µµåÏMd233³êêê®®®3gÎ$$$,»Žâò/..†d*™¡¦¦ëïï‹€o‹ÅŠŠŠJLL0'DÂ`0>OÀââ"Ô`Ó¦M‘È(‘¬¤Ú"##‰D"¤£MOOòÉ'¯^½‚öð%%%¾¾¾JJJwîÜa2™»vízðàÁüüü¶mÛàpþž>|800pîÜ94Åb)Jii)4+**ÊÒÒÒÛÛ{nnîþýû€ÂÂB2™¬¤¤Ä߃ÈdܲeËÜÜœ¾¾¾°%Œ¸üœœd¯Â‡††&&&Òh´Ó§O¿Qìõë×uuu>¼lËêêê?þø#--M`º‰‰‰¦¦f^^Þâââõë×KKKËF‰d%OåwîÜ øvéššš$©¢¢ÂÊÊê·ß~khhŒ+))åää@mlmmuuuE†ó©"Û¶mƒÞnß¾–G¶lÙPWWwuu-//·²²ºsçNbb¢@"“B~ʲHÈ]ððð(//g³Ù'Ož¤ÑhRFõ÷÷§¥¥ýúë¯ßIaJJJ¨T*FÃáp³6oÞœ••uùòåâââÐÐPÀ·$D‰d…¿KÀËË+**ÊÚÚzïÞ½x<€Çã9NZZš†††ôý@[ôåË—;vìŒŽŽ oã£G†„„˜˜˜|øá‡Û·o—&™®®®èèèæææÝ»wÓéôºº:á(è¬vV–ÿ𢣣þÑGIrá‰ɪ(--ÍÈȨ®®w´uqqqqq´¶¶*++CÇ¥e£„YkR"‘Èãñ’’’|}}áüp8Üùóç¡ÃÖØØØàà ¸puuuèagg·gÏžÌÌL6›=22RXXwãì쬪ªšššJ&“¥LæÕ«WP/^¼¸uëàï¿ÿæÑÐÐxòäI{{{DD„äüétºÀÑ­™™™©©©a±XL&377×ÑÑQB㸸8xÏ×ÖÖÖØØ ¹ÿgÏžEGG/--Áþ®º»»Y,Öää$ô©êêꊋ’ÌêT›ªªê§Ÿ~Êf³9O)))™››Û·oŸ±±±§§gGG‡¸ð°°°ˆˆˆÒÒR4ŸŸßÝÝmaaáêêzøðᨨ(Æh4ÚÍÍMGGGÜ·\8{{{HÈãO %%%(((66Vrþ>>>mmm+ùŒVв²r~~þ{ï½wëÖ­ÁÁÁôôthº³³³™™àĉfffÏž=äææÂ·Hêêê455¡0ÂQOŸ>]ZZЉ‰Ùû¨%WyyyáÀ—/_ˆ‹’ŒBúmþþþçÏŸ_ïDdJZZZdd¤ä6999ÑÑѲII2oƒßÖ××רØxüøñõNDÖ,[j€ßÿ]øÜC~X«YÂd2333÷ìÙ³Þ‰È#¿üò˲—ŸëˆâU@€~ Œ<—PÄ#)‚â‚T›Tȃ ‡øm˃Çã›››×z)kÍúÊpÎoƒÙ½{·«««ô‡ÃYõß'Ã>N—ò™‰B³áü¶k×® Òét,&eàZûp–––eee똉 ظ~›ŠŠÊÎ;?þøcø–H ¬½½ÝÛÛ›D"ÙÙÙÁ±ât±¢¢"GGG##£üüü»wïss󚚸Annî,,,***ü>\[[›ÔRœ' Óñ¯ŽBÈp×o[\\|ôè•Jõóób$°ùùy …âîî^__«Žt·¼¼¼7n„……]ºt©¼¼¼¡¡ÁÕÕ•*•zõêU??¿/¿ürjjŠß‡ƒÛHãt:þÕQn#úm!!!8ÎÀÀÀÍÍÍ××ÚÒ"%°»wïNLL<2— »…‡‡ÛÚÚ.,,$%%a±X~/(&&ÆÖÖ600Éd ˜º0Ä8 :¢ÈpÎo»v횇‡›Íöððhjj‚<'‘ØÐЖ–< „]LSS¼¾- 'p‹ÒŠ ¿Mœ&AŒ“ Ó) ·ý6 õÃ?H¤Ÿ~ú)88X¤VTT433Ãb±ÐhôÄÄ4ñ¿ëb/_¾èé鉜+'’á6¢ßfdd—œœÜÖÖ&Rsttär¹åååÓÓÓááápºÒën°X,.—›““³k×.h=aF1N$ò/Ãmt¿íÔ©Sööö¡¡¡\.WXÃãñ)))ß~û­³³3¼ ßHwºÒ¤Óé¹¹¹h4ðùppiÄ8‘È¿ ‡øm²‡Ã•••988¬w"ëâ·!ÈÄo[s233×; …ñÛþçL’‘çRÈ‘A– Õöö ÿRmoŠ"À­Îømk42®›”ˆà nܸÃá`Gcaa!66–@ ˜™™}óÍ7@>ý6ɬÑlȸnÒ N€Ü¿¿  €¿ñW_}588È`0ÚÚÚ Ç òë·)`gzA°555 7àñx©©©666¦¦¦æææÐ$ЭìNSÄ pÐÃ¥ììl¸åèèhiiéÅ‹µ´´P(”‘‘g¿ BÂl<6h¶wß}W¸AgggZZÚÍ›7»ººZZZ\]]›ìNSD p³³³§OŸNNNæÿámKK ÇkllÜ¿¿MUU•@Wòâ·ñ#Á“à±A°1 áÚÚÚ(êçŸnooWSSƒ…~Öeà4EA@€ãr¹aaa>>>üB €T555ƒÉÿ×±2ðÛVRmŒ1ØôÊÎÎÎÎÎæ7½ AMdWPPÐÕÕåêêêìì éÚo„‡‡‰D‚¸îîîúúú„„è÷/"‘˜­ªª  P(JJJîîîóóóð^ª¤¤$##ƒF£ Bùm‡‚6=¿ß&.J$«ü,aYÓK\''''''Èi9sæŒðßö", ,À™˜˜ô÷÷ÃÓ jjj$¤ÌÎΪ©©©¨¨€×GFùõÛD gËzl" 3 ‹¥­­Íÿöü›ìNS„8eeeU> …BYYY™ššfddp8œÊÊJ}}}###y÷Û„…³e=6‘ ˜Lf||¼¥¥¥¹¹yUUUVV–@·`=NSÄ p"[R©Ô––sss*•š­¢¢‚øm+AN– ~ÛÛŒ\•šHjC‚פÈÅ ÂÚñ¯jƒ®lÖˆUr}€°¦ çm²©6Ùñ?¼BqDÅœÀIEND®B`‚gbonds-2.0.3/help/C/figures/worksheet.png0000644000076400007640000014201511107720364015224 00000000000000‰PNG  IHDRùŽ‚‹ËbKGDÿÿÿ ½§“ pHYs ØÁ­ "#tIMEÓ lÍ" IDATxœìÝ{ Téÿ8ðÇr)QLdE¹Dˆ.K¥´’$]dÝÒÖ–.j%¥¶+Ûu³«ÚÂ~öƒJ)’î"¥ÕE¡² ©V%×)÷f~<ßÎo>3gÆÐ 3ãýúc×¼ç9gž÷sÎyÎÓ9gž‘¨¨¨HOO···Gâ%==]²¯ë @0Ö€8ƒ±ÄŒu Î`¬qcˆ3ë@œÁXâ Æ:gÒ}]ðÒÒÒúº @ ²³³¿fñƒò«&Ð?ÁXGˆÀ/uˆŸôôt„P\\\Ï_¼x1_«ýŒu„‹®®n_Wćº»Hee¥ jý <¯qcˆ3ë@œÁXâL cmmí{÷î bÍÝÂq¬Ca¢££ãàà““ÃãJ;;; ŸjønÞ¼YSSƒÊÉÉ¡P(_³*"/mmmKKKÿ²²2^>ºoEDDHHH‘ââbccãææf EEÅÉ“'ÿóÏ?øÝúúzOOOMMÍÇs N:uðàÁŠŠŠ¦¦¦W¯^íå¼âv]'22²¢¢âíÛ·999~~~½V-v>>>¥¥¥!“sçÎ}åÚ"##ß½{÷üùóÿüç?ïß¿wppxþüy—݇nݺõßÿþ—%˜––æììÜÑÑ1gΜW¯^Q©ÔáÇ3²¬^½ºªªª¢¢"==}çÎÉÉÉœ‚{öì©®®®¯¯Ÿ3gŽO/§Ö?9::vÀ]ßÃ’’’>|øwß}W__#?vrr233?~ü™3gpðùóç .´···²²"–%-I¡Pmllôõõããã³²²ŒŒŒ®]»F8~üø¤I“ÆŒ“’’‚rssCùøøìÚµ«°°ÐÕÕ—|ýúµ‡‡‡¡¡¡™™YHHFË_¼xÑÍÍmĈ?üðCgg'yæ’’JJJVVVñññC† ùõ×_BQQQÖÖÖ£G633KLLdùh.ñ~Ñ«^½zåëëË>»té’³³³ŠŠŠ——×€deegÏžýìÙ3„PMMMbbâŽ;hbbâííADM:UFFFJJj„ ’’ð—Àáa óà†=€_º>±µµµ=~ü8**ÊËË !T__ïíí½téÒ'Ož?~|Ó¦Meee---žžžsçÎMOOôè^´$~ëäÉ“±±±~~~»víJNNÎÌÌtpp'>4***<<ÜËË+00°¾¾þìÙ³x©¢ Fóòò9rä³gÏ®_¿~ýúõ°°0üÖV­Z•’’rãÆ æ›>¤äååþ¬¥¥õðáÖ–55µ»wïfeeQ©TæÅIKâ·üýýGeiiÙÚÚºgÏ ‹¦¦&bÙ   KKËåË—þü™<±xôèÑ›7o~úé' OOϤ¤$üV@@€>©744tÙ ªªªøÓ'Ož¬ªªÚÜܱã”Ñ”)STTTºü” Óé^^^‹/ž9s&Ë[×®]›9s¦´ôÿŸùúܹséééÇG566"„”””ð[ÊÊÊõõõ¤A„PEEÅž={‚ƒƒ•••õõõ‘`Á>¬·ßˆˆŒŒtqqéèèpqqÉÎÎ^³f B¨®®NBB"::—±´´:tè»w•eee™'-‰ÿƧ[ „²²2ñ7A]]!¤ªªŠb1«®®F©©©‹àBhøðá!ÞoÇTWWkjj"„FŽIú¡\2çÏŸ§¥¥¥¥¥mܸGLMM:´~ýú´´4¢ä‰'Ž9ò÷ßkkk#„ „jllă°¦¦&Ò BHWW7>>žÁ`øøø,Z´¨  @ IìêÕ«pEzA׿‡%--}äÈ{{û¿þúkÕªUÚÚÚ‡RTT$Ê$&&666Òh4*•Šƒ¤%»¥¶¶!„G!ìð8£¶¶vذa¡ªªªž}:…BÙ²e ¾ÅS]]ýöí[:žœœÜÐÐàïï—"-Écµh4NŽŽÖÒÒ·¢XWWÇ\ÆÊÊê›o¾9zôhGGLJN:µhÑ"Þ3G_Eòññ‘”” øøñ#®gMMÍåË—BåååÌÍ)£œœ^î”õ€¤¤¤<„œœœ´´tNNމ‰ ¾*ƒŸ\ loo¯¬¬Ä?9dÈÝ»w777ÇÅÅ­Y³†4ˆÊÎÎîèèhllÄÏŒ "À t@Ðx½Ë³lÙ²ñãǯY³†N§Ÿ={¶¹¹y„ £Fš7o^QQ‘¶¶ö‚ƒƒmmm‰‡œœ{I?»*''çøñã222!??¿õë×Oä „dddâããKJJÆŒãàààèè¸aÃ×EÒÓÓóóó366¾råÊ!CÆïêêêêêêââbmmmaa±páBææ”‘««k—O@óWZZÚœ9sðßyyymmm+W®ÔüÇÃÃÇ F¡P¦M›¶k×® p ®[·NMMmøðáRRRqqq½™ hxª{{û¾®ÉÿG¡PÎ;gmmÝ×éUiiiöööººº¼644LKK5j” k¾Ò_ý•÷áÇî.[YYvðàAAT ú‰ôôt˜LEôà‰ a ðBÇ:G…9ŠŠŠÄ4†à®ëïaõ>ü” à„ù¡p'Œ×uøE¯ë ~ð\zŒu„Hzzz_WñãózŒu„…³³s_WlYè[ð¼ÄŒu Î`¬qcˆ3ë@œÁXâ Æ:g0Ö€8ƒ±ÄŒu Î`¬qcˆ3ë@œÁXâLÿ/((¨oëÀÅÁƒñÝ´ØÛÛK/âââø\©þgñâÅH¼ZRü2ê+¢Ø’¢Xgî #á ¿¾Ê.Ç à¥¤™C>|àcµú›ÊÊJâoñhIñ˨¯ˆbKŠb¹ƒŒ„d$üú*#æÏå½ÄR¬ÏëàëBðßîþÂI¢¢¢"======..N€"@,Ý»woĈìqmmí{÷îõ~}@—8m21Æ>¸aÀu>àבB¡¤¦¦òeU@8}ú´ŽŽNii)©««377¿{÷nNN…Béî ;;; _ëØ eݺu,‘7oÞtk%7oÞ¬©©ágµz„ÂæÔ©S=Û:ýÍÕ«Wñ1" ®ëð ÂÌÝÝ}üøñ7n¤Óé!ƒ±yóf—É“'›˜˜œ;w®¯+ØsçÏŸ¿víÚ׬ÁÇLJy؇"##+˜xzzŠúÖé5̃ö‚ë:|Á÷"ƒÁ µ°°000022JHHàDQ(”œœ–¿?~ìäädff6~üø3gÎð·zÑ"!!úôéS<Õì¹sçJJJ~þùg„Paa¡««+.ƽßxþüùÂ… ííí­¬¬z¹þ\ØÛÛQ©T–8{.'Nœ044¬ªªB]»vmúôé4ÍÍÍ !äãã³k×®Þ¯|—˜·…B¹xñ¢››Ûˆ#~øá‡ÎÎN„PTT”µµõèÑ£ÍÌÌû´²B ®ëð߈/^¼8tèÐùóç‹‹‹óòò8IÕ××{{{/]ºôÉ“'Çß´iSYYk-ººº7nÜ»wïãǃƒƒ=*//Ï\€{¿ÑÒÒâéé9wîÜôôôGõzõ9Ú²e‹²²2·HsY¼x±±±qPPÐçÏŸƒƒƒ÷îÝ+##söìY„ÐÉ“'CBBú(ƒn8pàÀªU«RRRnܸQXXˆ244¼téRqqñÊ•+ùå—¾® ð‚ë:|À÷¢ŠŠŠ´´tLLÌóçÏåååÕÔÔ8Iedd|þüYKKëáÇ---jjjwïÞåo "Ç××WGGgþüù?þø£™™Ë»Üû¬¬,*•êááÑ»Uîš‚‚‘#G._¾|ñâE"Hš‹¤¤äï¿ÿ~çÎqãÆY[[÷aµI­Y³Fû |Á‰E@@€……B¨¡¡!4yòdUUÕæææ#F|úô©·kÜ×*»B””fY®ëôž7™+¤P( üñ‡ƒƒƒ®®îo¿ý6aÂÒ éâuuuÑÑÑø¥¥¥åСCùX=€(’‘‘ñõõõ÷÷gyžãÞo¼ÿ^YYYVV¶—êÚ–––«V­Ú²eˤI“p„S.ß|ó¹¹ùƒÒÓÓû¬ºœEDD¸¸¸p)0|øp„¤äÿ¿H‘0räȦ¦&×OȰü(w¬c¾Ÿ¶I1ŒÎÎNiiÖOQ‚h±)S¦L™2åÓ§O{öìY¹re~~>§ B!¢¢¢¿ÔÖÖîììðÆMMMGŽù믿ú¢¦üT\\¼iÓ¦{÷îéèèäääܸq£¯kÔ«ºõ;ç}ó¼N¯MÐ;“@ðýÆ_EEÅýû÷i4šŠŠÊÈ‘#¹BŠŠŠOŸ>}þüùúõëqdúôé eË–-ø’fuuõÛ·où[Cø¨Î"„¸÷666t:=99¹¡¡Áßß¿ïªINNNîðáÃø%i.­­­;wîÜ·o_XXØõë×/_¾Œ 8°®®®Ïªþ>~üˆª®®®©©Áé”——÷u¥zÕ‡®Wºx^çúõësæÌÑ××>|¸¡¡áìÙ³oß¾ÍK z6+_&K`Ö;“@ð}€øùóç##£´´´?ÿü“S!äççwàÀ__ßÍ›7㈜œÜÙ³g›››'L˜0jÔ¨yóæñ·†\“Chkk[ZZúûû÷ΓÑ=Û利5„d‹^>âdÇŽ³fÍb º»»ÇÆÆöEuz¨Ëù®4/K_M÷½ßÐÖÖ>pà@pp°­­í¢E‹z¿z]277'N¤¹=zt„ ãÇ700ظqãÏ?ÿŒÇ ~~~ëׯOJJêÓê÷Äøñã]]]]]]]\\¬­­-,,.\Ø×•RÜž×)//_¾|ù/¿üâêꪠ P[[ûôéSeee^ÖÛãYΟ?ïääÄÞQ 3~Ýø#nB9’}†Ò BÈßߟøgóm¬ãÇ}•z&22ÒÙÙ¹¹¹¹¸¸øÀ/^466è‡öl—óññ9wºº0ÌcÑ'Gœ x{{GGG?yò„xöíÛ·¹¹¹bp×€±óˆÄj1–'B¬­­¹÷Ä»^^^^^^øï¹sç ¢zÝEÔ b¾Å’ËÌ™3‰¿×­[G ŒÖ¯_O\ïC,¹`Ì[‡¹ñ÷üñÇ࿜œ¸¬ªŸãv]§¢¢¢³³ÓÅÅEIIIZZZCCcæÌ™ø pÄa& …1vìØÈÈHbV€nMÀi²ÒYd(Jbb¢¾¾~|||VV–±±±‘‘óÔRÿþûïŒ3F޹}ûv<÷šs¯énÀÝì$%%•””¬¬¬âã㇠ò믿"Î-Ï>iÄëׯ=<< ÍÌÌBBBh4êjs÷`" æ©5˜çôéìëä/~qì%9MÎ$ &L8qâ9sæÌìÙ³ñ¸{‡ œóE±o}–yY¸oììl7ŠO÷€ˆâö¼Ž¥¥¥¥¥åܹscbbXn$q™‰áܹs§N7nQ¸[N–ÀÅÉ“'cccýüüvíÚ•œœœ™™éààN8|øð®]»bbbbcc/_¾Üe͹|ñ3ª/ês!//ïììüàÁ.-Ï2iFóòò9rä³gÏ®_¿~ýúõ°°0\²ËÍMàe" Ò©5¸|:û:ù‹/GiIÞ'gâ—Å‹_¸p-¶³³311ÑÓÓ¿ÕÝA„d¾(–­Ï¼ót¹uôôôxÜ(¢5Ý ¢‚Ûu™äääÕ«W_»vÍÖÖvòäÉááámmmˆëL 6l0118p ±žnM@:Yþþþ£F²´´lmmݳg†††……ó·ï6mÚ4uêÔiÓ¦7.33³Ëšsù,ö[H8×u¸SUUmjjâÒò,“F}üÅ—#Ž´$ï“3ñËœ9säååqÓeggËÊÊßîîŒ B2_—­ßåÖ¹ÿ¾0lú­.æ×‘‘‘Á÷h›ššnܸ±oß¾ÜÜÜØØX.31¨ªª²¬³»°O–À…’’BHBB!„¯ã¿ ěÆ «¯¯ïVÍÙ]½z•¸uE }zç‹ú¢«ººZSS“K˳LQ]]"º~uuuA9¿ÈÉɹ¹¹>¾¤¤d̘1ŽŽŽ6løÊ*qÚÙ§Öħóˆ/GiIN“3 šOcc#ñT2â¡C¶ù¢¸ vž.kØ­"ˆé^(dð·#y_Vhû¥}ûöQ(”gÏžõæ‡ò…B1bsÓÑéôI“&qŸ7‹÷Öfž‚KhÏ‚#QQQ‘žžžžž÷áǾ®HÂ7þ*++ñvzÜ’ …efš‚‚.3ÓP(”sçÎ îì¾>#€‰bKŠb¹ƒŒÐ—N†û.‘.Ò;ýR2¢ÑhVVV¡Ù³gïß¿¿Ú999®®®¼àïó:¤3ÓpŸ Á$QD:›;¡í—ÒÓÓ‡ ¶cÇŽäääÖÖV"þòåK///======b DÒ ó4H¤Ó;ukЏ¯aooúôib®ÿøøxæù»lmN³Ð±LÁż”——׎;ð"t:}„ =\‚}¨o~KÌh€HÌLƒºšFH& ˆ.³Iq"lýRBBÂòåËçÎ+//éÒ%üüù³»»»œœ\nnnIIÉÞ½{91öiá˜uwF¨swwùòe^^B¨¶¶ööíÛÌwxyœ!ŒKvÌK-X° 55µ££!t÷î]yyyü€ øë:| ¸"ž™u5%‰L@-\f“âBxú¥wïÞýóÏ?óæÍ“••]²d 1ìÝ»w+**víÚ¥ªª*%%õÍ7ßp bìÓÂ1ëîŒP=6jÔ(+++œÅÙ³ggÍš¥¢¢òõÕà’ݬY³š››ÿþûo„ЩS§<<<8Íâ!꺘_ðBpóëà™iPWS’É$ÑÂe6)îK I¿túôéêêj===„Ng0eeezzz8 <%sµÙƒ÷ÉÕº;#Ô×ðððعsgHHH||ü‘#G˜o)ö¸\²8p ƒƒCrròرc322vïÞÝóª 7^ç×\¨Åˆ™iºœ’Dø' ¡Ì&%<ýRGGÇéÓ§oݺe``€#‹-:}úôöíÛq:åååÌ_æ' ²c™Þ©gSÄõ˜³³óŽ;~þùg++«{÷îu«=˜…nÁ‚«W¯=zôÔ©Sô‹³Âž×á¾ßøc™™¦Ë¹a„v€0ëÖlRÂÖ/ݺukàÀ£G&"NNNgÏž¥Ñh“'OÖÒÒÚ¶mÛû÷šîß¿" ²`ŸÞ©gSÄõ˜¢¢¢³³óùóç½½½™o'ñ2Cï³Ð1/ekk+''êáá!ˆŒ„<¯Ã| ’ÎLÓåÜ0B; @˜ñ8›”pöKñññNNNÌGGǺººôôt99¹S§NuttX[[›››;v !DdÁ>½S§ˆë1ÿàoKx™!Œ÷Y蘗’‘‘qvvzô(ó7ðÅ\×á EÆÆÆóçÏïëZÉu<Üÿv÷¿Bðl2߈Ä3hÝ"~õQlIQ¬3w‘ðƒŒ„Ÿˆ>›,ÍT5ûñkIñ˨¯ˆbKŠb¹ƒŒ„d$üD(£ÿ]§¯kÀÑ×^×ùã?[Á~cðàÁ}]@ õø®ë³ÉâÆ:g0Ö€8ƒ±ÄŒu ÷îÝ»¾®‚ø¿F¿Œ0Ö€UggçåË—-Z”””T^^Þ×ÕOâ×Èâ—bƒ|¬Ã`0.\¸0gΜ#F 2däÈ‘ÙÙÙ¡”””€€›;wîàÂ---Ë—/700ÐÒÒrtt|ñâŽ;99éêêjiiÙØØÜ¼y“yýÑÑѪªªEEEø¥êÿÂÁÖÖÖ 6èéééêênݺ!ôêÕ+–’cÆŒA•––º¹¹5JKKËÞÞ>''!”ŸŸ?mÚ4 …booÿòåKÒRUU:uj—o ‰G7nÀ€“&M*..&âÅÅÅÆÆÆ¡3gά\¹ÒÔÔ433“ûRœV…Šˆˆ(,,앜„”——×îÝ»ÛÚÚnÞ¼9eÊ$mÞúúzOOOMMÍÇs ²“`cnnÞå[bƒ½‘_¾|É’µ––bk öUµ´´¬ZµjÈ!ƒ^¿~=ò¸šQss³‡‡‡†††¢¢âäÉ“ÿùç\RT2bÆ¥g`ïO8%óÝwßÙÙÙ%$$‹_¿~}áÂ…t:½²àÞ‹rª6ï‡ùÔ©S¬¨¨hjjzõêUʈSILÎ 'Nœ þ¯Í›7ËÈÈìÙ³§¸¸¸ªªª   **êÆT*5$$äÔ©S¡””\øÍ›7ÿùÏÞ¿_YY9oÞ¼±cÇâø¥K—ªªªjjjÖ¯_?dÈbå©©©¦¦¦¡¿ÿþGBÙÙÙ/¾ÀA;;»×¯_WWW?xð€J¥~øðáo&óçÏ_°`•JÕ×׋‹«­­­¬¬ VSS«®®ÖÒÒ:zôhuuµ¯¯¯¡¡amm-þ ¨¨(*.ou C0h4Úˆ#¢££i4ÚºuëÆŒÓÙÙ‰ß b0¼xñ"B(==ËR\V•™™‰Ï©Ïž=P"ÂïÓ§O!*•ºdɃA4{ó2 ¼—65ìÀD’ IDAT5={öLIIéüùóœ‚ìB§OŸîî[â´‘?þüŒÉ÷ßïîîÎ`0BOž<ùðûÚ–,YâààðñãGVTT„ƒ|ø@¥RñPݱΓ'OB­­­ £ªª !ôðáCü–­­mvv6Q’ùdLº§U•••éëëãk`°O÷•––YYÙÜÜ\|ÒbÁܼÕÕÕ·nÝÂ/W¯^=cÆ Ò éõç±÷Ff0yyyZZZuuu ËœVUQQ!!!ñäÉæ ï[_ºÌ(66VZZÿ-¸÷ \º&Œ9q–±N}}½µµuIII¯äÑ^”¹Ú=;Ì“““‡*Ø|øšiI†ðz<Ö!¹‡•ÝÙÙ¹hÑ¢\%ÊÉÉ?~<þ»­­­´´ôâÅ‹ááᡦ¦&ŸÐÐP]]]–·oß~øðáׯ_ã—¹¹¹ ###ÃÜÜÜØØ855•¹0Fûé§Ÿöïß')ž={ö¶mÛâââöîÝ{òäÉööv\ !4`À„Ë‘ÓÖÖ†þ7#|ðãÇEEE“&Mâ})Ò`ccã‚ ÂÃÃõôôz%!ᥠ °gÏ''§ÖÖVî%  †……~iaañøñcÒ `k,‚¸72FûñÇ9BÜÑ <)) qØ4Ë!v›;wî|ûí·ÄKáÏë²gàÔ5˜?xð «««‡‡ÇÁƒétúÒ¥KwìØ1jÔ(ÁæÐUUI{Q¢ÚÝ:ÌÛÚÚ^¼xqîܹ°°°ØØXʈ´¤8HÆ:ø"‡ººzw×uñâŬ¬¬cÇŽá—•••¿ýöÛ”””tuuétº¯¯ï÷ß?}út–SSS]]]©TêäÉ“ñ°¦®®!$//ŸŸŸ¿uëV??¿ææf¢|xxøÐ¡CçÌ™ƒ_«©©åææúûû>|øðáJJJ111mmmx˜…G?¡+V¨3yöì±Z.oõ9ccceeåÈÈÈÏŸ?ãߘÅ{ùµk×fΜ)--ÍûRìÁÖÖV//¯Å‹Ïœ9³s^›6m:räÈÙ³g,XPSSéXcc#BHII ¿TVV®¯¯' rZƒ§§§4“‚‚^Þ\ù÷ß×ÐИ?>~™™™éééYWW7vìX|âg†—UPPxõêÕ/¿ü²téÒ¦¦¦nm…^ÈèܹséééÇ­Œètz—=§® cIüǼyófff¦··wHHÈĉÍÌÌ6mÚT]]-ètxïE™«Ý­Ã¼¢¢bÏž=ÁÁÁÊÊÊúúú"”{I^¶¾(a¿‡‰zòä —;5ˆíVxxøØ±cŸ={ÆR²®®ÎÍÍÍÄÄäï¿ÿfÿô½{÷2Þ´i“¶¶6•JˆˆÀu£R©oß¾E_nBQ©ÔÜÜ\…œœü²¼¼|ðàÁçÏŸ¯««;s挦¦¦££#•JMJJ255=z4{ÅÇÇSEùƒÁ¸zõª¹¹¹‘‘Þ_/\¸À`0<<<™‹¡ÿ} „t)–àž={Ø7Í¡C‡—‹Hpvvvvv¶¶¶f27oFFBèÓ§OøeTTÔ AƒHƒ¤ëGýø½‘KJJ PXXÈ^xÇŽ:::,Á'N „ZZZ îÄ>|ÈûVà;öŒbcc-,,ÊËËÙ yF¤ÿÞcïH;×Ä“““=<<ètº­­í•+W’’’§ª²ô¢,ÕîÁaN§Ó½½½ÍÌÌD(#ö’0Aeff®X±‚¹°––Ý /ÃO)))„‚‚.³eËCCCüòŸþùøñ£µµµ„„„½½ýž={ð†œ1cÆíÛ·ïß¿odd$))ieeÅ{:ÂiÖ¬YùùùÏŸ?711‘””œ8q"FËÈȘ5kV·–b.]º´• BèÑ£Gk×®í¥Ä„•ªªêï¿ÿž››Ë©€™™™””T~~>~ùäÉKKKÒ`oTW4±7òO?ý4gÎüK#FŒ¨¬¬d ¡ÿí+ Ї[%£“'OîÛ·ïæÍ›ÚÚÚì……<#ccc^zÒN†Kâ………‡ŠŠŠ’xðàÁ¬Y³æÎKúa¾ë²e¯vs ‰ï¾ûŽå«LBž{I·¾¨ ë >ÜßßÿСCÁÁÁ¥¥¥ eeeÑÑÑ7nÜ ]Å›7oÖ®]K£Ñª««‰K‘÷îÝëèèhjjJNNž8q¢¤¤¤„œœ¾È†ç¢¨ªªŠ‰‰Áw¸ÌÌÌ :ÔÙÙyþüy|O÷éÓ§Ë–-#>}äÈ‘rrr‘‘‘---W®\7nB¨¸¸˜F£}üø188ØÝÝ}èСüm¸Þ÷üùsF¥Rƒ‚‚|||444rrrLLLTTTºµ{B¡È3AL›¦jhh¸páB{{{kkkxx¸§’C† ñððؽ{wsssqqq\\Üš5kHƒ½Y‘À©‘óóó¯]»¶zõjæÂoÞ¼A}øð!22’¸œ¾víÚ³gÏ"„,--ÇŒ³oß¾ÎÎÎÄÄD]]]CCÃÞß ¤½zõÊ××700°½½½²²’ÖˆDF!IIIN=Q[DÖÉpJ!D¥RW¬X‡Ÿ/QWW¯¬¬|÷îîš{/JZínæÙÙÙ‰‰‰666"”{I.[_$‘~ç¼®®.""ÂÊÊ _MQWWwqq¹ÿ>•J=z´²²2BHAAAYY9//ý ,¼eeeEEÅ™3g²ßÛBLßÃÂßéWSSóòòÂ_­¢R©>´´´Äܺu ·lÙ¢¤¤TSSüªäädss󪪪Λ7ïùóçT*Õ××wàÀ***K–,yÿþ=ñ¡ìðWÀ¸¼%$÷°Ö­[§¨¨8hÐ __ßææfƒF022Âû÷€TTTÊÊÊH—â$ áxÞ¾¯466:::4HJJÊÅÅ…ø¾ ióÖ××{xx(++khhWwIƒìHw9üq\Þœ9$$DYY¹££ƒ¹0…BQRRRWW_¶lþfƒÁ@ùùùá¿_¼x1qâD%%%ssóÇã [A ±?‹#B±cî˜kËÞŸpJœF£Íž=›ø.igggkkKÜù(î½(§jó~˜›™™©¨¨())999‘Þ¼ÚŒ8•$Éy¡Ç÷°$***ÒÓÓI»WÐ]ø«a½ÃÐÐ0--­×¾ÅÐßìÞ½{ÇŽ}] 1'~,~‰7ñëEÅ/#fø„PPPP\\ñ’“ÊÊʰ°0{{{øQUZZŠ×ZÀ«ˆ_#‹_FbLüzQñˈ_`¬#ªÏœ9Ó×µQ%~½¨øeÄ/"ûœQ¿§©©©©©Ù×µQ%~½¨øeÄ/p]â Æ:gÿwëãÇ}[A€ë:g0Ö€8ƒ±ÄŒu Î`¬¹ŠŠŠ¾®‚X¿ö¿ŒW0Ö€Uggç7~øá‡ÔÔÔwïÞõuuDžøµ§øe€x#ëè}1zôh›7¾zõ ¿uùòåmÛ¶9::Þ»wGZZZüýý'Nœhjjêææ†!äîînaaajjêèèxûömæõÇÇÇëéé•””°|†ƒ­­­Û·o·´´´°°Ø½{7Bèßÿe)imm*++[¶l™•••©©éÂ… >|ˆzö왳³ó˜1c.\HT^OOïÒ¥Kük½ÞÓÒÒ²|ùr---GGÇ/^o½|ùrÒ¤I¡”””€€›;wîïæççO›6B¡ØÛÛ¿|ù²»ÁþÉ××744´½½=++köìÙ8¨ú¿p°¡¡aÅŠ:::†††‘‘‘\‚ìTUU“““‹0 mÏÖÖÖ 6èéééêênݺqÞÉÙK² -ÀãVàcFì eÄéžÏ.::ZUUµ¨¨¿$íOæÏŸïââÂü«Ú™™™K–,¡Óéü­6iÈ© q/Êi{ñ~˜;99éêêjiiÙØØÜ¼y“¿±ëò¼À{FœJŠÍyãu#GŽ”––æåå=z´¢¢ÂÅÅïÄvvv%%%Ä®ÙÙÙigg—•••——§¡¡±aÃß°aCnnnAA]`` ±æû÷ï³ÿ`ÇåË—ï#;wî|ÿþý­[·=zäéé‰ÒÔÔ¼ÊÄÉÉiüøñ¡U«Vyxx<|ø0//ÏÁÁÁÏϯ³³sÍš5>>>OŸ>;vìš5kø~ õ²ŽŽ‡‚‚‚W¯^ijj®ZµŠxëÚµk³fÍB½{÷ÎÁÁ¡¨¨ˆÁ`K-Y²dÅŠååå–––>>>t:÷`ߤÚ×RRR’’’ÆŒsèС‚‚â­ììì_àH```MMMQQQJJÊþýûÓÒÒ8û-Ní¹qãÆòòò¼¼¼ÒÒÒ¥K—"Î;9{I¤·8eDzŠDF]bßóÙ œßd`߈sâ^”Óöâý0ß¶m[IIÉ¿ÿþëàà°zõjþfÄ®Ëóï‘–§ó·ÝKRRRQQqܸq111ªªªaaa¡+V̘1ƒ¹˜’’’‹‹‹‚‚‚ŒŒÌ´iÓŠ‹‹q|„ ÒÒÒRRRfffÄ~üöíÛ­[·†‡‡³|Ö!CÔ¿@UWW§¤¤lÞ¼YYYYJJ _ì‘••ýEGGÇãÇCBBB•••Æ “”””‘‘1554hPiiiEEÅܹs¥¤¤Ö®][ZZZXXÈŸë#ÊÊÊ‹-RPP••µ··þü9ñÖõë×ñXgݺuøBqqñ»wï\]]¥¥¥_¼xñäÉÞƒ½¤p•••••}ýú5~ÉÜ«««ý!T[[›œœ¼qãÆ¹¹¹ÅÄÄû&á@ÚžUUU‰‰‰!!!***ÒÒÒøg™IwrÒ’ÌH t+pÚCØ@QɨK,{>‹7oÞÄÆÆû“ÆÆF??¿cÇŽ)**ò½Î웃Kâ^”t{uë0·¶¶–‘‘‘’’7nßGo캕””XYY‘–Äí@£ÑB @ó|*ÂH^^~Û¶mîîî­­­,omß¾ýðáÃÄI®°°Á`Œ;¿;vlAAi°×*/„HÛ377—Á`ddd˜››§¦¦²,Eìä]–$- ЭÀeáB˜3ê˞Ϭ©©ÉÇÇ'44TWW—rêOBBB~øá‡åË—‡„„Ðéôµk×nÚ´‰xnAÐ8µ!i/Jl¯næmmm¥¥¥/^Œˆˆ`ÿ'½@uy^àžiIq:/ð:ð2dHss3÷2W¯^½{÷îÁƒñ˪ªªððð#GŽ(**êèèÐéô€€€yóæM™2…eÁ„„„¹sç~úôiöìÙxXC¥RBòòòYYYëׯ߼ysKK Q>**J]]}æÌ™ø¥ªªjAAÁÖ­[)Ц¦¦¾¾¾¢¢bBBB[[[tt4B¨­­ÇL…ÜÅ‹³²²Ž;†_fddLŸ>]Zšü÷ê ”””bbbÚÚÚð×ÞÞÎ{°·r:ëÖ­Û¿ÿ… |||jkkq055ÕÕÕ•J¥Nž<Ÿ~BÄ?I•””Hƒ}ƒ0aoϺº:„¼¼|~~þÖ­[ýüü˜»æœ{IN½H÷.„?#.Ø÷|N÷õõýþûï§OŸÎçÔŸx{{§¤¤¤¦¦º¹¹víÚ5â(ºv횃ƒ§ò ˆ‰‰9þ¼­­­––BHMM÷`¯ä$¤,X€ïv{{{ãÈ”)SfΜùË/¿¬]»?m ¢¢‚jjjš››•••Iƒ}€aiO|€ûøøHHHÌŸ?¿¥¥…ø¦ËNÎ¥$FZ ¶û‰¨dÄ ûžO(..¾víÚŽ;ˆÇ–mll"##»ìO.]ºTVV¶nݺåË—O:ÕÒÒ²žnáÔ†,½(ËöêÖa®££óŸÿüçï¿ÿMœ8QBBbÚ´iÛ¶mÃßùš:ujZZÚõë×G-))iffÆS{±ÄÄݰ°”””áÇãF»sçËãS,f̘qûöíû÷ïIJJ⫚¼û³ÁƒïÞ½;??Ÿ%®¥¥U]]211‘’’zúô)Žš››“{³ÚB‹¹= З_JII¡/8ûNΩ$´@ïlN{3Ñʈ;bÏg®ê&¡ÌÌÌ+V ®ýIQQQddäü!!!ñèÑ£3fÌš5ëÁƒ‚®?i²ô¢ìÛ«‡¹„„„­­-§ç¸ù«Ëó‘–Dbt^èb¬ÓÖÖ–ŸŸ¿|ùrIIÉuëÖ‘–Á/_¾œF£ÕÔÔ—"sss;;;›››ÓÒÒ¬¬¬$%%å˜ „deeñ‘Œ'¨¨®®NHHÀw¸LLLFÑÙÙyéÒ%mmí‘#G"„ž?~çÎ///âÓuttäääbbb:;;[ZZÒÓÓñ°æåË—Ÿ>}:pàÀüùóñ#Ï¢ ?ý·víZV]]{œ‡qÿç]qq1Fûøñcpp°»»;~´÷`?ÔØØxùòåöööÖÖÖèèhâ–+~˜¬ªª*&&_±WUU]¸páo¿ý†¯;ž9sfÙ²e¤Á¾Ì§¯‘¶§™™™¡¡á¡C‡:;;ÏŸ?¯££3jÔ(Òœ´$B(((èÂ… œ t+pÚC؉JFܱïùDmÙ{u999|ë„SòñãGÿ?ÿüðÔÔÔª««+**† &èDHÛ¹%Ý^Ý:ÌïÝ»×ÑÑÑÔÔ”œœk„ §OŸîµo1ô7¡¡¡›6mêëZˆñkOñ˨¿^Tü2böùógüGPPP\\¾sÊEeeeXX˜½½=üF„¨Âߢ×ZÀiŒ¿Ä¯=Å/£þFüzQñˈ_`¬#ªûù$uð5į¿Œø…|^ ü† Ö O󀸿^Tü2⸮qcˆ³ÿ»‡Õ›ßoÐ’€ tùÅ+NàºÄŒu Î`¬qcˆ3ë@ÿ$-à—~Òžý$MD Œu`ÕÙÙyùòåE‹%%%áy_£Ÿ´g?IQD>ÖQe2lذéÓ§ß½{¿•’’`ccsçÎiiiY¾|¹–––££ã‹/pÜÉÉIWWWKKËÆÆææÍ›Ì뎎VUU-**bÿ8ükê¡ÖÖÖ 6èéééêênݺ!ôêÕ+–’cÆŒA•––º¹¹5JKKËÞÞÿún~~þ´iÓ(н½ýË—/I?HUUuêÔ©]¾%T"""$$$ ‰Hqq±±±1BèÌ™3+W®455ÍÌÌ$Þ}ôèѸqã 0iÒ¤ââb.ANë¼¼vïÞÝÖÖvóæÍ)S¦ „š››=<<444'OžüÏ?ÿà’õõõžžž***ššš‡æd'ÁÆÜܼ˷D{{"»+KÖÌ+érÏd)ðâŋٳg«««+**Nš4‰è¯‡4M‘ΈKe˜‘VŒ´“‰‰‰ùî»ïìììˆÅ¯_¿¾páB:Îß “î`œŽMÜ‹~ýa>uêÔÁƒ+**ššš^½z•¿qÁé¼À{FœJrZ¿è©¨¨8qâõ!„¢¢¢¨TjMMÍÓ§O444ð[!!!§NB¥¤¤àÈ›7oþóŸÿ¼ÿ¾²²rÞ¼ycÇŽÅñK—.UUUÕÔÔ¬_¿~È!ÄÊSSSMMMBÿý7ñqÙÙÙ/¾ÀA;;»×¯_WWW?xð€J¥~øðáo&óçÏ_°`•JÕ×׋‹«­­­¬¬ VSS«®®ÖÒÒ:zôhuuµ¯¯¯¡¡amm-s^츼Õ- AÊÌÌÄç¼gÏžÁÐÐР  ƒqðàÁ‹/"„ÒÓÓñ[4mĈÑÑÑ4mݺucÆŒéìì$ rYóéÓ'„•J]²d ƒÁÀóéÓ§øøøæææ¶¶6777 \ï¥MMMÏž=SRR:þ<§ ;„ÐéÓ§»û–È!mOÙîÊ`0BOž<ùðïrÏd/```’’ÒÙÙÙÖÖö믿ª«« (AŒSš¢›÷Ê0c¯§NFUUõãÇ•••šššxÙ’’›††¾×™tãtlâ^ôëóÛ·o···wttlÙ²EMMïI‘âr^à=#N%9­¿¯T|áííÍü’“¼¼eÁÔÔTWWW*•:yòd<¬©««CÉËËçççoݺÕÏϯ¹¹™(>tèÐ9sæà—ÆÆÆjjj¹¹¹þþþÇ>|¸’’RLLL[[fáÑBhÅŠêLž={F¬–Ë[}‹N§{yy-^¼xæÌ™,o]»vmæÌ™ÒÒä¿Woll¬¬¬ùùóç°°0„P[[{°µµ•Óúû§M›69räìÙ³ ,¨©©a~ëܹséééÇG566"„”””ð[ÊÊÊõõõ¤ANäéé)ͤ  €—·D—öd‘™™éééYWW7vìØ¤¤$.{>Æ¥€©©©ººúýû÷W¬X¡­­­­­Í·|8 MS¤3ê²¶œ*FÚó „~üñÇ›7offfz{{‡„„Lœ8ÑÌÌlÓ¦MAAAÕÕÕ‚N‡Ó±ÉÞ‹öø0¯¨¨Ø³gOpp°²²²¾¾¾@ÓéÖy¡ËŒØKò¸õE÷{XÕÕÕãÆ³µµÅÏ»0`¹‡>vìØgÏž±¬ª®®ÎÍÍÍÄÄäï¿ÿfÿô½{÷2Þ´i“¶¶6•JˆˆÀu£R©oß¾E_nBQ©ÔÜÜ\…œœü²¼¼|ðàÁçÏŸ¯««;s挦¦¦££#•JMJJ255=z4{ÅÇÇSEöé¨ëСC ÃÃÃ#11‘¹0úß›W¯^577722Â{ù… ؃{öìá´þþÌÙÙÙÙÙÙÚÚšˆÄÆÆZXX”——ã—¡OŸ>á—QQQƒ " ’®õ{Xööd°í®„;vèèèpÙó1NTUU¯_¿N§Ó/_¾<|øð¹sç ~üìîî>tèÐ.3Z’’’òLЗ¦ËÉÉ111QQQá²ìóçÏi4•J òññÑÐÐ`R(Òõ÷Nv¦¡¡áÂ… ííí­­­ááávvv¡W¯^ùúú¶··WVVVVV"„† âáá±{÷îæææââ⸸¸5kÖû:§¾DÚžœ¼yó!ôáÇÈÈÈ™3grÚóBk×®={ö,§úúúòòò‡êèèhnnNMM0aBŸ¤)º!Î=Q[„§Š‘ö<!*•ºbÅŠ¸¸8üººzeeå»wCzl2÷¢_˜gggwtt466&&&ÚØØ4^Î ¼gÄ^’ËÖI¼|«¶¶vòäÉ£FzÿþýèÑ£•••B ÊÊÊyyyìO`á¥LLL”••gΜÉ~o 1} §_MMÍËË‹¸8ôðáCKKK¿®Ã}y>000,,Œˆáý{À€***eee cݺuŠŠŠƒ òõõÅÿâd_ÿÔØØèèè8hÐ )))üïѤ¤$–}®¯¯÷ððPVVÖÐÐ ®î’Ù‘îrøã¸¼%rHÛ“Áaw¥P(JJJêêêË–-cþ—(Ƽg"„üüü¸¸qãî@† âææöþý{&É9MÑ͈§Ú’VŒ´“¡Ñh³gÏ&®(0Œ¤¤$;;;[[[–›\_tc?6™{ѯ?ÌÍÌÌTTT”””œœœˆ{F½ƒô¼À{FœJ²¯¿oõøºŽDEEEzzº³³3i÷ º 5¬w¦¥¥õÚ·ú›Ý»wïØ±£¯k!>úI{ö“4ņøõ¢â—3ü B((((..ŽxÉIeeeXX˜½½=üF„¨*--E‰ë- àŒÅ_ý¤=ûIšâAüzQñˈ_`¬#ªÏœ9Ó×µQ%~½¨øeÄ/"ûœQ¿§©©©©©Ù×µQ%~½¨øeÄ/p]â Æ:gÿwëãÇ}[A€ë:g0Ö€8ƒ±ÄŒu Î`¬¹ŠŠŠ¾®‚Xé'íÙOÒ@´ÀXV7nÜøá‡RSSß½{××Õyý¤=ûIšˆ"ò±Žƒ¹sç>xð¿uùòåmÛ¶9::Þ»wGZZZüýý'Nœhjjêææ†!äîînaaajjêèèxûömæõÇÇÇëéé•””°œžž¶¶¶nß¾ÝÒÒÒÂÂb÷îÝ¡ÿý—¥¤µµ5B¨¬¬lÙ²eVVV¦¦¦ .|øð!BèÙ³gÎÎÎcÆŒY¸pá«W¯ˆºtéÿZ¯W¥¤¤ØØØÜ¹s‡9þòåËI“&q*ŸŸ?mÚ4 …booÿòåËîû'__ßÐÐÐööö¬¬¬Ù³g#„ZZZ–/_n`` ¥¥åèèøâÅ \²¡¡aÅŠ:::†††‘‘‘\‚ìTUU“““{!>Ç{{ªþ/ä´ç³ˆŽŽVUU-**ê2( ìi"Ï#MKÅZ[[7lØ §§§««»uëVLHH˜?¾‹‹ ó¯jgff.Y²„N§ó·Ú¤ÌéØÄ½è׿NNNºººZZZ6667oÞäoF¼§ÙƒŒ8•›óÇë:GŽ)+++))¹uëÖ°aÃp¼¢¢ÂÎή¤¤„Ø5;;;íìì²²²òòò4446lØ€ã6lÈÍÍ-((°³³ $Ö|ÿþ}öì¸|ùòý/pdçÎïß¿¿uëÖ£G<==BšššW™899?!´jÕ*‡æåå988øùùuvv®Y³ÆÇÇçéÓ§cÇŽ]³f ߤÞ÷îÝ;‡¢¢"ƒÁ¿víÚ¬Y³H ttt,Y²dÅŠååå–––>>>t:÷`$)RRR’’’ÆŒsèС‚‚„PGG‡ƒƒCAAÁ«W¯455W­Z… ÖÔÔ¥¤¤ìß¿?--S°ßêV{"„²³³_|#œö|fÙÙÙ'Ožä%( ¤iÕÅŒX>—%ö,Û¸qcyyy^^^iiéÒ¥Kqpçα±±QQQ;wîÄ‘²²²ÐÐÐððpII>ßd mdNÇ&îE¿þ0ß¶m[IIÉ¿ÿþëàà°zõjþfÄ{š=Ȉ´¤8ºØ½¤¤¤(Š]}}=ެX±bÆŒÌe”””\\\ddd¦M›V\\Œã&L–––’’233#öã·oßnݺ5<<œåƒ† ¢þB¨ºº:%%eóæÍÊÊÊRRRøb¬¬ìè/:::?~‚ª¬¬6l˜¤¤¤ŒŒŒ©©é AƒJKK+**æÎ+%%µvíÚÒÒÒ¯mª¾¶nÝ:<¦aqýúug/P\\üîÝ;WWWiiéÀÀÀ/^zã1ÍžeDZRœÎ ]lŒ¶¶¶üüüØØØï¿ÿž—Õ=|øpܸqøïööö²²²«W¯FGG‡††"„š››W¯^2bÄ–÷íÛ÷矖——ã— ãÎ;¶¶¶ÖÖÖW®\a.ÜÑѱyóæ;w4!´yófww÷={öœ9sæ÷߈ˆhooÇÅB ¡²²2^ê/r>}úTRRbeeEú.n†0`B¨¸¸˜÷`ï¤ läåå·mÛæîîÞÚÚJZ ''_P,,,d0cÇŽÅñ±cÇ{§æÂ‰÷öĶoß~øðabÐÐ¥¦¦&ŸÐÐP]]]îAâ’¦ˆfÄŒK ¤ËÍÍe0æææÆÆÆ©©©8òÃ?,_¾<$$„N§¯]»vÓ¦MÄs ‚ÆéØ$íE{v˜·µµ•––^¼x1""‚ýŸô½¦‘–§óÇ±Ž¿¿¿žžž±±±««ëüùó·oßÞ庮^½z÷î݃â—UUUáááGŽQTTÔÑÑ¡ÓéóæÍ›2e Ë‚ sçÎýôéÓìÙ³ñ°†J¥"„äåå³²²Ö¯_¿yóæ––¢|TT”ººúÌ™3ñKUUÕ‚‚‚­[·R(MMM}}}EEÅ„„„¶¶¶èèh„P[[[÷FDdddLŸ>]Zšü÷ê ”””bbbÚÚÚð×ÞÞÎ{°7*ëÖ­Û¿ÿ… |||jkk™ßºxñbVVÖ±cÇB!⟤JJJ ¤Á^­½ðá±=B©©©®®®T*uòäÉÄ ’ :îëëûý÷ßOŸ>{°¦)Òa\RàT±ºº:„¼¼|~~þÖ­[ýüüš››BÞÞÞ)))©©©nÿ½;kâj~’ (²‰ € Š ‹@XlE,â†U±Tq) Vp£¢·¸áR}EѪ€í ˆ(·R”U A+u©  PÙ„R´ˆ aBy?œÇù¥d"{Âõÿ”œ939×,g®ÌœIœœNœ8annnhh¸ÿþÔÖÖöw üŽMÞ^´Ç‡yuuõÉ“'?.++;(Y)ÖƒˆHkŠÓy¡ûñ:t:ýáÇÝ.(...$$$66–¸f£¡¡”’’¢  àííýòåËôôôcÇŽ.\xñâE„………ÍîÝ»¿ùæ›ãÇ#„¤¤¤BNNN eÉ’%L&“UQQqþüùÿüç? !ÔÒÒ²qãÆcÇŽÅÆÆ†‡‡gggûúúJKKŸ;w.99yéÒ¥jjj!%%¥^®©¡)55ÕÞÞžßTii鈈ˆ7nX[[«««#„”””„/°(† +Và»ÝnnnDáÕ«Wƒ‚‚RSSq/&//jnnÆS[ZZäääH ºõC0ë!dee5þüC‡y{{C:(..NMMÝ·o1lÖÒÒrÛ¶m¼…‰÷!Þ0E="$0ÒÖ†††âÜÝÝB¡,_¾œÉdO¢`7oÞ,++óñññðð˜3g޹¹ùŒnáwlvéE{s˜kjjþøã<3f 1Jiàõ "Òšât^ ¿@ ÑhüªÅÇLJ„„\¿~ßTâF¡P,--“““µµµ¹ïÊã ›úúúÜ•ÕÔÔpv“¡–––‘#G⻞øVB( ÀÖÖ–¸\TTT__?cÆ …2wî\<zΜ9sæÌAåççS©T:.Ôú),ëþýû§NPgÞ¼yx|UNN•JÅW5…/ÎÆŒ³cÇü¬BèÚµkAAA¿þúë˜1cp‰¡¡!FËËË›={6B¨  ÀÄÄ„´p°BRº]ŸÜÔÕÕkjjº]¦®®î›7oˆ·ªªªø¦9w¡¡¡a¯#J—0 ¢7ÒÖæçç#„šššFŽI£ÑWŽ*,, ½~ý:…BÉÎΞ7o‹ÅÚ¼ys·ŸôØìÒ‹öÉaN¡P¬­­ë)ËžEDZ‰Ñy¡ûÁSS¦Lñóó äÎT¸ááÆ,«¶¶–¸™••ÕÑÑÑÒÒ’œœ<}út*•*Å!$))‰ü[555ÑÑÑø—¡¡¡ŽŽNHHHGGÇÍ›7544´´´B/^¼¸ÿ¾««+ñéšššRRRL&3-- §5/_¾d³ÙõõõÇ_¾|9ò,fžBxÄÞÛ·o#""߯ñóóKHHàíU¤¤¤$%%y ùÝçí×0E:"iZ+!!A§ÓõôôNŸ>ÝÑÑqãÆ MMMâÛi]]ÝÖ­[/\¸€³%%¥šššªªªñãÇ÷w ¤Ç&w/ÚûÃüÑ£Gl6»¹¹9..nÆŒý©žEÄï›ó‚PÅÝÝÝÍÍÍ·mÛÖÚÚjoosÀ 6˜˜˜¼zõª   ½½Ýßßßâ#‡I˜bCüzQñ‹ˆÛ‡ð ??¿Ë—/sßB%U]]dggÿ!ªðSôâºCpÆê[Ãd}“0Ńøõ¢âQ_\GTÉÈÈ ó©€Þ¿^Tü"êÒŸª Ñm Ï?~F󀸿^Tü"úTÉÉÉ^^^¼÷¶àºD¿DA®Q' ÑAÄ=¬|zH¼Ášú¿TFp¢ƒàºDW—D‡tl2ä:U܉ޗ—oÈu ò`l2Ä–à!;ë@ÿ%-è+Ãd}“0R`l2Ÿ¬££ãÖ­[_}õUll,þ“gÐÃd}“0jz>6Y‘Ëøñãmll~ÿýw„“ÉôððÐÕÕUWW_¸paQQ®¿xñâÉ“'«««[ZZÞ¹s‡{QáááŠŠŠ………¼KVTTÄ…­­­;vì˜2eÊäÉ“÷ìÙƒ*//ïRsÚ´i¡ÒÒR'''uuu;;;üG»999sçÎUSS³³³{ùò%^fcc£§§§¦¦¦žž^hh(é§+**Ι3§ÛICå߈òââb„PLL̆ ŒŒŒ222ˆ©ÙÙÙfffÒÒÒÅÅÅ ± …RPP0 1 Q®®®‡nkk»s玕•B¨¥¥ÅÙÙYEEEFFföìÙþù'®ÙÐÐàââ"//¯ªªzæÌ…¼( §ß „ž?þæ#¢<00ÐÏÏÃáœ8q")) !”––†'±X¬‰'†‡‡³X,ŸiÓ¦uttâúøœšŸŸß qõõõ!ƒ±f͇ƒWN}}ý•+WZZZÚÚÚœœœLMMqe¼ë677çççËÊÊÞ¸qƒ_!/„ÐÕ«W?u’È!]Ÿ²Ý•Ãg''­É½|á7ÍÀ‡)ºqÐ3ö'üBPTT¬«««®®VUUÅ%%%%–––ˆà^´÷‡ùo¿ýÖÞÞÎf³wïÞ­¤¤$Bñ«Ébç…ªÜÜܸßb?þøc—ÂgÏž¹¹¹]ºt©›\ 9rd—:ÁÁÁ] £¢¢”••ñëgÏžiii=}ú´K®C¤8Xaa!…BÉÌÌä—=Ü»wOMM­¬¬ŒÁ`Œ=:==—'$$hkkgff"„Þ¼yÃ`0ðWŠôôô’’ …’””„k®_¿ÞÚÚš7.!÷Xÿmc&o¹µµuff&w5¢}þü9B¨µµ•Ãá¼}û!ôäÉÒB‡SVV¦­­/Œ …}z°0™LIIɬ¬,|Òâ)!!Áápjjj(ÊÝ»wqù¦M›æÍ›GZHºœa’ë^Ÿ¼¹éNÎ[“”àMÓ£æ ‹_˜¢ApÏÀ¯?!!pxr†††Y³f•”” HŽÐ½(§×‡y\\ܸqãú!‚®ú*"Òšœ¡w^ëð&:ܹN7ãuÚÚÚ²²².\¸°fÍš.“>|øÙgŸÕJKK“’’BBB‚ƒƒBÍÍÍîîî“'Oî2ãÞ½{Ïœ9ó×_á·YYY'==ÝÄÄÄÀÀ 11‘»2‹ÅÚ²e˱cÇðïzôhTTT{{;®†’––Fp8ccc¼ccãÜÜ\Á‘Š__ßãÇ—••%uuu………¤õÛÚÚпWNaa!iaSSÓŠ+‚ƒƒ§L™Òÿq i£F:räÈâÅ‹[[[I+Ü¿æÌ™¡ÜÜ\‡cjjŠËMMMŸ>}JZ80-šº]Ÿ]ðîä¼iz°@á SD#ºíHûî D¡'N¬\¹ÒÙÙùĉëÖ­Û·oŸŽŽNÿÆðoBö¢=;ÌÛÚÚŠŠŠ®_¿)B‘Ö¡óBÏÇ&{xx(**ªªªÚÛÛ¯ZµêèÑ£ÜS“’’îÝ»wþüyü¶ººúäɓǗ••MMMüÚÙÙùÚµkÜSÑ¿/Œ§¤¤˜˜˜èëëã½>~„ ]*S(kk뢢"]]Ý7\BžžžÜ•ÕÕÕq"¯««‹>fš4 !4jÔ(\g÷îÝööözzzøíŸþYWW7kÖ, …bggwäÈ¼ÍæÍ›÷Ûo¿=~üX__ŸJ¥NŸ>ÝÐÐF£åååá Dú1–.&NœX]]b±Xééé ,PyÁ‚999/^¼044¤R©3fÌà-\·n]+„Pvv¶··÷À„3d)**ž:u*++ ¿ŠŠúþûïïܹ£¡¡Kèt:FËÉÉÁoŸ?nnnNZ8ð‚º¬OÁˆ\Bnš´¹ø…)ŠÓ3v2¼! NŸ>F¡Pþøã ,]º”ôrÿá׋öÉaN¡P¾øâ‹.2õ·^FÄ[SÈ­/*ºÿ}:t(//¯¢¢bûöíÞÞÞ,«¦¦†¸êøèÑ#6›ÝÜÜ7cÆ *•*Å!$%%…¯§áŸxûömDD¾ÃE§ÓõôôNŸ>ÝÑÑqãÆ MMM|û6///==}ýúõDK´´´¤¤¤BCCÙl6“Éüå—_ÌÌÌBÅÅÅ,«®®îàÁƒ«V­7nœ¢¢¢££ãÉ“'™LæË—/cbb¸—#¢***BoÞ¼ Å>|hhh(///`®/^°X,ƒáçççî¢Â[¨¦¦6’ âÚ^ÃPcccBBB{{{kkkpp°­­-B¨¼¼ÜËËË××·½½½ºº÷)cÇŽuvv>|øpKKKqqñåË—¿ýö[ÒÂÁŽi0‘®O~xwr~¼½½þùgô)›¦/£âÁ/LÑ!D¥Rùõ DkY'CÆ`0<==/_¾Œ÷(++WWW¿~ýwMýMp/ÚûÃ<33“Íf755]»vÍÒÒR„"â­)`ë‹$ažÃz÷îÝìÙ³uttðý&n¸‚¡¡¡œœœŒŒÌüùóyïm!®ç°ðãûJJJ®®®øÑ*ƒñäÉsssü›wïÞÅ…»wï–••­­­å^T\\œ‰‰ÉèÑ£—-[öâÅ ƒáåå5zôhyyù5kÖüóÏ?¸æßÿíèè(++;nÜ8âöéÀÏ… ˜4Dîa©©©ÉÊÊ*++¯_¿þýû÷Ç××7((ˆ¨ ¯¯÷oiiiyyù²²2‡ããã###£  àååÕÒÒ‚k’ÐÐo?Xššš.\¨  @£Ñ¾üòKüŒïH \¹¡¡ÁÙÙYNNNEE…¸ºKZÈ‹t—Ã'`’È!]Ÿ>»+ïNί&BhóæÍœOÜ4¦èFÄ‹»g ZË!ëOø…Àb±-ZD<„kÚÚÚZ[[w¾ú•à^´÷‡9N————••]¼x1éÍ»!¿š44Î =¾‡E©ªªJKKspp í^Á§ÂÏ‹ ==½äää~Šaø8|øð¾}û»âc˜¬Ïa¦Ø¿^Tü"âF @öóó»|ùr7㑪®® ²³³ƒÿˆU¥¥¥!qÝ¡‡8cõ­a²>‡I˜âAüzQñ‹¨¯@®#ªdddbbb» ªÄ¯¿ˆúŠÈŽ3öTUUUUU» ªÄ¯¿ˆú \×€8ƒ\âìÿîaÕÕÕ n;ú\×€8ƒ\â rˆ3Èu Î ×€\UUÕ`7A¬ “õ9LÂ@´@®@W¿þúëÚµk_¿~=ØÍyÃd}“0Eä¹Î.ºººK—.ýã?ð¤U«V™šš-\¸ð·ß~ãžëÊ•+S¦L)))á]È”)SpakkëÞ½{ÍÍÍMMM>Œúûï¿»Ôœ5kB¨¬¬lýúõÓ§O722rtt|òä B(??ßÁÁaÚ´iŽŽŽåååx™MMMÛ¶m£Óé/^Ä…·nÝò÷÷_¸pá£GHã–,YÒí¤!¢µµuÇŽS¦L™CmܸÑÙÙùÉ“'Ïž=³··ß¼ysGGÇ·ß~ëîîž——gllüí·ßâÃcß¾}ïÞ½{ôèQTTÔéÓ§oß¾ªªª²µµ-))érá¸7oÞfÒPðÝwßUVV>{ö¬´´tݺuDyjjê‚ B¯_¿¶··/,,äp8x›Í^³f§§gee¥¹¹¹»»{gg'i!®Ÿ™™5ð¡ )ñññ±±±Ó¦M;}útnn.BˆÍfÛÛÛçææ–——«ªªnܸWöõõ­­­-,,Œ?vìXrr2¿BRaaa .Üg>“D éúDd»+–™™Yô‘àšØ'mšþÃ/Lш›€ž_'CÂþýû###ÃÂÂöïßKÊÊʃƒƒ©Ô¸É ¸íýaîïï_RRò÷ßÛÛÛoÚ´I„"âW‰Ëy¡›Ý‹F£©©©ÙÚÚ644à’Ï?ÿ\BB‚F£Ñétbï|õêÕž={‚ƒƒ»Ì>vìXåB555ñññ»ví’““£Ñhøb¤¤äÔØlöÓ§OBÕÕÕãǧR©#FŒ022RPP(--­ªªZºt)Fóöö.---((`07oÞôññ‘––ž:uê²eË®\¹‚òôôœ7o^Ÿ®«ÁôöíÛk×®ÈËËKHHpÿííÛ·q®ãããƒ_Š‹‹_¿~½råJ __ߢ¢¢çÏŸ“"„***¶oß9°‘ 9’’’’’’ýõ~‹wr99¹¯¾újÔ¨Q’’’vvv/^¼@½{÷...î»ï¾“––Ö××wrrŠˆˆ -ÌxéúDd»+¦¬¬<î#Á51á7MöoüÂD"ApÏ@ÚŸ†À«©©ióæÍçÏŸ—‘‘éÇ>ê¶íýa>kÖ¬#FÐh433³ÈÞú0"~›LlÎ ÝlŒ¶¶¶œœœÈÈȯ¿þ—´··—••¥¤¤„‡‡"„ZZZ6mÚ0qâÄ.³ÿý÷.\¨¬¬Äosss9Îýû÷­­­gÍšõË/¿pWf³Ù»víÚ¿¿‚‚Bh×®]«V­:räHLLÌ©S§BBBÚÛÛq5„ШQ£Beee/^¼àp8x!½['CQVV‡ÃIOO711100HLLÄåõõõ%%%Ó§O' ¯1‹…’––F“677»»»NžÄ— 8ޱ±1.766ÎÍÍ%-˜–MÝ®Ï.öîÝ{æÌ"iø$‚7M(<aŠhDX·=iÂ]!°víZ€€€ÎÎNooï;w#úÛ'õ¢=;ÌÛÚÚJKK“’’BBBx¿üåˆHkŠÓyo®³uëÖ)S¦¬\¹rùòå{÷îÅåoß¾ þá‡ddd455;;;·oß¾lÙ2++«.KˆŽŽ^ºti}}ý¢E‹pZÃ`0B#G޼wïÞ¶mÛvíÚÅd2‰úaaaÊÊÊóçÏÇouuusss÷ìÙ£¦¦¦ªªª­­-##ÝÖÖŽjkkkiiA=Ï%++ÛÔÔ$ àmÛ¶MåÂý…CÀ¤A÷þý{„ÐÈ‘#srröìÙ³yófxzzº„ùÿÕëêêÊÊÊFDD´µµá¯½½·ðÇ^^^_ýµÍÆ4tùøø;v,!!ÁÝÝýÝ»wÜ“’’’îÝ»wþüy„ÞÓˆ¯¤²²²¤…ü>ÈÓÓS™K~~¾0“DŽ€õÙEbbâÊ•+ ÆìÙ³‰Ž[HÝnšž6_X¤aŠtDÝö ¤ 1•;„››[|||bb¢““Ó‰'ÌÍÍ ÷ïßàÀÚÚÚþGø^´Ç‡yuuõÉ“'?.++;ùAFÄ[S˜­/Bº¯C§Ó>|H”khh¥¤¤(((x{{¿|ù2==ýرcÄä… âÂ666»wïþæ›oŽ?Ž’’’B999Q(”%K–0™Lb`lEEÅùóçÿóŸÿP(„PKKËÆ;žíëë+--}îܹäää¥K—ª©©!„”””äääp}¼œ––YYYŸ9s¦„ qAHð¤A‡W»»;…BY¾|9“ÉÄcÀSSSíííùÍ%--qãÆ kkkuuu„’’oáû÷ïSSS÷íÛG Ÿ´´´øÁCÊŠ+ðÝn777¢ðêÕ«AAA©©©¸“——G577ã©---rrr¤…ü>å¿ÿýo-###a&‰"ÒõÉËÊÊjþüù‡òöö&†tC˜MÓ‹æ ‹7L‘ލ¸¸¸Ûž´“! ÛÍ›7ËÊÊ|||<<<æÌ™cnn>£[„ìE{s˜kjjþøã<3f ÷虡oMa¶¾é~¼N```vvv—{à ÅÒÒ²¤¤D[[û„Pbb¢»»;we555œ³ãdç%ø^&¾… °µµ%n7Õ××Ϙ1ƒB¡Ì;×ßß?ó5gΜäääÛ·oO:•J¥Òét}}}F\ƒ),,444ìíZztuuÑÇ|œF£!„FÅb±îß¿/xXÒ¼yó~ûí·ÇëëëS©T|U³K¡««ë.¡ŒŒ OOÏl3fÌáÇsrrðÛk×®ÅÇÇO˜0—Òh´¼¼<ü¶  ÀÄÄ„´pà?uYŸ‚©««×ÔÔ¹d!7MÚÜüÂňtuu…éH;Þ………¡¡¡gÏž¥P(ÙÙÙóæÍ[°`ñ¨o¿†ƒºëEûä0§P(ÖÖÖ]eâñÖr닊îOM™2ÅÏÏ/00çYYY---ÉÉÉÓ§O§R©R\B’’’x¥ã_˜¨©©‰ŽŽÆw¸ uttBBB:::nÞ¼©¡¡¡¥¥…zñâÅýû÷]]]‰ÕÔÔ”’’Šˆˆèèè`2™iiit:!ôòåK6›]__üøñåË—++++((888œ;wŽÉd–——'$$þâ(¢ètºžžÞéÓ§;::nܸ¡©©©££óäÉ}}}Á_‹Y,V]]ÝÁƒW­Z…GGv)TQQé²¥¤¤øÝ{MMM·nÝjooomm Ç». çííÍb±jjjðIKQQÑÑÑñäÉ“ø eLLÌúõëI ;¦ÁDº>ùÁcûÞ¾}!øÊ¹ŸŸ_BBú”MÓ§auÅ/LÑ!ÄÛ½=ÑZDÖɆ€ÕÕÕmݺõÂ… ø‹®’’RMMMUUÕøñãû;œn{ÑÞæ=b³ÙÍÍÍqqq3fÌ¡ˆxk Øú¢H¨âîîîæææÛ¶mkmm 077Ÿ9s&F;uꔀ¹œœœŒ/^l``pâÄ „•J ÉÍÍ555½téRpp0ΊÒÓÓedd¸R)))ýôÓO)))&&&VVVgÏžEEGG›ššÚØØLš4 ?®… PRRš9s¦‹‹Ë–-[ðµ;{{{œ«nذÁÄÄäÕ«W¸2‡Ä¸O,`Ò £R©QQQYYY“'Oþé§Ÿ"##i4Z— •“&MB¹¸¸Lš4©¢¢!tñâE---333---<–œ_!À¨Tê¥K—tuu“““+++CBBByyymmmÛ·o×ûW TVVÖ××_²d‰ŸŸŸƒƒ¿BR]~…8+˜$ZH×'â³».X°`âĉVVV†††ÄÐNÒšaaaøÞú'mšSt#Œh-"ëOø…Àf³7nܸÿ~ \rôèÑ 6øøø:t¨¿ÛÜm/ÚûÃ|×®]ÚÚÚ4íÂ… "¿šbƒRUU•––6{öìÁn‰˜3fÌ€}ÖçŸ~õêÕ{Ša¸ ܹsç`·B| “õ9LÂâ׋Š_DÜ>|ø€_øùù]¾|ß\ ºº:((ÈÎÎþ#BT•••¡C @€3Vß&ës˜„)į¿ˆú ä:¢JFFf˜ÿHô†øõ¢âQ_ÕqF`üøñ0šÄ•øõ¢âQ_ë:gë@œýß=¬|zH¼ÁšúC·^ñ×u Î ×€8ƒ\â rˆ3Èu ‡ÿ¼ô•a²>‡I˜ˆÈu誣£ãÖ­[_}õUll,þŸjÐÃd}“0Eä¹÷¿+?ÞÆÆæ÷ßç®®¨¨XXXÈ[_QQ¶¶¶îرcÊ”)“'OÞ³gB¨¼¼¼KÍiÓ¦!„JKKœœtttÔÕÕíììðßçæääÌ;WMMÍÎÎîåË—x™žžžšššzzz¡¡¡¸0>>~ûöí–––÷ïßÇ%L&ÓÃÃCWWW]]}áÂ…EEE¤íTTTœ3gN·“†‚—/_RþM]]O*..600@ÅÄÄlذÁÈÈ(##ƒ˜1;;ÛÌÌLZZÚ¢¸¸X@!B¡P *²¡ÈÕÕõðáÃmmmwîܱ²²Bµ´´8;;«¨¨ÈÈÈÌž=ûÏ?ÿÄ5\\\äååUUUÏœ9# …‡‰‰I·“DïúD|v×.Q ¨Iø¤MÓ¯HÃ鈸 èxû~!DDD|ñŶ¶¶ÑÑÑÄì·oßvttììììïºíE{˜Ï™3g̘1222FFF)))"¿š˜œø^× c0µµµOŸ>UQQñòò"&effFEEu©Ÿ™™Yô.ùî»ï*++Ÿ={VZZºnÝ:„Є pY¾|ùÌ™3B®®®kÖ¬)...//wppX»v-›Í^³f§§gee¥¹¹¹»»;>|}}kkk ããã;–œœŒzýúµ½½}aa!‡ÃÁÍf³ííísssËËËUUU7nÜØ%.‘ ž4è444ò¹|ýõ×Dgšœœìàà€ª¬¬\²dIAAÑk°ÙlGGGooïÆÆÆÏ?ÿw(¤…¸þÝ»wÿûßÿJ€CGCCCLLLJJб±ñ?þø×_!„Ølö’%KÊËË Æ„ V¯^+oÚ´éíÛ·UUUiiiû÷ï‹‹ãWHêêÕ«.¹¹¹ÂL-¤ë‘í®ØóçÏß|$¸&öI›¦ÿð St#â& gà×Ɇ°sçÎëׯ_½z•ø‡ÔÒÒÒÇGFFR©ý~“¡Û^´÷‡ù‘#Gjjj–,Yâîî.Bñ«‰Äæ¼PUUuéÒ%Æ¿¡Ÿøƒ‚‚Fމ_?{öLKKëéÓ§¡õ‹ŠŠ¸—PXXH¡P233|Ü»wOMM­¬¬ŒÁ`Œ=:==—'$$hkkgff"„Þ¼yÃ`0ð…ôôô’’ …’””„k®_¿ÞÚÚš»Íñññ¼,!!A—€{ŒÓÿž={¦®®þþý{üÖÚÚ:33“˜ŠJKKïŸ?Žjmmåp8oß¾E=yò„´Ãᔕ•ikkãKhùùùÈÐÄd2%%%³²²Ö¬YCZ!22RBB‚ÃáÔÔÔP(”»wïâòM›6Í›7´t9ˆ'¡f’ȼ>¹wWüöÍ›7¤ËéR“”àMÓ£æ ‹_˜¢ApÏÀ¯?!!p8EEźººêêjUUU‡ÓÐÐ0kÖ¬’’’‰ã_÷¢œ^æqqqãÆëç þ¥—‘Öä ½óBÕGnnnÜoùyöì™››Û¥K—ºI¥ÛÚÚ²²².\¸°fÍ„Pss³»»{``àäÉ“»ÔÜ»wï™3gˆo3YYY'==ÝÄÄÄÀÀ 11‘»2‹ÅÚ²e˱cÇð¯ zôhTTT{{;®†’––Fp8ccc¼ccca¾ì>|øð³Ï>ë¶š¨`±Xß|óÍ?ü€ïÖÕÕZXXVnkkCÿ^………¤…MMM+V¬ž2eÊ@…2D5êÈ‘#‹/nmm%­pÿþ}|=277—ÃᘚšârSSÓ§OŸ’Lˇ¦n×g¾¾¾Ç/++ëÁg Þ4=X ð„)¢aÝö ¤ý w"„Љ'V®\éìì|âĉÎÎÎuëÖíÛ·OGG§cà!L/ڳü­­­¨¨èúõëAAA‘‘‘"iMq:/ðÍu<<<UUUíííW­ZuôèÑÎÎN//¯¯¿þÚÆÆ¦KåÄÄÄ•+W2ŒÙ³gã´æýû÷¡‘#GæääìÙ³góæÍ---DýàààqãÆ-Y²¿500PRRÊÊÊÚºuë„ &L˜ ««+++ÑÖÖŒjooojjBÉÈÈà¹dee‡—””tïÞ½óçÏ%žžžÊ\òóó…™4tœ:uJEEeùòåømjjêüùó%$Èÿ¯ÞÀÀ@NN.44ôÇAAA¡¶¶6ÞÂÖÖVWW×Õ«WÏŸ?ÀÊvîÜùÃ?üüóÏ+V¬¨­­åžtýúõ´´´‹/"„ð)++‹'ÉÉÉ544òû  .ܹ»€I"GÀúì"##ÃÅÅåýû÷ÆÆÆ±±±Ÿô)Ýnšž6_X¤aŠtDÝö ¤ 1•;„Ð7ß|sçÎŒŒ 77·€€€3fÐéô;wúùùÕÔÔôw8„n{ÑæUUUGŽ9x𠜜œ¶¶¶EÄ[S˜­/Jßê©©133³¶¶~÷î݃xg?zô(÷Œ;wîÔÐÐ`0!!!xá ãÕ«W!â.UVVÖ¨Q£>|ˆßVVVŽ3æÆïß¿‰‰QUU]¸p!ƒÁˆ522š:u*ÎT®\¹’€ª¨¨À3ž={V^^ž»Í]îaççç s£JÀ¤OÒ¯—ïJJJ¤¥¥ñõ-ÌÙÙùÚµkÜuп/Œ§¤¤˜˜˜èëëã½þÜÜÜœ´pà?uYŸ‚Mœ8±ººZÈ% ¹izÐæà¦(Fd`` LÏ@ÚÉð†@(((8}útXX…Bùã?,X°téRÒïÒýAp/Ú'‡9…Bùâ‹/º<Ê4Ä#â­)äÖÝ}×ÑÑ9pàÀ¡C‡ ¤¸ „¤¤¤ðU2ücoß¾ˆˆÀw¸ètºžžÞéÓ§;::nܸ¡©©‰oÊæå奧§¯_¿žX¾–––””Thh(›Íf2™¿üò‹™™B¨¸¸˜ÅbÕÕÕ÷ï¿ÿvtt”••7nqûlêÔ©rrr¡Q£FÉÉÉ={öŒwPÑf^ø 2“†È=¬€€9996›M”øúúoõõõñþ----//_VVÆáp|||ddd¼¼¼ZZZpMÒBãíKSSÓÂ… h4Ú—_~‰¢ái+7448;;ËÉÉ©¨¨WwI y‘îrøãL9¤ë“ÃgwUSS“••UVV^¿~=ñD iM„ÐæÍ›9Ÿ¸i>LшwÏ@´–CÖŸð Åb-Z´ˆx×´µµµ¶¶&î|õ+Á½hïs:.///++»xñbÒ›wC6"~5 hhœz|‹‚Ÿ°Ç?Ðz?Y60ôôô’““þ)†aâðáÃûöíìVˆa²>‡I˜bCüzQñ‹ˆñ#U~~~—/_&ÞòS]]dggÿ!ªJKKBâºCpÆê[Ãd}“0Ńøõ¢âQ_\GTÉÈÈÄÄÄ v+@T‰_/*~õ‘g4쩪ªªªªv+@T‰_/*~õ¸®q¹ÄÙÿÝê««Üvô¸®q¹Ää:gë@œA®¹ªªªÁn‚X&ës˜„ €h\€®:::~ýõ×µk×&&&¾~ýz°›#ò†Éú&a ŠÈs)\tuu—.]úÇðNš2e .lmmÝ»w¯¹¹¹©©éáÇBÿýw—š³fÍB•••­_¿~úôéFFFŽŽŽOž>þرcÉÉÉü I………1¸pŸùL-¤ë‘í®XfffÑG‚kbŸ´iú¿0E7"nz~ iû÷ Û¿?.)++ ¦Râ&ƒà^´÷‡¹¿¿IIÉßÿmoo¿iÓ&Šˆ_M$.ç…nv/¦¦¦fkkÛÐÐ@Ž;Vù#„PMMM||ü®]»äääh4¾Ø#))9õ#6›ýôéÓ€€„Puuõøñã©Têˆ#ŒŒŒJKK«ªª–.]J£Ñ¼½½KKK  ÆÍ›7}||¤¥¥§NºlÙ²+W® „<==çÍ›ÇÝBYYÙ/¿ürÔ¨Q#FŒ˜;wnqq1.ÿüóÏ%$$h4N˜£¨¿½yóFMMJ¥JJJš˜˜(((àòÛ·oã\ÇÇÇ¿ ¿~ýzåÊ•¾¾¾EEEÏŸ?'-DUTTlß¾=22rÀ#Z$%%%%%ÿúë/üïìßø…‰D6"‚àž´?! WSSÓæÍ›ÏŸ?/##ÓpÜ‹öþ0Ÿ5kÖˆ#h4š™™ÙÀœwú*"~›LlÎ ÝlŒ¶¶¶œœœÈÈȯ¿þš(üþûï/\¸PYY‰ßææær8œû÷ï[[[Ïš5ë—_~á^›ÍÞµk×þýûñ6صkתU«Ž9sêÔ©ööv\ !4jÔ(„PYYÙ‹/8Ž^ˆAAAA·ÁÈÓÓS™K~~¾0“DŽ€õÙEbbâÊ•+ ÆìÙ³?éSºÝ4=m¾°HÃéˆ:;;»íH;b*w!77·øøøÄÄD''§'N˜››îß¿ÿÀµµµýºíña^]]}òäÉãÇËÊÊL~ÐWñÖfë‹îÇëÐétb¸BÈÂÂÂÆÆf÷îÝß|óÍñãÇBRRR!''' …²dÉ&“I w­¨¨8þüþó …‚jiiÙ¸qã±cÇbccÃÃó³³}}}¥¥¥Ï;—œœ¼téR555„’’’œœ®—ÓÒÒ"+++ Œ¸¸¸ØØØ‰'â    ””ooo¢æ™3gJ¸—ŽOtÍÍÍnnngÏž½}ûvLLÌü罹¦¦ÚÛÛó›KZZ:""âÆÖÖÖêêê!%%%ÞÂ÷ïß§¦¦îÛ·>iii9ðƒ‡”+Và»ÝnnnDáÕ«Wƒ‚‚RSSq/&//jnnÆS[ZZäääH ù}ÊÿûßZ.FFFÂLE¤ë“—••Õüùó:äííM é†0›¦Ío˜"Qqqq·=i'C·›7o–••ùøøxxxÌ™3ÇÜÜ|F·Ù‹öæ0×ÔÔüñÇi)**:::žŸÝuÁ‚'N´²²244$†v’Ö Ã÷Ö?iÓ |˜¢‘`DkYÂ/6›½qãÆýû÷khhà’£GnذÁÇÇçСCýÝæn{ÑÞæ»víÒÖÖ600 Ñh.\¡ˆøÕ”ªªª´´´Ù³gvKÄĘ1cì³>ÿüó«W¯äS ÃJ``àÎ;»âc˜¬Ïa¦Ø¿^Tü"âöáÃüÂÏÏïòåËøæšÕÕÕAAAvvvâðÃ3ÃSYYú8X ô8cõ­a²>‡I˜âAüzQñ‹¨¯@®#ªddd†ùÔ@oˆ_/*~õQgÆ?£ù@\‰_/*~õ¸®q¹ÄÙÿÝÿˆ04uûà?p]â rˆ3Èu Î ×€8ƒ\â rˆ3Èu Î ×€8ƒ\â rˆ3Èu Î ×€8ƒ\â rˆ3Èu Î ×€8ƒ\â rˆ3Èu Î ×€8ƒ\â rˆ3Èu Î ×€8ƒ\â rˆ3Èu Î ×€8ƒ\â rˆ3Èu Î ×€8ƒ\âLb°ðɪ««…¬ ¹DÌêÕ«…¯ ¹DÌåË—…©†S"Èu zÞ¼y#¸q“ Æ&@œA®q¹DØÂ… I_`¼DNnº¤;)))ÜuàºDU—´†´rˆ0îä†7ÑAë@Ôá‡4ÑAë@ ðKtä:oë@œÁ3ç=ð?ç[=ùŸónÿ@ `(8qâ„ð•ÓÒÒ`¼Ää:gë@œA®q¹Ää:gë@œA®q¹Ää:gë@œ B®Ãáp:::þs0 B®SXXøIO ô-77·ÂÂÂÁn ÂTrqqá-\¶l™““iýœœ---yyù^5 À0àâââãã3sæÌüÐÎÎN‡3Ÿ‘P¹Îÿþ÷?üBÈ=200pïÞ½ë`Ð •ëP]]}ñâŲ²²#FXZZ:;;?~!hkk»zõêÔÔÔÛ·o766JJJ®ZµÊÚÚš˜—ÃáܸqãîÝ»>| R©ÎÎζ¶¶½l1PZZõîÝ; ‰•+WâsÇ«W¯.]ºÔØØØÜÜ\__¿k×.:NZÓÅÅeË–-éééEEEt:}ÇŽT*µ²²òÒ¥KL&³¹¹y°ãŠ<×)//'^kiiñ›™Ífÿ¿ÿ÷ÿètúÎ;›šš:$))éïïïââ²sçN„††Æ¡C‡dddnÞ¼yåÊî\çÕ«WqqqAAA***ííí>|àýt LMM»€Á'Ìù¥¥¥åĉîîîVVVûöí›:uª¢¢â±cǾüòK{{{„»»;¿šªªª¡˜˜˜5kÖ8998p ¢¢b„ Ç_¾|¹â›g1Czºá{]ÇÔÔ¿pŠ*--}ûöí²eË$$$ÆŒccc“––ÖeÏ´iÓB­­­ãÆkiiáž4zôhvûöm IIÉ. ÄCNNÎ`70„t{~ÉÍÍmooWVV...FÉÉÉ(**644ØØØt[ç:+V¬011Áƒr˜Lf^^^SSS—ÙœqÄ ¿Ó {XÝ~¯¯¯GÉÉÉá·òòò¸„[FFÆÝ»wUTTZ[[»L;vì®]»÷ìÙ£¢¢âéé©««+Ìçi‚ûùÆÆF …’ššŠßêèè(((0 )))â[±€šøõرcB ¿}÷î´´´„D׳œq†ƒ^×Á»Tcc#~Q__OìdØëׯÃÂÂΜ93nܸ/^<{ö¬Ë [ZZþ÷¿ÿ={688¸7í ”••;;;7lØ0jÔ(¢ðñãÇ>|`2™ÒÒÒ555øwÚHk’’––f2™l6[BB¢©©©CL¯~_GGGgüøñ‰‰‰ ãîÝ»VVV¡‘#G666"„ðø¯úúú†††'Ož „jjjˆÙß¿_TTÄf³¥¥¥UUUáñ?!:®¨¨G>Ô×××ÖÖHHH$&&¾zõ 1¦P(¤5I—i``ÀápsæL[[[ffæ²eËpaRR’ŸŸŸ­­íï¿ÿÎ;KEE…Ú¿™™™‘ÎÅd27mÚD§Óµµµ¿üòKüç2]<þ|þüùZZZK–,)++r.Æœä9}¾Lµh5Ÿ‡>]J*š+øÕ¿óÏÚ½: õ` ß>T‹Vfj§ƒƒzþ»»GsŽ0;pkÁ­/aÐõl ­ë:îî¥ƒÝŠ!ª±±1)))::ÚÀÀàĉüñ.ýúµ]QQéO«©©epYºtéŒ3Hçb³Ùvvv?.,,TUUõññé²(6›íáá±~ýú’’ÎÎÎnç€n]*¹”ú:uƸUÿ-úoß.üÆ_7R_§ YÙýž{iC¯NC=X‚¡¢áõ/®÷lê'y÷áêhU)šTŸ,mPôlõ<×QSSKJJrrrš8qâÚµk;::\\\ðÔÎÎÎéÓ§ãÿ…xúôéâÅ‹étúgŸ}Ãovüéîîî@ýõ×_ÎÎÎzzzt:= €Åbá¹BBBŒ'Nœ¸oß>â³>ÿüóììlîæñkLXXجY³¦NJ§Ó¯]»ÆÔÇ»¼æ×~¢æÀ””1bDEE~K¥þß¶ûöÛo»üd—¹ô>b³ÙYYYÇŽ#KNNnÅŠ£F1b„­­mQQQ—E•––þóÏ?Ë—/—ضm[qqq^^^·s@·fŸõ²áåš©kòy³Uf÷íÂí&ØùýáÇhct)ÿ«é/ç g½X=ú zÀ³V'ËéŽBÈýžû§¸kºÞuÝ—ýñŒÃéü<áóìwÙ¡§ïž.¾½˜~ƒþYÂg1å1!~K ­L(`¬¼³¿.¬/\yg¥Í-“8µhµ»Uw¹§"„þnþ{Þ­yZ×´öfïíät ù!Ë$K„кßÖÿóû¬¡¡ÁÍÍmݺuÏŸ?¿xñâÎ;ñ½ÞÙþùg„PTTÎl\]]µ´´òóóoß¾}ûöí   <×õë×ÿ÷¿ÿ9r$11)þý÷ßGŽinnÎÝ6ÒÆ „ôôônÞ¼Y\\¼aÆC‡u#¿öÇÄÄL›6­7kïS9r×®]«W¯þðáCfg±X;vì8|øp—ÿg%õøñã.ë!ÔÖÖ†—ƒÂ³×å"é\ЭI²“ÕtþB¤˜i›­¶]]ÜX¬ÌÂb‹ÅŒs³ý&üV1#‚„K­—x"ž¹®yug5ãÓŒoaŒ”—ºKpÚ´i0d3E__? àôéÓ³gÏ>wîÜåË— »»›@ ?~—ñððÞê-£>¼º±±1þvÊ”)Òét:tuuKJJfÏž}éÒ¥}ûöÉXPè äçççççÛØØà5ØÕ¢Âÿ !88¸¤¤𨨨ÒÒRõ ðèÑ£ôôôüQí5£EEEYYY¥¥¥ †l¢œŽŽÎÑ£GSSS ãââ`ȤB @ Ô¢KÖ]1},›¾lê'N¨9s&Ï)ð/ð0öˆqŒÙ^½}®É\üI¯ŒµžÏ2ZSð'ÊÜ œXÒT2›>ûRË¥}žû ›×MÂñúç³Ãm¥³ƒ†ÂO¹OµIÚZ$-eè<û3kªcН¯ « ݧÓè U¦hM‘~ŠÇ(ù¿åçÿ–o£o3 |6Ÿ*(}Š>à¡Õ¤ó‘ ϧéN"áes‹GùÞä•+W&%%¹ººº¹¹YXX€………H$JOO×ÓÓÓÜOtuuáuÝÚÛÛå#ŒØØX{{û7ß|SaU[ygêëë“““oݺ5}út&“YQQ!¯…çê¶¶¶âoGæÿ˜bdd´uëÖ… j®²sç΀€€™3gª+..>|øpYY™²}.??????¨©©!‰øšœZ-SÖÛ¯_o¿^µLòìä‹-Sþ•‚¿5Ñ2€.^—©¶)´óÚñ'ʱ‰½kohÿæÔ7ñYßBÏB$¥ÏM×£¨Ÿ 3Ûe“>hFŒÓ'è3 <x‚çÐ(£›×íh䨺 e ·ûRºø]0Ugj}o}ò¿’oßš®7Ùάhy6ŸÊ”Z†åùÈåsXþþþ‰dÿþýáááø???ƒ±}ûv|裣£¹¹Y™º®®.¾5ãééiee•™™‰aX[[[AAÔ ___vèСˆˆ éééÁ}èìì,//€'Ož UÑÓÓ»wïÞƒTûÏd2eöÝÆšþþþóçÏ …B—=oÞ<Â;vì®úÔÖÖ^¹r%22RµýÇ'''ÇÄÄ‚ŽŽéBÚPS B¡°··UeZñJA#Ñ2þ+ãRë%ü­çO+=«Ìgbb¬ÛVð[A¸M8è’u»y 2|§úÒH´C5‡"f<›qü¦ú1tÛ«·ãÛ7ƒÍÍÊ,(–ÁÇÔ‡J¤fþ;³®·îý›ïe‹ñÙïvÝ ± nª»¯¡X(–ˆÿzÜ\×Ü}²{ o¥“×YÞ\Ož((µ Ëse_jF9Ö¡ÑhK—.Å0,((Hú¤¨¨ˆÃáx{{ÛÙÙ­X±¢®®N™z|||BBBqq1…BÉËËkhhpvv \²dIRR’Œ0…BY¶l™‘‘‘²yg¼¼¼Â‚ƒƒ}||ÜÝÝCCCeHKKÛ¼yó¶mÛTûV[[;’1)D"1//oÖ¬YåååÍÍÍøs___ذaƒƒƒÃãÇ ;;[z(½¢¢B__?j.E^ëþýû %%Åí9¸äPS¹¹¹NNNsçε¶¶NMMeZñªá6Ùíçg÷bPˆ”<ÿ¼vƒó)çÀsK,–$ÍJ€xçø„ªùÜ ‘²lú2#šÑ© ñ'4­hQãxÿàmWh·¢rE»N™eÂ2k|ã`NCÎò Ë£¢I({><öFlÐ… Ø±éÿ•.ÍüÕ¼ ÕÝW~h‹ÙÁÌöͦ)^S¼Â¬ÃÂ.†Wû˜ø¸»‡^ U8Pj–çʾ ÕZ[[+++eŽ766º»»³Ùlej¯ëÖ­svvÞ¾}ûD;2®¤§§'&&ª–9~ü8‹ÅJNN—TóWùqB ãÀ_÷ºŸÖ9OrÞî6æ3ŽH"’H$l{Ö÷³˜ÁL+=«±nQ-Œ|Æ©·Nù˜úh"ãÌ5™{1èâX·2B­CÕ Àx Ôpù ïa!@¨Å:ÃC"‘à…)&¶¶¶‰u@ £‚¢’Íy$P1ONH—Ç/Ö±°°¸uëÖ¸57FܺuËÒÒr¢Z‰D/^ܼyóÙ³g[ZZ&Ê @hŽ…ÅÔ[·T¶êê"¦¥éýñA¾õ[·¨––S•É:¤ßÙ9Þë,Ãk1„éÓ§j^ë[$IF;œ»xñbgg'0™Ìÿ„êñññ|>ÿúõë+V¬À–––¦¤¤øûûK ¥©©‰ñgæÌ™£P‹ËåÆÆÆºººÚÚÚ×××Ë[«©©yûí·mllÞy缪&Z¡cª¥åÔ¡³ X sçš0Jgͱ3{ñ"mçc‘HÁb†PHˆŠ¢ðÇÈþ¸1ÜÖ-âmÜH Ç5©tØßåW_}ÕÚÚÚÜÜÌd2ÍÌÌâããÇÂ- ‰ŒŒÄKm»¸¸œ:uj=úúúJKKóóóœœ<(½ßï?þøõ×_†’ ãò–/_Ž_*(¯…aX@@@UUU]]ÝÔ©S?øàS†EGGoܸ±¡¡ÁÍÍ-::Z,«ÕB Í9uJ[úúÆ Zk+iBÌFFÒ>Û³;99:3f`žž£\èôÕÇÃC8cöí·:ãÙèãV‰4mÚ´·ÞzKzcÏ;w‚‚‚\]]½¼¼ ñ‡< ðôô”ê*”d0'Ožœ7ož­­m^^ÞO?ýääääèèxþüy©@vvöܹsOŸ> «V­€ÈÈÈ]»vÕÖÖ†……á’=ŠˆˆppppuuݳgP(ÄÕKKKW­Zeii¹aÑH4´;«W¯Þ³çYx±XìééY]] YYY>>>ööö®®®'Ož”ƒ!]Ö’¾VÖ;ÍÀ”A¥R)JSSþVZ35..Næ*H-‡ç`öóÏ?8p@¡–AHHˆ¶¶6…Bñ÷÷ÿõ×_eL=|ø°¥¥eåÊ•d29!!¡¾¾þÞ½{jµBCxß}§#ý¯-/Oçí·ycm6+K×Çgн½™««éÉ“:°j"#é»vƒ1•É|¶G#}Í`LýòKÝÙ³M¯_§Ý¹C 2vu5õò2),|6…?x@ `ì驠ΔDÙÙº!!ƒø[y 'Nè88˜¶·“àüy-?¿)B!Ào¿‘׬¡Ï˜a6c†Ùš5/Štvu‘V­¢[ZNݰÁŸßäû…»]Zª-#YWG ›ìç7ÅÍÍ”Á˜zå M¡KÊlÀãÇäE‹ŒmlÌvî4‹ÿÔS…vBBOœÐϵ¨Æ:|>ÿÎ;YYYkÖ¬6›½víÚ¨¨¨šššìììäääßÿËå®^½zùòå•••·o߯JâåæææääÄÇÇïÚµ«¤¤äòåËGŽ‘6š••uäÈ‘5kÖ|ôÑGl6»¨¨×’†)  ׬Ycccsÿþý .\¸páóÏ?Ç?JKK‹‰‰9}útEE…Ly‡•+Wž9s€˜L&•Jõòò‡²²²úúú-[¶ìÝ»Wí°(ë]aa¡³³óȆZŠ––Ö¶mÛÖ­[Çãä—_(&%%íÛ·O“ UUU2ù|>n´µµ_TS­…@ òÞ{Üß~#ß½K€®.âÕ«´ÐÐÁ±6ëà€••u××?ݲe`ï^}(*b@n.kÏUEOÒ)(`͘­]KŠâÔÔ´gg÷$'þþ;™Ë%¬^M_¾|°²²ëömUÛÚHMM$gg!°ÙDy ëÖqœ°”°{·ÁßÿΦP€Ç#¼÷F“üüsGCÃÓ¿ÿýÅíÀiiú11œÓ§»**´jk) û¥P’Ë%DDЗ.å]¹ÒùË/íTªD™K*lfdèíÚÕÿí·=99ºåå/Š´+³ãè(lj"Ö¢& ;Ö‰e0ÖÖÖË–- ÇãŒK—.ñx>¸qƒÚÚJÚµ«N“H`eõbƒ"1±ßߟïî.€¾>¢Š~ÉH^¿Nëê"®^ÍêžB—TØLNîóMþÂ…ü9s—/ÓÔÚ12@sóøÅ:ÃÞüꫯ‚ƒƒ1 ¾~ýz\\tww„ãÇã2&&&üñ‡•ú§ôl…’øk}}}x~ žÈ]ˆ7eÊ Óé04 ^gÛØØXª"­¼=mÚ4²õ3}}ý€€€Ó§OÏž=ûܹs—/_ÆŸççççççÛØØ(kN½-‚ƒƒKJJ0 ‹ŠŠ’–WË£GÒÓÓüñGµw eee•––Êçzëèè=z455µ°°ÿÞ¥ã¬B @ 4'"bðÓO öìéËËÓþâ 6¾q£–'t0€9s¬a™ÍÏ×ÉÏ×±±Á†—-K§‹ »›H ÀñãºøC¡‰‰ø?Hb|D!øD„oâ(´VV˜››ð_ÿ¢VVváut`Ú4‘¼AüáÐùMY¿d$Ÿ>%jkK´´þäª2—”Ùd0ž¹dj*f³‰jíà'_¨3Ò{“Édò_|ðõ×_ÇÄÄXXXˆD¢ôôt===©ÌÉ“'ûûû…B!…Ba±žýð)”]]]0uªâz<¶èêê255€ööv £•+W&%%¹ººº¹¹YXX@}}}rrò­[·¦OŸÎd2+**äµðÄÞÖÖVüíË÷NŒŒŒ¶nݪ¬º»BvîÜ0sæLÕbÅÅŇ.++S¶Ïåççççç555D"_$S«…@ ²lÙà'Ÿ|ü±!…žž R¯_Ï]¿ž«B@™Ùúzrr²á­[Ó§‹˜LjE…–Bu|nV¸çba!‰éé½zz/Â…“'uúû B!P(Àb)ø{út º»I¦¦"… ¢Bk`€àî.üâ ½¯¿îSSƒ!Ú¾ÝßÓéè 67“æÍã‹Å„’¾>ÂÖ­ ´ŒÅÎΚŠ2 ƒƒ„O?5HMíûüóÞ hxÌüùssÑŽ--¤BU•Ò@PY¿äññP©’ÌL½º:ÊûïO"€@Pì’Z›’ïÞ¥H®•u jj(ŽŽÏÖxƇ—º?`ãÆ^^^qqqb±¸¨¨ˆÃáx{{ÛÙÙ­X±¢®®ÎÂÂ"--m÷îݾ¾¾Ò‚F£ÉKjØ~ºŠÉdfggS(ˆOHHfä…BÉËËkhhpvv \²dIRR’&Æi4ÚÒ¥K1 Ÿxyy………………ûøø¸»»‡†þ© H|||ZZÚæÍ›·mÛ¦ºwaaa2ÙÐ#€H$æååÍš5«¼¼¼¹¹9##îëëëàà6lpppxüø1dggK¥WTTèëëãGÍ¥ÈkÝ¿_ ¤¤¤¸=—j*77×ÉÉiîܹÖÖÖ©©© L @ FÆÖ­œ´4öªU£•¬Ö¬—— ,l0,lrp°±ßÝ]:âã&kã¯ÓÒô7ož´m›‚Yi4IQQ7‡Cðö6±³3[±Â¸®Žba!JKcïÞ­ïëk®xÁiËžB¤ÐBf¦ž··ÀËK0s&ö·¿ |ü±aO‘F“°0ŒàãcâæfúÏ*Ý@PÖ/yŒÅ²srt—/ŸÍ!‘€F“(tI…ÍØX£  ãØØIéélyœ íÀwßioÙÂQùu2„ÖÖÖÊÊJ™ãÇîîîÒóä¯ ãÔ©S>>>íÈÄ“žžž˜˜¨Zæøñã,+99y|\RÍ+øã„@ & ôG,† èï¾Ë …sõ/ ~ ›Mœ5Ë”Éì´²ÃÝ¥sç´ tNœ`)Êž}YþtUVV¢zX=Ô:põêU 7ï1þ‰pôh~ k©«#WWS1ŒÐ×GܽÛÀÑë4š–Ò±c=cè¨`lï…E233íìì&Ú‹¿ 'NœP{ä @ ˆŽŽdóæqÝÊ‘‡Í&îÜiÐÜL¦P$ÞÞ‚œÖXOÑÑÐå¿L¬#“+ƒP t¡–¹s/vM´cÚÃB ñ:ƒb×¶¶¶‰v@ 0Ê_e$‰HÁ•‰ÒO‡kÅ:¯"‘èâÅ‹›7o>{ölKKËD»ƒ@ xºh‘à—_䟋{zú³²Æßy”y8Q­ókjž.Z¤L¾?;[ÄRp;¶ †ë0Œ3gΨ¸xñbggç°lj™}ýˆÏÈÈàóùׯ__±bÅÐrrr †´ùààà¶mÛœœœ>ýôSàr¹±±±®®®¶¶¶ÁÁÁõõõòökjjÞ~ûm›wÞy/kª‰@¨¥má§‹ýi‹;""Ú†sGüh™åݺ5ÜÙT‘HÁB†õìÜ©5Ì‹TF×1)Š=/†Û:í7z?ù°aœåuÈÈH™Úׯ²Ù׌¾¾¾ÒÒÒüü|''§ƒJ/€›7oæççþøã›››«ªªjkkñ+•1 ¨ªªª««›:uê| cðèèè7644¸¹¹EGG‹ÅbµZ¡9ƒCªñðïÞÒUìÃ5ÛóñÇØŸ/Êu8?ü@¶° 8;Kk{õ¡:;“-,8%%š«Œ<Öa0¥¥¥«V­²´´Ü°aƒH$ZµjDFFîÚµ îܹäêêêååUXX(ÕúòË/gÏž}ýúuy‰DrèÐ!ww÷™3g:::âÓ³ŒYƒÁd2Gìök •J¥P(MMMø[i•S¼ŒÃ7ß|#•loo/..þä“O Èd²­­-„„„hkkS(é ”‡¶´´¬\¹’L&'$$Ô××ß»wO­@hÍÇgðÇ¥Ùܳgi*‹áŒŠYÎ÷ßw¬YÓ¾tiGHÈà¹sД=Û·÷ýóŸÐ¶p!ÿù‹ôuÛÂ…ß}×¾r¥àÎÁ¿ÿÝÛÒñÀ~ÿ½;!¡3:ºcÕ*>I$ÜÓ§µÞzKj–wåJwRÒÓE‹XÿýßxªŠ¨¥…•œÜþÎ;!!}_~ &ãØPä}àœ9óôwÄÝÝÀ»q£3*J‚a€=yÂJIyºxñÓÅ‹Y))/<êé‘q@~d”¹Š56²:£¢:BBÚ.äWW+tI™M·¶vnÜø40}ø0ˆÿT;B¡­·Þâž9£yâÎK­ë¤¥¥ÅÄÄœ>}º¢¢¢¶¶¶¨¨rss÷ìÙÃf³×®]USS“œœŒoyÀ©S§ f̘!/ð믿¦§§ÿý÷õõõwïÞ €¡f °°Ðy˜ðZZZÛ¶m[·n÷âÎM›68pÀÊÊJúðîÝ»‰äÊ•+o¼ñ†»»ûÙ³geLUUUyxxÈ<äóù  @[[dÛj!„†h/Y‚=y"|ðÄ==‚Û·µÿ|§ÿX˜¥X[ù¥iy¹Nxxß—_ÀäÏ?£´4ƒ÷ßWa–WQA?xdaÁÚ¶MgåJ“’£ýûÙŸ}†57KxéÏÊÒ{÷]úáÃ|&ûí7 †±RRÈææ&?ü`üõ×¼›7ûOœPæ˜d`@ÞÝeË(3fôþã>¿ïȃ­[ d²„Ïgýío*Õ¤°Ð´¼Üày©JyŽŒbWy<Ößþ¦õæ›S²³MJJ€BQæ’*›¹¹qqFû÷søaðÚ5Õ]² ÖÒ"ÒxÙï¥bÄÄD¼ §LmËK—.ñxxð@KKËØØX¾Ñ ¾ŒÛ¯1qqqûöí+--Ý´iSww·X,Ž óõõ*†LÕÒÒªªªJIIILLäp^\îTVVvíÚµôôtãöööúúú¹¹¹|>ÿرc Ôj!„†P¦O§8;sÊË`ðÂÚüù}ý±6K3‡hh($3âþ~ÍÍêmØ@±³Ü»ÉÔTpÿ¾„Ç#ñïÞåWW‹ÙlÝ¥K•éâ“ôP7ô"#io¼AutÉÀ€°¶kiÑ[»–@&u‚‚/\PfWU%RR·o³’“)NN477àß½+êèЋ#H$ò´iÊP122’‚;wD½½ÚÏKIªrI¹Mýižž4//Š£#H†2;DCC=}ªî[zÆKÝ%8mÚ4²W2”îînpüøqü­‡‡‡‰‰ þšN§+`0ùùù‡ ´¶¶þì³Ï¼½½_ÆÃÿ@‚ƒƒKJJ0 ‹ŠŠ:xð`eeeeeåÞ½{ñOýýý÷ìÙ3iÒ$X½z5@X¾|ùG}ôðáC¼lgQQQVVVii)ƒÁ±¬££sôèÑÔÔÔ¸¸8£*´Bstƒ‚Ø™™â÷ßçœ=;éã%šåŸrΜøæ 8:Ò–YnY·¬Œln.æ*.Ò© ‚¡!ˆ{{@æŽPItº¨½ §‡¯p(Ö•»î•hj ð|>³X@˜ô¬F:ÑÈßRˆB€Ä`P÷îMy~Ú 7KÂÛRé(I¬«‹@£h4M\Rjóy„@26– ‰”Ùy¶{EÒ´ÂÆXÝ›laa!‰ÒÓÓõôbU&°`Á‚ ôööî߿˖-ÿ÷ÿ7F¾ÆmݺuáÂ…ööö=’>·¶¶>þ¼““^t}``@KK‹D"Áó=©âââÇ—••Mzþ &ƒŸŸŸŸŸÔÔÔ‰D|IO­@hmáB8|¸/=@&Sù55šhéëÀ,öèû³Ï¦ þ/¿ð•%ƒJ$ð|1F’™ˆD†Û¶ut¤Ïs8 #ÉbEUNI Hz{ “—'ÒéCÄÝÝD%’Ê|>“)ær©ŽŽýÿû¿F{önDÜÖF27Wf GÓ‘ HÅD==Q[~økl$™™$&²éZ¿^+0P¡?z«VqÊÊ”yK “'ÿÏÿˆšš:–/ïܼYkÁýõëeSíÃ@AuÖ,ª‹ ÙÚZ?*Š‘!îë#P©ôC‡Ã:׬é ((P怲‘‘‡hddøÑGÜ~èŠ× #‰ E¡K*l²÷îíŽíÙ»wÒ¶mCÏá+´œòr]…Ü”gkkkeeeÀŸsÝÝÝÝÙŠVÞ¯>éé鉉‰íŠЂþ —ô÷·¯Xa’ŸO’õ<êð®_,/7JM¹ta…?]•••¨FÄkÈ+è BDâ¤]»4?5ýÊ"llÜ¿"‘d` ïÈŠæi4#CÔÑ1i÷nù@Gc•›Œ@ B--Ýðð‰öâe‘ô÷³?} d2uÖ,£ÔÔQL´RˆnhèpU”Æ:è@ Æ4¿¼VèëÃŽøK@— ë‘<Šcü,1@ £ š_ãâXe!b,@ó büA¹É@ ^gP¬ƒ@ âuÅ:@ ^gP¬ƒ@ âuæÿ`Rp5Å\¹\IEND®B`‚gbonds-2.0.3/help/C/figures/edit-title.png0000644000076400007640000002450611107720364015261 00000000000000‰PNG  IHDRæ¦APd€bKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ $:ÓH1# IDATxœíw\×úÿŸÙ¾”¥-Å¥#"(ÒÁ‚Š,(I¬Q/¹±Eƒ‰7Æ_nL4_o®É56T ‰Ý$*vìé½—–¶½Ìþþ6€ ‚Êêy¿œçÌ)Ï™ùìÙ眙WW×ëׯ«Û¢Ÿ¡þ;´ôôtÇÃ0bwª‹‰‰ù>*qÕªÕ}ìeëÿ½¬¢§{^.§ý=i ï u—›Ý+×ÇÞ¨É ‰÷íý_Öݽ=­¥ƒ2id*‘tæÌzO Šÿy5³w}C¼m¨Ô˜º‹OALL Fë¾ÆT*hH”jµ:!!!!!ÁÒÒÒÜÜœËåéëëëèè0 *• J¥R&“‰D¢æææ†††ÚÚÚêêê®ÝÅU4*…4UJ“N%M¥\ÄfÑHS.iÒÓ¡“¦L$0Ôg¦¤…Ï5d‘¦¸©ÒÔ¨Ý6”ZpuH³¥®ÐÊ\—4›øyv<}Òl¬Îr°l7ªÒÙ¦ â‰³½!iÖ•&»:“fmñw'Ò¬)Lðræ’fuþíCMI³2÷Æh7sҬȎóu»Ík¾ý­)Lpu4"M¹¤‘NkŽã4ÍÁÁÁÆÆ¦›b+---++{üø11ܶ× Ã0 …B¡PˆšÐ 5®¢ÑhJN˜*¥ŒÍÖ‘)T„©”‹õõ9©’0Òc®P¬ L™X`fnÑØ"'LI ßÒʺ®QJ˜â¦*[;‡Ú†VSÔPæ8ȹºNL˜-õEÎC†•׈³¹6ßÍÝ«¸²…0«³½FŒ*¬ ÍŒ‘£Æä•6¦ "ÕwÌøì¢F¬/K7aRz¾€0kKL JÍ­'L~aâ” à”ì:¬.¸3}æìäŒZ¬ʽ1+4ì~Z yvçÌû 1µ[fuÞõyó?ìfæ~dÎ OlëoUþí)AÁéù ­§¬¹ŠkbªP¶ŠÔj5N了4M² (Š3gμ„^5+js§Òh*¼õÛW)Øl9©W…DOO_"k5Ò–èm³ý{2aFÌuY½h|“°U¯Ra¥•µ IÖÖùj[û°©Î‹C†€¨±| £S»^ÅÎ.®üv½ººy”Tµ ´&ÛsøÈÂòæV³:s„·O»^+Ó|ÆŒË.nÓkyŠÿø€Œ ½NM#õZtoÒÔ³[Íê‚»Óf¼ß®×¼›!¡ažòŸ²?]à±8dhç½Ooíþd¾¨Õ/£›7h¶éµ2÷fðÌÙäÁi®Í·±µonÉjÊiÍš5«W¯ÖTWDDÄÊ•+;ˆÍÌÌ,>>Ã0ü]øÄn¢Š_~ù¥ƒ@—/_ŽaØ¡C‡ÈÌð7Ô ÇÕ»k&‹IÓÜ'’(æ­¿ •·éU&442Ò×eq˜õ©úƶ³‡Ô „ÿÙI×Ðr%ÍÎÆ+î^)‘YÒ\mckW× ž0°V üqßiç!^Õõb¯PP2xðv½Ö¸ó(­f?×ÃË»¨¢U¯ U™#FŽÎ/k3+Ó||Çæ´ëõ±ÿØ £ø¸¸—ZUWš4ñ½)íz-¾8eú“œV³¦ ~ÚŒY2[‡Ûª¼[3gÍ#õZ™sMóìšÓ o\}& ‚' ä×5q÷NL­êhÂÑeœ>3gÞ€«õUiÒf~?Rd÷ÌÊœë³fÏ'»ßPùÔÝktYÛYP«q £@'±­Y³0 ûôÓO÷ìÙCè•HY¾|ùÁƒ5ÅMTÕ.Ùz€þóŸ{öìé WXºtéáÇ;d€Lòɦhr[©Â+ ‹¸Vž ‰ E’ÖðW)L¸¦ÿQ[šL¡ÑitÖî-ËëÄ篧1u %-5Ö6vu R òÐ錚v½–rr©¬mn›ë ‡ºº—V·ëÕÝcxq[<ÐP9Ü{tA»^ŸŽòñ'õ*(âç?1³°!.*´®A|.6vbÀä§y­Ã-¿ø~ठTR¯…ñS§‡z­Î¿2ça:©×ë¡sÂ5ÏnÜݽu â½Gï1u ‡ø¯dèQhtžáÎÈñüºÆêê@2³J!ëì™^³¯…Î]p/­µûµ¥I¾þïå–4úP)et‹Ë:ˆ Ú±vHéðÝNTNÇ5ÇjÍbûöíÓÔkkÜU`@ÊU«0HHÎ50„«LK¡Rp†K#?ö7ÂJ‡Ý>ëj)â¢BëƒÞøý›µS€k¤sçÈÒ°5G1C[2œ‹ 4M›·þ±]+¿”·`š‹›vàtú‘Óq¿|ûሡ›w%ÞK­jâçm^7oä0‹6^lg´<ÔÉÅqVc‹ì׳™—㋪ғ/l©k”ì9žæÁfRÎßq:¾añ¢õ'W¾_´éJhà ™š±š„A§®æ¥å5¨ÕêšÂ„»g·è1þ™>ÕÏ.=+Ò¸ÐÍ» 'Ìøá? "/‘g÷hÔ7d¦Ìÿ*óîÞºFÉü ‰¶Ì¸†û¿ ]¸é ‘Ÿ­£“˜ZãloæîhÍ‘ÈgD~Ú¯Úɼ¦ÎÖ&Lšþ´-œ•KuõÉp¶ƒØvíÚõé§ŸvP*ñWóË\SlÇj"Ð,¼råÊz‰‰yáô‹Xååé8ÒÍnìh×ánÆÆ\:‹£”‹—Í1Õß>öFúüO~ijk–Å• qsùþSO@Ð(œ½bga~VM]kÐ)iª¥B^_™J¤rØ3ÆY_KÌc3iÍp2åšœ¿]þîœÆê,w¯CÍ/ÝÎP ó¿_íË37þǦß3²Š×~äÅV•Ž5 ôNw¼tã‘›1ÙÇZÚR{øLÙº§ƒzå\·œ¼’•_NË,Z9×-Øß¼¶0qJP0q&Ž0‹»•|=1üÝôeâÆÆ²ø°Yãýã~}ÅS5@eNÜœyá?J&ë´´ö´¾2uÛö’éY©ñ­çX¡2Ðgn[ëg¤‡­ßzòqZÁÚ¼ŒtdDU_ÄýÆœ»€ÔkuÁí)A3z4ýÚ³gOwôú·Q–¨…J¥’9öíÛ·råÊ.µÓ9¼ ¶­b¨Õ8•ÁÀq51ÊîÛ¶”ôuõw—Òó› Æ{[ÀÞ_/HUL%ŽuªA-h‘€R‰—7Z¸PéL £Hšklíˆ<€LXr…rñº}-be ¯ƒ±¡nyE°LZD²q£˜éë1-¸º±WNòª§Ë<{&1¯°"9gÐ8l”‡ý­§uD ‹Öí•+ (ÀÓØ@GØ\‘Ÿ]¤Tâ…e‚Ÿþ=vì¿PÛ¤Žú+{‚ïYCî$å§å7~y@"WÓ™-"Ù8—ÿ·óÔ¦Ï#@ g.&è˜×Þž=ïƒé­“3¥/«j䘻&®”ûOœN¤– Tò²wã½­tÙô³W³R3KlììÇù`nul­BdÔª*÷&Qs¿2«óï̘9;%»žJ£¨„uöCj›¤TE®Îb#þv‘¡ClÐ.Yr¬ÖÌÕapí¬WRø,1ÓRc½5œÅ<&Ø8¸`\C645‹‡¸ùÑQ· ·ÖV¨1ÐÓÓ™°v ƒ½ YN~0;9€H$kj‘˜pP¨4P«”T å΃üi‡Žpåy·É+ä•/ ›á!¾á!¾D ¦&\^KÔ Êxöžjâ G¥;qJ«#ÌÌH*kØyHt°05(,,²8œð¼NÐbíèM¥ÑWMñ³›4ÖÓÓÙüÒl‘DÊR‡ÎKÉ®'»J\MôØlvjnëh¤Æ¡¡sÉ# GÀ‚™¾ f¶:lf¹yµ@ßÐø… š5÷³¶01$dö“\a6ñsÝÜ<ªjÅ„IN¿:‹­ËÁqñâÅÏÛߦ_D}ðàÁeË–=G¯¤ð[Ï Ö~ÅŒœÝÆ€J%g2YJ%R¹J‡E36Òc²Xì¶USSS² †ÀbÐd’kÛf¡œ<÷4­E¬"…5h° Þ¶¬¦’ÖæUZ@Èäáö6æ‡NÜÕ×çÔäpìlâöݱ¤z¸æ6­[ŠŽ›t¸¼¦µuÀ•Í"…‰!•gn¨§§ËPU@um“R)g1hj¼uÀ+צøÙE|ô×Xÿ³ßa1(“§„d6>ו=˜Aöˆ(¨PâÄ6†‹ÅÊ,lÔ*…©…}—³´º²GS¦…d´×Ü?Ì”IA3³ÚúÛÈÏñòQα45€ WЩL\ý·é×sôJü]¸páï¿ÿÞYlí£l—‹¯ÑÑÑK–,y–^Iá3hí·@­n]¦Œw·±·ÄqFSáêŒ|A‹Hž™_7ÂÕâ«Õ³LLLÉ«b*e{i.—Û"RèŽô(QÉÌ-Db¥fju{‹T*U(R’ž8Ø9<ά«k»¹Øà¸úâÇúfÉüÐÀs¦R©éü&G!ÉïÞÒ*z cÐ¨Ðæ3ƒF%Z÷î|+©<4ÐqýŠiç®e.ÿ>œ8wÁ`J‹ô2cm®¾_ 23ÖOHÎË/,{/`bAi3ádCu¦ßزGõ‚"Ív›…C]OW{ÙZ!“yþvñÏs¦Šåº ±T%ÉS²j‰ªòKþVs?0³üüÛûÛT—ïá1¢‚/fШ€B.a³uÚ—êÿ.6MFGGS(”Å‹“)]Š­}úÕ¥")JLL̳ôJ ŸÁ¤´ÿÇÀØmKÛ¾‹sûçÏs‡E„¹êÊ1ž»]\R!áæpùÖcA“ˆ¬¡Õ! E¥Vÿu#_.Wþwó|s.[&W5S@Bª–̯V·o€H¦¤30b±)ñQnMmƒ©Å…Jõï]×’ófMr[û‘ç¬{µB ¯Ï!KáŠz*FÖ|êâc¹\¹ã«°Ä”‚' ÈÛ±)ÔÔ˜µçÈßÿŒ72ä¸s'ÏRZéæáUY/NJçÀ‘¿âÍÌÍÅá³\Tæ5bd9_DöÈÕÕ™lW.*»\I¤ë±[ÕJ­P©¶|Ÿ”»`¦Ïü çYö××dUu¨¹˜Þåµ­¦RRé:̽®IÊdR˜L*¤ÆÆ4:…ɤ2™ÔÎb;pà€¦^ ½)GíRl‚––¹\ÞY‘/4Ož<ù}TbPp8yÈå®[7¯74hâííË10‹E©©dR‰³óÐü‚\™Tð^®RÞ¼y•ÉbùùM€ò²¢‚‚<\­9rŒ®®žJ%g³Ør…êúµ‹LËgô‹c‰üJ…ôÁƒD©Tð^(⊊Šüü<.×ÌÝc„B.âp ëëóó³ õ*•ŠÍb988Y °¼~í"“ɘyí.ž;’xîû—Û£Güüü0¨¯¯—Éd‰¤§U`vâĉï£Cç-&?í×Ôj ÃI[S(”g›**…ª"M\¥yáW+étº²m·Z¥¤34MÁ M\%g2Xж›p•œÅdÉÉuA¥œÅÒ4e,6[®h7Ùl¶¬Ý”²Ù:¤©RHttueòvSWW¸žçbo>Íiï‘Û¿ÿ‘0nâD 0•\¬§ß~uZ)éësÞbS%ééq$mW7q•ŒXŒ þ8pö»—[rr²ŸŸ_ûôK&“õ´ r¬61ÔŽ¨5æ`j5¹8@˜k¿RÖ3Ç(”öËjœBÑÑ4©üY&ŽSi:8NšªN¦.Ž«õžoê´š4š® Wëêp Y—ïæývê¦ë°a\C]5®$öê°‰ÌïŒÙvpˆcÕùì÷^l[—íQù¿K¶ý†Àw“šYFVž‡ûPOþâï*½ Ž=úÒ@D˜WŸôç-à×7í@ÆÚ3¼7b#hý‰BUUaÇÅÅöÖ5¢ˆ‹‹ûè£}¦¥¥M™2¥ã ¯D?I¡e É"´ $Y„–$‹Ð2dZ’,BË@’EhH²-I¡e É"´ $Y„–$‹Ð2dZ’,BËxÝ’U*•J¥òÅùÚ‰Dùùù"‘¨§ á8®T*U*±ãø‹Ëôœ×Ó B“W%ÙM›6mß¾½sºÍÈ‘#»YIllì°aÃÆŽ»iÓ¦ž:’’bccóí·ßÆÄÄØØØœ>}º§5ôŸVšÐ^œåÙ„††Þ»w¯Câ{ï½maa III “&Mêiý[·nU*•IIIººº/Îýw¸\.XXX=­¡ÿ´‚ФW’ý׿þÕØØááá #::LLL ²²’Ì6sæL ‹—lii©¹¹¹¥¥åKøfll  ü177Q‰—áõ´‚ФW§§ç„ &L˜4ØvssçååÄcš«««y<^qq±fñ”””3fØÚÚzyy?~¼Cåsç΀šš×ÔÔ´ÿ~[[[Ÿýû÷“Q£——ÇÛµk—¯¯¯fq}}ýqãÆ 4ÈÒÒÒÏÏoÀ€•••sæÌ¿÷‰ˆ×O¯bÙÞ@¼3,**Š/Ÿõ1h‹Œ­¬¬€m5ceè^ùôéÓåË—óù|GGG²­^&"^?¯i]¶ó{F‰ÑwÉ’%•mlذáYʼnˆ¢¼¼œü«ct“­[·–””ܺuëÊ•+}’ˆxý¼ŽQÖØØX ܽ{×ÃÃL Þ±cÇo¿ýÆår]]]ëêꌟµª°dÉ’Í›7oÙ²eÕªU»ví€E‹õÔ bÆvîÜ9‡SXX7oÞìe"1õD¼N^Ç(»qãF‹µpáBò™4`hhxæÌ™€€€={ö,\¸pÇŽÄzY—,]ºtóæÍÁÁÁ_}õÕòåË_ {{ûíÛ·'&&FFFÒéôÝ»w÷2ñ%¢ !ú5èG­I¡e É"´ $Y„–$‹Ð2dZ’,BË@’Ehoì¶‚ØØØgB¼u̘1ã¥Ë¾aɺØö®×›âo^²`ooÿ¦]@h (–Ehýb”%üø7íÂ[B\Tè›vá‚FY„–$‹Ð2dµ•+ûÞws2}Ó^¼úQ, qQ¡*\=Ã…†f‘‚aXÌw“-¸ºÝŒt}=xóƒÛñ8LM$QTð…Ñg2eÔtß÷Á¦;ÖíóÀšŒ/q\]ß(½\õÇÓö׿÷ k{aü»Eÿ’,Á{>¶§®äÛ^.¦¦Æ:Ý,hÁÕýú£9žzí~©L¦4â°ÙŠÄе^PÖ¸~ÇžyÜ=¾ÛÿðVr›Iãiùù’³ùŸ¢_êö˜~'Ùû©USýìN_Í%~“4ÖáÞ“J?/Kønµ_yMËîã©€aØoßOù>êaFA=YÖÔ˜M¡`·“ÊÅÔ5Jê%äÞYŽ!rX2¹êÐ_é—ã‹¿_ãW\Ù¼ïdQá‘mS¿‹zH¥bä(ºuÿƒ {·Á¦ŸVoÙ}ÇÕVaîúLŽ.ÃØ€õåOñÉ5 ò·g1¨¸Zu:ýâÝ¢.{§VƒXªŒO©ø|É:­5*³4Óût‡³ƒ±\_PzðÏt¥ïºikƒOÂÜuÙtŽ.“(‹aÐͦßú],{9¾ØÚBßÅÁ õ™#†˜]»ßú™ëJ'Œ´¦R0ðr1•+T™…õše³ ™õ;7Ž™8gÚñÉsŕͫ¾¿²êì髹Ëg€ÊÆ{[Q(x8›*TxFA]‡R‹g¹ž¾š·vû-÷Ž6†,&íû5~ñ)7oý…;žÁÓ]>û¿Û3W Ûp1ñI%< ÃLØ+æº=Í­KJ¯•òÝ¿ ¾pöÚóÿ¾îë>àÃé.Ïlzµß­¤ò•ß\_y‘ÈÓý¦ßúdK«[2 ê§øÙÀä1¶ O*…mßì‰+ÙLš‡‹Lñ³¿_ÜáéJ%þÙŽ;§®äŽñ´<øïIÑßNž7e0ƒN%ö>Îâ7 el&­ºN¤¯Ë€„'•]ưA\˜äc—XÒéq ð{lÖÃôêì¢ÐcÓ½\ÌŒ8ÌKw‹5ó%r®ž9ÑÑÁÚ@®P5¶ÈºìÚÊynÑßNÚ»ù=WG“ý§ŸÊ*2Єgª{ôb¶R…×5J.ÅúØvÙôˆ¡æúÌËñ/ÓôÛD¿ àJ|ñ?ÂÜ÷žH ò·ÿ!:™Fmý\IdÊÄ'•£¬óJF¹Yì>þ¤sY¥¿x·èâÝ"ÍÇ·ô}סŽ&›w%@¿}ÐXûòšÈ,–(î§UOeWÒ0Æ‹÷ñ×]\ûæ Ä ñèC–T®’)Tšyj’/wÆÏrÞó¯€ ¾ðÇ_SÒó;ŽÖ°÷DÚͤ2 G£¯VŒº’P|äB¶‰ È馠IjlÈê²i3c¶P,'Æõž6ý6ÑïFY¸\ެ ÷TªÔ™ûê¿þ ÔÏËrªŸ}J&Ÿ<Í]"–*¯?(=z1ÛÛÕìxœµymÝÿ`Û¤?âòÈl7”Žn9a¤uNQCM½ø…¾5 ål&M—M ®.ùqJÉâoøÏÙëΧçÕ}µrÔsjP«!¯¤!öváü g¨o’€§5651d ¥Ïê‘.‹N´h Ç$Ó»ßôÛA”¬Xª¼\0ÚæÂÂßÔ2ør…jáÌ!—⻘d ¶3úp†‹‹ƒ±.›Ža˜©1ÛÏ“—U }=°Œ8̱Ã-À‚« Ié5†- w¯¤;¾¥æÔ*”øü ÁV—yƒ ©1{˜—F¥Åò ¾°stA‚a@§Q,Íô†»˜SÃÌ‚úJ¾0lª3•‚™±ƒüížåÉã,>…‚Œ¶ÑeÓ?_2‚Hì~Óo ý10€£s²‹n%•wHWªð;ɾ¼äô.–Z[Drž©Þg ­,Lu™tjS‹ìÁÓꃦ@F~ýµ{¥;Öå $N?u²3úφ±á‘—ä ÕÝGã½­î>ªèŽc-²¿¥üsGð„ÿ9ühð2o¹gÒ©+ç¸Y™ë©*j„[÷?è²ì—ËG~¹|$(”xqeó¶ID6ýœ°ú¯?wÎ+ñk÷K;ŸÕeñšzñO¿?^9wØ’YCwO9̺ÙôÛÄ~ZLlll`` qóa7Wï·®SPÖx诌WìÚó P0 @O—qúÇé 7]©ä ß 3éç·Åìß¿¿û·xkýÓb¬Ìõ¼]Í;Ìš_'ö–®Ž\•¢§ÃøÇ\·¢Š¦ªÚþ¥×·ž~< ƒºí`Remß©ÔWèéÒÿæaÁÕQ¨ðô¼ú¯þ—ø.„ýŠ~$Ùî}±¬»¯az¥Œñäñìñcn½DËI¡e¼ùÀ —¿·D¼k¼aÉöæ÷ìˆw ´ $Y„–$‹Ð2dZ’,BË@’EhH²-I¡e É"´ $Y„–$‹Ð2zuAu5z>âe°°°xé²½’loF ^ ´ $Y„–$‹Ð2dZ’,BË@’EhH²-I¡e É"´ $Y„–$‹Ð2dZ’,BË@’EhH²-I¡e É"´Œ¾|XççŸÞ‡µi?üðÃsö¢ƒÓWUõñóeûí·¾­P[øðÃ_˜œ>¡ï‰L¾BìÝ¡û?ÛD§÷ X¡e É"´ $Y„–$‹Ð2´R²J¥RÞÃù®¢}’ÍÈÈøå—_JJJÞ´#ˆ7ƒ–I–Ïç_½}µRYùë±_årù›vçUQPPýÃ'~ù¥¬¬L3½¸¸øØ®]1ß}W\Xø¦|#Q«ÕJ¥òõ·«M’•Ëåç/ŸW)çnœ“Þ’vñÊÅ·2<¨©©¹ùå®çÏÄüzmëÖüìlÇqòàþýï7¼tjð…ØÓk× …Â7ëç½{÷lll^»Ú$ÙôÌôÂÆÂñ ÆÝ)º%÷ï<ùßÔÔTÇ;çwîÜûï¿ïäädiiéââ2“"vpÇIDATcÆŒ„„„×ß‹WG—,ùÕÓÔÔôÛ‰ßÆ‡/?.NÆ*•£üСCMMMŠìÞ½{Íš5 ,HKKKKK›?þªU«öîÝÛ!ÛãÇ×­[mgg÷:Ò}œ+ÍLUtª£+×ËÉÄ2#õþÎ…ÇöÌ0’1håÅMõE‹©©iç²?þøã§Ÿ~:yòä„„„âââ«W¯.[¶ŒÅb½þ^¼:úµdKJJ¢¢¢š››à?þ°ò²Ò·ÑKÌo7ŠJ%F|î´iÓ˜L¦f‘ÚÚÚíÛ·ñÅ ,àp8'<<|ãÆÛ¶m«¯¯'³/Y²äÇôððxݽzæææ.a‹+$ •ãP®× “‘-Åïse†j^ZmNqÓSž•ßêÕ§CÁêêê;wFFF®X±ÂÔÔ”N§[[[Ïœ9søðápàÀ___'''ww÷ãÇEx<Þ¹sçæÎkcc³hÑ"•Jùùùááá8p`xx8‘óÑ£GÓ¦Msww÷öö>qâÄk<é×’½›p÷Æý—._ÊÎÎ~’÷düÜñГиÍù-êÛÔ¯—n ÐÑÑÑ,¯P(‚ƒƒ5ƒƒƒår9ùý(ÂÃÃ×®]øú:Ó<}|œ—­ý5W$U¨œÜLÇŽ´4Óaä¤ò³óÓÌ,ý"#‡yyu.• R©Þÿý.ëtvv>þ|NNΊ+¾ùæ2}Û¶m+W®ü믿®^½šžž.•JØLfRRRnnîÖ­[ ©©éƒ>X¼xqjjjttô†  ^Qß_Hÿ•¬\.¿|ýò²íËRÊE~é?Ï_LÝH¿*Hit(¼ëË_¼<½h´Ž·õ011ÑLär¹PWWG˜ûöí …ýù%å ÅuÔhƒ °3y*ÂdÓªËZÊK[ÒY:.K—ºz{cÖ¹TCC´u¶3~~~ÆÆÆ"‘ÈÆÆ¦±±‘L_»víĉ=== ¹¹9>>¾²²ò믿666¦R©DÔtýúu©TjeeõðáC±XÌårããã_EÇ»Ã~¹ýs¸víÚÐqCi(…Ü<½á:ÖC­/§Ç6d59µ¸¬[¶ÞÙÙ¹ËR„XëëëÍÍÍÉDB¬¤Ž×­[·{÷îððð'Nèëë¿ú®¼ ™)ðGq3œŒe¥X­¶°Ö·¯“4äÕ—üùgŽ••‹»{gÕ@uuµ••Uç 9räȇK –––@¡´^|>ŸL$©¯¯Ç0ìàÁƒ„9|øp33³¾égÏé¿£lyy¹P$̩Ȗ™‹Ù¾Œ¼–œ'©”X-Zêääô¬RcÆŒ¡ÓégÏžÕL<{ö,N3f a2™ÌC‡á8¾páB‰Dòj»ñR¤<|Xrrÿ C©.†å¦Õ&>¬jj‘³1^VÚ½Ÿvæegw.åëëK¡P~ÿý÷λrrr6lذgÏž]»v-_¾ü9MõÒÒRÍDkkk•Jõßÿþ7ª©S§ö®‹/Oÿ•ì¤I“ÍŒØýçRe­²ærêyámÉ’ e£F"‡„ΘššFFFnÛ¶íøñã---ÍÍÍGݾ}{dd¤æ7¦¾¾þ‘#Gjkk—-[¦P(^K‡ºKMMMí•Á†= %ïi]NqS<Õ8:_Ò63¶Íxz{çÎÎë²<ï“O>ùßÿþ÷í·ßæçç777>|øÚµkDÌÀçókkk/\¸DIâççgeeµiÓ¦ŠŠ ¡Pxÿþ}˜0aÇÛ¸q#Qðùü×8^'ýW²vvv+­k4¡ñn³B¬(ºU4d†¿¿ÿsôJñã?>|ØÕÕÕÍÍíèÑ£?ýôSDDD‡l&&&ÇÏÉɉˆˆx#WqžEff¦[h¦æ¤òs‹›ÒyV~‘‘.+Ö³±Á®¦Íô99Ä7x6nܸsçÎLž<ÙÙÙ9$$äÞ½{¶¶¶ÞÞÞ³gÏž={öÌ™3}}}===CCC»lÉd=zT©TúúúzxxìÚµ‹HÁ½û·Ï•TUUõÈ Ä;N/oΦïÃ066ö›¿ÚÛö_DAþІÐjk,+Œæïëiiii}é â­&«zËBÛO¾½Fn´ è7tèÿ·¿r 0kIEND®B`‚gbonds-2.0.3/help/C/figures/menu-bar.png0000644000076400007640000000327011107720364014716 00000000000000‰PNG  IHDR?NÒÌÍbKGDÿÿÿ ½§“ pHYs ØÁ­ "#tIMEÓ 9 ÑF¤EEIDATxœíÜ}HðÏ~xN¨\„Z}qVR™ÌC›ËX=¬'*¨$çZAT`Oý5éÂH(²×J¦µ9K)ˆ¡ÁĘVZIiЬŒ–Šn&ƒsÛïã7Ží6÷óvÎÍïë??»»ïû{»Ïæ÷8åõõõ†a1èŸhÀ0l‚p÷bX¬ÂÝ‹a± w/†Å*ܽ«p÷bX¬šx÷z½Þ±±±FÁ¸3uÞ¬©“$L¼{ÛÛÛ322"e„Ba{{{t3Ä„©ðfQ¦N’8ª{Q€ºº:«ÕŠâ:VàÐëׯÜÌív{½^z¤–––?þ°ýüùó›6mò+îÝ»÷îÝ»“3}?g!tåÊ•IŽ B¨©©É¯òäÉ“hå™>B¿|ëÖ­;vÐ+‡Ãd2q)èÐÁäääø"©Õj“É”ššÊfh•J¥Õj»»»Åb1U±Ùl¯^½ªªª€É™>ïy8„Pø§‹{ÿû7ç÷ïßïÞ½Û¯ØÕÕµuëV±X¼bÅ ƒÁ¡lÌz{{wíÚµaƼ¼<¿HEEE V«/\¸Àfˆ¬¬,©TzïÞ=_Å`0lÙ²%99™>ýÀY¯[·N¯×€Óé\°`Ayy9x<žåË—³É·oߊ‹‹—-[&‹5 I’ÁН×[^^.‘H²²²²³³kkk9 F }a „t:L&‰D=â4I\ŠÀ=çááa•JuàÀîînNwæÌ™/_¾°?,£ÑÑQ¥R¹}ûöæææÎÎN¿WF#ÔÔÔh4–íÛ·¯±±Ñáp€Ûí~ðàR©¤oÀ8ëüüü/^€Åb!¢­­ zzzø|>Ë<ŒH’,))ÉÌÌ|÷îÙl6›Í×®]c,úvùøñcEEECCçOŸ^¿~­P(¸F 種®¾yófIIÉéÓ§‡‡‡¹ —ÆéÞ£G ÿC}³zöì™ËåJOOùòåèèhJJÊóçÏÙ'£- {zzÀb± ³?~hÛ¶mKJJª¯¯€¶¶¶ÄÄD™LF߀qÖ¾îmnn.--}ûöíÈÈHkkëš5k¸ÙÙÙùýû÷ÒÒR‚ æÍ›§T*ëë닾]ABBÂ;wz{{“’’RRR"’äÈ‘#ô59U çÂ8{ölnnî¡C‡\.WàÇ1Ú8ëÞÊÊÊqWY<O«ÕR?æææ¦¥¥±OÆ8ôÏŸ?“““Ù?4>Ÿ_TTTSSsðàÁû÷ï+•JG߀qÖ‰äÇ6›Íb±”••ÆŽŽŽÖÖÖýû÷sÒn·€¯SSSív;cÑ· B¨¶¶öúõë …bÑ¢EW¯^•J¥ì“ø­Æ©ç îPÌ™3FFFØ'™VÆéÞp…B·Û]QQ1sæLöG mÖ¬YN§“$I‚ 9K¥RUUU=}ú´¥¥¥¬¬ÌïÕ`³ÎÈȨ¬¬\ºtéìÙ³ ÍfsWWWuu5 ©fèïïŸ;w.üþý;--±HßK.—Ëåò¡¡¡K—.>|øÍ›7\dƒ §ÈjµnÙßßóçÏç(I¼ŠÀºwíÚµ¡sçÎ €Ýn·ÙlìËhÕªUçáLJãøñã̘1c`` "c-^¼xåÊ•'Ož”ËåT'Лu~~¾^¯ß¸q#ÈårƒÁ ‰AD"ùÉËË[¸pá7ÆÆÆ~ýúUWW·gÏÆ¢o—¾¾¾ŽŽ’$Aff&©|¹0H’ôxn¢ÀOß‹qMµs5­àï^,jV¯^ÍòÁ¸é w/†Å*ü÷½«p÷bX¬ÂÝ‹a±*áëׯÑ΀aØDü «‘ðH÷QIEND®B`‚gbonds-2.0.3/help/C/figures/main-window.png0000644000076400007640000021416211107720364015445 00000000000000‰PNG  IHDR„k- bKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ *ëVÿ> IDATxœìwXÇÆç wG﨧€€ôÞ‹(X(*R±{ v£ù%Qƒ`,‰1ÖˆQƒŠ¢¨ˆ˜D»ØÀ‚H“*½s½ßýþØ»c9ŠH‰IœÏã³¹wwfç; ܾ™ùî,F$ @ üÉÎÎFK¼ôb€d\ÑILLÜŸµvíºA îóAÔ£øò·ôñ_t!?E¨ƒÑæ?ûÿ³£û'ñ1Wê_tU?»ïÕ¿‘Œê¬ãŽ.xp¬ß'OLLŒˆˆø›«#nGj†ðÒ½ˆJMM•ûê—oæ÷»@þáˆ@„‘5B˜˜ˆÇã?Ê< -Äß\] p8â„°@â=zôèÑ£‘#G6LKKK]]]YYYAA@ àp8ŸÏçp8 ƒJ¥¶µµ555Õ××÷t¹Ðsk"‘=×& °ØNÃJ¥PÀÃãQ’Ï•CIŸCá%-y,"¡Cò¹LR'É'vH‡.O£$MQ%Ù4Ey9©ä²(J hÙ®¬Ø!9Ì6%B‡d´ªv’-jÊ’MoVW!¢dZ²hšª$”lÐRëLj½–:JRê:¥Ôj£Ž2Úkt4äQ²z˜&J¶U GIzëûáZ (YIÖî´–Š‘:в¹ -©ÍeºÃ•P²T-›JôFtHJã;ýÊ(Y<šÜ!Û GDÉúBÃQ*(Y`ˆ:ÚV—ßùèÛ1º*¨£yÆzª²öMg™k¢ß![ksMG«uÈšWf(ÙRýÒÜ@%_XvÈæªK#ù>Ûj Z>·6îM•Ï:ÉŠ§6&šRÙXñÄ-ËÛš¢e–J6”=²7CˇæZRY_úÀÑ%Kî;Yh£ä='ËY÷î®s'yÇÅJG*k‹o»Z£dQ¦›Í0”¼åŽ’5…¶PB åAÖe¢ÿöÛjß ¿ÛE"!òA(âñxCCC==½~Xˆ¿¿úû÷﫪ª^¾|éää$…@ `0,‹Åb‘” ;0ŒtnM$a±Xé\›H(ÀáñBa‡Äãñ|äj x‘ÏïD‰'‘>G^^ËH¥‚¼G*y,E%W,ù<–’’2[*¹ eeG,y†Šª‹Í—Hšªª:ƒ%‘lššº:ƒÅC$—EÑÐÔ¢3¥²]SK›ÆK³M[{•ΕÈVaÃ)RÉh6|D;M,Ùôæä‘mTŽD6 ’J­qä(Ý ["tuõ›Û%’Z¯§?º¹M,™”:=}éQ&¥V´a“ä(£½ÆÀpLc+K"« ŒZ$²­ÊhŒI½DÒ[ß11«ofJd¥±‰ym“XÒZ*ÌÌ-kYnfaÝ!›Ë,,­«ê鈤6—ZZÙ¾—ʦ+»÷ubIi|gcëPYG“Èb[;ÇŠZ‰l(²sp®¨ËöúB'—²jªD88º”I޶Õå;:»¡Žæ;:»—TQ%Góœ]<Þ½§H¥‹›g‡¬ÍuuW\)–­µ¹îã‹*ÚŲæ•ÇXïB©¬~å9nbAy"[ª_Œ?)¿L"«^Œ÷žü¶´‘Íï³½&øæ•Håó “üÞ¼˦Êg'ûwÈŠ§“|§æ·Häßi¯%²±â‰Àë"‰,ÏòõŸþJ"ÊùO |Y(•§L ~QÐŒÈúÒSBrò¥ò~@`hv~“X–Ü  Ë~+–uïîÏ|Þ!ï…Ìz–×(–Å·CBg?}#–µE™3fÎ}’Û ‘·BgÎ{,‘5…3gÍÏz %”Pþëemá­Ð™s¤ûMº{J¿Û|b/"‘HNN®ž¡«…øTÕ<ƒáñx©©©#GŽüØÐ'BÓ£ »z D …|ˆ¶DD"±Ïˆ-¯ ˆö@ŠŠJl®`Í\;:“áy¤*ã˜l$–\6õÈÑá´u:y a(Äñ@Í]=P+…sìûIªòÓ—'Èx Ýñ@£ ŒÐÈÀPì.ì hn¥Æ{ÞáÚºñ@uIkíâÌ­ÐÈÜÒzë 7 Uùð¯ÒT…ö@Ö<µ­}/ÈÖÁ íì{ö@õ]=[i•T¾uvñ@["×±}ö@¯e<Ç8ï^<Ð8ïIù¥b‰x ´%òžØ³ª|&ã&Ëx ß©=y Æ²¬nœ‚²D÷§MŸÑgtWÆ£=Pñmè „òó·f†ÏË’üu7”=šäð¦Dü]Çeµ+*kHïΈ釉A,„Lõ7"§E\ŽÌöøñã½WÇb±ëׯ9rDÚ\dd$ >>ÝºŽŽÎÇœœð ³™B¯[·ƒÁüúë¯2/_¾ƒÁœ8qBZô@F|( ¯¤yÃ÷=ß.užèªWVEYs tëähd «¹(ØÒÚXKY‘Àå šÚXÇ.¼~š[º÷@ \ž¸.âK8Á¨©…~ìt‹ žâéâè½{ uuÍžßÑѵäÔyX¨³zó!ä%ã ËŲ¥ú¥ç¸ÎÈ åªrºx NÃB²ÈgÊÙV—¯6Ì´wD ¿[æb8J5.éA~q3ÔÖÞXÇespxyùž=åœn«ÏÇâåˆÊdŸÛÕ©õî:Oux .«\µå$ƒÁãqŽÖ_„z~½Ð>dÍ‘€žC

_ÜØµ£=zX¨VO¿Ã1)µ=P Ú1Ú«@„B>èÞ™Éx ÎSc<™…uuCú³‰D=y jS‰Œ²±Ey ÆbYä ã\d=P穱¾{ 7O´rs×£ªéê:OyuX¢æª/oŸ^C$!ˆÏê“Ux|AâÅLQ ƒWxZPÎç³pX‚žæú/LôÕäIøªzÚ‰+o½¬Ý¶Òm¼ãÈ­ï¾*nçp ‚,|=ôgo¼|ç÷/šÛYs6ÿȈmig=ÿ*r¶‚<>î|öíì&›o¬§9ÇÖÌ@Cš©í³ìM›àn6/À|4Y‹Å´¶3KÉ»û¼)€ !³{²‹TG¨ªª×”}ê) é-ek–Ïö;Z[C¾©•uéFîý—DÄôdć6µ2N_+\d© ?ž’w!ýÉò(ƒ·vžý$W]T^6Àj4aíÂù£†)c±˜V {ïo·«Zd¦Æ »2ÖS[1ÓÜÊx'þI{Ìè’ä(;5†ò@vÎ=y öú‚®uôÃ=5æ&3,$ãÆöêÆÈɤuö@(K$ãÊ»z ÎSc²(DÖõ:5†ö@A!³zõ@²ScŸüËJ(¡tY[”Ö‘ÔVûÆÖÁ­Jòe. 1,èÎBôÝu[|È õRýÈ‘#kÖ¬é¶"z" m`dÇ”¹0tå•+WÊx ÄÄDt¸]Aö?z^$ Ç»™ó¸T»s*¤Go=~g£Ìa´**ýÆê_HÏn©y#@¥H?y]'‡Ç];¹iÕBc#]¢‚:IASE}ày^mä¶³+¿=¡¥FZ3ǚˢÜ~úàå EmoÁ`Àd7½?4•„|^Kík>—PQ’û"`Ì­¬wòDü¢›¶¦:%¹Ý˜,õ@ ¥÷;ÒƒJ…îw Õ—ÜA Õ¿»Úa‰êŠ3gÌœ#õ@uÅ·BgÎ}Üa‰2fΚ‡ú…J(ÿ­²®èVèÌŽÿÿi~ÿÜÕ}ìß" ˆ‹‹‹‹‹‹?~üxBBBWÓmu, úदÃáp8‡Çãq8\\\¦NŸ>“€Ç‹Ÿ0Çá±èX@¥³^ÔŒu2|úX;òÝÇ@BNa#Áñr7'âXÝôpXlêT´äEñÙvÅgþý›Ã›åoz<ÚgÏ÷1Ã"Q}+óâ|«¨®ÛNãhª+Ñ[+žå¾§3¸^nfD,ÝÊXk¸–âõŒlyeÉãÄ"‘šš€Ëã/Ú·÷×Km¦ªŠZãé0RU‰x;+¯¤¼ZIÛ`Å=bó„ P áÝìôU´ô^” ¨D<‘$äQµ†é09^|ãö,‰ŠtÛéng¦}ôt惧ų‚<?IÉ/©?{½âcÁa4ò9­1½ÜÚÎPUQhl¨Ä᱓Ýõq§oT6ò%Ó}@O´ˆ°åÒF¹Z O$áðX.£QßÀ0ÄÇ8#>4#>ô÷&64j¥q‘Kçl¦¨ª,ëÁ›²Š%mS!ÀHL6‡·.êtÌÁ«W;jÓ»ÙÎHÀ…å­‡¦z™rHùŽ€)LU[ßÊB>öûõ6:F0³½Ç“ˆx7;}¢Êȇ/ª„8õ6†øÊh+·±w¨nbHd™ƒSU£D¶–Ú99W5ˆ%½¥ÄÁÙµ²ž.‘ï]+%Gi-ÅN®î¨£ÅN®îuRYäâ6¶\"iÍ…®îžeµ4±lÊw;¾´F,©Mùž^%ÕT±l|ë1nÂ;©lÈóðšP\EA$¥!wœ÷ä¢÷YŸ;nâä¢J±l¯{å5ɯ°²½CNöÏ/—ÈÚ|§ åDÿioËÚIJ&{’@žD¶ÕdOöŸ–W*‘ÕÏ|¦¾‘ʪg~A¹%bÙZõÄ? äµT¾2%pÆëwbÙòþñԠЗŭbY™5-$ìe‘X6W<š2óJ†ÌÊ)l‘ÈA¡³³ IJ©âAÈ̹Ïó›Å²üþŒ™óžIdcÙ½°Y󟾅J(ÿò~hø¼gùâ¿ýÖªgÞ“üKkÄ_ª"MQIƒÅàðÝ[´Iè]v­ŽÁ`z*>ÔSuiIzjÈLŠ¡]R||¼Ì ƒILLìvjDèXqÍã—•–º³¦Z+ÈË=ÎÎ €Å`ðXì×µS< <tƒ'ýy¿ÁbÖ%a™)‘€'G¿•C½’yÑx$á‹wOÓïWï¾m:zØæEŽê*¤êzª–º@ à))*=z]ëç1zœ£ž£ýÈ’÷­ïʪG؉½+ƒÁ¡PYcÌ]„ˆÿð‡©íº¢²¦’¢²tÁLûtæDòüc¿Åä—6'\Î/*­RÕÎ`ñ%ýìü¾Å`0:š*«ùnZîof¬¯£©¨mh76wna`õU™”:K[q 4–Î ‡Ä@"àµÔä*sä Œd¤ŽÁ bðDb(­¦°éMF††­4îŸ*þ¸•C§4ðø‚ÚúH#‹Ú`nb h§Ò•5q†œä‡„Ídq9\>AE ¤@ ùª$$`u ²öˆÑHÀ,jIHeè€L ø¼Nëtlccuô‰ô¢½«l=v!_MÐ[*ìììk›˜H ô–r{ÇêF†X6—98:U7ˆ%­¹ÔÉÉ¥ª.–M¥ÎN®ï%’ÚTââäú^Z¸©ÄÅÙ­²^Zø‹³»TR›ŠÝ\ÇVÔÑIJ±ØÝ}\y­XR‹ÆzŒ/«¡ŠeC¡çX¯R©¬/ðç]Z-–íõùãÇM,‘ʺ·ã½&–T‰e[]ž÷Ÿwï)bYûfÂDŸâJ©Ì8Ù¯¨B"k^Ošì_XÑ.–Õ¯&ûL-ÈÖêW>>S $…[«^ùø”KŽV½ôñï-U9þþAoËÛÄò}ŽÿÔ ·ebÙüþùÔiÁy¥Yù|ÚôoJZ%òÙôÀÐ\‰lªxúúD–? žùª¸C£eÙ£³^µ ²±ìQhØì…PB åB†Îz!ùën®|îç/þÎqhMÇ“é,Ž þæ—±wîܹxñb·ÓRóæÍ›2eŠŒ…©ŽÐí@%äôT‹Å®\¹²kë‹-êÉÀtó¼™´PBBèÕI§ÖH¼Ì?dÿÓW•€¥s&<}UÉa‹S€1 E†ÚV-˜¬OVIºr_]kAN©KÀ%%E<+O$è Ómåj½=J³­þÝ‚ ³áZŠá_ [ñsexØ‹Å>~Uösï¤û×Ý<’¼’²rÇbzÒpr8,^N:™'Âà#tÔ¢ªPV$JË¿¯nS¦VHå›N²1×wjpA9E"_ûO Î/Kz”PBù/—ҿI>SÊ$ß9BV£¾¾>_ "¡îõ2¢'HJJêj!dª#·ÈnçѺ:¤®Õ»õ@ÈvÁ‚ݘŽÑ n§îNž<¹xñâž<ÔLð«3#7\ä?uÔÚFYGùÆlUM‰ D’\y¥±•¡£¡ü(û]IY•™¥+r¡#DBÑW‹ŠÊÛ[hx¼œ½¹6 ¯¨ŠA§!c=LU'èÔŒu2¡ qåÕ´¦V†¹žP(Jû뉆æpH*B “Fž[Ô" MgÝJåŽw5—®XÜå³\Þ7·QÉÍ4"€BcV¼Ë3µrðxLuuuÄÇø{ÛŽÔÕVQÖ77Ô44SÎ_}²yå´M+¦ÝzÚâcHN{,G JcÀâ°\ŽPƒŽ¶N~i«£…ζu!êêêD‰c#àq³üFWԑ뚘ÒZ›jµ´u‘SqXí£Fê3˜|e%"É#FÒü‚ÒV‘H4yœ5….ðp2‘“wjÔH]‘€714~$௻¯åä™OÞÏ 0“ ˜D”§Ñù’‹&­o õmvkIÕÆDkÛºMMm¢äügÝc2;ÖÎÁb±**j&&fÊʪï«*ª*ËÙ\Ž<‰4rÔh=ýÑBŸD"ýõç5"‰äé9Q à=yü€ÍfOš<@§QòÞæ²Ù,có²òw6{Ê”é\žàEÎS:Êãóðx95u syy…®kj£¥Ï!É+”W”—¾+êÚ©Ì[H¢Åé n2fŒ’²*‡Ã{_UQõ¾‚Ía+ÈË“GêëéÆ ŸÇ¾wï60àáƒL‡ƒÌd2^¿Êær9Æ’€½¼¼•”T²²!ãðx-M'È`„ IDAT-£1fòò ©¢¤ÂâHViâ1U”UYlñw<.SE-**j½IU5«Cªªª1;$]UU½Crèªj¤šZÇ›Rd%›¦®®AGK éú™<6U]C³“ÔÔ¤K—’bS44µé’%Å»JMMmZjiÓ$+KqYMí^d»–¶µÉaµik§ÒÅ“Îf›¶N¯rØp*M²f³mذá”eëðá#Ú©=É–áÃÉ’Ñ2bjP(¡„ò¿"9ÌvMmé·™PÀÇÉÉ!7ë?ÒÎf¥íˆ…˜>}ú§ªž““ãé鉴´´p8‹õ±§À`0ÉÉÉ»ã³Bg-Ý^E‹–æjó¦™=s/éò#¯‰1"€Á`: ‹DlNjɀH„Åb„=J!‹íŸ5La²«naE;—'t0×MVN87!ùÁÄI¾ÝÕ`±8´Äaq© p¸^%'Y!‘ HŠ„|9¼¿RÀ—#ÈñÒ@WÝˉ\„tÊLkôHi§ºæÉ}—‘'éƒHÀ%H¼ŽE/¹Ä‘$"‰Ëï›äsI¤¾K‰$ßIÊËKW×ü ”——ç ŽdËË+ôUòXò ŠÔ  2RQ‘ÃíQ"ïé«TRbs:¤’’’ô%3.KI-™JÊÊ}”2ïìƒJ(ÿ3RÀc)*(²yÒo~>—Þ/%Ÿ|tu×@,D@@À§ªžíééÙ1)Æáp>öXɘ’¦ZÇôSÑÖPüó~ñÙ”;VÖÖZj @òP7r;IÉä Hw… ¦y;ŽPT ¶SYgSŸM̰´0×TSèZø)…,VF V$í Õ)Uº°H$ÄbKⰠ¡B!¯ ¢$®×£½IA_¤RRQ(}2©Ð›T”H<^QðA)ßI*t/ùPB %”ßñ7?êŽ#Þ9 ñi«tnò¨}ßëw¶A$ð‘Ô·°Þ”ØÙZÚÛ™#O'}*2WfÜɪ¯oâp¹JŠ .¶®.vXìÞòç?Ù)üÓ …ø´Õ2èrðàÁ~÷_MMmw|VÕ˳ƒq1!ükеŸ÷åL‹~WWSSkooÿTÕëÖ­¯E]WW‡ìÊÈÈðññÈI!@þdddDDD ž'77×ßßûÁ:@ ÿI  ‚@ ò™m@ Ïhƒ |¦@@ ä3Ú @ Ÿ)ƒiƒD"ŸÏÿp9È?€ÎëŸ @>7Ó=~üXOOoOØtuu?~üicøWðOøa!üs"@ ÈçÆÇÙ r’’’²²²ÈdòÅ×KÓ“'OîZL ˆD"tH·nÝjjj`ëÛ¶mó÷÷—Ù9{öìS§Ný=Ý—¡ëÕ “É?þøãßFOÉä«W¯ÊìIOOÿTñ@ Ò-ø­„ÞC¥RSRR/¤hº'¬¬¬¤!EDD¤¤¤hkk¤éùóç'$$¼~ýÚÖÖÙSUUõüùóß~û ð÷tMmm-òL&÷ý²@ A3“byyyaaa2;srr¦M›fkkëì윜œ<ðVz!???44ÔÇÇÇÉÉI&¤ððp@DDDTTÔ@š055uqqùý÷ߥ{’““§Nª¢¢‚î~×^Oš4éÌ™3¦¯¯¿wï^€P(´¶¶H<½P^^>gÎ333[[Ûèèh×ÓN‘H´wï^{{{SSSssó³g‡öõp½ÿbÉä“'Oº¹¹YZZ^¹reH#@ dHž£P(óçÏ_´hÑëׯOž<¹yóæÒÒÒ¡hÀd2çΘ‘‘‘-sôÂ… €ÄÄÄèèè6ôÅ_¤¦¦R©T€@ 8þüܹsÑºíµ««ëÓ§OwïÞ•““{ðààíÛ·D"q€ñt Ç›7ož¡¡á›7onܸqãÆ_~ù¥ÛÒ*………û÷ï¿téRQQÑ‹/üüü†"0„¾üb?~ü×_7oÞW_}E¡P†.@>ÚEFFêJ@ÆZº’™™Éf³GõìÙ3&“©¥¥õðáÇکi]]Ý·oßîÞ½ÛÚÚ:gΜŸ¿wH$ÒÅ‹< nnnèÝöZjƒ222Ö®]ûêÕ+:~ïÞ=ooï¡2;;»¢¢bíÚµrrrÇŸ;wîÅ‹»Ý)­¢ªªŠÇãOœ8‘ŸŸO"‘´´´%’/¿ü·„ììË/Æ×_íèè¸téR6›ÝÕ×B 2ˆ|tnÐÑ£G?˜‰ÒÒÒ‚Á`éè訣£ÓŸèúÐtMMŠŠ @øù{‡H$†‡‡'&&.^¼øÜ¹ssçÎÅ`0èÝöÚÞÞ¾ºººªªêîÝ»111.\xòäɽ{÷,X0A666¤VF[[»±±±ÛÒ*d2ùìÙ³‡òóó300øùçŸ]\\‰LÆâ„úò‹dqihhètúÀ#@ ¤'>Úõ]]]@°ÿ~%%¥¡8?eeeÆãñäääZ[[‡´­ùóçÿöÛoþùç­[·bbbdŽöÔk==½£Gš˜˜¨©©yyyݸq#''çøñãC!â*𛛇 hhhÐÑÑév'ºÖ¸qãÆ×ÞÞþÃ?¬X±âåË—Cèáeeeu-ÙÜÜ 1bÄE@ ¢Ü  &Éäo¾ù¦½½ÐØØXUU5 ÆŽ+ /_¾L¥R×­[×µ€¢¢bKKË ´5fÌww÷ 6Œ7±hz굫«ë™3g|}}ãÆKNN¶´´TUU”dprr=zôáÇù|~]]]RRÒÌ™3»Ý)­R[[ûäɧªªjhh8QIéË/Ç … £F²··Òx ò™3$6ˆH$^¸pÁ`¸¸¸ ü´2é&d2¹±±QWWwÏž=Û·o÷òòBßÝ¥¬Zµjýúõèl˜A£Ñd’£zêµ›››@ @l‡‡‡H$¢Ä €œœÜ™3gŠ‹‹---ýüü¦L™²qãÆnwJ«°Ùìèèh+++ssók×®;vlˆb}ûÅ@žhËÊÊ:yò¤œœÜÐ@  ‰êêê‘‘áããóIC‚|¾Éä””O@þƒdddDDD ž'77×ßßÿ#rƒzY+YºšßÑû2ÍCÝú?!>áÏâƒüÓ®@ =ñ6èÞÀ>ù½ó“ Ã?-4‰íðáÃÆÆÆƒ @ ½0$OŠA ý#44ôS‡@ ψ!I‘†@ ùçm@ Ïhƒ |¦t“TVVö÷Ç@ ò7Ó ‚K÷B ùïQZZ*³§D¡Pþ–` @>%07@ Èg ´A@>S  ‚@ ò™m@ Ïhƒ |¦@ ˆüüü°°°°°° 6P©ÔO@>hƒ CBmmí¾}ûÞ¼yS]]=¸göññ‰‹‹#“ÉÜúøø nÓ]¡R©3f̰°°°°°¸{÷nTTÔP·@ Aä¿iƒª««‹ŠŠ6lØžž>ÞË;==}„ )))‹/®­­êÖ£¢¢úxŸFoÃÂÂZZZ+†°°02™L&“ ¥[«­n©¬¬$“ÉÇóæÍ† ñÌaaa†††T*ÕÈȈF£3†N§›˜˜0 SSS&“iffÆb±,,,±Ýn‰_°`···¼¼üÎ;¯^½š/a¨›†@ ÈÀùOÙ Çß½{×ßß¿¬¬,11qÏž=l6ûÊåKUUU>$É+ÆÆÆ®]»öîÝ»C™LμW~ùòå›^¿~—S/++ëe›››{ïÑûU«Vï]QQ1XaÐh4ÖÔÔ$Ý …Bš++«7ÑËÀLnnîÖ­[ÏŸ?O$CBBÑ EGGϘ1ãêÕ«3fÌHKKC>§¥¥¡·AAAÑÑуը”}ûö9Yƒ<Èîä@wòÔ¸ààà»éw¯·±±ñvµŒœ3ù7ÁÓš!ù‡ó±A',,LAA¡²²233³º±-""ÂÇׯ¥¥ÅÙÙ™D"}spü¸± çÓ¯^½š‘‘1¤N(::zÚ ä”{?ïݱfÍW_®œŸ‘‘ÞnX¿4++kíšE÷ïß_»fÑ‹/Žùß¹äÛgÎ$úûûJ YYY]w2 éç¼¼¼·6zôèöövccc:ŽÞZXX$&&îܹ344”J¥N˜0áñãÇouõêÕ &üðÃvvvÈöÈ‘#ÁÁÁ»wï¶±±Ù±c‡»»{zzúPLQíÛ·ïæzpr!8µ_¬¸/f#‰Dš8óÀÉô8Œõ³ô Yä.¿y7ªZ´hÑ @ A‰DuuuˆÎÈÈÜŒŠ9sæKe`àô!º9M™2%/¿ÈÃÍyáò5óf;v,111==][[û›o¾Ù¹sç‰'vìØqå¯û‡~Œúî»ï|||¼½½=@\\ÜŸ7^øåÛ_$lÚ¸¬¡¡! ==½õóó»zõjPP²Ý¹kŸ³“õ©Ä?¬-‡­X±bà1ÉdöäÉ‹ÅårÀårMLL ”••>?H&“étúÅ‹gΜ™šš|ýúõiÓ¦!Ûo¿ýÖÏÏO xyyíÙ³ÇÀÀ`úôéƒÒ5ƒŒI·AAAÈеkב-@ô9P2™œû= c†ë5J&l6PUUUQQÑÒÒB£ÑÈd2@À4¿nzuu÷Ÿ”¿a@ }$###""ñ<¹¹¹þþþC>T\\¼)ù›MÉßDž^yzýÝLLL*++HrãÇÿþ›     ¬¬lòäÉ,«¾¾þ§Ÿ~Z¼x±©®×$¿­[·¦¦¦¾yóf(‚‰ŽŽÞ°nî±ß’—/Ÿp±« @{ ”””ùóÂ~=š¹2l°æqÜÝÝ9޽½ý„ ¼½½½½½=<<<<<¼½½Éd2‡Ã±´´x+QQQ©©©ÈÀŒ££ãîÝ»]]]/^¼hcc³{÷îµk×.\¸éòúõë·oßN£Ñ¥Ñ´´4ooï;vØÚÚŽ3¦  @^^>??ŸD"ååå‰Ä7oÞ„¨¨¨¡È˜æ ÀÛ6ƒù-ÙŸýuîÙ_çêÞ>$2ªÉ$–©6ž]“ˬ~EÀɵ±¥9 ݼZuÐarÙȇ=DMܾ}û»ï¾;pà@RRRSSSddäÙ³gCCCÇŽ{öìÙ›7o8p ==Á`ìܹs÷Ž(ÂÂÂiÓ¦¥¤¤ z0QQQ?ý|êôïû~KøkÙ’™h÷“’’–’’‚x $€ààà;þæ«MàP™ÌÄS·¹)2…ÝÝÝû×\tt4NOJJ >~üxtttRRRhhè¥K—6nܘ––öã?ÆÆÆ.\¸0))éСCþùgxxxÿÚB7Êb±ÒÒÒ¾ÿþû´´´¥K—"Ó©©©4-55•N§_½z1b2™W¯^EÊVÆ48¥OÚóž´pô9¨íÕÚISÑ---322% SnÏgqØR?4è,^¼x΂å1117nÞôòòŠ÷õõ=zôèìÙ³_¿~¸__ßsçέY³æðáçN:|øðêÕ«‡"˜èèè¯6|ñ[Â_Kúûí\W4mÚ4Ä!I)))óg:š¶jÅ´Œݸqã§Ÿ~ºÿþÏŸ»¸¸°Ùlµî°ÙìfÞwûo^¹r%**êÂ… ýk1**êúõë[·nµ°°066 …&L8uêT```VV–½½ýõë×ÃÃÃsrrTUUûÝ;t£iiiãÇß±c‡µµõߟ1Íåˆ8PKu(š;C£Ñ-F{ûöí ´@ AdHrƒ¾új.þäììœe'W3¹,.ŸÇðo}—fffŠRRRÞ·ïç¶…ðøñãæææk÷_ÅîùîÌ™3>>>.\ðõõ]´hQqqqRRÒÔ©SO:…¸ˆˆˆ¿ŸÑRWijjZºté €&...5-+ñÔÏ §®Ï ójnnîš$õ@Èv×î_&M{ð׫öÖêýÎ òññ‰544ÜøPS[,&÷ø˜RyyùÎÓe¥øà_gW ™Õ[·n}úôi?Z$“É,+!!aäÈ‘·oß>pàÀLMM.\xðàÁ{÷î­]»6  ´´411qÊ”)&&&………ÕÕÕõõõ÷îÝóõõÕ××WQQùØFÙl¶4èÍ›7ÆÆÆÞÞÞGŽùâ‹/Μ93þüôôôµk×îÚµkΜ9gΜY¹rå³gÏÞ¼y3ð¼+2™|k-(¯í4 O«¯äoGNN]ŒH$ÊT”d, „®¹A}²A×®]û¨äVGG§ÈÓë x9.ŸÇâ°¹_ àð¹4Àâ²¹|“ËÎß•““=(ãp8vvv/^<ôû•=ß®º}û¶¯¯ïÆ###_¼zýż¹×®]›9sæÏ žæ÷ÃøuKf/^±&ýJòÇ.ŸÓ›H&“OŸ>ýüEÂùŽÆžù-îgdìÆ“&MBÒ‡Ñ(%%ÅÙÙùÛmq«VLóóóëßÍ2??ýúõýõ`ý= ³QxeA;_„«e*p¸B[XPÂnoçñ8‚§«ÁxßÀgŠÔCMjý,šwïÞ½cÇédYß{gaaáçç·gÏccc---dÐkÚ´i¿üò‹µµõ²eËV­Z5räȹsç&%%±X¬¼¼†[·nÍ ŸqçÁãuó§üzáö¢ya›wµ³±þ*æ`Äì{KþúËù»ÿjÉŒ3É—~Ýýí±cÇ7)ÑÑÑ›¿Zòæ²E¾¿Æ^Î…I}ŒºråJÄü™M[óe@¿óWÞ¾}ëààÈkÂØ<%jgˆZi¢Vš°)¢³Eú†Šúú *š$“Â¥4°ò*å:::ýË\‰ŠŠºyóæ’%KŠ‹‹ß½{I§ÓSSSÃÃÃÓÒÒ6oÞŒ$E]ºtiÆÿ)77LûæQÀ”±vK~Þ·lžOlìÖ/W~l£ééé...Û·o777ŽŽ~ðàÁ÷ßÿæÍ›-[¶\»vmË–-ùùùQQQÛ·oÏÎÎ ¬Ü p„€ˆÊ’y°‚‚‚{÷îݾ}ûöíÛD"ñvg ¥] :½=)Öo&±y\Ÿ'Chls°Ÿ‹ŒŒÜ±cG\\ܹä‹ß9sûOG6-¹eס¨M+÷ÿšðýÆÈ /ÆØyáÂ…¨ï¾Þ²eKLLÌà %**jÏO¿IŸŸžžƒŒñH3¦çÏŸòäIŸ˜˜˜yóæýòË/AAAÛ·o_¹rå Ž±x@KpbI$ÍÍÍÑC>'ND————”v!2èô6Ôoäíí]ÿªüäÛêÄ¢¿¾JAO„5ÆkÜÃè?U2¥5¸«òx¼3f\¾|yά™Ož<9òÓö'Ožœ8¼ûÎ;?ïúþ?þˆüòË“¿'FDDœ>}:44tP–Qî–èèèÍ_-9w}ù¿ÓI÷ÍÌ̾ݲ×ÂÂbed”Aäêíúúú+"¿700X¹}ôèÑ‹—n ˜ê¹ÿЕ5‘Ó>bż;òà7:¯3±Q¦ê [Lñ-æ ÁŽÐàDªwW¨ Y7ݨy¥G󎰖ߗU>6IY 20³iÓ¦ââ☘˜âââ´´´Q£F½zõêðáÃ$iÔ¨Qx<>ù§ [[ÛÉ“'ÿqãöšp?‹YgrO|¯§§W¶cÛ˜‡bcc?¶Qäñ´ëׯOŸ>=:::((èáÇQQQùùùK–,yýú52_¶iÓ¦¢¢¢˜˜˜œœ¤dÿº)“%þ€—üõ”——ß¾}ûæÍ›µµµÏž=Crss‘/^¼”v!2èô6$õ@›"~þËÑÑ ™0¹l33Ó¸¸¸~…úüýýŸ>~ÿþý_ýõ‰'þÚâ‘’’â?aÂ7QQ_Ïø*6!ÍJ»½·¬\qõá£mT(JB¬Ø¸qã èèè :thêÔ©QQQóçÏŠŠZ¼xñõë×k4ˆÊ<%=, `ddÄb±àü+øðò‰™C 0©<ŸÍã09l†êö@$—-[vùòå3f\¸p!<<}zõêÕJJJCIttô‰'ŽK_¹ÔÙnÙv43#ñܹs*Ê„%KV¤¤œOMM]±|Ajjê×›¾8~2sMdàþC©ë×MŸ>½u#«B“H¤mÎQcÞò¶6×Õ‰aB ‚ÆÆF]]Ý~4ŠX®ÈÑÑñÇ´³³Û¾}û÷ß_vq…ÛºÔ_Äž8ñ¿¥K~ˆ=¶uëÖžNLL¼úðÑèÑ£?ªÑ¸¸8,Íår¯]»¶}ûök×®EGG#‹V#³fׯ_GæÎåE% 6ñ/™«­­-,,D>+)))++£ÿ^´´´\]]Þ.@Ø { €Ô±†lùD„[·n8p@:~âÄ ´BRUÂÃÃ}||BCC‡(ŒŸþùûí¿&Ÿ;tìø_+—ú;þ×ÚÕ¡§OŸ ™01äÇ=ßž={vöìÙÈ:×ã½|wïŠÚüÍá½{Öü|àR¿G,<<<Ž;æçç×\ÞŒØ À  ¦¦ÛÂË媫«#òñãdzfÍêG£ÈÜAAAQQQ2ÛC‡Ñh´˜˜˜§ÉëWì¾;y¼ã×[wçoYýýÁC·oßF–)êŸ)™>}:26)­.͘FÆ~í¼yó¢¢¢¶lÙ’žž>eÊ”}ûö îËì¤`ddD&“‘ 8@ ÿ"z[7hP<Ì«U½½½kÉÄ®dgggddÄÄÄ\¸p! !!!$$äÔ©SR'„¬¸k×.77·þ½æ³/ëåçç?}úôÅ«úëg޽¹|ê·[¤$ÿzñâEmmí )‡D#ãUgΜ1bDrÊÓ°§Ä¤ëVΘ1£ß«Ë,^¼ØÂÂâc3®233Ÿ?ÞûKEú½¨fXXؾ}ûö|íóźS/^7nÜÃ'><(ïXE “ÉÒ‰¹ë×¯Ë M¥¥¥;6..ÎÏÏoÆŒý[%R¦¹U`œ1ÐTŸ€F£tûg2qâDĽxñÂÅÅ®@ Ÿ–®ëõ64pȧðê IDAT8w.i€gè;<ÏÚÚúòåËááá§Nš3gN|||×Ñ ÐÐÐ;wî ]Èb€x|ÎŽ]Ç¿ûߢ£¿ý±aíÜS§NÍž={ÍÚo¿ùßê3gÎÌœ9óäÉ“sçÎ ÷Ë/»¾\½{ÏÎÈ_–tàÀ*•:jÔ¨¾”çr¹¿üò @xöìY¿íeË–]XïsiV ÿÿ¶ï*ùnÓØ}ûnß¾=ˆ6™˜›>}z·Ós'NÜ¿HHHxxøñãÇÞœ‡‡GY}–9h*9ÈËË#KtKiiiuuuyyyÿ¦!2¤ IŠô§ÂÝÝ}Æ !!!ÒÜ yóæÉä…††N›6 Ymyè@œP(üvëÕ_Îܰq[ÆÍ+'Nœøyïö³gÏΛ7/!!aþüù +W.üvËu«C¢¢mþjþêÕ«û¿¢¢¢¢««‹¾Ù«¨¨XYYõR%66ÖÏϯÍõ1$àïñÛé䜥 ,~>´eåŠ?Ÿ=Ä&d2¦Ñ[ooï]»vMš4iÊ”){÷îµ¶¶xs111‹-úózÕ‡‹ÐÔÔT]]]WWwâĉeË– ¼u .C¸Šô'aÿþý™™™D"ñرcsæÌ‘z )S¦|ùå—ºººaaaiiiC´~4 gg祋¦§¦¦nÞô¥™™‹•n ‚¥¥%@صk×’EgÏž]zìØ±ú³”””Z………)½2¤àîî.//¯²xKôìÙ[¶oÙ´éBæíÁ½øHÆtNNN×­ŠŠŠ––Ö¾}û®^½:X«3XXX<}úTz…{)ÙÔÔ”•••™™¹cÇ]]Ý¡x{@ÈÞ)6(éA?7nÜ ÑhÛ¶mûá‡~úé§•+W>xð`Æ 8î£^_Õ•Ayõ쿎öšJ¥ÒéôÊÊJ‡®ïýW–••ÕÓQ]]]KKËeË–¹»»ÿQA ¤[>.7è_êÈ GXXy"lÑ¢EŸ8¦Ï•¿aîï§÷ÔrüÃ’U¤!@þùôfƒÐ)ÒK0@ ÿµi@ >òôïM‚@ éÞlô@@þÃÀi@ Ÿ)ÿåi‘H$ ?u@þ¡|‚i]]ÝÇ÷eç©©©9|øðàžó3\;|®½†@ ÈžÞ–OýJÚµkב#GnܸÑÓ+œH$êËή :. ÝÜÜASSƒÁÐÖÖVSSCnó¯^½:uêTlll||"ÅáƒTWW¿}û688˜@ ,X° )) Ù÷îÝÖÖÖ9sæ  w»³ÈËËs8œ²²2>Ÿ?jÔ¨¢¢¢††…ÆÆF‡”)//ïzO¶¶¶æææöR /`±Ø°°0ÊÊÊ3gÎ$&&æää䨮®.@¨¯¯Ç`0L&SYYÙÈȈÉd644 ¬¬¬0LqqqÿÂøòË/Éd²®®®ŸŸ_ssó¥K—¤I-7n´²²RTTD—ß°aÃĉíííT*µïÝì6› PRRúXïØÚÚÚ—Ö{9]]]{{;b8˜L¦¹¹ynn.âu|||Œ---y<^{{»±±1‡ÃAœ}^^ž­­- /j=][OOO ƒ¡§§×ÞÞPUUÅãñÈ0‰DÒÒÒ’9Uff&›Í5jÔ³gϘL¦––ÖÇûp 2T|Äþƒœ;w®±±ÑÈÈ  E"Qii©‘‘QMMŠŠŠÌÿyw»³0 eee&“‰Á`?~ŒÜØÈd2úÆÏb±ºE7ÝS>Ÿß÷H0Œ¡¡¡¥¥%‹-))ù믿§N*‰òòòòòòÔÕÕ‘Ñ,K  sssÝÝÝKJJ|}}™Lf¿Ã8räH`` ‹íšº«¡¡ÑµüÈ‘#‘0úÞ»^ ‰ åÿìÝw\Iÿ8ð E@šR"ˆ4)¢€`9±{4± 'E<=Å~Ø@Ï V¹ÃvÀ`삈EГ DODD= RC! ùý1?÷›'Ù„€ ¤|Þø"³³»ó™Ýw'“Z¢Û'\|¶ßÔÔ„ÒÔÔ¬¬¬D©¨¨Ô×׫¨¨ „ÔÕÕpW¸¥¥¥OŸ>¦¦¦yyyNNNïÞ½óòòÂë¶‹WÝ&%%%%%™˜˜444à*•š””tàÀWWWccã_ýuøðáì«TUUQ(”¸¸8üÑÁÁ¡OŸ>¯B#´nƒÁ8yòäÍ›7-,,pʬY³Nž<¹iÓ&<¦•N§+**âq!ÒÄNì´¸¸ØÂÂBSS“ÅbÃ_0<(!¤¡¡Á½”ýÑB»Äb±ðÍU__äÈ‘7nÜèÕ«×ëׯ333ñC…ׯ_ïA,,,nܸѧO=====½ŠŠŠNC^^¾CÏ®„ËÐÐB¡f̘1cÆÔÔÔìØ±cÑ¢EOž<á„ÉdîÝ»?¯Ðí„öRìæÍ›ªªª$R<<<Μ9C§ÓœœÚÚÚ’““ëêꂃƒñRÒDÁ1™ÌÒÒÒ‹/R(ggçþýû«««§¦¦–––VWWüøñßÿ%^y 0€{é—/_ùd¼}ú”——‡¾Ž±0`‹ÅÊÌÌ´µµ¥ÓéL&óÛ‹ÑiªªªUUU[WMMmøðá·nݺ{÷nuuuKKKMMÍÓ§Oß¾}‹êѣǧOŸ***ˆ¾Bˆ¨ùoܾ¾¾~¯^½nݺE¡Pþùç[[[Ü%ÂS0BÈÌ̬¨¨ÈÑÑ?CâUN½lb·lÙ²•+W~ùòeÖ¬YX}Ĉ}ûöÍËË{øð!NïÙ³§¹¹¹’’’ƒƒÃµk×455ÝÜ܈ábì5ÿ-ÛïÙ³§——WvvvLLŒ‚‚‚•••‹‹ ~×£G---ü]­ÖÖVyyy33³wïÞ 2¤¶¶¶a† æíííííݯ_¿7æååÍœ9óôéÓáááoÞ¼¡P(ÆÆÆüñÎÌ^·gΜٲeËðáÃY,–®®nXX˜¨§>À!Äb±ˆ/…eddˆù”ÁúúúÄßøÛXøËê!yyy <”OôÒÖÖ¦­­£ã^úåË55555µÚÚÚææfÒ ‚L^^^]]]QQQ^^žB¡´µµµ´´à2 „zõꥢ¢Âd2ëêêÔÔÔäääðKMMM•²²2böÈo,F7RQQQUUUPPÀá·¶¶Ö××3 \ÉL&³¦¦FGG§ªªªµµ•½æ¿qû šššŠŠŠ,«¹¹¹¾¾~ß¾}AAA&&&,‹Á`ÔÖÖâQY©©©îîî¾ M222q¯ ??ßÍÍ­Û”tŸ¯ñ3™Lü¶‚4?éÒ††bÌ iÁáÛ<¯¥555ÄRönMmm-Ç“‰o,F7jnn&íÓ°W2q8Ø¿qû ƒôîokjjþý÷_//¯NŒú •„ù…yÄ„««+÷—° †»»»¾¾¾€ß õ$ïií²´´¬¯¯çHÔÑÑÑÑÑéĤ ¤< €Œ‚ndtƒ £Hƽyó¦ëËÐÅHºAìàHâ÷¬ðR 2 ºAQÐ €Œ‚ndtƒ £ Ý È(è@FA72ŠdiÐíÒÒÒº»@$²³³¿eõ={ö«$tƒÄ–³³swYFFB(!!¡s«Ï™3G¨ÅÝ 1fllÜÝE"ñùó玮RZZ*Š’€Œƒ±AQÐ €Œ‚ndtƒ £DÞ 244¼{÷®¨÷ÐQuƒ¨lŒŒŒ\]]srrÜ“Éd±XßPB7nܨ¨¨@åääP©ÔoÙ—¡¡¡ƒƒCpppqq± »î^111 åùóçDJaa¡µµucc£¯¯¯žžžššÚèÑ£ÿùç¼´¶¶ÖÏÏOSSS__ß¾}|ÇŽÛ»wo55µÁƒ_½zµ‹ãº’ OƒbccKJJ>|ø““£§§·lÙ2‘‹¿ÀÀÀ¢¢"„͹sç¾qk±±±?~|ñâÅŸþùéÓ'WW×/^´»ëntóæÍÿþ÷¿‰iiižžž cÊ”)oÞ¼¡Ñhýúõ#fšY²dIYYYIIIFFÆ–-[’““y%îØ±£¼¼¼¶¶vÊ”)]šlrwwo7€(t쥘¼¼|¿~ý¾ÿþûÚÚZœòèÑ#[[ÛaÆ>}'¾xñbæÌ™ÎÎÎŽŽŽÄº¤9©Tê©S§œœœÌÌÌoݺemmmee•žžNd8räÈÈ‘# ”’’‚òññAnݺõùóçÞÞÞ8çÛ·o}}}---mmmÃÃÃét:^ýâÅ‹>>>ýû÷ÿñÇ™L&y-ÈÉ©««;::&&&jkkÿç?ÿA>|xÔ¨Q´µµ=uêÇ®ùD$ø£²NxóæMPPwçïÒ¥Kžžžšššþþþ={öìÑ£ÇäÉ“Ÿ={†ª¨¨8uêÔæÍ›UUUmllbbbHBcÇŽUTT”——>|¸œ 9Üãaï÷p§‘ŽÝçZZZ=ztøða„Pmmm@@À¼yóž>}zäÈ‘ââ⦦&??¿©S§fdd<|ø¯Hš/:~üøÑ£G—-[¶uëÖää䬬,WW×èèhb§‡ŽŽŽö÷÷_³fMmmí™3gðZáááD:îïïobbòìÙ³k×®]»v-** /ŠˆˆX¼xqJJÊõë×Ùß"‘RVVöôô¼ÿ>BÈÒÒòÒ¥K………‹-Ú¶mBˆ}×¼":}úô Aƒ:T«‚«¯¯Ÿ1cFtt´©©){zuuuAAÁÈ‘#Ùoß¾ýÝwß!„òòòX,–½½=N···ôèi"B¨¥¥ååË—çÎ‹ŠŠ:zô¨ˆâÍ£ûWéDGÐnÐ’%K¨Tª±±±§§ç¬Y³p$33óË—/|øîÝ»ŸþYQQQOOÏÏÏïìÙ³xѪU«&Nœˆï÷uuuíFª¥¥…÷>zôh--­ÆÆÆþýû×ÔÔpdãј1c455«ÔŽikkó÷÷Ÿ3gŽ‹‹ Ç¢ôôt…ÿ›üܹsGŽAÕ××#„ÔÕÕñ" ÚÚZÒD„PIIÉŽ;ÂÂÂ444ÌÌÌDàÀÝã>t AL#66ÖËË‹Á`xyyegg/]º!TUUE¡Pâââp‡>}ú|üøQCC£Gì«“æÄã;1…BAihhtuuBZZZ!öî»òòr„ŽŽ± NAõë×!$øûòòr}}}„PRRRRR’‰‰ éNùD$"/^¼HKKKKK[»v-NtèÐâÅ‹ ™LæÞ½{ÕÔÔˆ<§Nª¯¯§Ó銊Š4 '’æìÊÊJ„î pÃ]ÊÊʾ}û"„ÊÊÊ:×)inn¾r劫«kaaaHHÈÝ»wŒŒrrr®_¿Î‘óÛ#ê(kkëææf⣊ŠÊÇmmmétzfffll,N?~üø®]»îÞ½‹;Ž![[[yyù'OžŒ?!ôôéSÒDbã åûï¿Ç#¢@×À=!è@WêðX33³7îÞ½ûùóç&L R©ëׯÇïŒÊËË?|øàääÔÖÖ–œœ\WWŒ×"Í)àétz[[[\\œ~·¥ªªZUUÅžÇÑÑqÀ€d0Ÿ?>qâĬY³:ö(''·jÕªêêj\ÎŠŠŠË—/#„Þ¿Ͼk^åääòê­äää”Ù „”””rrrlllð³<€zÍš5­­­¥¥¥ø÷8µµµ}}}·oßÞØØXXX˜°téRÒD„Pvv6ƒÁ¨¯¯ÇC×Eàú@ÐÅ:óU ùóç6léÒ¥mmmgΜill>|¸¹¹ù´iÓ #""ÂÂÂÆGôE”””¸s ¸;üý¯œœœ#GŽ(**"„–-[¶råJbôBHQQ111ñÕ«Wƒ ruuuww_½zµ€ÛÇÞLMM—-[fmm}åÊmmíaÆy{{{{{{yy5ÊÞÞ~æÌ™ì»æ‘··w»±…+--mÊ”)øïÇ·´´,Z´Hÿ+œÝ·o_*•:~üø­[·Î˜1ƒWâŠ+tttúõë'//ŸÐ•]Œ‚b±XŸ?ÆŸ322œ»µHÿƒJ¥ž;wnÔ¨QÝ].•––æììlll,HfKKË´´4sssQ— |£C‡egg'$$—›àJKK£¢¢öìÙ#Š‚€ŒÈÈÈ Äp~~¾››L #Ùð\ŽÐ:AÜ»A„{<jjjÄÌèŽ}S¬ëá9€ö@èq "âþ4éƒ'2Ðí $¦222º»@$æÌ™ÓÝEðÿA7Hyzzvw€HÀ‘±cƒ £ Ý È(è@FA72 ºAQÐ €Œ‚ndtƒ £ Ý È(è@FA72 ºAQ ÜI¡¡¡]_íÙ³ÿÑ¡N‹³³3G I7!”йbœ9stÕ¤ôEÔ]$±&%±ÌüADâ"ÝÞ/AÀp¬…‘wƒBŸ?îh±¡´´”ø[:jRú"ê.’X“’Xfþ "ñ‰¿îŠˆ}¿‚€t-Äl~Ðÿvô_H BˆÅbݨŒŒŒŒŒŒ„„éè«v½ÐÐÐ={ö”––FEE!„¤¦&¥/¢î"‰5)‰eæ"‘øë®ˆð~ÙÇ R¼–³³s`` ΜŸŸïææÖþÓ Ð!Ä@·pww0'¿nÜÑ;úŽ@7Â} {Bð4HÈ ïJ,‹Á`tw)@Èæ!cïýÒ‚§AB}G€Tº{÷nÿþý¹Ó ïÞ½ÛõåíâuȤw¿§Ýž< 2aõ©TjjjªP6„“'O)UUUvvvÿýwNN•Jíè™L&‹Åj;ƒJ¥®X±‚#åÝ»wÚÈ7***„Y¬N¡r9qâD玎¬¹zõ*þ#Rø€§AB}G€8›={ö°aÃÖ®]ÛÖÖ†b±XëÖ­óòò=z´Í¹s纻€wþüùôôôoÙB`` {±ÅÆÆ–°ñóó“ô£ÓeØû=íö< :¡÷Y,Vdd¤½½½………••URR¯D„•JÍÉÉáøûÑ£G¶¶¶Ã† ;}ú´p‹, %222??O¼{îܹW¯^ýòË/¡çÏŸ{{{ãlüÛ/^Ìœ9ÓÙÙÙÑѱ‹Ëχ³³shh(FãHçŽåرc–––eee¡ôôô &Ðét„P``àÖ­[»¾ðíb?:T*õâÅ‹>>>ýû÷ÿñÇ™L&BèðáãF8p ­­í©S§ºµ°’ž ™ÐûŽ/_¾Ü»wïùóç ?~ìêêÊ+‘Tmmm@@À¼yóž>}zäÈ‘ââbá– YŒ×®]»sçÎG………ìòâó´~ýz Ü¥#Æ2gÎkkëÐÐÐ/_¾„……íܹSQQñÌ™3¡ãLJ‡‡wS±xñâ”””ëׯ?þ!diiyéÒ¥ÂÂÂE‹mÛ¶­» (1ài ½ï¨©©©  ÿâÅ eee^‰¤233¿|ùb``ðàÁƒ¦¦&¿ÿþ[¸%Hœ   ##£éÓ§ÿôÓO¶¶¶Kù··nÝ¢Ñh¾¾¾][äö©¨¨ìß¿ÿòåË/^$Ic‘““ûí·ßnß¾íëë;tèÐQ£Fuc±I-]ºÔð+ü˜ŠÃªU«&Nœhooª««C=ZKK«±±±ÿþ555]]âîVÚ^+òüM1Oƒ:Ï"-Ä R©Ô¤¤¤¸ººÿúë¯Ã‡'M$]½ªªŠB¡ÄÅÅá}úôbñ’HQQ1(((88˜cX1Æ¿Ýøô铆†F=º¨¬áàà°xñâõë×9§ðŠeÀ€vvv÷ïßÏÈÈè¶âòãååÅ'C¿~ýBrrÿ÷,#)))))ÉÄĤ¡¡Aäå3¤¿™* ~Ý ¡ßÑI±X,þÀ~ IDAT&“© À¯$D56f̘1cÆÔÔÔìØ±cÑ¢EOž<ᕈÂ_Ù())Á ™LæÞ½{ÕÔÔ„^0„NÊq†û1ŠŠŠÜ‹HÛ bÜ¡ººz}}=NWTTäˆÓíBBBnܸA¼ÍàÕ^¿~½¡¡ÁÞÞ~ÿþý‡ꎒ SaaaHHÈÝ»wŒŒrrr®_¿ÞÝ%êRßò óÝ?6¨Ë&6èšÉ-„þ&±¤¤äÞ½{t:]SSÓÄÄ„O"BHMM-??ÿÅ‹+W®Ä)&L R©ëׯÇÏHËËË?|ø Ü D28Ó‰âßn899µµµ%''×ÕÕw_1É)))íÛ·/33$¥¹¹yË–-»víŠŠŠºvíÚåË—qfUUÕªªªn+ú7¨®®F•——WTTàpÞ¿ßÝ…êRŸÛC<,àбA×®]›2eŠ™™Y¿~ý,--'Ožü×_ R¸ÎÍv ”I ØuÍäBï;~ùò%<<ÜÆÆÆÊÊ*--í?þà•ˆZ¶lYDDDPPкuëpŠ’’Ò™3g‡nnn>mÚ´‚‚á–bÒ CCC‡àà஠ݹSŽ˜2DLæçèâ+ND6oÞìææÆ‘8{öì£GvGq:©Ýy¼D4ßLwMcÿÝ044Œˆˆ 7nܬY³º¾xí²³³#n¤±ÓÊ•+‰Gé݈#Œýè°g þ>pàÀðß|6Ø ú4¨¤¤„Édzyy©««+((èé鹸¸à1êˆÇ T*5&&fÈ!±±±ÄlšØ€×$¤³ãP©ÔS§N999™™™%&&ÞºuËÚÚÚÊÊŠ}6­ÿýwÒ¤I&&&›6mÂS‡ñ/9ÿâ‘þp Œ+ç&''§®®îè蘘˜¨­­ýŸÿüñ®yîÉ0Þ¾}ëëëkiiikkN§ÓQ{‡»l°O¾:¯½soS¸„uÅqçä5锈XXX >üرcDÊéÓ§'OžŒ»tüñœ‹ûèsÌ7Ãÿèdgg xPÄ|¤ƒ cƒ¦NÏñfŠÏ çÎ;qâÄСC‰ÌšØ€t>Ž?~ôèÑeË–mݺ5999++ËÕÕ5::šÈ°oß¾­[·ÆÇÇ=zôòåË햜Ͼˆ°Åˆ˜e€eeeOOÏû÷ïó©yŽÉ0ètº¿¿¿‰‰É³gÏ®]»víÚµ¨¨(œ³ÝÃMd‚ Ò)Cøì{›Â%”+Ž4§à“N Ëœ9s.\¸€¿ÓËd2O:åçç‡ut¦1™‹ã賟<íSSSŠdMc€„ôi¢¢brrò’%KÒÓÓÇ7zôèèèè––Äw†‰Õ«W󯯬ªªÛéÐĤ“@ðlnnîààÐÜܼcÇ==={{{ö¯†„„Œ;vüøñC‡ÍÊÊj·ä|öÅýN §ÀÓ þ´´´øÔ<Çd>|÷îÝÏ?ÿ¬¨¨¨§§çççG¼¶o÷p:=ÁŸ½soS¸„rÅ‘æ|Ò)a™2eв²2®ºììì=z_fîèL'b2Ÿ£ßîѹwïž8Öyƒñûà†††ëׯïÚµ+77÷èÑ£|f˜ÐÒÒâØfG'6àž‚uuu„…BAáGîøo1n´oß¾µµµ*9·«W¯ïˆ^Q×Ì2 ¹ÊËËõõõùÔ<Çdååå!â® ««‹S‡›Ðé 6øì{›B÷íWiNÁ'%%%ŸãÇÏŸ?ÿäÉ“~~~Ä‘êhƒ &ó`ñ9úí19(¬3󩩩͘1£±±qÓ¦M¨#3ÓtnbŽI 0ŽÙq:ªªªÊÊÊêÛçÔÁ=!ö'CÐ⣹¹ùÊ•+®®®‚×<¾…TVVöíÛ!TVVöí·=ÁÏCQì½:}ÅñÊÉkÒ)Ñ 8tèÐÕ«WoܸA¼üä@HÜ% A y°ˆ“§Ývè Hî46²fº’t‚Ž êի׿ÿþ»fÍ;;;WW×¾}ûâéjŸ™¦Ó°OÈfÇÐ’%K<<<–,Y²wï^QÌ©#¬§Aq§»æi×’%K¨Tª©©é²eˬ­­¯\¹¢­­-xÍ+**&&&¾zõjРA®®®îîî«W¯þÆ"ñ:¹§ ÅÞ$”+Ž4'¯I§D-00°¾¾žhÄm,>ˆ“§Ývè ˆb*üýMÁ×Ûvi×®]T*õÙ³g]¹S¡£R©ýû÷g¯º¶¶¶‘#GòŸLðÚfŸZLlï]†‚b±XŸ?ÆŸ322222ˆÐ!øMbii)þJQ§k’J¥r̸“——ÇgÆ*•zîÜ9Ñý@à·G0I¬II,3úÚÈðÿá*ÒUº¦]êDDt:ÝÑÑ!4yòäÝ»wwb§““ãíí-È Á#¢R© ¿üòË’%KpÊíÛ· Ÿ ^ÛuuuÏŸ?Ç9»ø Þ/ñÐ!44T൜qæüü|777ø…y!îØ ÒwøÏyƒÄ`b€$"%‹›Ø¶K}ûöݼysrrrss3‘þúõkSSSSSSbÖGÒDöéH§­êÐÔwßÂÙÙùäÉ“Ä/$&&²OùØnmóš]cj1öµüýý7oÞŒWikk>|øÃ‡E øèþß“2"ê;3î ö漓‰U’…Ï,Y¼ˆ[»”””´`Á‚©S§*++_ºt '~ùòeöìÙJJJ¹¹¹¯^½Ú¹s'¯DŒ{º;véªÓfÏžýúõëÇ#„*++ÿúë/öWÆÎ|Æ#:öµf̘‘ššÊ`0Bÿý·²²2Œ(õài‰®ïˆgÜAíMµ"&«$ ŸY²øŸvéãÇÿüóÏ´iÓzôè1wî\bþÛ¿ÿþ»¤¤dëÖ­ZZZòòò à•ˆqOwÇ®£3]uš¹¹¹££#ŽâÌ™3nnnšššß^ >ѹ¹¹566Þ¹s!tâÄ ___^SH™Ì!ºyƒðŒ;¨½©VÄdb€dá3KÿµÄ¤]:yòdyy¹©©)B¨­­Åb›ššâ(ðTOìÅæNÄøO×Ñ™®¾…¯¯ï–-[ÂÃÃ÷ïßÏþ޲ÓÅપª««krrò!C233·oßÞù¢K”ÎÌøQ3î´;ÕŠøO¬C˜%K|Ú%ƒqòäÉ›7oZXXà”Y³f}€,€§AB}G’ÈÚÚzúôéÝ]Š®ÖÎÓ Ü‚;ú/Ä ‘ ‰ ×!ÒQw‘Äš”Ä2ó‰?ˆHüIÇižÓ'––– ±Ð²LújRú"ê.’X“’Xfþ "ñ‰?Ɉ¼4gΜ..‡´’¾š”¾ˆº‹$Ö¤$–™?ˆHüADâO¢#"é8p ëË!•z÷îÝÝE¤°^Ãñ" Å Ý È(è@FA7€ö}üø±»‹ ý¤¯’¥/"¤tƒà‡Éd^¾|yÖ¬YgÏž}ÿþ}wG:I_%K_DH«ö»A,ëÂ… S¦Léß¿¿¶¶¶‰‰‰««kvv6B(%%eÕªUNNN·o߯™›šš,X`aaa``àîîþòåKœîááalll``àäätãÆ öíÇÅÅiiiàZÿ '677¯^½ÚÔÔÔØØxÆ ¡7oÞpä4hB¨¨¨ÈÇÇÇÜÜÜÀÀÀÙÙ9''!ôäÉ“ñãÇS©Tggçׯ_“îHKKkìØ±í.>:thÏž=GŽYXXH¤Z[[#„NŸ>½hÑ¢Áƒgeeñ_‹×¦B111 åùóç]“˜ò÷÷ß¾}{KKË7ÆŒƒI«·¶¶ÖÏÏOSSS__ß¾}|¹Q¸ØÙÙµ»HjpWòëׯ9¢600@\µÁ½©¦¦¦Å‹kkk÷îÝ{åÊ•8QÀ£ Òˆ}}}õôôÔÔÔFýÏ?ÿàœ’;>-w{Â+ðøøøï¿ÿ~âĉIIIÄê×®]›9sf[[[DÁ¿åUlÁ/ó±cÇöîÝ[MMmðàÁW¯^• ˆxåĤó¾Àb±J¾:vìí­[·NQQqÇŽ………eeeyyy‡¾~ý:F ?qâB(%%g~÷îÝŸþùéÓ§ÒÒÒiÓ¦ 2§_ºt©¬¬¬¢¢båÊ•ÚÚÚÄÆSSSŒºsçNAegg¿ü 'úúúNœ8ñíÛ·ååå÷ïß§ÑhŸ?¾Ãfúôé3fÌ Ñhfff •••¥¥¥aaa:::ååå,// ²´´¬¬¬Ä;:|ø0 ŸE :Þ¿ÿ¸¸8:¾bÅŠAƒ1™L¼(22244”ÅbíÙ³çâÅ‹¡ŒŒ >kñÙTVV¾Ý>{öLDˆ¿šš„F›;w.‹Å"*‡»zY,>Kž={¦®®~þüy^‰ÜB'Ožìè"é@ZÉ_¾|yÆæ‡~˜={6‹ÅB=}úôóWÜ[›;w®««kuu5N/((À‰‘FTSS“˜˜ØØØØÒÒâããcoo3KDDìø´ ¤í ¯Àµ´´ª««KKKõõõqÊ«W¯œœœêêêº Šv[Q^Åü2ÿ믿Z[[ Æúõëutt$("^9Ybv_ ú-ìyyüøq@@À±cLjÌéééíwƒþùçyyù°°0>7{ön»èèhŽÄãÇëêêâ¿?~lbbòèÑ#ŽnÑûÁ (Jvv6¯ܺu‹J¥Óh4UUÕÌÌLœ~áÂ333üàêóçÏ4 wqÉí=}ú!ÔÜÜÌb±ÊÊÊB<À‹Æ—Mäd¿O“®ÅkSÅÅÅffføÉ™8œîÝ¥©©©G¹¹¹ø~ƽzËËË)ÊÍ›7ñÇ%K–Lš4‰4‘tG²Ü â_É,ëñãÇUUU, _˼6URRB¡Pž>}Êž(øQ–v#:zô¨‚‚þ["""ðoø4M{àÝ ÚÚÚQ£F½zõªKâè@+Ê^ìÎ]æÉÉÉ}úômšÏ"©AZÉEEEÛ·oŒŒ$ÆO˜0ÁÃÃ#22rÍš5!!!QVVF-X°€B¡üðÃ: ¢Žèرc»víºsçñ_jI‰èÅ‹í¶ ¼š&D8!%%¥¨¨($$R>|x`` ¨Ã°å(v‡.sccãÄÄÄgÏžiiiuîJwEÄS£/¹Úé=ZNNîØ±c‚oñÔ©SQQQ)))ýúõãXD¡PÆ÷òåK ‹ÏlBYYY .dÏl``€ÿO`aa¾'yyy„ŠŠ γ~ýzWWWKKKüñŸþ©®®5j…BqvvÞ±cGff&BhÒ¤Iýõ×½{÷¬¬¬äääG<¹¹¹=yòäÅ‹666rrr#FŒ Óé™™™nnnZ‹;qÞ¼yÍlB>\¾|y&®´´´~ûí·ÜÜ\^lmmåååŸ}úÔÁÁ4±+Š+™¸+ù矞2e þ(‡þýû—––r$ZYY¡ÿm+zöìÙG#¢ãÇïÚµëÆ†††Ü™Å<"kkkAZÒF†OàÏŸ?ß»wïáÇ)Êýû÷ÝÜܦNzçÎQ‡CZTŽV”»Ø¸Ì)Ê÷ßÏñe+1ˆ;§€G_BµÓ êׯ_ppðÞ½{ÃÂÂŠŠŠêêꊋ‹ãââ®_¿NšÿÝ»w«V­Z¾|9N///'žmÞ½{—Á`444$''1BNNN‰ BHII ?µÃsl”••ÅÇÇãWf¶¶¶–––{÷îe2™çÏŸ722Âïóóó333çÏŸOìÝÄÄDII)66–Á`455]¹reèС¡ÂÂB:^]]6{ölâ?(’ëÅ‹t:F£…††êééåä䨨ØðÿO!÷Z܉T*U™ b;42¨®®îÂ… ­­­ÍÍÍÑÑÑ'Nä•S[[Û××wûöí……… K—.%MìÊòK^•üäÉ“ôôô%K–°g~÷îBèóçϱ±±ÄóùåË—Ÿ9s!äàà0hР]»v1™ÌS§NZvýQ èÍ›7AAAkÖ¬imm---%z<BHNNŽWË@”‘52¼GÑh´… &$$à±,ººº¥¥¥?~ÄM“¨ñoEI‹Ý¡Ë<;;›Á`Ô×ן:uÊÉÉI‚"âÎÉçèK ß/ÌWUUÅÄÄ8::âg0ººº^^^÷îÝ£ÑhÔÐÐ@©¨¨hhh<~ü˜{ Þˆ†††ššš‹‹Ë³gϸ¿™E|S ÏU ££ãïï¿üE£Ñ;冿¤Æg‘8|SŒÅb­X±BMM­W¯^AAA,kÍš5QQQD+++|ê÷ìÙSSS³¸¸˜t-^‰$ßè.õõõîîî½zõ’——÷òò"¾ÑCZ½µµµ¾¾¾zzz{÷îÅ9I¹‘žrxw|I^•®¡¡Á`0Ø3S©Tuuu]]ÝùóçãX,„вeËðß/_¾1b„ºººÝ£Gp¢€GA¤qû‘ ˆ¸±· ì¥ånOxN§Ó'OžL|G çœ8qâ¸qã.\¸Ð!ðoEy[ðËÜÖÖVSSS]]ÝÃÃãýû÷¯œ1¹/ë›b!1ú'##ÃÓÓ“´å…GVu KKË´´´.ûž…¬Ù¾}ûæÍ›»»RNú*Yú"’nÒ׊J_Dìˆ~KhhhBBB»ƒ˜KKK£¢¢œqæüü|777ø1 iPTT„’Ös]Àͬ H_%K_DRLúZQé‹HD $ ÔÔÔNŸ>ÝÝ¥I%}­¨ôE$"R4ÄI†éëëëëëww)@RI_+*}‰< €Œ‚ndÉK±êêê®/@ƒ§AQÐ €Œ‚ndtƒ £ @ûJJJº»REúêSú"@F@7~˜Læõë×üñÇÔÔÔ?vwq$žôÕ§ôE€Li¿dúÕÀœœÖ®]ûæÍ¼èòåË7ntww¿{÷.Nijj 1bÄàÁƒ}||ðoš „fÏžmoo?xð`ww÷¿þú‹}û‰‰‰¦¦¦¯^½â؆›››7mÚäàà`oo¿}ûv„пÿþË‘sÔ¨Q¡âââùóç;::›››W¯^mjjjll¼aÃÄû$çÎÉ4ƒ€GAˆq_€¤g>·¸¸8--­‚‚ü‘´=IJJš>}º——ûï™geeÍ;·­­M¸Å&myÕ!nEy/Á/sccc''§7n7"níÞˆWNi½/ô4hÿþýEEE?>xð`II‰——>¿KJJ&NœøêÕ+â¬e2™'N¼uëÖãÇõôôV¯^ÓW¯^›››——7qâÄ5kÖ[¾wï÷ž\¾|ùÞW8eË–-Ÿ>}ºyóæÃ‡ýüüBúúúWÙxxx 6 !´xñb__ß<~üØÕÕuÙ²eL&séÒ¥ùùùC† Yºt©Ð¯±.Æ`0\]]óòòÞ¼y£¯¯¿xñbbQzzº››BèãÇ®®®,‹Xkîܹ .|ÿþ½ƒƒC```[[›à‰Ýjw«««KII9{öì AƒöîÝ›——G,ÊÎÎ~ùNY³fMEEEAAAJJÊîÝ»ÓÒÒx%Ê,^õ¹víÚ÷ïß?~ü¸¨¨hÞ¼yˆ÷IΓiÑ^‘^€Q»¸Ï|î Ç'>òjO¶lÙrôèÑÇoÙ²ç,..ŽŒŒŒŽŽ–“òk îÃx×!n–±å IDATEy/Á/ó7¾zõêßÿuuu]²d‰p#âÖî}AðˆHsJñ}AгMNNNMMmèСñññZZZQQQ¡… Nš4‰=›ººº———ŠŠŠ¢¢âøñã qúðáÃäååmmm‰SüÇ6lˆŽŽæØ—¶¶¶îW¡òòò”””uëÖihhÈËËãGD=zôøƒÁxôèQxx8B¨´´´oß¾rrrŠŠŠƒîÕ«WQQQIIÉÔ©Sååå—/_^TTôüùóÎW˜ÐÐИ5k–ŠŠJ=œ_¼xA,ºvíî­X±ÿA(,,üøñ£···‚‚š5k^¾|ùôéSÁ»:HñУG=z¼}ûdouuuû|…ª¬¬LNN^»vmÏž=­¬¬|||âããI»'ñ@ZŸeee§N ×ÔÔTPPÀ?ˆMz’“ædGšA¤G×Â}JJDíâ8ó9¼{÷nÕªUG%RlOêëë—-[öûï¿«©© ½Ì܇ƒOâV”ôxuè25j”¢¢¢¼¼üСC…Þ±ãÖî}AðˆHsJñ}¡ÃÇFYYÙÝÝ=77·Ýœ<:t(þ»µµµ¸¸øêÕ«qqq‘‘‘¡ÆÆÆ%K–„‡‡÷ïߟcÅ]»výñÇïß¿ÇóòòX,ÖíÛ·Ç7jÔ¨+W®°gf0ëÖ­Û²eK¯^½BëÖ­›={öŽ;NŸ>ýÛo¿ÅÄÄ´¶¶âl!„PqqqG£[999ø1B¨¦¦æÕ«WŽŽŽ¤9q=Ðét„PÏž=B………‚'Š>q¤¬¬¼qãÆÙ³g777s,Ú´iÓ¾}ûˆûßóçÏY,Ö!CðÇ!C†äåå‘&vYáÅi}æææ²X¬ÌÌL;;;kkëÔÔT޵ˆ“¼Ýœ¤Dzøœ!|ˆsDíâ8óÙ544FFF‰¼Ú“ðððüqÁ‚ááámmmË—/ !Bˆ¯:$mE‰ãա˼¥¥¥¨¨èâÅ‹111ÜÿÛ©vï ü#"Í)Å÷…ÎtQµµµùç¹zõêßÿ½gÏü±¬¬,::zÿþýjjjFFFmmm«V­š6mÚ˜1c8VLJJš:ujMMÍäÉ“q‡F£!„”••oݺµråÊuëÖ555ù>¬««ëââ‚?ZXXhiiåååmذJ¥êëë›™™©©©%%%µ´´ÄÅÅ!„ZZZ:µºxñâ­[·~ÿýwü133s„ $?‚²°°PWWoiiÁ×dkk«à‰]“ØY±bÅîÝ»/\¸XYY‰SSS½½½i4ÚèÑ£ñ©¾¾!DüGV]]½®®Ž4±b'ÜõYUU…RVV~òäɆ –-[ÆÞ¼°ŸäüsòÊ ê£@z†ð!þñÁ}æÚÚÚ‚‚‚~øá‡ &°§ójORRRRSS}||öìÙãàà`cc³eË–­[·VTTˆ:^uÈÝŠ²¯]楥¥¿þúkDD„ºº:{¿PÔÚ½/´iN)¾/t¦T^^®§§Ç'CrrrLLÌÙ³g‰'=†††QQQW¯^íÕ«×òåË_¿~™™¹{÷nb´»»û‘#GB#GŽœ0aÂúõëú駈ˆ„’’BÈÇLJB¡L™2¥©©‰œõîÝ»ßÿý—_~¡P(¡ÆÆÆÅ‹ïÞ½ûìÙ³qqq>\³fMÏž=<˜––6uêT*•ŠÒÑÑéDÔâæäÉ“QQQéééÄ–žžîêêÊ+Ïž=ãããÏŸ??nÜ8„ŽŽŽà‰]“˜š1c~³€SÆŒãââ²mÛ¶åË—ã‘ ššš¡††œ¡±±QCCƒ4±3õ‰/ðÀÀ@ …2}úô¦¦&â '9Ÿœi†.8 Üg/’/Üg>¡°°0==}óæÍÄèi''§ØØØvÛ“K—.¯X±bÁ‚cÇŽuppè‚‘4¼ê£å8^ºÌŒŒþüóÏ;wîôîÝ›tÔ—(´{_$"ÒœR|_èp7¨¹¹ùÚµkßÿ=¯ )))111 úúú‹(Š““Ó«W¯ÌÌÌ^°A¥¦¦²g¦R©øÿ¸Ÿ„ÿ“„ß°âw[¡ððð‰'/Ô_¾|YSS3bÄ …2~üø7âo¥;6--íÚµk”““³µµíhÔâæÔ©SQQQ)))ýúõÃ)t:ýöíÛCµ8Lš4鯿þºwïž•••œœ~L*x¢,ëÝ»÷öíÛŸœ4i’››Ûýû÷E]~Ò:ähE¹W'.s …2nÜ8^ÃÉ…«Ýû‚€‘æDÒ{_è@7¨¥¥åÉ“' ,““[±bi<êyÁ‚t:½¢¢‚x¶™››Ëd2ÓÒÒåä䔨 „zôè/r<ñFyyyRR~efcccnnÃd2/]ºdhhhbb‚zñâÅíÛ·ýýý‰½)))ÅÇÇ3™Ì¦¦¦ŒŒ Üãyýú5ƒÁ¨©©‰ˆˆ˜>}:y-¹ð ÄåË—ÓéôòòrÜ=xðÀÊÊŠÿ étzuuuXXØìÙ³ñGÁeP}}ýåË—[[[›››ãââˆw¸xàZYYY||<~ ¥¥5sæÌ_ý?­<}úôüùóI»3žîFZŸ¶¶¶–––{÷îe2™çÏŸ722277'=ÉIs"„BCC/\¸À+ƒH¯3„›¤DÄ÷™O”–»UWRRÂïbxµ'ÕÕÕÁÁÁüñîüéèè”———””ôíÛWÔÖ!{+Jz¼:t™ß½{—Á`444$''1BÔµ{_<"ÒœHzï uƒ‚ƒƒMMMmllV­Zeee•’’‚Ÿyºººâžã¢E‹ììì>|øðüùóÖÖÖ7Žü o!<<ÜÁÁá»ï¾“——ÿí·ßøìËÇÇgÈ!ÖÖÖxh‘œœ\LLL^^ž½½ý±cÇ¢££q‡)33SMM½Cª££sèС«W¯ÚÙÙ3¦­­íÀ¡¤¤${{û & 0¡L¢åçç·´´¬ZµÊò+ÄõäsäÈ‘ @ùùù 0àÝ»w¡#GŽ˜˜˜ :ÔÄÄTïP¢ ’““;v옅…EZZÚû÷ïcbbpº››[ÿþýÇŒcccC ~ŒŒŒÔÕÕµ²²š2eJhh¨§§'¯D™EZŸrrrÇÏÍÍ566>tèÐÑ£GñO¹OrÒœ¡Ã‡çääðÉ º£Àë á¾%%"þHÏ|¢´¼¶' cñâÅ[¶l144Ä);wî\´hÑŠ+¶mÛ&Üb“¶‡ÜuÈÞŠ’/Òµx%®[·ÎÌÌÌÚÚZ^^þ?þnDÜÚ½/¯œÒz_  „X,~†‰ÊÈÈ=zt·IzôîÝ»Ëö5|øð“'OvÙ÷,dMdddHHHw—BzH_}J_D2HúZQ鋈ݗ/_ð¡¡¡ D7†—ÒÒÒ¨¨(ggçÀÀ@œ9??ßÍÍ ~LCà)¤õ\p‡.é«Oé‹HÖH_+*}‰tƒ¤šššŒÏËßBúZQé‹HDÈ瘒¥oß¾]0¨¤•ôµ¢Ò‘ˆÀÓ È(è@F‘¼ëÊï7I7¨I@Úýj˜€àidtƒ £ Ý È(èÐ>ü‹¿@Xd¤>e$L$tƒà‡Éd^¾|yÖ¬YgÏžÅ?¯ ¾…ŒÔ§Œ„ €h¿¤Å¦oß¾&Løûï¿ñ¢”””U«V999ݾ}§455-X°ÀÂÂÂÀÀÀÝÝýåË—8ÝÃÃÃØØØÀÀÀÉÉéÆìÛ‹‹ÓÒÒ*((àÞþ{„PssóêÕ«MMM7lØ€zóæ GÎAƒ!„ŠŠŠ|||ÌÍÍ œñï?yòdüøñT*ÕÙÙùõëפ;ÒÒÒ;vl»‹ÄJLL …Byþü9‘RXXhmm:}úô¢E‹œ••E,}øðáСC{öì9räÈÂÂB>‰¼¶/ƒüýý·oßÞÒÒrãÆ1cÆ „}}}õôôÔÔÔFýÏ?ÿàœµµµ~~~šššúúúûöíã“ÈÂÅÎήÝE’ˆ»>Ó•#jö´{frdxùòåäÉ“uuuÕÔÔFŽI´W¢C¦DGħ0ìH FÚÈÄÇÇÿý÷'NLJJ"V¿víÚÌ™3ÛÚÚ„[`Ҍ׵‰[Ño¿ÌÇŽÛ»wo55µÁƒ_½zU¸ñÁë¾ xD¼ròÚ¾4`±X%_;vŒö¿B‡¦Ñhùùù®®®zzzxQxxø‰'B)))8åÝ»wþùç§OŸJKK§M›6dÈœ~éÒ¥²²²ŠŠŠ•+WjkkOMM{öŒHŒŒŒ e±X{öì¹xñ"B(##/¢Óéýû÷‹‹£Óé+V¬4h“É$Mä³}YSSSƒ¢ÑhsçÎe±X¸rjjjZ|||ìííqf|–644<{öL]]ýüùó¼¹!„Nž<ÙÑE‡´>Yd§+‹ÅB=}úôóWDz»g&w ‹””&“ÙÒÒòŸÿüGWWWDb¼Â”܈ø†wÁx52ZZZÕÕÕ¥¥¥úúúxÝW¯^999ÕÕÕ ½Ì¤'¯k·¢ß~™ÿõ×_­­­ cýúõ:::BŠŸû‚àñÊÉkûÝ…è·°äåñãÇÇŽ#2§§§w¬„EEE)++sd ºA좣£8?®««‹ÿ~üø±‰‰É£G8ºADï+(( P(ÙÙÙ¼z·nÝ¢R©ÅÅÅ4MUU533§_¸pÁÌÌ,;;!ôùóg†ÿ#‚3Ht7¨¸¸ØÌÌ ?Ùb?Ç—M|d¿ìŸ>}Šjnnf±Xeee¡&òÙ¾¬ijjêÑ£Gnn.¾Ÿq;zô¨‚‚‹Å*//§P(7oÞÄéK–,™4ii"évd¤Ä¿>¹»Aì}¬Ý3“4ƒšš>±Y,Vff¦………PÂá…W˜’‘à¥å.¯F†£T[[;jÔ¨W¯^‰®ðì'Ÿk“£e}óežœœÜ§OÑÄô?¼/°Ú‹ˆ4'Ÿíwauƒ:06¨¥¥%77÷?þ˜;w® ùsrr† F¬[TTtñâŘ˜˜èèh„PCCC```dd¤±±1ÇŠ›6mÚ·oßÛ·oñÇÜÜ\‹•™™igggmmššÊž™N§ÿüóÏ»wïÆS6‡……MžõÉ!++ËÏϯªªjÈ!gÏžåsæc|2 tèÐqãÆá±5ì8^ŠEGG2äÙ³g›ªªªòññ±±±¹sçw1vîÜÉž9$$ÄÐÐF£ÅÄÄ „JJJh4Ú‡Ð×·Z4-77WEE%''|ÿþ}ï޽ϟ?_UUuúôi}}}wwwvöìÙÁƒ8wËiûRŒ´C¶wï^‹åëë{êÔ)öÌèß2\½zÕÎÎÎÊÊ _.\àNܱc¯íË2OOOOOÏQ£F)Gµ··ÿþ=þ˜™™‰ª©©Á>Ü«W/ÒDÒí#Ùx)Fà®O×éJؼy³‘‘Ÿ3ã•¡®®NKKëÚµkmmm—/_îׯßÔ©SE!‹Å⦄FÔniY,¯‚‘¶<„ääd__ß¶¶¶qãÆ]¹råìÙ³®®®¢ýãumr´¢ß~™·µµØÚÚŠ""‚à÷A"âÎ)ÈÑïzÝ36èþýûJJJÛ·oçÈÀÞ Š‰‰155Å#u¸áC•••ŸÙ „²²²ÊËËÙsîß¿_II‰F£áãTXXH£ÑJJJBD¿gÒ¤IÓ¦M#VÁ£ññ0 ×£GömfffÊÉÉá±GH2»AL&³™ BèáÇt:½µµµOŸ>ÄÙŒ!÷•ÜÜ\999Ža 8ñÓ§O¤ÛE,dîܹ¯^½RTTÄ;6pàÀªª*"Cee¥¼¼<ñŠ}ÅŠ“&M"M$Ý>’±nG}b¼N×ÿþ÷¿JJJ¼Î|"¯ ø›­_¾|ÁÙN:Õ£G‘FG SB#j·´,«Ý‚q·<Ïž=3fLcc#‹ÅRVVnkkkiiQSSEì'éµÉÑŠ ë2g^#"ÞŒˆ;§ G¿ëuÃØ „¹¹ùÖ­[·mÛ–ŸŸOšáÝ»w«V­Z¾|9N///'žmÞ½{—Á`444$''1BNNN‰ BHII ?µÃsl”••ÅÇÇãWf¶¶¶–––{÷îe2™çÏŸ722Âïóóó333çÏŸOìÝÄÄDII)66–Á`455]¹reèС¸ E§Ó«««ÃÂÂfϞݧOŸE-Väää”Ù ¯U—““ccc£©©ÉgÝ/^Ðét¨§§ÇH¥RI·ß5щ›ººº .´¶¶677GGGOœ8!ôæÍ›   5kÖ´¶¶––––––"„´µµ}}}·oßÞØØXXX˜°téRÒÄ;‘Ö'/ïÞ½C}þü966ÖÅÅ…×™Z¾|ù™3gxe033SVVÞ»w/ƒÁhllLMM>|x·„)¹!Þ-QZ„¯‚‘¶<!¶pá„„ 8PCC!¤¢¢¢¡¡ñøñcî`x- 555î—eˆí›bx®â‘Òƒð 7oÞĉëׯWWW¯¨¨`ßTrr²ªªª––Ö´iÓ^¼xA£Ñ‚‚‚TUU555çÎûéÓ'b§ÜˆE¼uûÓ èëˆý5kÖDEEéVVVøÔïÙ³§¦¦fqq1‹ÅZ±b…ššZ¯^½‚‚‚ð¿x%ro_6Õ××»»»÷êÕK^^ÞËË ÿ/öìÙ³ÜW‹Åª­­õõõÕÐÐÐÓÓ#“&r#=åðîø,’8¤õÉâqºR©Tuuu]]Ýùóç³ÿÿc?3BË–-ã“áúõë¸ÑÖÖöññùô铃ä¦äFÄWiI FÚÈÐéôÉ“'Ï!X,ÖÙ³g'Nœ8nÜ8Ž·fߎôã¾6Ù[Ño¿Ìmmm555ÕÕÕ=<<ˆ—P]ƒô¾ xD¼rro¿{ ëiGˆßL!„222<==I[^ÐQøËk]ÃÒÒ2--­Ë¾g!k¶oß¾yóæî.…ô‘ú”‘0¥†ôµ¢Ò;¢ßš@|䥴´4**ÊÙÙ900gÎÏÏwssƒÓEEE!i=×ÅÜÌ„KFêSF”Ò׊J_D"Ý i ¦¦vúôéî.H*ékE¥/"‘¢!N2L_____¿»K’JúZQé‹HDàidtƒ £H^ŠUWWw}9º< €Œ‚ndtƒ £ Ý ÚWRRÒÝE*2RŸ2& ºAðÃd2¯_¿þã?¦¦¦~üø±»‹#ñd¤>e$L¤@ûÝ S6S§N½ÿþÿcïÞã¡ÌßÇñ_3#ENY*"I%rL»•h…J'­ekщ-ÙØwʦÃÖ'¥Ã†vßHß²6‡Tô.:Ø›Šds¶R+©†a˜ß¯_ó˜5÷Œ‘fæzþe®û5÷Ü×}xÝ×Ü÷ë6dÒÅ‹ƒ‚‚ìííïܹC"MMM6l˜:uª¡¡¡““ùMpvv655544´··¿qã÷üOŸ>­££S\\Ìûq:::$ØÜܼuëV333SSÓ;wÀÓ§O;µ477€²²²U«VM™2ÅÐÐÐÑÑñÞ½{ðøñc‡I“&9::–——s>èÂ… =[{ý&))ÉÏÏÏÂÂâæÍ›ÜñÒÒÒiÓ¦ñk““3{öluuu›ÒÒÒî%“··whhhkkëõë×çÍ›MMMžžžºººööö………¤e}}½———––Öĉ###y)++'&&öA:ýNøõ©üo$ÈoÏï$::ZYY¹   Ë`/áMD<#‚2^¬¹¹yÓ¦M:::ÚÚÚ[¶l!Á¸¸¸%K–,Z´ˆû÷Ì333=<<:::>íbS®d~Ç&éE{~˜ÏŸ?_[[[CCÃÂÂâêÕ«Ÿ6#áÓüˆŒøµ×ó‚PWƒ>\VVV\\|íÚµ#Føùù‘xUU•µµuqq1g¯moo·¶¶¾~ýúÇG޹iÓ&ß´iSvvvnn®µµµ¿¿?gÎwïÞåýÑ“‹/Þý€D‚ƒƒÿùçŸk׮ݿßÕÕÔÔÔҸ̟?ÿóÏ?€5kÖ¸¸¸Ü»wïáǶ¶¶ëׯooo_·n»»{^^ž‘‘Ѻuë>ù1Ö÷ž?nkk[PPÀf³¹ãééévvv” X,–‡‡‡——Wee¥™™™»»{GG‡ðÁ~Hr¨¯¯OJJJHH˜4iÒÁƒsss€ÅbÙÚÚæææ–——«©©­Y³†4ö÷÷õêUAAARRÒž={RSSù%V·Ö'dee~@"üö|nYYY'Ož&ØK(Óä,†(fÔés;¥ÀÛ Ó‚}ÿý÷•••>,))Y¹r% ÇÆÆFEE“HYYYhhhxx8þ‰oSP®d~Ç&éE{~˜?}úÔÖÖvíÚµŸ6#áÓüˆŒ([Šñy¡{ƒÁPWW·¶¶~ûö-‰xyyÍ™3‡»¼¼ü¢E‹ddd 4{ö좢"ÿâ‹/¤¤¤ †±±1göìÙ–-[ÂÃÃ;}ÐgŸ}¦úÔÔÔ$%%*((0 r‰HZZzÂ,ëÁƒ!!!P]]=bÄ:>hÐ CCC%%¥’’’ªªª… 2 Ÿ’’’üüüYU‰¯¯/)w:¹|ù2‰ó6(**zþüù²eˤ¤¤üýý =z$|°`¤¥¥¥¥¥ÿþûoò’ìº _}õ•ŒŒŒ´´´Í“'Oàõë׉‰‰ßÿ½¬¬¬žžž““SLL e°?óéo¯OBUUuø$ÂoÏ稨¨ðóó‹í2Ø{(Ó$D4#n¼)pã]°—/_ž={6$$DQQQJJŠßž744¬_¿þèÑ£rrrŸ|™yW²€c“ô¢=?ÌÍÍÍ Ä`0&OžüÉ ;!Óü¸Œ([Šñy¡Û¦¥¥%'''66vùòå´¿wïÞäÉ“Éß­­­eeeiiiÑÑÑ¡¡¡ÐØØ¸víÚÑ£GwzãO?ýtìØ±ÊÊJò277—Ífß¼yÓÒÒÒÜÜüÒ¥KÜY,V```pp°’’:;;ïÚµ+>>þÀ­­­¤ÈÈÈ@YY™ðY‹ºººâââ)S¦PN%ë¡­­ dee ¨¨Hø`ߤ0Ð 2$((ÈÙÙ¹¹¹™²ÁíÛ·ÉeÈüü|6›mddDâFFF¹¹¹”Á¾YòIøõIl€¾‚( IDATݺõСCœz¢KïÞ½sww ÕÖÖìUÒÑŒ¸ HrÁ²³³ÙlvFF†‰‰‰¾¾~JJ ‰‡„„|óÍ7žžž!!!>>>›7oæ „èmüŽMÊ^ôãó–––’’’óçÏGDDð~Ûï3‘eK1>/UmذAGGG__Ù²eK–,Ùºuk—oIKKûã?öíÛG^¾|ù2<<üðáÃrrrZZZ~~~‹/ž9sf§7ÆÅÅ-\¸°®®nÞ¼y¤âa2™0dÈëׯoܸ100°©©‰Ó>**JUUuîܹ䥮®®²²rnnî–-[ÔÕÕÕÔÔÆ'''×ÒÒ ---Âd-r222¬¬¬¤¤(~ tuuåååcbbZZZÈ1ÙÚÚ*|°/P|}}÷ìÙ“œœìîîþúõkîIçÏŸ¿~ýúÑ£G ¡¡8_dåååëëë)ƒ}ºôëRRR–-[Æd2g̘Á9w ÐÑÑáíí½|ùr+++ÁÁ>@™¦HgDHß‚½yó† ’““³eË–õë×766€››[RRRJJŠ““Ó¾}ûÌÌÌ ‚ƒƒüñÇW¯^õv"üŽMÞ^ô£óêêêýû÷ïÝ»W^^¾_ Vâ#2¢l)Æç…î 266¾}ûv—í#""8Wz455ÃÂÂÒÒÒ”””|||JKK322öìÙÃmooüøq˜6mš••Õ?üðí·ßîÝ» NNN4mÁ‚MMMœÁYGýÏþC£Ñ ±±qÍš5{öìIHHˆŽŽ¾ÿ¾¿¿¿¬¬ìÏ?ÿœššºpáBuuuPQQùˆ55𥧧ÛÚÚò›*++sîÜ9KKK PQQ>ØgY @K—.%wÖÝÜÜ8Á3g΄……¥§§“NQQÞ½{G¦666*((PûzéaÖ'Ìœ9sîܹ;vìðññá  ¨¨(==}Û¶mœÑ»7nä «þ ñ¦)êÀ(—622’tàîîî4mÉ’%MMMœbˆ .”••ùúúzzzΚ5ËÌ̬FÒð;6;õ¢=9̵´´~ùå—[·n 6Œ3"ªï}DF”-Åø¼@}倃Á uppˆ‰‰ñôôä×,)))""â÷ß'w©¸Ñh4 ‹ÔÔÔqãÆq WJõôô¸«««“ï¤Njll2d¹ÃJîm@HHˆµµ5çfsaaa]]ÝÔ©Si4ÚìÙ³ƒ‚‚ÈpìY³fÍš5 ?~L§Ó…ÏZT´µµÝ¼yóÀÚÌ™3‡ŒåÊÉÉ¡Óéä2©ðAI6lذM›6‘§àìÙ³aaaÿûßÿ† F" #//oÆŒŸŸobbB쯔.×'7 ššš.ç©««ûâÅ ÎK55µÌÌL}}}rž;h``Ðã „Ò)MÑ͈ƒ7Ê¥500xüø1444 2„Á`W‘‘‘¿ÿþ;F»ÿþœ9sÚÚÚÖ¯_ßÛËOylvêE?ÉaN£Ñ,--ûë9Ðˈ²%ˆïy¡{ã¶tttBCC¹‹ndÔ³§§g[[Û«W¯8×6³³³ÛÛÛSSS§L™B§Ósiiir„ÿ±QSSGn™Œ?>""¢½½ýÂ… šššcÇŽ€'OžÜ¼ysÅŠœO×ÒÒyÀñãÇÇŽ;yòä±cÇr¾P ”@t:ýĉººº©©©•••——×ÒÒâçç7ñÒ844TUUUOOoÁ‚ü‚«[ëÓÎÎnôèÑ3gÎ400àŒ0¥Ü±£¢¢„¹Yßg(ÓQΈƒ2ÁKK§ÓOž<™­­­ýë¯¿ÆÆÆ’œÅb­Y³&88XSS“´Ü½{÷êÕ«}}}wìØñi›r%ó›Ü½hÏóÀÀÀqãÆéëë3ŒcÇŽ}ÚŒ„Lóã2â×R\Ï 4`³Ùœ‹™W®\!ÇPÏQ^áï%_|ñÅ™3gúì9 Iºyóæþ^ ñ!!ëSBÒâ׋Š_FÜÞ¿Oþ8uê÷=YJÕÕÕaaa666îîî¤q^^žþ˜†8 ÿ@\÷õOfŸ–„¬O IS<ˆ_/*~õ,ƒÄœœœ„ÿ_>„ê ñëEÅ/£ Ì?îï£u¨W1¢"„¸¿^Tü2ê®ÔÔTooï.o–áÕ „B‰!k À2!„BâDø(oŠõåóMâ ×$B!ÔøU9ݪ¯!„BH YŸ’&B ‘FèSjoo¿xñâW_}•@~^õ„„¬O I¡¦W†H+s1b„••ÕüMMMžžžºººööö………¤ýüùóµµµ544,,,®^½Ê=«èèheeå‚‚Þ9+++“`ssó¦M›ttt´µµ·lÙåååZNš4 JJJœœœÆ¯¡¡accC~â8''göìÙêêê666¥¥¥džõõõ^^^ZZZ'NŒŒŒ¤üteeåY³fu9i€ ý'^TT¤¯¯ñññ«W¯644ÌÌÌäL½ÿþäÉ“eee§M›VTT$ HDDDÐh´üüü>Éi€Z±bÅÎ;[ZZ®^½:sæLhlltqq9r¤œœÜŒ3þúë/ÒòíÛ·®®®ŠŠŠjjj‡äEãabbÒå$QÄ»>ÏîJ¹“S¶äèÖ¦éU”iŠtFÜô ¼ý ¿bbb¾üòKkk븸8ÎÛ/_¾ìèèØÑÑÑYîE{~˜Ïš5kذarrr†††iii"”¿–Ä?/|Äi6›]õÁ‰'˜ÿQQQL&óÕ«Wyyy¶¶¶#GŽd2™¿üòË?ÿüS]]½xñb###ÒþÂ… /_¾|õêÕÆ?ûì3Î|RRR àÖ­[œ9gee~@‚...ÖÖÖÿýwMMÍŸþÉd2_¼xq‹Ë’%K–.]Êd2Çwêԩׯ_WWWoß¾]EE¥¦¦FCCã矮©©ñööž8qâëׯ™L¦££ã¬Y³ž?~ëÖ-999’#'/^&u »×À£G^|À‰‡††°Ùì}ûö?®\¹B&µµµ=:::º­­Í××wÒ¤Iííí”AÒ>33“œn?~Ü{‰ puuuÀd2=<<Øl6Y9uuu§OŸnllliiqrr255%É®ûîÝ»ÇËËËŸ;wŽ_œ9s¦»“DåúdSí®l>;9eKîù ¿iú>MÑ͈›€ž²?á—‚²²rmmmuuµšš‰[XXÔ××÷M"‚{Ñžæ7nÜhmme±X?üðƒŠŠŠeį%{€8u‹››÷Kâ—_~é|øð¡››Û‰'8ñôôôî•ADXXØ!C:µ —’’êyË Êœ·%%Á›æ£_XüÒÝŒ8÷ üúN lž2èíÛ·æææÅÅÅ}’›-t/Êîñaž˜˜8|øð^È ³O•eKöÀ;/(ƒxk eP7Ƶ´´dgg;vÌÃãӤ۷oþùçœf%%%çÏŸˆˆ€wïÞ¹»»‡††jkkwzãÖ­[:ô÷ß“—ÙÙÙl6;##ÃÄÄD__?%%…»q[[Ûwß}·gÏòß™·oß>oÞ¼   S§NíÞ½ûäÉ“­­­¤ÈÊÊ@QQQ~~>›Í622"3122ÊÍÍ>ëËßßïÞ½eeeœHmmmAAÁ´iÓ(Û·´´À¿WNAAe°¡¡aéÒ¥ááá:::½ŸÇ€&##³k×®ùóç777S6¸yóæôéÓ 77—Íf›šš’¸©©éƒ(ƒ}³äS—ë³Þ\x‚7ÍGÌPxÒÑŒˆ.{Êþ„»'Ø·oß²eË\\\öíÛ×ÑѱråÊmÛ¶?¾wsø7!{Ñ;Ì[ZZ ÿý÷°°°ØØXʈ²¥zeˆ´§§§²²²ššš­­­³³óîÝ»¹§ž?þúõëG%/«««÷ïß¿wï^yyymm펎ooïåË—[YYušmJJʲe˘LæŒ3HÅóæÍ2dHNNΖ-[Ö¯_ߨØÈi>|øð —úúú***ÙÙÙ6l5jÔ¨Q£tuuåååcbbZZZHÖÚÚÚÐÐrrrä]òòòõõõäo///U.?æ|–€IAff¦««ë›7oŒŒŒH0==}îܹRR?úúú ‘‘‘ïß¿ €––Þ`ssóŠ+¾þúë¹sçöY:ÙæÍ›>üÛo¿-]ºôÕ«WÜ“~ÿý÷+W®?~Èn&//O&)((¼}û–2Èïƒ\]]¥¸pë&‰ë³Ê\H]nš]|aQ¦)ÒutttÙ3Pv2œ©Ü)À·ß~{õêÕÌÌL77·©S§oÞ¼9  ¦¦¦·Ó¡{Ñ>Ì«ªªvíÚµ}ûv…qãÆ‰PF¼-…ÙúDwk ÿ[¸›b555“'O¶´´$nˆððp##£Çwz×›7oœœœ nݺÅû‰»wïæn¼yófMMM&“UUUL&óÙ³gÀ¹í•-##sûömò²²²rذaçÎ{óæM||¼ššš½½=“ÉLHH044œ0a)ËNŸ>œœ äGŽQTT|çKÀ¤n郫‚Û¶mÓÒÒ"»¸¸œ={–{*üûJ{ZZš‰‰‰žž9’““yƒ»víâÝ^ìƒ\2sssN$66ÖÔÔ´²²’¼ÌÈÈ€ºº:ò2**JII‰2H9Œ›b¼ë“ÍÿÆ÷N.¸%!̦éáò ‰2M¶hfDùU·g ìdxSà–˜˜èââÒÑÑaiiyéÒ¥„„[[ÛÞN‡›€^´ç‡yGG‡›››±±q$ÂÑÃŒx[ ¹õû˜à±A¼>ÁM1))©ÈÈÈ»wïr¶:{ölXXXRRÒ¨Q£:5¦Ñh–––………ººº/¸@ff¦——wc Rþëêê‡ú”Á`€ŒŒ ióÃ?ØÚÚNœ8‘¼ü믿jkkÍÍÍi4šÍ®]»Èæœ3gÎ7îÞ½«§§G§Ó§L™b``À`0òòòÈóóóEúA›NF]]] mmmvvvÛÙÙåääpà@vv6yyòäÉŸ~úéêÕ«ššš$bllÌ`0rrrÈËG™™™Qû~á NëS0ÎN. !7ÍG,óGà—¦(f¤¯¯/LÏ@ÙÉð¦À‘ŸŸðàÁ¨¨(öçŸÚÙÙ-\¸òËsïá׋~’ÜF£}ùå—¶êm=̈·¥[_Duïÿ?þÇܱcG^^^EE…ŸŸŸO[[[MM ç2æ;wX,Ö»wï§NJ§Ós€Áƒ“ täßi¼|ù2&&†Ü2366ž8qâÁƒÛÛÛÏ;§¥¥Ençååedd¬ZµŠ³$cÇŽ„ pm/ T__ŸœœÜÚÚÚÜÜnmm åååÞÞÞþþþ­­­ÕÕÕ¤»ùì³Ï\\\vîÜÙØØXTTtêÔ©uëÖQû;§þD¹>ùáÝÉùñññùí·ß ;›æSfŃ_š¢›Ðét~=giª“¡L`2™^^^§N"‰TUU«««Ÿ?Nº¦Þ&¸íùaž••Åb±Ξ=kaa!Bñ¶°õÅ»;Oн~ýzÆŒãÇ'7°¸‘ rrrsçÎå½Y\OŠ‘K ¢¢²bÅ òð“ɼwïž™™ù_ ×®]#Á~øA^^þÕ«WܳJLL411:t¨²²òâÅ‹Ÿutt”——>|8ç~åª O® ˜4@nŠ©««ËËË«ªª®ZµêÍ›7l6Ûßß?,,ŒÓ@OOìú²²²ŠŠŠeeel6Û××WNNNIIÉÛÛ»±±‘´¤ rÀÀx" ¿444ØÛÛ+))1ŒE‹‘§0xGuÆoß¾uqqQPP9r$çr1eå.G>NÀ$‘C¹>Ù|vWÞœ_KX¿~=»››¦ïÓÝŒxq÷ œ¥eSõ'üRhkk›7oç%ÒÒÚÚÚÒÒ’s+­W îE{~˜+**ÊËËÏŸ?Ÿònà€Íˆ_Kç…OuSŒF2äŒ'ºr劃ƒeÏ‹º‹<ÑÖ7&Nœ˜ššÚÇÏYHŽ;wnÛ¶­¿—B|HÈú”4ņøõ¢â—7NÝpêÔ©.‡EWWW‡……ÙØØ¸»»“Æyyyvvvøcâ ¤¤Äu_ðdöiIÈú”4Ńøõ¢â—Q/Á2HÈÉÉÅÇÇ÷÷R „¨¿^Tü2ê%b4ÄI‚©©©©©©õ÷R „¨¿^Tü2ê%x5!„B Ë „BI(Š›bµµµ}¿!„B} ¯!„BHBa„B! …eB!„$–A!„’PX!Ôµªªªþ^±"!ëSBÒDH¤a„ íííÿûßÿ¾ùæ›”””çÏŸ÷÷âˆ< YŸ’&Bb ë2H‡‹®®îÂ… ÿüóO2ÉÙÙÙÔÔÔÐÐÐÞÞþÆÜï:}ú´ŽŽNqq1ïLtttH°¹¹yëÖ­fff¦¦¦;wOŸvjinneee«V­š2eŠ¡¡¡££ã½{÷àñãÇ“&Mrtt,//'ólhhظq£±±ñ´iÓŽ?N‚/^ ²··¿sçe^Ä‚ ºœ4@477oÚ´IGGG[[{Ë–-œxiié´iÓ ))ÉÏÏÏÂÂâæÍ›œ©999³gÏVWW·±±)--$¢££••• ú$§ÊÛÛ;44´µµõúõëóæÍ€¦¦&OOO]]] {{ûÂÂBÒ²¾¾ÞËËKKKkâĉ‘‘‘‚¼”yÌš5«ËI¢ˆw}ŸÝµSÖZrtkÓô*Ê4E:#nzÞþ„_ qqqK–,Y´h÷ï™gffzxxtttôA‚{ÑžæóçÏ×ÖÖÖÐа°°¸zõªeį%!~ç¡®>|¸¬¬¬¸¸øÚµk#FŒðóó#ñM›6eggçææZ[[ûûûsÚß½{—÷§L.^¼x÷ þ矮]»vÿþ}WWWPSSKã2þüÏ?ÿÖ¬YãâârïÞ½‡ÚÚÚ®_¿¾½½}ݺuîîîyyyFFFëÖ­#GζmÛ^¿~}çΓ'O`±X< €êêê#FÐéôAƒ*))•””TUU-\¸Á`øøø”””äçç3™Ì .øúúÊÊÊN˜0añâŧOŸ//¯9sæôx] /_¾<{ölHHˆ¢¢¢””÷_¾|™”A¾¾¾äŽ¢¢¢çÏŸ/[¶LJJÊßß¿°°ðÑ£G”A¨¨¨ðóó‹íÛÌiiiiié¿ÿþ›¼$;¹‚‚ÂW_}%###--mccóäÉxýúubbâ÷ß/++«§§çääCìÏ|úåúªÝ•PUUþà–„ð›æ'öoüÒ‘͈CpÏ@ÙŸP¦À«¡¡aýúõG•““ëÅ>è²íùannn>hÐ ƒ1yòä>(ì>aFü6™¸žº±mZZZrrrbcc—/_N"­­­eeeiiiÑÑÑ¡¡¡ÐØØ¸víÚÑ£GwzûO?ýtìØ±ÊÊJò277—Ífß¼yÓÒÒÒÜÜüÒ¥KÜY,V```pp°’’:;;ïÚµ+>>þÀ­­­¤ÈÈÈ@YYÙ“'OØl¶¾¾>™‰¾¾~~~~÷×É@—Íf³322LLLôõõSRRH¼®®®¸¸xÊ”)”ï"k¬­­ dee ¨¨ˆ2øîÝ;ww÷ÐÐPmmí>Ihà2dHPP³³sss3eƒÛ·o“ –ùùùl6ÛÈȈČŒrss)ƒ}³äS—볓­[·:tˆSOt‹àMó3ž€4E4#¢Ëž²?ánÀIBBB¾ùæOOÏŽŽŸÍ›7s†Lô¶nõ¢w˜·´´”””œ?>""‚÷ºÀ@Έ²¥Ÿ„*ƒ6lØ £££¯¯¿lÙ²%K–lݺ•Ä_¾|~øða999--­ŽŽ??¿Å‹Ïœ9³Óâââ.\XWW7oÞ&&¦¥¥…“­­­¼Á÷ïß{{{/_¾ÜÊʪs¸|}}÷ìÙ“œœìîîþúõkîIçÏŸ¿~ýúÑ£G€ìiœ/²òòòõõõ”A~äåå¥ÊåñãÇÂL9Ög')))Ë–-c2™3fÌàôéBêrÓ|ìâ ‹2M‘Ψ£££Ëž²“áLåNÜÜÜ’’’RRRœœœöíÛgfff``üã?¾zõª·Ó¾ýèüººzÿþý{÷î•——ïƒÒáfÄÛR˜­/ºº76ÈØØøöíÛœ¸¦¦fXXXZZš’’’OiiiFFÆž={8ã íííÉ8åiÓ¦YYYýðÃß~ûíÞ½{`ðàÁàääD£Ñ,XÐÔÔÄŸ[QQqôèÑÿüç?4 ׬Y³gÏž„„„èèèû÷ïûûûËÊÊþüóÏ©©© .TWWҞ̧±±Q^^^@^‡*æÂ¹Œ$xR¿#«ÎÝÝF£-Y²¤©©‰ EOOO·µµå÷.YYÙ˜˜˜sçÎYZZjhh€ŠŠ oðÍ›7éééÛ¶mãŒâ´°°èû1˜ÊÒ¥KÉu777NðÌ™3aaaéé餃STT€wïÞ‘© ”A~Ÿòßÿþ÷CCCa&‰"Žvœ8 IDATÊõÉkæÌ™sçÎݱc‡gøˆ0„Ù4=X|añ¦)ÒuÙ3Pv2”)p»páBYY™¯¯¯§§ç¬Y³ÌÌÌú`$½hOs--­_~ùåÖ­[Æ ã©3ð3âm)ÌÖ]ÝzÿþýN÷¡i4š……Eqqñ¸qãžp€””wwwîÆêêê¤Ò'u)YÈ}Sro BBB¬­­9·6 ëêê¦NJ£ÑfÏžDžJ›5kVjjêåË—'L˜@§Óõôô çÊMAAÁǬ•MWW>Tñ dddÚÚÚnÞ¼)xÔœ9snܸq÷î]===:N.“v ®X±âÈÌÌôòòê‹Ä°aÆíܹ3''‡¼<{ölXXXRRÒ¨Q£HÄÀÀ€Á`äåå‘—ùùù&&&”Á¾_ø¨ÓúLCC£¦¦FÈ9 ¹i>b™?¿4E1#]]]azÊN†7Ž‚‚‚ÈÈÈ#GŽÐh´û÷ïÏ™3ÇÎÎŽó0r¯¦]õ¢Ÿä0§Ñh–––¶àñ¶r단îÛÒÑÑ  %¥Fvvv{{{cccjjê”)Sètú`. --M¶ùÏ555qqqä–™Áøñã#""ÚÛÛ/\¸ ©©9vìXxòäÉÍ›7W¬XÁùP--­ÁƒÇÄÄ´··755]¹rÅØØJKKY,V]]ÝÞ½{—,Y¢ªªª¤¤äààðóÏ?755•——''' þº)¢Œ'NœxðàÁööösçÎiii?þÞ½{zzz‚¿µµµÕÖÖnß¾ÝÙÙ™ Òì9rd§8xð`~7ÚÄ^CCÃÅ‹[[[›››£££É®KÆ úøø´µµÕÔÔó™²²²££ãþýûÉuÍøøøU«VQû;§þD¹>ù!ã_¾|#øR|@@@rr2tgÓ|Ò´:ã—¦èf¼Ý;§gà,-Pu2”)µµµ6l8vìù¬¢¢RSSSUU5bĈÞN§Ë^´ç‡ù;wX,Ö»wï§N*Bñ¶°õÅ@·‡¯»»»›™™mܸ±¹¹9$$ÄÌÌlúôé ãÀÞåääddd4þ|}}ý}ûöNˆˆÈÍÍ555=qâDxx8)˜222äää¸Çs©¨¨üúë¯iii&&&3gÎìèè8räÄÅÅ™ššZYY3†§M›6fÌpuu3fLEE?~|ìØ±“'O;v,ÒÎ/ˆ:~âÄ ]]ÝÔÔÔÊÊʈˆÈËËkiiñóó›øiªªªª§§·`Á‚€€~AJžžžþ¯ ç„!`’h¡\ŸÀgwµ³³=zôÌ™3 8#L)[FEE‘›õÝÚ4}Ÿ¦èf$giª?á—‹ÅZ³fMpp°¦¦&‰ìÞ½{õêÕ¾¾¾;vìèíeî²íùa8nÜ8}}}ƒqìØ1ʈ_KqE6›M.sÀ•+Wf̘ѯ‹$>† ÖgŸõÅ_œ9s¦Ïž³4¡¡¡›7oî沈>%$M±!~½¨øeÄíýû÷䀀€S§NqÊ~ª««ÃÂÂlllÜÝÝIã¼¼<;;;ü1 qPVV†[¡Þ€'³OKBÖ§„¤)į¿Œz –Aâ@NNNÂÿ/Bõ„øõ¢â—Q/“!NnĈ}0¨!„Ä•øõ¢â—Q/Á«A!„’PX!„BHBQÜëËç›Ä®I„B¨7tùh˜ðjB!„$–A!„’PX!„BHBa„B! …eB]#¿ Œ> YŸ’&B" Ë „ioo¿xñâW_}•@~!õ„„¬O I!1ÐuÄý»Ö#FŒ°²²úã?¸DGG+++ð¶WVV&ÁæææM›6éèèhkkoÙ²ÊËË;µœ4i”””899?^CCÃÆÆ†üpqNNÎìÙ³ÕÕÕmllJKKÉ<ëëë½¼¼´´´&NœI‚III~~~7oÞ$‘¦¦&OOO]]] {{ûÂÂBÊåTVVž5kV—“‚ÒÒRÚ¿ihhIEEEúúú¿zõjCCÃÌÌLÎïß¿?yòdYYÙiÓ¦ 4-??¿¯2ˆV¬X±sçΖ––«W¯Îœ9]\\FŽ)''7cÆŒ¿þú‹´|ûö­«««¢¢¢ššÚ¡C‡yÑx˜˜˜t9Iñ®Oà³»vÊZ@KŽnmš^E™¦HgÄM@ÏÀÛŸðK!&&æË/¿´¶¶Ž‹‹ã¼ýòåËŽŽŽ½B—½hÏóY³f 6LNNÎÐÐ0--M„2â×’¿ó‚PWƒ¢¢¢˜Læ«W¯,))Y¹r%Œ5ê—%K–LŸ>V¬XáááQTTT^^îààðÍ7ß°X,//¯ÊÊJ333wwwrøûû¿zõª   ))iÏž=©©©ðüùs[[Û‚‚6›M>šÅbÙÚÚæææ–——«©©­Y³¦S^œÊIð¤~§©©ù˜ËòåË9ýljjªƒƒTVV.X° ??ŸÓ¡°X,GGGŸúúú/¾ø‚ô5”AÒþÚµkÿýïû%ÁãíÛ·ñññiiiFFF¿üòËßÿ ,kÁ‚åååL&sÔ¨Q_ý5i¼víÚ—/_VUU]¹r%88811‘_Ò™3gØ\rss…™$Z(×'Pí®Ä£G^| ¸%Ñ­MÓ{ø¥)ºqÐ3ðëd(Sؼyóï¿ÿ~æÌÎЖ””ìܹ366–NïõÛ]ö¢=?ÌwíÚUSSóöíÛ ¸»»‹PFüZ‚ŸØlvÕ'Nœ`þü»& 2dùûáÇcÇŽ}ðàܺu‹Ó¾°°{4-++‹ÉÇõë×ÕÕÕËÊʘLæÐ¡C322H<99yܸqYYYðâÅ &“I¾^dddÓh´óçÏ“–«V­²´´ä^椤$Þ —’’¢ÌK@ÊÝû>|¨¡¡ñæÍòÒÒÒ2++‹3®\¹Bþ~ôè477³Ùì—/_À½{÷(ƒl6»¬¬lܸqäÂÛãÇû ‘©©©IZZ:;;ÛÃòAll¬””›Í®©©¡Ñh×®]#ñµk×Ι3‡2H9à©u„™$r¯OîÝ•¼|ñâå|:µ¤$xÓ|Ôâ ‹_𢛇àž_ÂÁIÍf+++×ÖÖVWW«©©±Ùì·oßš››÷Iÿ"¸e÷ø0OLL>|x/'ñ/=̈²%{à8u‹››÷K~>|èæævâÄ NãôôtèÖØ –––ìììcÇŽyxxÀ»wïÜÝÝCCCµµµ;µÜºuë¡C‡8ß²³³ÙlvFF†‰‰‰¾¾~JJ wã¶¶¶ï¾ûnÏž=ä.oß¾}Þ¼yAAA§NÚ½{÷É“'[[[I3••€¢¢¢üü|6›mddDfbdd$ÌWäÛ·oþùç§<Àµµµ}ûí·‡&7kkk ¦M›FÙ¸¥¥þ½ (ƒ K—. ×ÑÑé«T(™]»vÍŸ?¿¹¹™²ÁÍ›7ÉUÌÜÜ\6›mjjJ⦦¦<  öÍ’L]®ÏNüýý÷îÝ[VVöŸ%xÓ|Ä …' M͈è²g ìO¸pR€}ûö-[¶ÌÅÅeß¾}+W®Ü¶mÛøñã{7Âô¢w˜·´´þþûïaaa±±±"”eK1>/Uyzz*++«©©ÙÚÚ:;;ïÞ½»££ÃÛÛ{ùòåVVV§¤¤,[¶ŒÉdΘ1ƒT&&¦¥¥%<<Z[[@NN޼K^^¾¾¾^pçÏŸ¿~ýúÑ£G9///U.?fÒÀqàÀ‘#G.Y²„¼LOOŸ;w®”Ť€¾¾¾‚‚Bddäû÷ï॥…7ØÜܼbÅŠ¯¿þzîܹ}–È@¶yóæÃ‡ÿöÛoK—.}õê÷¤ßÿýÊ•+DzCÊËË“I oß¾¥ òû WWW).Üe½€I"GÀúì$33ÓÕÕõÍ›7FFF Ýú”.7ÍÇ.¾°(ÓéŒ:::ºì(;ÎTîàÛo¿½zõjff¦››[HHÈÔ©S7oÞPSSÓÛéptÙ‹~ôa^UUµk×®íÛ·+((Œ7N„2âm)ÌÖmlánŠÕÔÔLž<ÙÒÒòõë×·nÝâÏîÝ»¹ß¸yófMMM&“UUUL&óÙ³gÀ¹í•-##sûömò²²²rذaçÎ{óæM||¼ššš½½=“ÉLHH044œ0a)bNŸ>œœ äGŽQTTä^æN7ÅÂÃÃŒŒ?~,Ì/“º¥W¯ËÊÊ’«b„‹‹ËÙ³g¹ÛÀ¿¯´§¥¥™˜˜èéé‘ 99™7¸k×.Þ-{ðàÁ^Íeàsppppp077çDbccMMM+++ÉËŒŒ ¨««#/£¢¢”””(ƒ”óɸ)ÆÁ»>Ùüo mÛ¶MKKK˜–„0›¦‡Ë/$Ê4Ù¢™åWAÞž²“áM[bb¢‹‹KGG‡¥¥å¥K—lmm{;¢Ë^´ç‡yGG‡›››±±q¯'Ãf³?QF¼-…Üú}¬nŠIIIEFFÞ½{722RWW÷ÈÌÌôòòân¯¡¡AŠz]]]øPu2 ‘‘!m~øá[[Û‰'’—ýõWmm­¹¹9F³±±ÙµkÙHsæÌ¹qãÆÝ»wõôôètú”)S  F^^yc~~¾€ÇgΞ=–””4jÔ(áóà¾ûî» Çë ­­-##ÃÎÎNÀ[ìììrrrž}êèè(//?|øpÎý¸ &(((€ŒŒŒ‚‚ÂÇyǦq–™yÆMÀ¤rS,$$DAAÅbq"þþþaaaœ—zzzd×—••UTT,++c³Ù¾¾¾rrrJJJÞÞÞ¤%eÆý¥¡¡ÁÞÞ^II‰Á`,Z´ˆ<æÃ;ªƒ4~ûö­‹‹‹‚‚ÂÈ‘#9—‹)ƒ¼(w9òq&‰ÊõÉæ³»ª««ËËË«ªª®ZµŠóÌ eKX¿~=»››¦ïÓÝŒxq÷ œ¥eSõ'üRhkk›7oç%ÒÒÚÚÚÒÒ’s+­W îE{~˜+**ÊËËÏŸ?Ÿònà€Íˆ_Kç…OuSŒF2äü‹+W®<ƒzŽ<ûÖ7&Nœ˜ššÚ÷ÏYHˆ;wnÛ¶­¿—B|HÈú”4ņøõ¢â—7NÝpêÔ)ÎK~ª««ÃÂÂlllÜÝÝIã¼¼<;;;ü1 qPRR⺯x2û´$d}JHšâAüzQñ˨—`$äääâããû{)BHT‰_/*~õ1â$ÁÔÔÔÔÔÔú{)BHT‰_/*~õ¼„B! …eB!„$ÅM±ÚÚÚ¾_„B¡>†WƒB!$¡° B!„„Â2!„B Ë „BI(,ƒêZUUU/‚X‘õ)!i"$Ò° BHöööÿýïß|óMJJÊóçÏû{qDž„¬O I!1Ðu¤ÃEWWwáÂ…þù'ï$lnnÞºu«™™™©©éÎ;àéÓ§Zš››@YYÙªU«¦L™bhhèèèxïÞ=xüø±ƒƒÃ¤I“ËËËÉ<6nÜhlloÞ<hjjòôôÔÕÕÕÐа··/,,$-ëëë½¼¼´´´&Nœ) ÈK™Ç¬Y³ºœ$Šx×'ðÙ];e- %G·6M¯¢LS¤3â& gàíOø¥·dÉ’E‹qÿžyff¦‡‡GGGGd!¸íùa>þ|mmm ‹«W¯ŠPFüZâw^êjÐáÇËÊÊŠ‹‹¯]»6bÄ???Τ‹/Þý€D‚ƒƒÿùçŸk׮ݿßÕÕÔÔÔҸ̟?ÿóÏ?€5kÖ¸¸¸Ü»wïáǶ¶¶ëׯooo_·n»»{^^ž‘‘ѺuëÈñ°m۶ׯ_ß¹sçäÉ“¼|ù2TUUY[[sŽ™öövkkëëׯ?|øpäÈ‘›6m"ñM›6eggçææZ[[ûûûwÊ‹ãÂ… ÂLV¬XáááQTTT^^îààðÍ7ßxzzº<þÜÖÖ¶  €Íf“I,ËÃÃÃËË«²²ÒÌÌÌÝݽ££ƒ2HÚgeeûLõ¨©©IJJ TPP`0ä‘´´ô„X,ÖƒBBB ººzĈt:}РA†††JJJ%%%UUU .d0>>>%%%ùùùL&óÂ… ¾¾¾²²²&LX¼xñéÓ§ÀËËkΜ9ÜK(//¿hÑ"™AƒÍž=»¨¨ˆÄ¿øâ )))ƒallÜ7Xo{ñâ…ºº:N—––611QRR"ñË—/“2È××—üÁQTTôüùóeË–IIIùûû>zôˆ2~~~±±±}žÙÀ"-----ý÷ß“—dçQPPøê«¯ddd¤¥¥mllž>þÀ­­­¤ÈÈÈ@YYÙ“'OØl¶¾¾>™‰¾¾~~~~—K{ï޽ɓ'“¿[[[ËÊÊÒÒÒ¢££CCC…OyÀÚ¾}û¼yó‚‚‚N:µ{÷nRž×ÕÕO™2…ò-dݶµµ€¬¬,Qß½{çî­ÝW PC† rvvnnn¦lpûömri3??ŸÍf‘¸‘‘Qnn.e°o–|`êr}v²uëÖC‡qê‰n¼i>b†Â¦ˆfDtÙ3Pö'Ü 8)@HHÈ7ß|ãééÒÑÑáãã³yófÎàŠ> |/úq‡yKKKIIÉùóç#""ÂÃÃE(#Ê–b|^ª Ú°aƒŽŽŽ¾¾þ²eË–,Y²uëV‹‹[¸pa]]ݼyóHÅÃd2`È!ׯ_߸qc```SSg>QQQªªªsçÎ%/uuu•••sss·lÙ¢®®®¦¦6nÜ899¹¸¸¸–––èèhhiiill€¡C‡’wÉËË744^à´´´?þøcß¾}äåË—/ÃÃÃ>,''§¥¥Åi¶qãÆ \¸¿¦˜4èë뫨¨dggoذaÔ¨Q£F€ŒŒ +++))ŠH]]]yyù˜˜˜––rL¶¶¶òß¿ïíí½|ùr++«¾ÌhÀòõõݳgOrr²»»ûëׯ¹'?þúõëG²Or¾ÈÊËË×××Sù}———*—Ç 3IäXŸ¤¤¤,[¶ŒÉdΘ1#%%¥[ŸÒå¦ùØÅeš"QGGG—=e'Ùʸ¹¹%%%¥¤¤899íÛ·ÏÌÌÌÀÀ 88øÇ|õêUo§B÷¢}˜WWWïß¿ïÞ½òòò}S:|ªŒx[ ³õEW÷ÆsF]À´iÓ¬¬¬~øá‡o¿ývïÞ½0xð`prr¢Ñh ,hjj⌺­¨¨8zôèþókÖ¬Ù³gOBBBttôýû÷ýýýeeeþùçÔÔÔ… ª««€ŠŠŠ‚‚iOæÓØØ(///`i#""FM"šššaaaiiiJJJ>>>œ–‡*æÂ¹à$xR¿{÷î››Û‘#G._¾ÿ矒{·ééé¶¶¶üÞ%++sîÜ9KKK PQQá ¾yó&==}Û¶mœQœ}?s@Yºt)¹³îææÆ ž9s&,,,==tpŠŠŠðîÝ;2µ±±QAA2ÈïSþûßÿ¾âbhh(Ì$QD¹>yÍœ9sîܹ;vìðññá †0›¦‹/,Þ4E:£¢¢¢.{ÊN†2n.\(++óõõõôôœ5k–™™YŒ¤²íÉa®¥¥õË/¿Üºukذa+W®¡Œx[ ³õEW÷Æ…††Þ¿Ÿ÷>´ºº:©ßÉ%MR²»¡äÞ„„„X[[?ž¼,,,¬««›:u*F›={vPPy†kÖ¬Y©©©—/_ž0aN766ÖÓÓc0œë1ü2)))""âÔ©Sjjj&Ñh4 ‹ââbáS˜þúë¯ÚÚZsssfcc³k×®ŒŒŒ¶¶¶›7ov,ÕÉœ9snܸq÷î]===:N.“v ®X±âÈÌÌôòòê£ÜªaÆíܹ3''‡¼<{ölXXXRRù¾ #//¼ÌÏÏ711¡ öýÂ@Ö§`555BÎYÈMóËüø¥)Šéêê Ó3Pv2¼)pDFF9r„F£Ý¿Μ9vvvœ‡‘{0½è'9Ìi4š¥¥e§‡­xF¼-…Üú"ª{ã¶tttBCCIQBþFMMM\\ÜÌ™3ÀÀÀ`üøñííí.\ÐÔÔ;v,{ölË–-žžžmmmä{3‰ggg···766¦¦¦ò:#BÆŽ;xðàÈÈH‹ÕÔÔtéҥɓ'ß»wOOOOð—¢¢¢¶¶¶ÚÚÚíÛ·;;;“Aš‚#GŽÌÌïF›Økhh¸xñbkkkssstt4ÙÉÉ8AŸ¶¶¶ššr>SVVvttÜ¿?¹¿jÕ*Ê`çÔŸ(×'?dÄáË—/cbb_ŠHNN†îlšOšVgüÒÝŒ€N§óë8K T e Dmmí†R­àè IDAT Ž;F¾-«¨¨ÔÔÔTUU1¢·Óé²íùa~ç΋õîÝ»ÄÄÄ©S§ŠPF¼-l}1Ðíáëîîîfff7nlnnvrr222š?¾¾¾>ˆC§Ó#""rssMMMOœ8Î`0 ##CNNŽ»QQQùõ×_ÓÒÒLLLfΜÙÑÑqäȈ‹‹355µ²²3f y  BBBTTT¦OŸîêêúÝwß‘K|¶¶¶¤n]½zµ‰‰É³gÏòóó[[[ƒ‚‚¦}Ày»™™ÙôéÓ Æ8Ë@ƃÁ8vì˜e᥏¢›Í&—¹àÊ•+3fÌè×EÆ ë³Ïúâ‹/Μ9Ó—ÏYH”ÐÐÐÍ›7÷÷Rˆ YŸ’¦Ø¿^Tü2âöþý{òG@@À©S§8e ?ÕÕÕaaa666îîî¤q^^ž8üTVVf¡Þ€'³OKBÖ§„¤)į¿Œz –Aâ@NNNÂÿ/Bõ„øõ¢â—Q/“!NnĈ}0¨!„Ä•øõ¢â—Q/Á«A!„’PX!„BHBQÜ#ÿé!„Bh`êòÑ0!áÕ „BI(,ƒB!$¡° B!„„Â2!„B Ë „BI(,ƒB!$¡° B!„„Â2!„B Ë „BI(,ƒB!$¡° B!„„Â2!„B Ë „BI(,ƒB!$¡° B!„„Â2!„B Ë „BI(,ƒB!$¡° B!„„Â2!„B Ë „BI(,ƒB!$¡° B!„„Â2!„B Ë „BI(,ƒB!$¡° B!„„Â2!„B Ë „BI(,ƒB!$¡° B!„„Â2!„B Ë „BI(©þ^„B¡©®®þ¸7b„B!öõ×_ô{± B!„;uê”0Í(«%,ƒB!$Ú^¼x!¸¿»f8D!„B Ë „BI(,ƒB!$&ìíí)ÿæÇ!„BHº§S%”––&à-x5!„B‷â\–A!„ÜuO—5`„B!qBªaj À2!„BbFȰ B!„ÄÂ2!„B ˜G!„hÃ_˜G!„$úÄ¿0ßåï“!„B ûöí¾ñ•+W:EplB!„$–A!„’PX!„BHBa„B! …eB!„$–A!„’PX!„BHBa„B! …eB!„$–A!„’PX!„BHBõsÄf³ÛÛÛûwB!$™ú¹ *((èÉÃ"„B=äææVPPÐßKúÅ/Ì æêêÊ\¼x±““eûœœœ±cÇ***v{ÑBIWWW__ßéÓ§÷å‡vtt°Ùì¾üD4pt» úÿïÿ‘?„ÜYCCC·nÝŠeB!„šn—ATWW?~¼¬¬lРA...{÷î€ÐÐPkk믿þ:==ýòåËõõõÒÒÒÎÎΖ––œ÷²ÙìsçÎ]»víýû÷t:ÝÅÅÅÚÚú.B!URRròäÉׯ_KII-[¶Œœ;ž={vâĉúúúwïÞÕÕÕS¶tuuýî»ï222 7mÚD§Ó+++Oœ8ÑÔÔôîÝ»þÎõ§®Ë òòrÎßcÇŽå׌ÅbýßÿýŸ±±ñæÍ›vìØ!--äêêºyóf}}}ÐÔÔܱc‡œœÜ… NŸ>Í]={ö,111,,läÈ‘­­­ïß¿çýt$LMMß¾}ÛßKêœ_÷íÛçîî>sæÌŠŠŠmÛ¶M˜0AYYyÏž=‹-²µµwww~-ÕÔÔ >>ÞÃÃÃÉÉéǬ¨¨5jÔÞ½{—,Ybcc\ƒ=ðŒ#f„9Ýu5ÈÔÔ”ü!`v%%%/_¾\¼x±””Ô°a쬬®\¹ÒiÀФI“ ¹¹yøðáÜ“†Ê`0._¾lee¥©©)--Ý飑xÈÉÉéïE@ ]ž_rss[[[UUU‹ŠŠ@AA!??_YYùíÛ·VVV]¶$eÐÒ¥KMLLÈ ¦¦¦¼¼¼†††No<ãˆ!O7ÂÞ벞ª««òRQQ‘D¸eff^»vmäÈ‘ÍÍÍ&}öÙgÿ_{÷ÐÄ™-ü$$„7‚<£ " /D¨µ –‚¢¢ˆ´ø bYåQ+Òìj—¢®rí®XY­¶X TÀbAhPÚŠ@©ºY¬ˆ""¯@x„çýc4Å„€AÔžß_ÉäûΜ™Dæ8óÍ|111¹¹¹ûÛߌŒŒþò—¿Ìš5Kžõ"„z¥Éþ;ßÓÓC"‘.\¸@¼µ°°˜4iƒÁ Ñh¢ÿ0ËhI¼ž7!„zôðð¸}û¶ÄÇpÓéôËC¬Zµê7ÞØ‹ÇãyxxTTTÔÖÖoß¾],Ç Þ²eK}}½ƒƒCpp°@ ±Bètýé /¼aðÆåG—¿ºý•bƒ{ïÛ /ÈÙ8ðÇÀ;Ìç: !‚®ÝÙ·ÎŽíÓQé`w«Ó”h ‰6!žÿ E•At:=//ÏßßßÔÔtóæÍ|>ýúõqqqħ`Þ¼yÄׯ_÷öö¶··wvvÎÌ̔֘š>00066îÝ»`eeeooÇår‰^ÇŸ3gŽ©©é'Ÿ|"Z—‹‹Ëµk׆¦'-™¤¤$WWWKKK{{û3gΠߨ²²2±×Òòµ|1”••©Tjcc#ñ–L~ò=†……‰=ýR¬—ÕS<ï×_=xð Ä^ZZZ¾¾¾ªªªT*ÕÝÝýöíÛb¡îܹÓÜܼfÍ …QWWW]]=b/„‘«¡ëïÌßß³|¯šQ½Ðh¡bƒ{Lñˆþ%š1È[~¯÷^Àå«l+ûoíãnÄq\ÿbü10özìЖJ6|ríéG(pùÎåZÇ5¸ÞqÝû¢·ý·öÎß9g6d€´‹Ô0jüŠýˆ×µÝµ~Å~nn9ôtzÉ£’¡ŸÀý¾ûK –š1Ûsm@(s° oýôïÿþ[âæ=~üÖñ9ßιòøÊоôtzr}òüÜù¶gmÏ5ž#&Õ%¹æºZfYÚkæî;ŠžN?s÷Ì‚¼æ™æi¿§ýØò£M¶u¶µ¨<•˜9=žw?Ï¿ØßôÓÍ?næ ù2vï¨(ìlP|||HHȹsç kjjÖ¬YCÌ/eeeÊÊÊÎÎÎL&sãÆAAAUUUÉÉÉQQQÄÅ”áݳ²² 55•(z6lØ`ffvóæÍ‹/^¼xñðáÃD¯³gÏfddìß¿?77—Ú\ZZª¢¢âää447‰É€••U~~~]]ݶmÛöîÝ;â6JË?33ÓÖÖVQ{R***111›6mb³ÙcèÎår###÷íÛ'6ý­Dbû‰8@Ìb(vêNb/„ÑtÍéåmåû–=.›¡9C±Áw9ìÒ¢j}üëÇCrÜ %Ì´Ìn®½yqùÅ‹Mß<œõV¤.IsŠÚØwºoîý\b$rik©Š’Š“ž“ÃÜX²1È2¨jmUòâä¨_¢îöÜ•Abãᩲx¬€ËËM–—x—üæû›2Yyx›#5Gbb¿^üuJ}JÁƒ?.o¸Š««®@Êâ”l?¸ùD³³÷Îf¸gÌÕ›+¶Þ¤ÛIÇÛ`¾á£Š˜&XM²Ê÷ʯó¯Ûf½mï½ÒvÑ=õNjÊâ”p›ðØë±9÷r.¯¸ì9ÕóØÉÎ<¾*>Ä&äœÇ¹ÂæÂF´Ý;Z +ƒvîÜéîîîèè===^^^]]]ÄÅš¬¬¬uëÖ‘H¤K—.±Ùì©S§VVV²X,===Ñ`±îC#_»v­±±ñÃ?¤R©FFFëׯÏÎÎ&>ŠŒŒ´³³[»vmÿÕ«W ### @ì9Z“€… êêêö÷÷›ššvww¸Òò_´h‘¶¶öóîÁQ Û·o_^^Þûï¿ßÙÙ9ª¾'Ož400X¶lÙˆ-óóóþùç„„±å–––ššš©©©ƒƒƒ'Ož‡3b/„GÀYg¶Îkª×&‹M>g䣡JQýÜõó‚y÷óD ¯µ_kìmüÐöC*™j¤j´Þ|}vC¶´^&^ý¼þ«­W ã÷Œ€™$ ]zt‰ÍgOUŸZÙ^Éâ±ôhz¥% Ð$ÈÙøÊã+ìŽõæëelNÔœ¨7Þ\b¼dîä¹—]í*FÜüÈÙ‘v:vêu±.ÑöÑNzNÁ³‚Ù|öµök°Ðp¡.M·ŸÛoªaÚÍé–¶£ˆî;ìvXh[8é; ðöÏÛo¤jä8Ù±×';óv;Ýé ‡Û ¢°Ç'N™2†\ÑÔÔôðð8wîÜœ9s~øá‡Ë—/@gg'‰D:uêÑÆÉÉIôøs±îCÑëééoõõõESÓëêꀺºº§§gNNΜ9s.]º´oß>±“€ôôôôôt33³¾¾>y¶QFþÂÇÇ'''‡ÇãåååÜîÝ»—ðý÷ßøÐÕ¬¬¬¤¤¤¼¼<:]|¼žššÚ‰'8™™C¾ ½BhDêõÕÓVÀÊi+ÇÐýtýéƒU`îä¹îÃ8é9…X‡ìªÜ5ß`>±¤Ýz*O2*úÄiéyNñÌiÌ™£;çRó¥}óö@'»“¤SuOúNªRr6~Ìz¬ª¤ª¢¤"ccéjOþ̪geFµ ‚ŒÍ×¥éJ좯¢/ú”(_ÒOOÿ=ÝLÓ¬ûäx*qG4©š@TEZÊZ :ÉÈ|Šú “<¦yŸ"½fÍšÈÈH{{{011áóù òÇ!JŽŽbÚ¼ÖÖÖáŇ¯¯ohh¨¥¥å›o¾)q>ááÉÔÕÕEEE•——O›6­¬¬¬°°px/bÈð£Gˆ·cË\éèèìØ±cÉ’%òwÙ³g‡‡Ç¬Y³d7ËÎÎ>zôh~~¾´ gnnnnnnPUUE&“‰3y#öB¡qõžå{ïY¾'»MÔœ¨âæâè_¢‰·*ÐÁî0T5€Vv+±Dß¾¡¥¡–Ú–o¿I&&|!?a~‚uä£ƒÄÆe­âLuh:ý¼þN–²Öƒ¾Äxi:ÙÖ:Ö²W!Íh7_¤c°ŒÕŒëºë¢~‰*÷)Ÿ¦1­¬µ¬°ùÉñtøŽѨ2Wˆq¼SÌÝÝ](îß¿ݺuÄ777:¾k×.â T[[[SS“´îêêêĵžyóæMŸ>=11‘Çãµ´´dddˆŠ,^¼˜F£}öÙgr&ÓÕÕEäÐÞÞ^PP<ÚECC£ººúÖ­[²ó/++»7Þz{{/\¸ÀårÙlvrrò‚ d4Þ½{·è\QMMMIII`` ìø÷ïßŠŠ áp8mmm¢ÓoCCÕ××s¹Üîînb¯Hë…B/šíÈÿ¹ôèñvžþ¼éÓÿ›ÈðZX-¿g¬3[êõN¶„!‹Ó”hŸU}0óÉÇÍØ®FßU¹‹¸Ô6ÐÖÔ×$-‚´Æb\ ]•ÉʉÿM¬í®ýàê$IÚ)ü;Ì;7:nøN÷í*do¾ \W œº}jªúTÇÉŽ]œ.b-íìö‚¦xÐ÷@âŽѨ2—öÊ8–A4mùòå<ÏÛÛ[´$++«¿¿ßÅÅÅÂÂbõêÕµµµÒº‡‡‡GDDdggS©Ô´´´úúz[[[OOÏeË–EFFŠ5¦R©+W®ÔÑÑ‘v^dx2ÎÎÎ~~~~~~>>>®®®ŽŽŽk×®K >>~ëÖ­111²ó÷óó«©©Ë>+2™œ––6{öì‚‚‚¦¦¦#GŽË/^lee›7o¶²²ºÿ>$''‹î¨/,,ÔÔÔ$î“ÞëæÍ›'::Úá)¢åÐP©©©666óçÏŸ1cÆ@Z/„zÙ8LvØnûä¡T25Í=­žYo{ÖÖóÏe&Ë"gG@¸mxDEÄðqBT2uå´•:4%ÆKˆ%4%ZÖÒ¬~^¿Ëw.™«‹V×2k¥EÖXŒžŠÞ¡7¥Ô§¬º¸*Ø*X‰¤D#‹ßÜZê}Ñ;´44áDå_…ìÍ—¸­¬¬­,yq2•LuÖwö›áçWìçSèãjàê¨ç¸¶x­Ä5¢Qe.í …BÑœ EEEb÷N7448::2™L ½_&›6m²µµÝµk×D'òB%$$ìܹSv›S§N1Œ¨¨¨“’l¯ÊÏ !ô¼º6ý¸Év’í.‡q?âð…|¡PÈä0g;»Ì§lºÆôñ^ãˆèéô³ou5t•§ñ ÛQÃIüu5Ouuµ——×ËûøÄQihh())y÷Ýw':‘mÄ~úé§á—BMCoCÉ£’wgŽï§¶»¶²½’'àõp{>½ñ©õ$ëiÓÆu ÷bvÔsÇ!Ò/›ÍNLLœ>}úD'ò2:}úôˆ7…!„’›ÏNtMœ®9}\×Âä0÷üº§©¿‰J¦ºè»¤,NÝp>±]-´-äiùbvÔszMÊ ›‰Îâ%…5B)Í$›Iã~Ä™o0¿Ø»x¼×2kg¬¹¼¨õœ^“‹b!„B£…eÐØ …Bb $ÛŽBè•&iFìWžP2Ž“/Ã&OLdbbR^^>!«V òòrSSÓ‰Z;ŸÏ/..Þºuëùóç›››'* „Bò311./—0;XG9>^süâ¿Ã×^^®ljj,­ýgŸi¶·Oð阱¯ž>Ä´iÓ<==åŸeÏç ]···@YYÙŸa‡ððð#GŽ ^¹reõêÕļ¼¼èèhwwwÑdmC566ÒŸ5wî\‰½X,Vhh¨½½½¹¹¹O]]ÝðhUUUo¿ý¶™™ÙŠ+ˆ)fåé…B#¢ÓMM‡ ˜?߀N—z@¿°ÅÅ4ªù| §@¸\RP®‡Çà8ÅaF»ö¥KÙ[¶èr¹9€õ¹¾Ú/¾øâÑ£GMMMeeeFFFáááŠJk ‰IÎíììΞ=;™¼===yyyééé666‡=ÒðáÇ·oß–XeÒéôËC¬ZµŠxŽâð^<ÏÃ㢢¢¶¶ÖØØxûöíb¡x<^ppð–-[êë낃ƒÁˆ½BH~gϪŠ^—–Ò=Rš°ºwîŒïíD))j3gòæÍSð<²/?''îÌ™¼¯¿V›ÀPá*))M™2å­·Þ=¤èúõëÞÞÞöööÎÎΙ™™ÄÂ[·n­]»ÖÃÃcÞ¼y¢¾[Òéô3gÎ,X°ÀÜÜ<--íÇ´±±±¶¶¾pႨArròüùómmmÏ;þþþSãççG´¼wï^@@€•••½½}\\—Ë%ºçååùûû›ššnÞ¼™ÏçÝœõë×ÇÅůÁ¼yó*++ ))ÉÕÕÕÒÒÒÞÞþÌ™3b;N§‹N†‰^KÛ:ùO›I£¬¬L¥R‰·¢)iÃÂÂÄž~)ÖËê)÷믿¢×tºññãêsæ^¹B»~êí­gooèìl™ùäè~ëuíÚÉzóæI˜«K(„ädu_ßâíð§O«YY¶¶*À… *nnú\.Àï¿S6lÐ9ÓhæL£ þ˜µ£CÉß_×ÔÔxófâø6|»ˆ´óòTÅZÖÖRýü&»¹é;8ÒéÆ%%4‰)I‹ ÷ïS–.Õ333Ú³GK xfK%Æñõ8}Z}Ï`)  ¼~ýzRRÒ† €Édnܸ1((¨ªª*999**êîÝ»,kýúõ«V­***ºvíÑQbKâ£ÔÔÔ”””ðððØØØœœœË—/{zz;vL´Ò¤¤¤cÇŽmذá£>b2™YYYD/Q\.wÆ fff7oÞ¼xñâÅ‹>L|rîܹÂÂB±y0Ö¬Y“››KÔFeeeÊÊÊÎÎÎ`ee•ŸŸ_WW·mÛ¶½{÷ޏ[¤m]ff¦­­íØw7¨¨¨ÄÄÄlÚ´‰ÍËß.—¹oß>y&@­¨¨prr[888HÄUUU NÅÉî…Brz÷]Öï¿SnÜP€ŽòO?ÑÖ®ï°VV¼üüκºÇÛ¶õíÝ« YY HMeÄÅÉš8òìYµŒ ÆÌ™¼uƒ‚ú«ªZ““»¢¢´ïÞ¥°X¤õëuW­(*ê¸vMÂL‹--JJ¶¶\`2ÉÃ#lÚIJ±áEGk±Ù¤O?ÕúÇ?˜T*°Ù¤wßեф¿þÚV_ÿøÿøãYÉññš!!ýçÎuªÔÔP%n—Ä–,) @wùrvIIûo¿µ*+ ¥¥$#æ‘#±±½_Ý•’¢^P "Z.-޵5·±QIQ§úÆà¹Ê ÐÐP:>cÆŒ•+W®[·Ž(A.]ºÄf³§NZYYÉb±ôôôJKKüñGƒ!6ï©Ä–ÄG;vì°°°prrØ¿¿‘‘‘££c__Ÿ¨ott´““Spp0›ÍÕUb®]»ÖØØøá‡R©T##£õë×gg?™ydçÎîîîĤèb³¢zyyuuu—™²²²Ö­[Gð÷Þc½÷KFiaëê(QQÚååmÓ¦ñËÊ” U$v'Û/☘ðù|RBB·†Æ•Ä™3j½½$.¨T`0$üß{Ú4tv*ò%F€ÂB•¾>’£#÷óÏ5¾ü² ùðàÅÌl„Ç×ɹ] £#èï'õô´´„(7pILIž˜dkë?r“¶iJ¢0!s ¹¹ùîÝ»Ü}ñ"p³p!gêTþîÝZÍÍJ}}¤Š ©5¢´íÎÕ•£¬,LLÔ¨­¥~ðÁ$ H$É)óÎÊTѸoi›UUTkë'g†&„ž…°eËggç°°0@••Õßßïââbaa±zõêÚÚZ“øøøO?ýtñâÅ¢Ú‚F£ o)çêˆû¿ÊÊÊ’““©T*„‡‡GDDˆFÿ•JMKK«¯¯·µµõôô\¶lYdd¤<Ái4ÚòåËy<ž··7±ÄÙÙÙÏÏÏÏÏÏÇÇÇÕÕÕÑÑqíÚg&U ߺukLLŒì­óóó”=d29--möìÙMMMGŽ!–/^¼ØÊÊ 6oÞleeuÿþ}HNNÝQ_XX¨©©IÜ'/2¼×Í›79Ntt´ÃSDË¡¡RSSmllæÏŸ?cÆŒ€´^!46;vôÇÇ3ýý08zİÎÎ?¿?¿É>>z®®ƒŽŽÜµk'@xx_DĤìlUâu|¼æÖ­“bb$üo–Ffeuö÷“\\ ,,ŒV¯Ö«­¥š˜ðã㙟~ª¹x±Áºu’OSmÛÖO W’!1QÃÅ…ãìÌ™5‹÷׿ö}ü±vW™Ffd0x<’««ƒƒá¿ÿ-õ²ƒ´íNOOpè3%E}ÕªÉÁÁýJJ@£ %¦$#fh¨Ž··^h褄¦“ÓcF%Æ€o¾Qݶ­_æ×5¾H  Es2‰Ý;ÝÐÐàèè(ºþe@§ÓÏž=ëêê:щL¼„„„;wÊnsêÔ)ƒõbR’í%ü9!„& þA °y³î;ï°¼½ðP€çD<‘É$ÏžmXVÖ>}ú8^®úᕌ µÓ§’Fê>/‰¿®¢¢¢ÀÀ@¢æ©®®öòòÂ9Å^m#Ö@ðÓO?Éy5!„ЋG&É]Ä-c¨¶–RY©Ìã‘zzÈŸ~ªemÍï!;ÍÍJ'OvG $¿ñ}2æ8ILL´°°˜è,^§OŸñ¦0„BHMM¸uëD^&“¼gVS…Jº¸pRRã}èžàM†W´ —ƒdÃ!„ЈæÏçwLt/^C!„П–A¯9Ñàw„B/µ œXëe& ùž)úô9ÃcôÚâóùÅÅÅ[·n=þ|ssóD§ƒB/]Êùí·áË]]½II/>Ÿá¤e8Qk¬ªz¼t©´ö½ÉÉ|†„g…ËoìeNÏÍ͕Ѡ¸¸¸½½}Ìñ_pØ×Oxxø‘#G¯\¹²zõê¡¥¤¤ÐétÑ ð111666VVVÿû߀Åb…††ÚÛÛ›››ûøøÔÕÕ _UUõöÛo›™™­X±‚˜5Vž^!4¢–%K/]úÌáM h hÍó–]^þœÚ¡„|¾„Ó<^מ=*£| Œb‘œá‹2ÚµÓÞx£û“O€7ö;ÚÆñlP`` Ø¬ã/sØ×LOOO^^^zzºÍ¡C‡DÏ<€«W¯¦§§müñÇ755UTTÔÔÔ˜æñxµµµÆÆÆÛ·o‹Ïãñ‚ƒƒ·lÙR__ïàà,Fì…Bò2mÑà=˜~´a»>þ˜÷ì´ ×ÿÝwª­í¨z½€Ä^~ʶ¶“þœœ1GPLD§ÓóòòüýýMMM7oÞÌçóýýý 00066®_¿îíímooïì윙™)êuüøñ9sæ\¹rex¡PøÙgŸ9::Κ5ËÚÚš8r‹…¥Óéeee ل׌²²2•Jmll$ÞŠ&‘%æ»øê«¯D-[[[³³³?ùä--- …bnnZZZ¾¾¾ªªªT*ÕÝÝ]tÞHäÎ;ÍÍÍkÖ¬¡P(uuuÕÕÕ#öB!9Ñ\]¾ÿ^4òƒuþ>>$$äܹs………555YYYššÇd27nÜTUU•œœE\C€³gÏfddÌœ9sxƒÛ·o'$$|ûí·uuu7nÜðôô€¡a 33Óv”å󟄊ŠJLL̦M›Øì?žIÚ××÷þûï|tâãµ>ø@FXva¡î¡CJ&&Œ˜µ5k rrtöïgþ󟼦&!›ÍˆŠRqsÓOJ2ÈÊÞ—ßÞÎkn¦š›‹–ô&%i¼óŽîÑ£ƒee¼ßòxŒèhÊÔ©ß}§÷å—ì«W{OŸ––˜°¯oxê+WRgÎìþ׿„ƒƒ=ÇŽiíØA¢P„ƒƒŒ¿þ•¤¬l™iXP õtºÏá HÜ3’Se³ý«Ê›oê''ää•*-%Y1SSµÂÂtöïg}÷ÝÀÏ?ËÞ4 ˜™ñš›ùc=Y¨°2hçÎîîîÄ,§bS‡^ºt‰ÍfO:µ²²’Åbééé•––EFFÚÙÙUTT o ­­M¡P¾þúë[·n©¨¨èéé _é¢E‹´µµµ ¯™°°°}ûöååå½ÿþû <<ÜÏÏoñâÅC›óѪ¨¨TTTDGGïܹ³¿ÿçYåççÿüóÏ bÁ---555SSSOž< gÄ^!$'ê´iT[Ûþ‚¸x‘¶p!ISs¼Ã*ÏKÖÖ PètAo¯üa56o¦ZXpª«ÃQ24äܼ)d³I::ƒ7n VV ˜LõåË¥õ%ŽßCÓÐ ¤½ñ†²µ5ûú¸55¼æfI YOOÍÛ{àâEiÑØÃs2yRt4çÚ5FTÕÆ†æàƒ7nðÛÚ4ÃÂÈÚÚ$%%Ê”)Ò±gÄZr®_çww«>ŽSVJÒcjnÙB›7æìLµ¶2¢CZ²¶6ð?é[’LaOœ2e ¹ø2Tgg'‰D:uêñÖÉÉÉÀÀ€x­««+­NOOO?zô¨§§çŒ3þùϺ¸¸(*Û? ŸœœtèС¢¢¢¢¢¢½{÷Ÿº»»ÇÅÅMš4 Ö¯_O"‘V­ZõÑGݹs‡˜5+++)))//N§‹EVSS;qâÄ233ÃÂÂ@T§Êè…BòS÷öf&& >ø ÿüùI,”olnnßW_ÕÚZ÷³ÏF–•ŸÏÊϧL*`IžU’¶6º»DSQ¶µUÒÕå·¶’44ˆó"’û{Â-ÙÐàéñTÀ`iÒ“ÙéÉ::Äå-‰$æJt:ÕÊŠS]­ÿô~4"¬±.™ €ô=#Ö’×ÑA¢ÑH4š<)Iù´BPÒÓ)¤Åyr9LiŒS‘¼ˆ§H›˜˜ðùü„„ ÉSàJk°hÑ¢E‹uwwï߿۶mÿùÏ^@¶¯;v,Y²ÄÒÒòÞ½{¢å3f̸pá‚ 1Ý}__ŸŠŠŠ’’<½È•}ôèÑüüüIOÿí‰qsssss€ªª*2™Lœ±Bɉ¶d =Ú“@¢P”mm«ªäé¥îã£îã3†°¼{÷˜ÿü§~F…Nüí·AiO…Bxz GŒ’‘ðùÚ11d55ÑÂ~ô÷ y<…"4‰¬ÂînÒdÉ¿“uu‡6tv’¥´”– –• X,ekëÞÿû?¸8 ‚ZZ”¦N• ïž ki }}d ~K q—Ä”ä‰)è™¸iÂînxºÇ`ïSWW'.¸¸¹¹Ñéô]»vuww@[[[SSÓЖ~xdš‹‹’AÏáÃÄ%>ƒÁüXÙÑ‘$²‹Š}}̃%䣣C17çJÂÕÎNiÊ”Þôt!Ÿ/hog¨zzŠ%&;!›ÍLLÔŽˆÐŽŽf_½Êþé' Í«dhÈüüs~k«€ÅâH¯2¥í {ÀÁ¨Ô¾ôt^CC×þý@"‰$1¥còîßçܺ¥út临Mn]ÅÌìÉ™¡ÑÇ2(<<<""";;›F£eeeõ÷÷»¸¸XXX¬^½º¶¶vhK‰ Ølv\\œµµõùóçOœ8!üüüˆ“H ™LNKK›={vAAASSÓ‘#Gd´LJJºqㆵµuRRÒW_}¥¤¤tóæM‡íðÑ899Ytï}jjªÍüùóg̘qàÀÖ !„ÆFsãFí;Õ¼¼^@XªêÛo3""Û·+;8([[wFD€F@3>žŽ£Л”ĈÕxÿýáaIÊʺ‡ Úßyçñ²eŒíÛy JFFZ;w2ëxï=OO‰ùhøû÷ççKË–D¡Lþßÿå76¶­ZÕ¾u«Ê¢Ešï½'–˜ìú22”gÏV¶³£Ì˜¡Ä_Ø××sìÕÌlÌCväÄok›ôé§Ãk ù½ˆ!Ò!„’¤¢¢¾nÝDgñ¼„½½Ì£G…¢<{¶Î Ô%‘úÚµÏA®2oÑB!4ðøòZÑÔ„Ý»‰—ý],44LlF#¹ "n„F!„ /hÂ\áà5„Bã/hÂái„BýIa„B¡?),ƒB!ô'…eB!„þ¤$ ‘nxéooC!„z~Ê ¼ƒ!„B¯Ÿ»wïŠ-‘PáŒ!„z·<;‰=Ç!„Bèufllüå—_Jüˆ›w_¼{ï¾hѳÌ#„B½ªˆhåÊ•ðÕöåº'5Oé7Û€(ƒ¬Ít­Ít‰Öù—pz„B½†Ö@QÁ'K¿ÙödlPmãÅ'‡B!4N†Ö@86!„Bb5´±AX!„Bèµ2¼z]l(,ƒB!ôú¿,ƒB!ôÚVKleB!„^2j „B¡×–ìÇ!„Bèõ4¶° B!„Ð+MžÇ!„Bèu#g „cƒB!ôZ‘¿±A!„z}< X!„Bè•£° B!„Ð+§¥¥ETßÈóZŠØû™3¦ùt~T©üÅKeTíB!„žßå:û÷îËß~ÅRÇÚÆÐ%$‰$ ã“*‡~`m¦+gÄÚFÊ?<åÏ!„BH!þ÷Ô¯£j/*uîÞ»_úͶk×®‰Ÿ k7¢»÷î·´´Œ* „B!…¿b‘ˆ $iW°ËÝ{÷Guf !„BèÕBT;Ä©  ¢P(¥ßl89ÚˆÕÕÕ Í!„Bhdµ 0Ú38DµCÔ@@Œ 2™,455{zzž%B!„ÐË ++Ëßß_Tý?²îÆ}þõDöIEND®B`‚gbonds-2.0.3/help/C/figures/druid-2.png0000644000076400007640000005352711107720364014470 00000000000000‰PNG  IHDRŒªL‚7bKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ *áwåí IDATxœìÝw|Tuþ=þ×Lf’I¯“ÞB$¤¡C @¤E]± .‹²bƒÕÕuÝý`YõÇ.¨ˆ 6°!Š-ˆt©IÞ3©“LÉô™ßwæNI! ¬\¿œçƒ93÷Þyç&™“[戚ššˆ(44ô³Ï>»í¶Ûn„Ó§OÛFÙ”4™L¦!-nÇŽ¶ôÑ5×o„¿3¦~ÃïÊÿfäœZÿãÁ wñXGÂ0¸/›S+ÇÔÇ- ²®“ÚÙòö.y{؋ݱcÇòåËãÙy<ÙTµ€mh¦ž÷ìÙ# f)_üX:ì/à™ˆˆL<Çš&"Ú±c‡@ RµÙÜo<»Á` "'''¦§ùdiècÇŽ;v,,,,((( À×××ÓÓÓÍÍÍÙÙÙÉɉˆôz½F£Q*•2™L*•¶µµI$’þVgLFžM6 N|k4t'¾5êµB5ô¡“5êÔÎBë£zJäl}T¯UººX£N£p ¬Q-wwµF­Zæá&´FU—§»5jz¤^ÎÖ¨ìô¶‰je»§MT´ûz¹°Q%oõó¶->"6öÈ$¾6±»Il•]ö±!Èß• i]°mì¬ pc£¼³&Tl;ªÃÝÙ(k¯Šö°Æ¶ŠH›ØÝZbË¢C=­±åJt˜5vI.dž{±Q*)µ{´4.ÂË&^Œ·‰Òæ’‘ÞÖØT”e£}¬±á|bŒ5v4œëkõgGÅYc{Ýé1ñ~6ñ×äÖØV{*%ÁßkN޵‰­Õ'ÆŽ´‰UÇSmbKÕÑ´D›Xy4=)€’ÊÙ£ÄÖXq(s´56—ÌheÆ'[cSÙì” k¼²‚Ml¼\8q,""b︢ÍoJKÕ±1ñÖ—­ªË¶DŒF£@ ˆŒŒFÁýö³×ÕÕÕ×ן;w.33“˜’f9;;óx<>ŸÏçó™WÔÇc÷š›LF>߉݋n2Áh²¬>½³³‹Þ`4GƒÎE$ÒéÍѠ׸ººitsÔ©]ÝÜ´:ó£zÊÝÝC­5?ª×öxzz©4æ¨Ó(½¼}zÔzK”ûøú*Uæ¨UË|}ý=:ö›ê –+ÍQÓ#‹ƒd ­%vw³QÙÚ%7Gµ¢=$4L*Ó0Q%o èìfcKDDT{—š‰=2IdTt»Ô»›"£bÛ,QÙÕgbbG´t¨ÌQZ?Rb‰ŠÎº ‰Íí=L”wÖŒ9ª©Í;ª“Æ4¶*ͱ½jÔèäz‰‚‰²öÊ1É©ull«H›V×lŽÝ­ecS3jšäæØrelzfM£9vI.§gfU5È,ñRFÆø*Ë£ÒæÒôÌìÊzöÑ‹™ã&TX¢´¹$k|Ny]·96Ÿ0¹¬Ö;›Š&äL½\ÓeŽç'Nžv¹Ú;ÎMš<³´JjŽõg'O›YZiŽíu§§NŸ]RÑi‰¿NŸ9§¸ÜÛjO͘•WTÖaŽ5'gÍžÁ[kNææå_¸b‰ÕÇgϽå¼%¶TË›·ðÜeK¬<:7ÑÙKíL”TžË­§KÛ̱âPþÂÛN_4Çæòƒ Ý~ª¤Õ^Tpç/ÅæØTv`qÁ'‹ZÌñÊþ‚Û—ž°ÄÆË…·ßq÷ñ ˆˆˆ½â’¥Ç-¿)͇òæ-(©0¿ôÈšüÅl‰‘Éd …ƒl´Þw£fgÇ/ Õét{öì êlIJoh“CCúÆÂÎnÕÃÿ‰˜†:Û5´‹‹CCkÙ†ÖkÜÜÜm [åîî¡Ñˆèíçfúy‰–ÿå{û†öVÙ4´··µ¡uj¹¯¯¿RÅ6t·Ÿ¿µ¡µª.±8H¦´6´8Ю¡ƒ‚C†×Ð*džnŽŒŠµöwwSï†ní´6t\|‚mCÇÛ4´¢³Ö¾¡k:itrC‹9ÊÚ+GkÛÐcRRmºÏÚÐ&£“@`dör›ÈhÐ ‡†ÖÛ4´‹H4@C»º¹klöróx|f!D¤×:4´¢¯†¶ìôî«¡ívzÛ5tg`MC+:$4ܾ¡#;ºm:Ò¦¡e’«5t¼mCÇÆ°kè¶ ]7"!Év§·]CwT'ŽJf£¬½jô˜dž–X:ylšcC7Y:5}œMC_NÏÏV²TâÐÐ¥ã&TößÐYÙ“úoè ¶ ÝÙpÞ±¡§Ø7ô´\û†¶Ûém×е§fΞg»Ó;wö|û†¶Ùé]u|öÜ[ú²¹’[*ÎËïÕÐö;½íz‰mC/°¡o[²ô†¿ü!"r<6]Þ_pû]ìïQ[ݯã'Lb_Í z s¬—zÜ6©{ÏNƒnè«Î¾jÕ*¶¡û›ˆDd4m·Çm´jÕª-[¶Ø64ó¿íæ|_L#¢|WÝ961Æ=),wåçìÃw-Ì~ôÞ9ÕÝëdK»ÌÅÅeÁô¸…ÓãÄ~®m=ߪþôÇrfÊ­]ê7?9¿êÎT7WÁ;»Ïýx¢A«3 ü?Þ1væø7WëÙ^z­rò¸øe FE‡zñù¼Î.Õ–O‹n`ulhµìj dßÐÖÞje{pp¨MC·‡„†;ìô¶6´¼%"2z€ÃÒ çÐÐ-¶ ?Ò¾¡KÛ5´ÍNïÁ4ô‡¥SÓÇõwXZ*)ÍÈoßÐv‡¥ÇeM´6tsIVö$ÛÞÙ&Û7ôTÛ†ž8yZ ÝQvÊ´Y4´ÃNsû=,ÝWCÛìô>š7o¡mC;–îÝЧÙÐeºàv44"âUã~ÛÃÒ-UÇfÎÎ/¶–ÖªºÜ=ý¬ûe{Üà »ÏÙéj==Àì›6mzä‘Gúœñý÷ßïó°´€zÙÞ¼yóêÕ«Ù™~øa‡ÅíØ±Ãv¸½˜<Ý7üy’Édºó‘w›÷¾÷x`€W[Ýiqd&ùù¸OŸx¦¤abzÔŠü¨í,¹eZìÃKRŽœ®^·aÿŠÛrVÞ–¬QÉö–õ"òò.Ëß¼üŽyÉ+Žþlß‘§øîü¤[¦Å~úí¹/ö{ýÞ^nDäééµöž ¡€ÿç>–J¥a!þuMR­Jäìê­·?qLgâ˜Î¾¡µö'ŽiíOÓÚŸ8¦qØémXZ=àai•ý‰c=ö'ŽõØŸ8Öcâ˜Ò¾¡ö'Ž)ìZaâ˜ÜþÄ1¹ý‰c2û†–ÙŸ8ÖmßÐÝö'Žu5—¦Û4t·ýaé.ûMê.ûÃÒRûǤö'ŽuÚŸ8ÖiâX‡ý‰cö ÝnâX»}C·ÙŸ8ÖfâX«ý‰c­•Gçæ/dº¥òðü[³ ÝRq(¡íNïƒ ÝÆ6´¤âçEÖÃÒÍåÜÁ6tsÙþ‚ÛÿpÂZØ…·ßa-lDDDk´ihI塹óŸ»lþeï‘5GÊ,¯ít½Ïü"¢·Þz«Ïém÷1÷7;ŸÏë­·V­ZuÕ†fëÕº»ÛÉÉÉÉÉI 899mÙ²…×;w:Yæw49 øì?Ð)'-ÌÛÃåÀÑ’ªêFÏÀDâ›'ãóMD¤Öè}þ¿ÿÜ´—ˆÆ§ÅÈ;ëΈ'¢—7}VVÓµõËËD´8w”ZÖäáéADZþÞµ[^}ósiw·—›BÖè$àÏÌŽ ¢7·ï«kÓ[v„“Ö`âñÈM$ÈNòð8[el‘¹\D&ƒÒ×ÏO­32#4é•þj‰FÜ?0°GÃFY`p°R£g¢AÛ¢P[¢F*W™£^Ý.ëÑ1Q§jŒìV²±-2*ZªÐšcO[TLŒTnŽZekTLû¨VÙßiyT£hŽOèiÌQÞŸ0²­ÛÕ²¦‰I­]jKlLLÝ"5GUwCÒèdI§Ê»êF%§4w˜cOWí˜”ÔÆöK¬INMkl3G¥´zlZf}«Ò«R3ÇÕ·˜£¢³"}ÜøZ‰Â;Ê3Ưµ<*o/Ë?ÁæÑ+ãÆO¬nVX½<~¤ª&¹9¶•fçL©l4GY[éÄIS+dæØZ2qòôòzsìn)ž4ufY}·9JŠ&OŸu¥Ö»šÏO9çrm—%ž›–›WZm‰Mg§Ïžkgfæå—TI™(m<=+o~I¥%6œÊ· Ø;뙓¿°¨‚'ó,¾PnŽu'ç-,8_f‰µ'æ/¾íÜ•N&¶×»eñíg­ñè‚Åwœ¾ÔÁĶš#‹ î´ÆêËo_zª´‰­U‡n»ãî_."""ö-¿)m5GoYx[Q…ù·[ÕU§Ôš_Ì}œm… {ÏÎãñú›Þö¡þfg§tÐß³“ÃînÛߺu«Ã.n·cÇŽ>wš‹œ­ï?&¢±;uÉî^în<2Oæî&"¢•V«5=‰ÈÃM¤UÉľ®DÔÔÒªÒ ‰(Xì­ééàó¢‰H©ÔtËT±#Ç™?) zgž^ìëFDݲž°øQ¶Ãxá­_nŸz÷­9Ë x¥•íï}Qz¥²ÉÓS¬Òê™Aê5J_±X¥a£Ü/(¨GÍF™p°ReŽ:uWhh˜¢GgŽ*ixx¸LiŽÚžÎÈȈn…5FGGuÉÍQ£ìˆ‰Ž‘ʵæ¨h‹é”™£ZÞÛ)·Æø¸¸Ë£*YKˆ„ön%JFŽLhë2Çžî¦Ä¤Ä6©Ú»“’’Z-Q)m=ftK‡Ê;ëG''ÛÆ””±Íí=æØQ;6%µÉ5i©émJK¬NOËhh5Gy{efFV}‹ÂÛ*Çeޝ³DY[EÖ¸ì:ë£åYã&ÔJØG˲ÇçÔ4Ëͱµl„ÉÕMæØÝz%g┪F™9¶\š”3­Ò»$¥S&O¯h`ãÅ)SgTÔ›£´¹dÚôÜòºnsl*ž>cvY­%6^˜1kΕKl8?3wîåš.&v6œÏÍ{ÉòhgýùÜ9ù—ª-ÖŸ›“wK©%vÔŸÉË[x±ZÊÄöºÓóæ/,©´ÄÚ_çç/.®ì´ÄS·,((ª0Ƕš_,¼íB¹%VŸX´èöóe–Xu|ñ­wœ»Òa‰Ç n»óìeslEDDì+¶U_´è6ö÷¨»µ,%%µ¹Íüjf2ͧ+ÙÜÏ?ÿüé§Ÿö¹ÃyéÒ¥sçÎu(8‡Ù}n“Íàþfçóù?üpïg¿÷Þ{û«×>Îg'zï½÷hÀ†fwš‹œ¶ÿÔ#…ú8;;û{»²× q˜äóœBÄÞDÔÚ!3õ]*" òñôpô$"I[·N§e»ßIè$pvf÷­{y{1oöóõðpºŠ„ì0êš:^ÿàÂm«Þùdï‰Qqk—%»¹ M– Hàk2±Q#0Ù¨‹Åƒ9:™TAAÁz½Éªàà­ÎùFehX˜Fk‰ehX˜ZcŽ<ƒ"<"B¥1š£^Õ£6GÒË"£¢{4l슊ŽVZ5éºbbb*ƒ%Jcccå=–¨íŒ‹!WêÍQÓ?"Af‰FM{ÂÈÄn¹ÎÕí ‰Il4¨ÛG’Ê´æ¨jI=¦“=’¤1ÉÝ6ŽNNiï2G½²yÌØTæ/&¦¤¦µZ¢NÙ865½ÕúhãØÔŒ–NË£ŠúÔ´LI‡ÊÓ3›ÛÙX—‘™ÕÔÖcŽòÚÌqÙl”ÕdŸØÐjŽZYuÖøœ†sÔtWgO˜\/QšcWÕ„œ)uÍl¬œ8yZm“9ª¥9SfÔ4),±lÒ”Õ–GUe“¦Í¨nTXâ•IÓfVYbOçå©ÓfW6Êͱãò´s*ê-±½tƬ¼òz™5æÎ-«3GeÛÅYsæ_©ecqîÜ[.×XbkÑìy /Uw[â…9ó•V™£¢åB""b±hö¼…ì«2==“}5 Lî"‘³u[–í¬þšˆ>úè£Þç0;ÓÄ}î!ïÝß½gﳡ™ÿï¹çž>ëÕú‡FŸ;Ù·mÛ6@C³Uï,p²ýw©²Ãd2Íšœ|ÿíãžÿãx¡åaLI»8 bC͈#¢ï^ œú¥ˆžxh~|˜Ç= ‰h×ÞÎÎ.l©ñœN6Yð.UuÑ_×,~öÁ ì%ÉœHÿàméÙcc’’RÚå.DÔ-ï©­¸ÈŒŠOZo£ÇDi}|} óày&¯¯¯Ao‰F¿Ÿ¿^g²Dµ¿¿¿Î{Äb­Æhކž@q I¯ Ò¨ –¨Q[¢I§ ±òÐ0•в°Ð°›¡ì1G£¶+"sÂÌ ·oàëñÖ‡‡ï)˜ öóH³>{RîcËÒÂÄnî.=jÝÅò–¿¿þIg·6)%Ëdйˆ\Ø«• Z‘È•}——ÑáÒfoúÒ«Ý]ÝÕö×Qa¯tfp¼ð™ÊÓÓƒ½¬Š^ÛãååžÌ1j¶—EëåÞ>Ö“Ý£Zîãë§°¼áÛ|*œ5vûùÈ­gÆuûù[£VÕȾ\«ê Úœ('Ùœ('u³'Ê)¥AÁAÖóæ”AÁÁ6Ñî­äeGppˆÔÛƒƒÃ¤r%¶…„„w²çÜ)ÛBmÞÆ¦V´………wXckX˜õ]mjykXDdG[ÂmNÐSË%‘Ñì)xj™$"Ê&v7GFǶJͧ੺›£ìbStt\‹%öt7ÅÄĵt²±1&6Þz6_·ýÉ}] ±ñ ìé÷Ê®ú8›³ñ•]õñ#F6[NîSJëãlbg]ÂÈÄÆ6Û Ô$!""Í'ØZ~Cõ¥»‡ûê}ì§ÏN|ý’mÁ8p`×®]ÔWC/_¾|Þ¼y·`ÁÛÙ{¶ýÿã?xv>Ÿ¿råJ"Ú¶mÛ§÷Üs}ôÑGõzîܹI“&ñˆ¨³³S.—kµÚ¡64ŸÏß½{÷†­Çç-XJ,1—8ol¬«,¿âååöã‡O·´uç¯xuúŒ<·¿p3!Ÿï’8r4ßɉL¦ºúêúºZµFí*……GGDE ø£ÑøÓþo]D¢œIÓøN‡ïרÕ3gÍ3™ŒæÜ¹_5uˆ¤ªê2Z3sÖ<":{æ¹\¦×ë¯BB’‹ÈE(Ø·e B¡mÔ …ζÑÙÙE¯·ô·Açì"²."‘Ž-lƒN4PÔºÚü)à{]RÍ1º¹iµ¶\sÓXÿ2P»¹{h´zkôðÐh,ý­S»ÛE•‡‡§Ú{<<¼l£§‡—Êuº/o•FgžÞ*µ%j•^^>ýFÒËÇGÅþ¡ Ux{ûö°Q£ðö±‹>>Ö«Ê8FµÜ×îO¹¯ŸŸõl|µÌ×Ïæª®ên?±‚ý›CÝíï/–÷UÝþb±\Ñ_´û{E£êÛE©X,SXþÈ0¿“Þ&Ë,‚¨{¤AAÁÝÖØbƒƒCºØ?Pz:‚ƒC­QÙbó?DDÄ>£ýo™^×ãææÉ¾ŠÑ·{?<¾wõÜ-·Ür£f?s挹¤;::4J¥ê"x<Þ®]»6l=^pǽd#<Ècæø°+5]:1-IêùÞ'ßÛudæÌÙ6µfâñxv‘o½ž(™L|>ÏØo4òùüÿM4ðùNÖh4899l£ÀÉ`´Öë“Q/õFö kz¡C õ–e™ z¡ÐæQƒ^èlÿè@Q'tv :;»è,£4´ÎÎ"õº1Z—£ÈY¤µ."­¾Ÿ¨×ŠDDHäj]]­{2®]]]5ÃŒjWW·~£NíêfÊÍÍÝ.º»k´Öèîî®¶‹ýîAé=<¬;T Z•‡§mìñðôdÔk•¶¥GDDd¢A«ôððRY~錋³Hg}½&"ú|×¶c_ýßµ\~~þšýôéÓ“&M²W×h4C]ßrdÛßÇÍv½N&£qZFˆ»›K—\õáž“oî(=*ÉÏ~2&²œNDd2oøÑ¡ìÑÈãóM&#Ÿï6ìèÄw3^—h4: ÜŒÆáEÃ`¢‡5º¦ß.ºÙEwKÜ CŒn®}F=""âu‹ö¿°Ä°é…k,¸;;Ù^Ì„yóÖàç·/ië§+2 OÔþ|\"iÓhµînYécÇg¥òm>¡àí îÆÎNÌöëÆ‡ýõûøølØz¼þ܇×ce\7iKÿxû¨aÏîããÓÕÕu£f'¢5kÖ˜¯[ÖÜÜÌÜUXX˜››{- €a(,,\¾|9ÓÈEEEyyyý}BÜ`(iŽBIp”`à‡W¬YõÛŒà&´}ã›<Š-iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G]å£*nN&£±©®AÓ£Òô½ŽL&Jkä]œ„D<'¡“‰ÈÍÍÝÝÛÓÓÇÛÍÝÃ`0\÷1 ¤àæe2™œø<£É|»»£³«£S£R+òΖvww÷¤ÄDOÏvö†J¥ª®©¹tú‚J¥r9{ú{‡†‡DFðø×m/5JnRµúø zýÄÜi]ÒRJ9zÔ¨¤¤¤åæ~Qï•—ïܵëбc5W*R²2<ý|Ml_”4Ü”x¼Ëg.è´Úc?þÌãñVÿéO«ÿô§ÕÕÖi¦O'"2™úþwâ;áý#FÜÿì³Dä³dÉñýÓ'f„…^ûQÒpÓœ¤m-Mͦï¾+9v쬯¯ñùç½<=©ºš¦M3ïÖ6úmh£‘22¬ñüyfÉ]»wÜu×¹¿fMÉñ ¸Öq^ãü×ErÒ襷-an¯{ñù;˜>‰™Ý2™Z£¾±ƒqp×—W @4=ª£‡Žö(”L|üäÉüùù}þ¹ŸX8>Mžl×ÍFã@=ÍÞ5ŠJK™¶üqÔ}÷ÿåôä¼Y|á5õìpfæñx©c’§Nœ42~D`€ØÝ͈4ZL.omo¯oløñàÒ+—¿@oï´ä”aŒä7³cóæÆ?^õÈÉã7v0nàÚ»Ž«eröÄg×>ÉÜž³dñµŽ  zæ—Ÿét:"2}÷}óÙg‹yüÉãÇ“^oW×/aŽ••ÖEDXKš¹g¾]SóÎßþ–÷ÐCÕ5 ñ×2Ú!—´³P¸nÍÚœ¬l‡ûE."‘‹(0@<&1©µ½mH% ðÛ(¿xÅh4®{üñLŸND²”/ˆžš9ÈÃÃÚÐååæyΜ!//ë"BC©©‰êë­÷øù™{šù?$dvPÐòüüOü™˜`2‡=Ú!—ôÝ·ßÉ4´Éd*<ôsÉ¥Òn™Ìh2º»ºŠÅ±Q1É£F {4ÿ#B¡0$(8H, ï+üáFú WÈ/——ÙÞ·³Ù¬ IDATƒï\wF½¡¹®þÅgžY÷Øc&£‘Gäe2‘^O#Gš+V§#“‰ªªˆˆ¢¢¨¶–ˆìšˆššˆˆ|}Éd¢®."¢ÎNrw·ÝçýùÎ;w|óMÍ¥2ï?­F# æñxCðKz攩Ì=ßí{{û{½'àñx"‘h¨‹ýŸÊÎÇîJÅË=7/)^óÌÓ¶÷à»×]uYy€¯ïŸî½÷ýÿþwiA‹PØÇaæº:óÔÅÅDD#F˜·ÛÛí–%•ÚE¥’ˆÈÙ™]Ô¨ÈHgçÊ‹—ô%¥¥„ÇÅѪzÈo¸ö÷õcntuwõ9ÉdR©TC],Àÿ¨¹®á¡åË?ؽ{ÕOÈ:;I§³þ«®¦škC³ZZ¨­Í±¡{ˆˆ´ZÒëÉ` ƒÁ…Ï‹o>ÃM$ÊJL,/.=¸÷»óÇNiÌCÞ’î–É|¼½‰¨ aK[Û‘“ÇõzýÀ³$'.È_0*1ÑËÃS®P\¼|é£/>-«¬¸ês rFO¼³Æ¥¥G†Gxyxòù|eO¤µåRÙ•Mï½³xþ-ßs;ñ»¿$¢GÖ?9À¢#"—,\ùsg|Lìæ—_#"™\¾ä{˜7¼GED¾óÚF“ÉtÇ+ºå2‡©b"£îûò±£ÇðøüâÒ‹›ß§±¹yàµwÕ±‘@ ˜ž3y\ZúˆØ8±€@ +e•_~ûõéó熽ZœœæÍš=mÒ”¨ðpw7w^/í’667ïþêËsŘi¾Þ«~׆ýC7!g4ë«jôjͲŋ_~óí§W­{{›wn3нÙîå–Éwz‘@@ŽÓÛœÎ'ª•H ƒ¿¯Ï?V¬8VZúsQÑF>ä’þéðÁ‚[‘—§çºGûã½÷:vôÀÑ×ËËú¼ºÊ‹n½ïˬ_‚§ç„qYãÒÒŸ~ñù’K¥<Ñ gLKûÌcOxzxØÎëáî¼é½w†úNΞ¸nÍZ“ÓU§LOûÜãO»ºº²÷D†…G†…Ï•û÷½|®¸ˆˆªjkJ…‡»GLd”‡»‡B© ¢Ô1)ìÒÐÜDDéÉ)DTYSÝ-—9ûDU^=ÍßÌÝw“ÉD2EDØÆ‹) €ÚÛÉÏL&»ÝžžÖ]åLå;;“FÃÜãáêê.rÉNJúîÄÉÂÓ§Fc@PÐ?ä’Þöɇ>ÞÞ3§Lc¢·§×‚¼y òæµ¶µþùÛÂm7ÔÒSÆ2/¦&“iã;o<ýëôISºç^@°ú¾•|jmWMäŒ!AÁ/<µÞÅÅ…ˆôzý×?~áb±²§ÇÇË;:222,œˆ¾ùñ{…BÁVQÁ½w‘JÝ÷›zƒÄO®^ÃTÑ©³g¶îÜÞÙÕåïç÷Îk¦ ?÷Ä:W‘ˆˆÎ\8ÿöö÷LdZuïÊô”±n®nÏ=ñôÊÇmïì0™LÅ¥¥Æeñx¼ä¤Q'NŸ"¢Ô1ÉìrFLdJ:-y,-:ß{TÏ=þ´Ñ`8ròxtDTDX…‡†ÅÇÄö·á8ȱ1_*»ràÈ¡¢Ò‹íÞ^^«î]™™šFD(¸-éÁ¯–ÞB‚‚؆~gǶC'Žô†àÀÀqñu }ý2рߵaÿPÀÍÉÝÃcRZúóçg§¥%ÆÆ_¾\°zUyE•¯—Wó¡C.iµæK—ètDDd2Q[›uìmƒº»-Ëu'¥’är‰Ì³3UÝÓÃÖ¶—«kE]]lHHpDXpd8­¤‡|LZ§Ó½²iãÓÎa(P,^Z°ä¿›·9ÉÝÓs؃¿×î6™Le•e•E¥ÿúøSÌÉI£Ê«¬—OS(¶{/Ùû^¢M[ <#{Ãé:}x'»£~Èo8·°ŽÝfìaéщIÌé ‹ÃBB§OšBD‰#ÒRÆÑuÙ0¤±Ýuëm+î\JDZîø©_š$ÍÞ^^ósç8Ìx«¥ðÐÏgŠÎ/Ì›?wf®·—¥%MKûÝO…ßykh‡ý³ÀˆLŒ“44Í7îŽÙy=?ýèãæ6Ð'gPÿ{Åüãó¯Ú׿¯~ùÅEäêíë{-¯J×ó6~9{š½-Ú;:L&³}¶kÏ—»¿úbËüŒÍ­-á!¡D4:1‰Çã]û ´\¡`N´îšpíëÚ,ìSÛNID!æTÛ­Ø ¥%ÆeѸÔôQ#õÃÅË—er9óhæØ´¤ DÄFƒ›«Hô‡ó's¬ÿÇߘó¢ââ{—ôàWK:¥Òm°óÓO¦L˜xïw3Û»sgæ>qlH_õ°¨àfææå~ðì¯aþ¾ÓÒÒ^YµJHÔGËÒÕº™ù'²'oðoÅtµ´……™†½ÍGDÃ8&8"¡¿ý¢ãRÓÙÛ5õujú|‰ù4¨üÙsÞ%5€ÁÏøËóŸÑ‘ófÍîo2ÛÓÄ„–Â>UTW17R“S˜Ë¶8 …ë×<Þ{Ê_Ïžan¤§Œõpwgn{¸»§§ŒenŸ:w†˜=,=gÆ,@p¥¢\­QW×Öh4"š;+—ÏçwËe•56bz 9¶à `v¹ª¦†¹ály£Ù–üj˜^¯?päðcÏ­gï ±Ùñî ÏïÚ°¨àf–˜–ìàÿÞß/Z·.jñâ_~y÷þý ¹Üz@Z¯'®÷Aå’cÇïìéan¬Øºu€£ÑDTXR"æ¡hÖ·¤7þóe¹BqñÊ¥ªššæÖ…Ba2™¼½¼Æ$š1i 3M·\¶ÿÐA"úï'ÌçóƒÄo¾üúžï÷ÕÖÕŒF±¿ÿÈøÍ--Ÿ}½§Ïg䌟ýÕìi3˜WêGW>œÚ$iþçÿb®Èq©¼lÃÆ×žXõ¨‹‹K XüಶS~ùí7ý=Å gìv>»áÅçŸXççëKDÓs&Û^4ƒˆþõ濉¨ª¶¦¢º*>&–ˆÖ­YKDϽüOv+ÜÖþC?Ï™>“y[”Ø?`ö´ƒaÃÆ×Ù‹a±Ú:Ú_ø×ËÏ?ñ´««kÆØÔ÷þ¿MìC=ªž¿ÿë•¶ë5äØÃÒL¼pÑüÖ£KeWRFfn_¯}݃›´«ë§#‡fNžJDYéYéDtøÄ177Ww"úÓýŒÆ}…? ~µôÆçó™«£ô~h_á—Ê®ô7cßµaÿP8»¸D%ÄE%ÄéuºæÚúÝ'Nì>tè¹»îZ»p¡yÇ2ÓÐg΄ÆÇ‡<ðÀ¾õë7®ž:•tº’‹‰¨¤¸˜ˆþu挢½ýDz^³Ìv_÷ž=¿œ;Å»æó¥†\Ò;v({{y œœ ƒ²§§µ½­ª¶æÔÙ3'NŸ²½PèáÇ/••Ý2gnfjZxH¨‹‹‹V§“´¶”U”9ql€'䌗ËËxluÞÌÜ ™ã¢#¢<ÜÝM&SWww£¤©ª¦†¹&—Édzþ•ÿ[µâ´”W‘k[G»B¡èóIõó^¼éò©sD"×ËåeÛ>ÚYrùRŸŸ+¾°rí£·-X4>=#Hh4™$-’SçÎ|þÍ^æm»¶ØÃÒz½žm&Ûô<{]ÏäØÞx{sKkë¬)ÓÄ]Ò}…?|òåç)£F¯~à¡ðЮîn¹B>ÔÕâ ¶¡îÓ½{FL  õòð$"iWוŠò~þéä™_˜q€ïÚ°¨¡0">6,6¦®¼rÝÿÛÓÓóÜí·›úÂ…¸ÄÄy6ðx¼NŸÎŒŽÞtèí¼§kjˆèÇââ‡>ÿ|Ó¼y–Õ(ilRÒÜLD—%’ñ#G\û8yDd2™š-‚.,,ÌÍÍe^±fÕµ?g]¹Pç,úé¯eº¶[©\ôúëKK}=<L6ïåáäíM&SwOω¤®£ãÀåË=ZmJXØûwßÁìô.ik;ØÑajiylïÞÜ[MWÿ$éíßdo._¾œi䢢¢¼¼¼ëyv7ÀïGz£‘=ßû­~8XZÊãñ\|}v:$pªÕ*Në0WHxäȨðºŠò9›6?õÔçÉ4":]S#¯¯ LC_JnjZµÆ/È9º\RYùÆ?ðøü1éé!1áDÄãñxÄãñøŽo499‘ÁÈ3š BWg“ÑèäâÇŸWúé§wß}ß¡COddÑwW®ŒLïãDœa@IÀMŽw®ªêŽÍ›Ý„BµN×*“…ÆDšÈ|V“‰Ld2 „<"ž‰ˆOÄ'Éh$"''§1ãÒö:¶ìã…¡¡ÿس§C¥Rét>½>×rXPÒpSó è´kk8 ;Û[]Dq‰#™† Ÿÿä̬/JJœë=Ü\eÝ2qP˜Häzõ9% 7µ°èȰèÈkYBPTpPT¿—fº×ç’×pÝ¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒuõÏ“þrû‡¿Á8n6‹W,xlIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ%¸Ñ€Áúàƒnô~Ž9r-³oÙ²åzäÚ¡¤Orssoô8­°°ˆvîÜ9¼Ù—-[v]‡s­PÒ¿31117z¿ÍÍÍCE"‘ü/Fr-pL€£PÒ…’ਛ«¤M&“^¯¿Ñ£€kb2™~³'êýÓò›=;Ýl%}ôèQooïkY‚——×5žÜÿ;%:t£GA­­­Ï<óÌ0fܶm›¿¿jjêàg9tèP(t¸ó¹çžkiiƆs%ínáåå•°råÊòòò=(+ƒÁ0˜ÉŽ9âîîÎÜþþûï[[[¯ûH¾úê«ììl>Ÿïë뛕•õã?^÷ga †Þ‘ûöíû-K«Õ.\¸0??Ÿˆx ""âž{î¹råÊó®[·îµ×^;yòäðžšýJçÏŸ¿hÑ"­V;¼å çJšˆ¶oß.—ËwìØQ__Ÿ““S\\|£54)))ßÿ=s»  `àþ†êêê‚‚‚eË–555iµÚ’’’gŸ}ÖÇÇçú>ËUåçç_ºté7{º7ß|säÈ‘'NdâÇl0:;;wíÚUWW—‘‘qáÂ…þæmmm ‰DÃ{jö+ÍÎÎ9rä¦M›†·¸QæÎ{Õ{8ˆ‹%MD|>ßÓÓ3;;ûË/¿ xá…ˆ¨¢¢bÁ‚!!!111ëׯ×jµYYYï¿ÿ>ÉårŸ_|‘ˆŒFcTTÔ•+WÜÝÝ?ûì³ùóç{{{/Y²Äa#¸÷ÒˆhóæÍ)))AAA111;vì`¦,..ÎËË›0aÂÈ‘#{Õd2½øâ‹qqqÁÁÁaaaÛ¶m#¢¢¢¢¼¼<"š?><ýôÓDtêÔ©©S§ÆÄÄ$&&²ïµwwwê.ôúúzƒÁpÇwxyy ‚°°° dee1òx¼]»vÍš5K(.\¸ùÂ7nÜ8bÄ//¯àà`f¥1SKD'Ož?~|pppTTóíHHH ¢E‹½ôÒKCZ ‡¯téÒ¥o¾ù&NüŽ0/D¶­ÜûnâhI³\]]/^|ìØ1N·xñâøøøºººcÇŽíÛ·oÆ 999ÇŽ#¢ÂÂBggg¶cD"óºü /¬Y³¦°°pß¾}¶›Y}.ˆFýóÏ?K$’5kÖüå/!"¥R¹pá‚‚‚'Nô¹A\ZZúÒK/}ÿý÷‰¤¼¼œÙËÚ·o}þùç/¿ürWW×âÅ‹~øáêêê]»v­^½šÙ“ÿÍ7ß$''iµdggO˜0!''ç?ÿùOeeeï žyæ™ÇüÈ‘#{÷î=wî3æÄ‰ÝÝÝ?þø“O>Ùß’•Jåœ9sn½õÖ’’’ææf—þ–¹ÿ~fðo¼ñ†íT*ÕìÙ³E"Qmm­L&c6:u:ÝܹsGŒÑÖÖvæÌ™½{÷þýïg¦ûí·¿úê«§Ÿ~ú±ÇûðÃ‹ŠŠ,XðÊ+¯8 ¬¡¡¡²²²¿ƒÊ®®®·ß~û‘#G¤Ré¼yóV¯^-‘HöìÙóàƒ^¹r¥¬¬Œˆ¾úê«uëÖ ~U°¾Ò”””ÊÊÊúúú«ÎñÝwß17æZ8ÜÏY\/i"‹Å …âäÉ“UUUO>ù¤P( ½çž{>ú裉'?~œˆ¾ýöÛ'Ÿ|òôéÓ …â§Ÿ~š5kÇ#¢õë×Ïž=;33“ˆº»»Ùeö¹4"š6mš¿¿¿R©ŒŠŠ’J¥D´ÿþŽŽŽåË—÷7}úP÷T3‘<ñÄ{öìIJJ9räË/¿¬V«Ù ž{î¹¹sç2ÛÖ]]]D4sæÌ€€…BÓÙÙÙß’÷ïßßÚÚúÀô~¨÷2ûtàÀúúú×^{- ÀÉÉ)..ŽˆŽ?^YYù—¿üE(†……Ýÿý쎊gžy&)));;»§§ç?ÿùOXXØøñãe2™ÃbëêêˆÈÏϯ¿ç‹År¹üÛo¿U©TQQQGU*•AAAp˜r«¢?þþþDTSS3ÔàêÝÇÜohú]\T"‘„……1Wk dî ’H$999uuuµµµû÷ïõÕW?üðãGîß¿ÿÁd&‹ˆˆ ">ßño‘>—FDÛ¶mÛ¶m[||¼B¡`ª¯¯÷öö¶Ý t¾gÏžW^y%'''..nóæÍìASmmm<ï­·ÞbbVVVPPÐpÖ9;;¯\¹råÊ•r¹|ïÞ½ëׯ?~üøW_}Å<éð…oݺuëÖ­ r¹|€Å655¹¹¹¹ººö~¨÷2ûÄ\Š™ØáNöë f¯ØÇœoÏüQe{Ûó¼ìdnnngVò¿ÿýoæÎìììàà`‡)¹*úÃŒÁÉÉióÀ ôÝwßý޶¡\/éžžž¯¾ú*??Ÿy©mmm !¢æææàààÐÐÐèèè7Þx#11Ñ××wÆŒß|óͯ¿þúñǼØ>—véÒ¥Õ«W—””ÄÄÄ9r„ÙSíåå%—Ëu:P(ìèèèsiÓ§OŸ>}ºT*}öÙg—-[Öçþg"ŠŠŠÒëõ[¶lñðð¸†UâÈÓÓséÒ¥ …â‘Géoš‹/>øàƒ•••±±±Ü»w/ûS9ìÎ[…BÑÝÝííí]]]=ŒÓ˜CCC‰¨ªªŠ9âÀ`ÖsKK óhSSsÏà1[ä­­­Ìôôô|ñÅ .ŒŽŽÖëõÛ¶móôôìs9ƒ_ýaÎÕgÆ¿/LOÿ^š¸¼»[­VÿòË/|>ݺuÙÙÙqqq¯½öš^¯ollܾ}ûþð"š8qâûï¿ÏœŸ5}úô;w¦¤¤\uïqŸKc:X"‘´¶¶~ùå—DTSS3uêTƒÁðÉ'ŸÈd²•+Wö^TCǸ„éÌIDATCÃÑ£Gu:O|||ï­@¶¶6"ÊÍÍ ôÑG™é---µµµDtäÈÛ]ñƒñ믿¾ð 'Ožìîî6õõõ_|ñÅ„ ú›žùÒš››[ZZ>ûì3"ª®®&"OOÏ3gÎ\¸paÅŠ̔ӦMsqqÙ°aCQQÑÝwßͼͩ¿Å²_­^½z÷îÝD4cÆŒ¨¨¨Gy¤®®N.—>|˜ˆ&NœÿÒK/éõú†††wß}w€#} LMM=}ú´Ãýjµúĉùùù|>ÿ¯ýk^^^DDÄÿøGf?¶D"qØ/=øUÑßWzúôé”””Þèð»ð;jhâfI¯X±ÂÝÝ],ßwß})))‡ …ŸþyiiixxxNN΂ Ö¯_OD“&M2 óæÍ#¢©S§šL&æ\Üõ¹´ &Üu×]sçÎ9sæ”)S233óòò¢¢¢6nܸnݺ´´4‡S‹*•jýúõ¡¡¡_|ñÅÿû_‡ Ö®]ûÐC}ôÑG"‘hß¾}J¥2111((hÖ¬Y%%%D”——WTT4¤UäççWYYyÿý÷‡„„899edd„„„ìÚµ«¿ésrr–-[6}úôœœœéÓ§geeM›6ˆž~úégžyfÉ’%ÿüç?™)·lÙ²yóæœœœ5kÖ899 ð¶¥§Ÿ~zÅŠÌÑåÍ›73},‰¾ÿþ{NœP- ÷íÛwñâEÿŒŒŒÅ‹?÷ÜsCú’‰híÚµï½÷ïºë.çîî¾téÒ±cÇž:uJ,‹D¢Ÿ~úI¡PDGG{zzNš4ÉaÝ~Uô÷•¾ÿþûk×®êà†GD&“‰=@XXXhû¡Å+Ö¬úrû‡7fh`ïƒ>ÈÍÍým>ª’¹t‰T* ,//ÿ žôªŒFã‚ î½÷Þ‚‚‚5†/¿üòÝwßýú믯zlnˆwÞyçÈ‘#;wîÞGU¾þúë[¶lù_ ¬O‹W,ݾñM6._¾œ9óV^¼Ð€ââbfï}WW×Úµk“““¹sð•Ïç3×-¹c¨««Û½{7~x­;R©tõêÕAAAIII …bïÞ½“þí¹»»÷¾vÊoiÍš5ì_þ׸~v7üƦL™rþüù= –4gaKþÄ\¢ê÷%ý{RXXx£‡ð;°lÙ²=„ë%ý»q÷Ýwßè!üü¿ôj‰cÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£PÒ…’à(”4G ®:ÅâKƒq€ƒ«”ôöoþ6ãØÝ ÀQ(iŽBIpJ€£PÒ…’à(”4G¡¤8 % ÀQ(iŽBIpJ€£®þ)Xýyê©§nôn°W^ye€G±~^?¡¡¡¿ÙH¸©©©ià PÒpMvîÜy£‡pÃ,[¶ìªÓ`ý Ìd2ý#á&wÕiPÒp­š››oôn‰D2È)±~†õ3“€Œ9.póü?x<"2™Lì2………¹¹¹CZÜ´žzê©;wÞ´[Bÿ{wÖÔ¹&üKB„‚pCÙÙCT°*V¦À#” X+··C­uñ2õÖ¢£w,e(tªÕ¶ ‚Ú¼½xAPvªìaßÄ„M DÂ’äþqÚ !Êäý=<þqr¾s¾ï5OÞsηœ¨¨¨Yû¤!>2ö¡Ñh“Ð ñÉ'ŸDDDp8{{û)}Ò™™™ûöíÃRQQ±sçN¸“°ÄVÔ;Ù.S@’°ÄäÊ[Ë\W$¤,1¸“ž $iX~š››¿øâ‹¬¬¬¥®Èü· Î;WSS³hõYPp' PPMMM×""’ãâ:::&oomm½yñâwùKksóRÕMB,OLL,u-fÄçóSSS£¢.ö ¨ÄÄÄ.܉Z[[ÁÂ2Ùy+!!á)wõ›o¾Xœ*-¸“(".—ûOÿÝ:ý§Uß}›uþ|c]H$‰D‹ ÿó´ÉÏ·×ÞMûáØ±ááᥭgAAÁÒÖAªÑÑÑêêšÓ§Ï>,`;n ÚÈò}þ|páNÇd2ËËËîø“ÉÎ[}}}¶v[mü›>;ý……E|>q*ö’ FAAÁ”rÝIÃb&€ERWWgŒF™›hÏZ‡ÊËKò""ÆŒ¼è¸}ÉŸ.PÑÖùåa—îà —Ë¥P(SÊŠÅâ´´´ëׯWUUñù|*•jjjæêêº$mYdcccÍÍÍyù¥eµ.wQV1:;{Ô©3®Õ%Yn“@ èêêzyy:uŠ@ ,V}å†ÍJ’±¯<<,°^ï91Æÿ>éжow[³fªªªŒRÓ—ŒŒ œ‡ÏP(œ¾¤š\wÒ¤‹ÄÜÜ2.4µÒ¶_óÚ^ëníQ <¡¡¢‡Ý:XI£³Ž¡R©S r8œèèè“'O†„„èèè‰Dƒáíííàà€ºrå “É433³µµ½uëV„F£Ý¹sÇßßßÀÀ`ÿþýB¡!ÔØØdbbbbb„íYVVæééikkëä䔜œ¼ˆñ˜“üüüèè¸ö¾Ó›N.»xâ!ÞˆŠ ‰BQ›õ·ÃQ(”]»v!„ÆÇDZRÃ%52¡PèååuõêÕhÜÿ™õ 0‡#“UUUU£½}Ö®Ö6;šZx¹”––†ýÿÎ]KKK@@€¹¹¹­­í™3g°àÐh´øøx–˜˜ˆâñx†††_~ù%BH$­[·®¡¡a¦ïV6//¯¦¦Æ××wûö펎ŽRÏ}Òe·q£ùŸŽ}[ÏŒ Ílt6oÐ_MVf?é®k¨X­Ï:yr½ýôR> …»wï–zLssóôôt6›röìYÉö .|øá‡?þøã½{÷ªªªÁž={H$RIII}}ýùóçBƒƒƒ{÷î ~òäɵk×Nœ8ÑÔÔ´@m—רØXLLLrÊ][û]¬ÍÞšZôÁ¡Q‘¯®NQSS#“É8Ü,?à"‘èÙ³ggΜqqqqwwÇ6N—ÔÈH\ºt‰H$/P31³æ-<O¡PÔÔÈd²*~!\¥A7·t{mµãÿüôàÔŸÿÌårçx®ñññ   ccãÊÊÊŒŒŒŒŒŒ¨¨(ì£~øáÆo¿ývQQB(''‡H$æåå!„ª««I$’©©éLß7¬¬¹¹y`` ——Wfffii©Ô Àèn€‚ÂãñÖÎ.«víù©¡Ÿ „'©*q:xí¼*²Åûï[;9I}nùüùs„¶¶¶Ôc²X,--->Ÿo``0yèï±cǶnÝjgg‡ÊÏÏïêêúüóϵ´´‚‘‘B(;;[ Ðéôâââ/^hkkççç/DÇ–––ªê†­Ûè 3¡?22A$’(2…¢¦¢BRQ!²~ÀÃÃÃ7mÚ´mÛ¶âââÏ>ûŒD"aÛ§‡Kjd0uuuqqqQQQ²­¿¼Y󖑨¦FV#“(jªêê5²2ž $TTµ†«k:ªªª¤ü裿ñ÷÷G•––¶¶¶>|˜H$êééÞ¾}Û944ÔÚÚzëÖ­X’ÎÌÌ<|øðãLJ‡‡sssÝÜÜp8ÜLß7¬lIII@@€Œ¶@Ÿ4@qÕ”—‰Ê2ß2Ó™x!ë1Ô_ïyÞÐ×–šÊ¦Ó-lm§çi „‡Ã¡ÓéÓ˜”””””dllBH’]º»»%%úúúp8œäY®ƒƒÃêÕ«ç§/ÍØØØÏ÷­;w®Ñ íÿ ¿–JÕUVVU"q8œ’’BHö<±ððpooo±X\YYòÎ;ï=zI —ÔÈ`’’’ÌÌÌ Æü7ïÿ›5oáÇD„‡õ÷÷rºÚ:;Øc£{<7oÞ,µ`||ü”>i¬½’k>l BHKK !äììÜÙÙÙÑÑ‘““söìÙ”””ÂÂÂÜÜÜ÷Þ{Íü}ÃÊ>}ú”J¥*++Ëh‹\}Ò¤‹§¼¸¸3å¿}4j8\}EwdÜÑNG&®­(øk´Ò''Í,,¦”b2™x<>111,,lÊGl6ûĉ†††=ºwïÞL§ÖÕÕEµ··K62 ¡PøÕW_MOþèÑ£yhêK#‰;vì°´´LOÿÛãÒ¿©iFÆvêTM55 GH<—»[gcc³oß¾ÈÈÈ£GJ —ÔÈ`Ž?~úô鸸¸C‡-D%fÏ[8466ŽÇ OLŒ÷õõÔVµ­5Óóðø“¥¥å\ÞÍŒÁ®Ãz{{±†s¹Ü)Wfzzzñññfff[¶lÉÈÈ(++»råʬß7uuu7>>N$ûûû¥Vú¤ŠˆËåöd${iŒPðø†Ê^vë`>AëZãÈoãÈ´ «+s££§Ï“¦ÑhŒ=wî\ccãÐÐPssóõë׳²²°'áÝÝÝ===wïÞEµ··K=;‹Å¢Óé§Nzúôéððpaa!BÈÝÝF£………aÏ-»»»§¬²²äètú¾}{ßñßI¥ð²î]òKq{{'Ç"‘HvY±X<66ÖÒÒòàÁ===ô[ÇÁ”pI FCC#>>>22r¡{fÍ[b±X yÁã µµÔçf'«« ì ÚõÁÁVVVsÏÐ!GGG##£ØØØ‰‰‰gÏžaÐSöqvvNLLܱcBhÓ¦MÉÉÉVVV«V­šõûæêê*‰RSS‡††Ž9"µr÷Iï?•á< ûûúï‹´¾ `¥©©©Ù¨:üš*ý¤»¾u°ŠFg>>ØÝŒ“““ŸŸŸŸŸŸ··7“É´³³óõõ•zv‰tãÆ‰‰ &“¹~ýú‹/bSRRø|þ† Ö¬YãããS[[»°Q™Lvvvù×à?ðíh¹?ë›]×ß? ;I8p@__ßÈÈÈÝݽ¿¿?66!$5\R##±aÆÐÐÐ,è %gÍ[b±xdddhp ¼$ûáƒï½ßr>øÑY,WuuuyÏE$ëëë­¬¬<<<Þ|óÍÐÐÐ)û¸¸¸…B,I3™L±Xìææ†fàä‚ ãÂ… ááá[¶l™žû12®H¾þ»@’‘wî܉°÷I_¸R,Ù#=û—”ÿzKÞ6V&¹Þ—ÜÕÕUñåiÃÖæŽ.~›©©shè:{{‘HT’›ÃIþÚSWÜð˜{_¬ôÝwššš ]ó—·øï“‹Åß\û6ûÅ.¬-—bCòóræåàónß'íéé¹{Ïù®Î¦úºf¦º|¿ž®®"¯Í"›Œ÷IûOû—7ìj›ûBM-mù7C~í“Æ6À¡Ñhí¾ûKÓÓ…¶*®¾¾–ëÖ!„‚Ó·Z ÍÛii/Lõ7øûOÏÐÓךlÊÏÜ+ ‡Ãijj=rhû¶ê›·nWü’þº‘”åKe„Kac%»OÚÈȨêÉ}2iàÐÁ ‡9¦g…Œî((Ë…Åš²‘@ XÛÛ[K›!QØÔ²$‚‘‘Q^^ž¾¾”EÄ–c¸dç­?þ˜Íf³X¬™¦áI¥°q€ÇàG¥R===ׯ_¿Ô™²û¤-,,|||äÊЊ FwXNäÊ[ˬ8`9‘+o-wp' `9‰ˆˆÀòôÊùwŽ~‚%ÝÝÔÒS°s4¿SŒ–—ÅŸ‚µ¼Ìã¬W’|S°àwãp8K]…ñ‘ â#$iÀKy÷Ýw—º â#›\+z®@¤¿ßŠ”û;@|dSة̊Ž ’4   I ’4  ¦3yÝÐÿxš\‡ø`§ÊüÕxEÜgë6µ´Í}É$i \WWF›¼ž BÈÂXkŽG¬mî¿~Þcî5Vˆ/®–ȵÿä…Åòo†äççKŸ‚5÷×K7µ´­ÌÅb€YÍ=ŸJ¥„Ân¦Y—B&¯ÎO½ 'ìñ8v$}ÒXžF¡€Ëò±¢¢b>+¼j›‘\}Ò¡ü›!!,C#¬OzòÇ¿¦j,:IzÆü=èÙ@þIEND®B`‚gbonds-2.0.3/help/C/figures/druid-4.png0000644000076400007640000006037511107720364014471 00000000000000‰PNG  IHDRŒªL‚7bKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ +Ôù« IDATxœìÝwxSõþðOÒ¤M›t7éЖҖ–¶@){• " "ÃzEA.ÖŸQô‚× ^½"¢2„‹2Š´e ÚRº÷HgÒ4ivÎœ¤iIi• Ÿ×ÃÓ÷Éßœ´y7'' êëë@ =zôÑG„B=ׯ_§GÐJ‚èÕêöíÛ·ùóK/½´ºÿFø!º •ßgä6µ?~çÁÜïêm`ÙÀën¶MíÂÂ%`܄ٞÙùéï^øô¾W»oß¾¥K—þÁ‹3  U5‹jh²žOœ8Áî r-ßœ.¸ï›Bõ@0Ìk`ß¾},«WÕF/¸?xq­V vvvdO3ÁÐÐÙÙÙÙÙÙþþþ>>>^^^îîîÎÎÎNNNööövvv Ñh”J¥L&“H$"‘¨¹¹Y(v·» Z t Z&tZ;¦1ê´j–Ó5*6˵¥ÛÎÕ {¶ñZZα7^«QÉŒQ­”:qXƨèà:£J!á9±Q.v棲Sä³7FY›+-*d-nδ(mqwq ¢¼£ÉÕ½Ü8T씽Üi±½žO‹2qi¬õñt¤¢TTíKmÕ~^NTìh«ði±µÂß›KEIKy /Ï›Kƒh±½©$È‹CÎÆØXâoŒbaaX€ E‚0“k Â]hñN-Šò¹c}îÀ`cl«»âfŒµ·¢B±µöæ 0wc¬¹9(Ü[ª¯Žð ÅßbcsÕµ¸žÆXy%ž›*.ÇGÒbù¥!´ØX~1!ŠË.&F{QQXökÒ ¾1–žOŠ1Ɔ’s)ƒ½±ø—a±ÆX_üËð8c,ÊA‹u…™©ñ1bì³Ri¿)åÙƒ#Œ*¹˜^":ŽÅb………ÝGÁýñ‹WWW×ÔÔäää$%%YÒ{{{ƒÁd2™L&yáž,  uÔœ tL¦uÐiY,–VGvŸÆÞÞA£Õé£VíÀá¨5ú¨Õ(”j­>ªŽNN*µþZZÎåò*ýµU§³³‹\©j¥ÌÅÕ­S¡1Ä7ww™\U ‰»»§´SMÝ©ž^ü™>*;E|¾Dª2Ä6oßv*ÊZ}}â}TH[üþ"‰’ŒòŽ&ÿ€À¶v*6·ˆd씃‚CZD†Ø^Ölˆ2q]Hh8-Ö†† hl•루&""RhˆÒ¶ê£Z:ÉØÑV9¨¾Ù[+¢¢×5Éô±¥|PLlPJFIKÙàØ!ÕTl.O¨nÐÇö¦âø!C+ë;ô±±(>1©²NÅÂÂĤ”òZ‰!Þ:tX¹áZQCAbÒð²êÚ;IÉ#J QÔŸ2ldIu»>Öç1ª¸JÛêsGŒSX)ÖǺ[©£ÆVèckmNÚ¨ å"}¬¹9jì„‚2}l©¾>fÜäüÒ6CümÜ„)y%úØ\umüÄôÜâV}¬¼2qòôÛ†ØTyeRúŒÛE†XqiòÔ™· ±±<;}ÚìœBC,»8uÆœ›w[È(,ûuúÌG®4ëcéù³½~GJÎÍš3ÿZ~“!ž3ﱫyúX_üËÜy]ÉmÔÇ¢¬yó_6ĺÂÌù Ÿ¸t#FŒ]â‚Å— ¿) ¥çÓ§ÍÊ/Õ?tJ¼<ùT‰Al6ÛÊFëZpjqjü,@ V«Oœ8áïïßÛÐWD1mh¬¡|0»­]þüÛg€lh¶½IC;8˜5´ŠjhÒɉK+l9—ËSª´ðé† .œ¥¯Ÿ2mhW9­¡]] ­Vt¸»{ÊäTC·{xZ%óù>™±¡ùÞ& íãëw -7o膠à0c·×wmè¦6cC‡G ¤7t­¡¥mU¦ ]iÖÐÑ1±µú(i)‹OoèÁqCh ]Okè¦b“†n,LjÒЉCSè =4y8íÚ^6têè"zC4kèñw+h =Ƽ¡ï”õÔÐÆXyÕ¼¡'O3ièt³†želèr³†¾0}æ#7 ±ô×® ý›1ž=w¡YCcÑ™G°¡1bìe¬/>;{îê·LÒ\>`0õ(J"kò>*–,8³Å׬YC®–ì`³ÿ¿øâ‹žg2™/¿ü2|üñÇÔæV®\ Ÿþ9}ëÞÞÞ/^LJJ2®…>ÄÕ«W¿ôÒK]Güì³Ï®X±‚¾=è´¡™ô†¶c±Ü]œ˜"áB§5kh{ZCë4*ó†6yJ-w244¸òìÝ]9u7Éh±¡O©äSjzC{™=¥6kh‰u ­6›6tS@€ICš7t(½¡ƒCLžR›4´¸Ö¤¡EÕ£„´†00Ú´¡cè 5ˆÞÐå1ƒãkè kÖЉU ´†2Ô¤¡S*êh 4¬‡†ÚSCçÝ»¡+»ièÚ›£ÆŸR·ÔÜ0mèëcÇ÷ÔÐ&O3oèbýµM—'Ѻ©ü’yCO3kè¹& =kÕÐÂÒó¦ }nö܅ƧÔúqúSj[xøÃˆÑÆc}Ñ™¹óR¿e¢ú¼Á±C¨ÇX‚Ð.˜œõ…Ýuqršü¿çÅɆf0/¾ø"½¡ ƳÏ>Ûuq wSUO54¹½U«V™549ýé§Ÿ¦f†nL&ÃØÐ„ÎŽÅÒ‘G¹ Ði5,ˬ¡5´†vàpzhhG'®’v”›Á`’+ʬ¡¥–ÚpÐÛRC›ô6iè6oZCËÌÚO`ÚÐA­í´†¢5´Dx¯†Ž 7tXø“†@oèê£é½Mºµ"jP,%-å1ƒãÌZhlèØøó†®76ôÄdZC&& £*Y$4kè‚¡É#ʺoè”áiÝ7ômzC·ÕÞ2oèѦ =v’iC›ô6ièªk&O£ôž4yºiCÓz—_šêA6iÅ1êêE³‡¿ô䔊ºö·w\il‘888Ì>{\8ßñ¹­ó‡óGN—sf~>¯U¬øäà­• qrd}v8çôåZ•ZÇf1ÿ¶0~°@'GãÙ^•lTrÄ’YƒB.L&£M,ßy$ïüõZòZó†VHîÕÐ>¦ m<è­µøú h Ýâ'0;èmlèŽÆÀ ^–6kèÐp³†n¤7tD¤iC›¿,mÒдƒÞÖ4t/KILîîei‘°`èÐa¦ mò²trJª±¡òS†§Ñz1Ê´¡ÇÐ:uÔØîºµææè±{hh³ƒÞ&MíöeiK M;è}1}ÚlzC›½,ݵ¡¯[ÙÐÅ¿˜5ô¼ùØÐ1Þ3fÑ_–n,Ïž0yFžáei•\Ìuö0—íRpÖ¶ÅÅá^=ÝÃâüñ‹/¾hqÁÝ»w[|Yš]^ÙÞ¾}ûªU«¨…Ÿþy³ÕíÛ·>Ü.g®ýæ—Ó‚xìÅÏjë¾ÛµÖÛË¥¹ú:?( <ܸc†EÝȯMM ^>#øßûógŽ {~AÜ…ë¯mÎZþèÈÆ*å’¿ u%¸ðØKfDd]*Y8-vù옣'opœùÖž96ìÈ9ßœ¼ôéæ']]œÀÙÙeͲ¡lóå·¾‰Dþ~žÕõ"•œcïèª1=qLmzâ˜Ú´¡U¦'Ž©LOS™ž8¦4;èmú²´¢Ç—¥å¦'Žušž8ÖizâX§é‰c2Ó†–šž8&5mh©é‰c¦'Žu˜ž8&1mh‰é‰cí¦ Ýnz☸¡ ‘ÖÐí¦/K‹MŸR‹M_–™ž8&2=q¬Íôı6ÓÇZMOk5mèÓÇZLºÙôıfÓÇšLOk*»8uÆlª¡Ë~>s.ÕÐ¥çg̦ô>7kΣTC KÏΙg|Yº¡ä—¹óR ÝPœ5oþã—…9¡±°1bÄhŒ´†–Ÿ:}nN¡þ—½SÒàã$1<¶CŸù;vì°8?ýsw‹3™Ì;v¬\¹òž MÕ«ñp·‹Å²³³Û¹s'£û÷ï·3`±ôïh²c1©,¶ÝÈWžÃ/óË+ꜽ£€©ŸÉ$@¡T¿ôæ—ï~ü Kíh«™=>Þûøhq¥øóã…0wÒ …¤žçÌ•ZóäšïrLÔÞéêâ$•ÔÙ±˜†À'{OV7k ÂA¥% pâ°† æyÞ,×5JXB+s÷ðP¨uä ÌÓËK¡Ö’Q§îðôöîTRQâíë+SjȨU‰½}ý¤ CTŠ|‚¹>jm‚€I§šŒjyK@PP»ŒŠÍAÁ!"©J;›ƒCCEú¨’5‡†Sתd¡ám†k•Ò†°ˆ­¥>v4D Œln×G…¤~@Tt“XaˆuQÑ1"}”·×FÇÄ Ûäú(®×ЪâªÁqCêZ: ±2vHB]³>ÊDñ I5M2C,’”\Ó¨Ò¶ÒÄäaUB©>¶– MVe¸¶£¥8iØÚµEÉÃR+¤†k ‡H+¯ïÐÇæ‚á#G—Õ飤¹ 5mLi­D›òSG+©ÑÇöƼ´1ŠkÚõQ˜;jÜÄ¢*}7Ü3aJa•ØsÆNJ/¨0Äú›ã&O5ƺÒgä—‹È(ª»>1}z~™!Ö^›4mVž!¶Õ\2cvn)¯¤Ïš{»D[«¯L›=ïV±!V]ž>÷Ñœ¢62¶TfÏœ;ÿ¦1^œ5wáõ»­dl®¼0gÞcÆXñëÜù‹¯´±©üü£ Ÿ¸z#FŒ–¢á7¥¹òâÌÙæ–ê»åâÊÐÐp™Jÿ`nDz\pô ë9v]œÁ`t7?ýªî§æ4ÓÝÖÁìp7½Ã?ÿüs³CÜ cß¾}šsìï??>Ä)×Å‹ëÄc€~6®:å*•JËæω£’KøîŽPß(ö "W³À—ïªìle2B@&S¶Käa‘É:òO ­Æž¡á»;@»¤Ó?b}oí¸:¼à‰GF.™Ç((kÙõMAQY½³3_®ÒƒÔ(eî|¾\IÅŸN%ž¾¾2¹>ªbÀ_Ú©ÖG¹( @"ÓGUg[PP`»ÔCB‚Åú¨”µ††„Š:Tú(m m“裢£)<,¬­Ã#ÂÃ[ ×Ê% liW¢02r`³X;Û룢£šE }×EGG7¢LT38¦±U®m51±±ôßÐÒ©­UñqCê QÚZ™0$±®Yfˆ‰ Ck›ô±£¥,ihJM£T›Ë’“†U¢¤¹4%yxµñÚ’”äUBêÚâáÃFV6tècSñˆ£*êõ±½©hdêèò:‰>6ÞM9¶ÌÅ‚ѣƕÖRñÎè1ãKkôQÔ?vܤ’êv}¬Ï7~rq•!ÖÝ?qJQ¥!ÖÞš0ija¥˜Œmµ·&Mšz×pm[Í­ISfÜ­0\[“3%}f!¶ÖÜHOŸ}§BDÆ–êëÓ¦ÏÎ/3ĪߦϘ›WÖfˆ×fΚ—[ªÍ•WgÍ~ôv‰!V\ž3gþ­bC,¿4÷‘…9E­†˜=ïÑÇnêcFŒ-ÅæòKsæÚr_†ÐGÜ××O¥ÖG¦N&ð÷Wª Q+øû+”úÈÐJåJ>j$AÁ }$(8¤SIEqpHˆÌp-¡‡††JåZC………ut¢ª-Ê£b·Q±S=8¶µ]IŘظ±>jd ƒã‡1nHB“!ªeuñC›Œ×ÖÅÚØf¸VZ3$!IØ*7ÆÄ¤†*VMJ©oîÔÇŽª¤äáuT”T¦ K­mÒG•¤"eØÈÚF}T¶W 1ªF(ÓGqùˆ‘£«¨X–:jlU½>*D¥#G¯¬—bqÚèñ†kåmÅicÇWÔI ±(mì„rCìl+3vrY]‡>¶Ž?¥´Æ[ ÆOL/©‘㤩ÅÕú(k¾3qÊô¢**æMš:³°Ò›r'O›}·¢ÝoO™>§ \¥·Ó1bÄh!æNž6›ú=RˆË“¨G36‹àr8öÆç²Tgu×ÐðÕW_u-8³ÅÉ&¶x„¼kw]ÜbC“ÿ/[¶Ìb½ÿаx}Ïž==44Uõö,;ú¿»e­ALûôüä7ÿ6ŒmøŒ0²¤ìYÃü挀Sçn³Yög®ÖÀ«ÏMðç-›‡¾»loï@•:ÞeGûË‚q·¼ þ±zîÏŽ >’Ì4Ï>š8<>4::®¥ÃÚ;:«Jï£b‚ÊÍÍU§e‘*7w7­V?x¡tww×j Q§ôôðÔ¨ CTxzzª±“ïÅW)uú¨íôæ{S42o¥BkˆR__?…!j©Ÿ=vüüår*Jüþ´à(ëÔGJ$“iŒ1(XjˆZ•(8(´CªÖGe[H0-*ÚÂBÃÚ%*}”·†…EPQ#o ÐÞnŒáEbCìlŽ)é£ZÖ4p`T«Hiˆ‘£Mbä cFE ni3Æh“ØÛÔ¢ÐGiý AñTì¨4xˆ°YNFUGmll"=ÆÅ%64u’Q)©‰’TßhŒC’넆Ø^˜R+”bUbâp**Ä•C“†×6P±bhÒ*ÊÅåÉI©Õ R}•'§Œ¬®×ÇNQÙ°a£*ëhqø¨ÊZCl+‘:º¢¦C[KRSÇ–WÓbÚø²j‰!¥¦M(­ÒGYKQÚhŒ1vÅi£Œ¿8rqÅ!IMä£ ÛŽI¨xŽŽ,Óžm×µàºëH†áœh³‚뺸ņ¶Øß=o}Ïž={÷îíyë@~Á†H$jmmÕétÝ=‹ï!=ztóç—FN0ùî,FÄz?:y€Z­ýüЕ§æ§¸¹8¥ÌøGÒˆ _lœHΣRkÏ_-}ã_<½üýƒÃGĸN=ÀÇ˵UÜyô§Ÿï?%Žðõñÿâí)M-’éOn‹šöþš4wÎ)I#&øx:=ûH¤—;oÇ_—ÍÁ÷à ™’1­L§Uq8ŽÔ»¼tfmfö¦/‚ëÈU˜~Ž õIgZó>“;;ó¨UѨ:]\\¨÷€™G¥”þ±h]b‡«›ñd7ó¨èps÷Þð­?ÎÛ=<¼:ŒgƵ{x£J.öòò¦Þ®’‹½øÞ´åD|oÚ‰r"¾¯O;u¢œLäãëccùûãÆ§3Œ¬Ì“äŒL¦¯_Td Ó΢º¦¢¦ºJ¡T8r8þ!ÁÁ,&K§ÓÉúÑÙ6ÎŽi÷ë¯YJ…bÂÄi¡S*•99¿)•Š¢Ë+Š• 儉Óàæ«FÍb±ÜÜ=Œvà8°Yl-õ¶l–ͦG ›mOöö¡¿µj{=:p8jª°µjNOQåHûSÀ;»²¨4.e¨³‡;AÕy`I#„úKb0 oÜV«T~~~Ù§Ï2ŒU/¼°ê…TTç7€ ,ÿ»|™šñéž~ã p[°àRÖ¹ÄÔ/AßLj%Bè/‡Å²5·6Ö7?ý”ŸýÌéÓ555›Þ|ÓÅÙ**`ìXýam­¶Û†Öé`èPc¼u‹\³øða¯E‹r.ÿ–2z¤«·W_ÇÙÇå.±Ñ1‹]@^~mÓ›ä¦}øÞä…v‰D¡TüaË"„2£ì”_<±S*#ãÚ+WfLŸñ77œýå—ÙӧèQ&ݬÓõÔÓÔåAƒ  €\aË×_?õÔ­«×G¥Od²ûÔ³÷³ðχ›MQ«Õ-mmÅe%ç/g_ºvµ_ÄÿÜ\]bãȦ÷mßI^xgÛû®\úÖE!D§Q*¯ž9¯V«€øé'øáèQö;ö æ¨aÃ@£1©áÂB€ô±¬Ì¸¢À@cI“ÂÃõ—++?Û¸1ý¹çê**Fôe´ýóLšÍfûùøøùøŒIM+.+}÷ƒ ›ûeÍ!„P?*¹S¤Óé^[»öqã@çÂ`Àß'ŒƒÚZàñŒ ]R¢_æÆ pq1®B €úz¨©1NñðÐ÷4ù¿ŸßdŸ¥3fùåLPÔ@B§»ïÑö©¤Oý’uáÊ%‡ðàÐÉãÆó=½``xÄÖ·Þ]õÚ«¢vq_VŽBõ/FÛP]³éÿþïµW^!t:€ A€F‘‘úŠU«  ¼ 8ªªÀ¤¡ ¾ÀÝÄb€¶6àréOÁ/?öؾ~¨¼[ìêå¡R*ù~¾ £·îÓ{¹jêê®ßÊɧ޷ IDAT¾zeßᯟyùÅ+7~#§{yz>·ü©¾¬!„êwÅ%^îî/<ùäî/¿Tuv‚ZmòO£µZßЗ øøŸ^]N‰ô M’É ³´Zý?fPPƒ½}Ù»×~ùõVöÕÚ² ‚ zûrp¿½áZ¡Tlùp[sk Ǧ¦ßúB=h €†êÚç–.ýßáÃ+_}UÒÖfÒÐPY ÕÕæ‹56Bs3´´Ücí,€J ÙÓLfŸÿȸñNNJTTI^Á¹ï~º•}¥Wcîϳ»å Åw§~|zñR`0ÉC:“I]Ë÷ôš7cVrB¢¯/D}£ð·›7¾9ù}K[+9CxHè'ÿÚåU•[÷ 91"4lû{[@Òѱà™eäß ÁAŸmý ˆ…Ï,oúÆšuäüSÌ ~êñ%ñ1ƒLf^Áí»?«khèyä÷°X¬q#G%'$ ç{z±X¬©´¸¬ôøß_¿•c¶ÂÀ ³çÆŽõt÷èíñ ë—µfؽÝ9±Ñ1ófÌåÂsîJïÞýê›#Åe¥½º !dS †N§«)¯Ô(”KæÎ}ï“Oׯ\ÉwuÕÜ&twE?Ê-‘˜ô ÚÚÌç§Î¨ µZ­§»Û;Ë—gœÍÍíÕÈûù-X7nß"K‚C¨é‰qñÖ®wtt¤¦ùùL8éí¿—“— åU•R™”Çå…ó¸<©L CëOÆvqvö÷õ«m¨€ÄØ8(«¬hï˜ iH†W_s°·'ãÐø!o¯ÿ¿k^Òuÿº½5cOwW_x‰¾ ‹³sÒ„¤! [>úàìÅ_©é£†§¾¶z ËÎΚ=fÆúe­6Ý=wÎÂ9<õøú ‘œ’œ¸~Ó›ùw îãæ „ÐwúÈ ®3O¥TjÔš7n ÷÷ß¾qõ;y»Ž”—TŒõôüÄ@ ‘@` Éé`òpwK xxA€Hd¼ÊÙÙøR4Yùöö T’SxŽŽ\ŽÃðèèŸ._ɼ~]§Óyùøôjðýü-XõBãÓ27W7ò‚·믑urãö­¯¼øÌ+«næÞ'G§ ¯®÷òð‚ ò €Á`ÄF"—28–Zá È(òBBl<Ü̽ÕuÖ®×iµ®\ª©«#§ü#Bú°•c#Ý-.Ú¾ë³çÖ®ž÷äO­^I=~|Þ|j¾÷ºU«É–½vóÆŠW^œ÷ä’g×®¶fïY¿l¯†måÎIŒ‹'š ˆÿìüä±Oîür°X¬UO­¸óBÈpy¼´„ÄÏ6½SðóÏ/.^œWX3uJÚœGÖm|gųÏ^¸T*P©ÔjooàóMVAîÖj Íått€FCâ­:;õS4GÇÒêjƒáè?8ehÜðä¸ɽ|?—´’¼`gø„ñGfÌräp SÞùÏÿü»º®¶¦®îÝÞ—ËåàäèôÈŒY䜷 òÉ q11Àb±b ¢^f'Kšeg3nZ:hP'lxæ•ßÙöþ›7Qù]_ð7°~lM-Í/¿ñÚw?ÿTYS-•Éê?F^(ð§V8{êtò©ªT&%W(•I«jº¼Èa‰õËZ?lëw΢¹’.^½üÓ™LQ»øøß·´¶@hpHp@ 57!„l½=gƘ1Ëç̉ ‰Ú&/[V[S·ño+ýþ{ªP„Bðô„¦&hn¶¼®övpràp@¦ÿ,êL±®ÿÕMMçss!AÞ?o³—ß½ÑÏ%íD;ú*íÔ߀”„¡ä…›¹·¥†[%•ÉÈg~0,Q?CîCI ‘áNQiIcs  Q:r8*µúN¡…°ïl$_‘%!1ÝÞLëÇFý­ààà=``€@ÿ¹¬ôg™IñCÈ ·òóäŠÞ}:˜õËZ?lºvŽƒƒÃ`ÃÑ êAäë 00¼OïÇG¡…ÉdÞÈË+¸{·½µõ»Ì,acã‚ñãß\±ÂƒÇ3–«V àîf_7É〾˜ÀÁ4`³|ˆf2Á°XÏä¿ªÆÆÈØ˜Ô)ã½|{w”›ÒϯI |ý¨ËÔ¡o_oý§Zš}ÂI}£P?ƒ/yzY:<$”Çå’/Hß¾“ïíååÃ÷ âq¹ä±îü»*ò¸„)q{;yÁÊÓÜ­Œ‘úÈŒÙQz8öëgØ-ô³ ¬cý²½6¥‡Ã÷ð¤þ¾{åù^yþ³¼Íþ „ÐC‚ïç³ï»ïöž8Ád2íÙlxÿ•WôŸ,¦_žAFòóLÈ“u4c1“都ÏI#FÎlú¡¡5ÍÍ•MMÃb£¹ÎÎ÷=ø~.顆ç‚PPTØóÌÆ¦3tù²ôˆäƒM¾ }ûNž¿Ÿ`\Úhˆ00!.ròn÷ïÈï9¶E<ºü±Å R«/]»Z/lpuq™>iŠÙ‚äOÜÇK¸}YV¿`—a÷~Iʤ ¥Òìz›ý¨W„êYPT¸°¶~JròÂÉé\GΉ3§Ýœœzúæ èþk¯ÈL¦ù§‡Zú÷íÕ«GWw÷¾ûÀʱùúøROsË++É ö†÷2íeéÒ ýGÕ ‰ót÷{6;cõZkcý²½Ú¥ÖP(·òõ'â͘<…ü[!„þ¢b¼_Цôé™ôà¨hµFíÈᄇ OJ¡Þ€ûëåìŸÏž¡f;öÃwéã'::::9:½þò«ŸìùbåS+ÈwÉåòo~øžš™zYš,ÅÛùy Ñj‹ÊJãÅp8p+/·¿Ž¾Z961ísÈ3V¯ùþçŸ\]\–.XDMœ99ýâµ+m"ѹì äm9ØÛøÏ÷ròrc£c¼<<¬ŒõËöj—Zé˃_ÅÇÄ2™L¾÷'ïm;qêdUuµV§ã{zFF hhl<úý‰Þ®!„l‹Í;TJeCUíÑË—vÿø£“ƒÃ‚Ñ£ßX´(„<ËÇô©pþµkaaçZ[k4ù7o2"ÿöíÁ±±ä I!!Ë÷îÝ»x±åï²Ð2îÞ}ýäÍ>•ôˆäòÐ4… ˆ?þðÅÿ¾¤—hskË[ÿ~ïÍW×;::²ë?SWuÊ;ßþ÷¿¨ÚËÒd¼}'¼p·¸(nP y¹¿Žu[?6‘X|æÂù £Æ@JâДġðëål''G—/<ý¬V§;™ùsÖù³SÆM ß-Æ÷ôš>ž¾ìõÊJ8—÷ܱcO›Æ³·×/XW7ØÏ/¿¡ …Âa‘ú>NÑ`øçÌÌÌI“&QW/_½²ïÛ@!„lVÑíüp{ΙüƒìÚv™lζmç Üy¼Y£F‘ó âñ|\] Ú;;‹„ÂêÖÖ_ ;Uª8ÿÝO<140<èßÜ|®µ•hl|å»ï&=2KGÜû›¤÷~ø u933séÒ¥d#çææ¦§§÷ó[°B¡‡ ƒŽ:ß{ÇÏ?Ÿ+(`0în‡ÏŸgÙ± ¹Z­2[Ê/ (28 º´dÊÇçýýïDޱžžp½²²£¦FàïoMCß–4B¡¿4•BéáãA¾ºœ_VöÁÏ?3˜ÌÁ‰‰~¡À`0À`0˜J¥š©#ìì@«cè-ÛÑžÐé<|»êÈ‘#O<ñÔùó¯ ?E&&ôËØ°¤BýÅ1rÊËnßîÄf+Ôê&‰ÄËÇGD€‚ €BÇb3€ ,B§;;»ÁÉ 'Îg/ùúk¶@ðΉ­r¹\­æ¹uù^Ëû‚%Bè/ÍÝÛ«UؘÝÜIJc·µ4Ù;p£"Ɇ¶†›—glRÊ7ùùöÕu<'GI»„ïãÏá8Þ{I+`I#„úKó ò êË|‚}}‚-|cBßõó·`!„B¨¿`I#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£ð«*ûÍñ½ôB=dÚÛÛ{¸ŸI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒý9¡Ñhèla0èO ïåß–4zø¸¸¸\¸p¡ç|íß¿? `øð᯽xñ¢««+ýBoõãÞ»ï1ÜÇ`þ4wºß®?~}¿—QWXÒ¨œ>}zîܹAAA<ÏÓÓ366ö±Ç#¯â¸¸¸DFFfddhµÚ¾lËúÅû¸!÷ücË–-çÎûÖoS{¯wúÑ£G_|ñÅäääóçÏS‹‹‹ÉZooï±cÇ^¼x±ÆÚO~ýêÔ©¦¦&¸pá—Ëí˪¨¿¾¯ õKõƒ>úhÁ‚©©©ÙÙÙb±¸´´tçÎC‡¥fØ»w¯T*­¯¯óÍ7?ú裬¬¬8Ú?ææf@Àápô@µµµS§N-((ÐétÔÄ <õÔS•••µµµ³gÏ^¼xñácÞ¼yEEEwêÔ©¾¬ŠúñëûªP°¤Q_555mذaÆ ëÖ­ d±Xîîî©©©ëÖ­£ÏÆ`0x<Þ¬Y³@¥R‘KKKgÍšåççš‘‘ANçr¹G>}º««ë‚ Èçyyyééé#FŒˆŒŒ$—%bÓ¦Mááá¾¾¾þþþ{öì±8¼ÆÆF³Umß¾=..ÎÇÇ'44tß¾}Ö¬ª»¸\.u@’º\\\ŸÏçóçÌ™C^kqâµkׯŒµÿþî6dqb||<,\¸pëÖ­ÝÄÌœ9s¨;E§ÓEGG_¹rÅlž®ûÙâÝ”’’²{÷nèèèpssÛ´i¹Îààࢢ"‹÷`k³x§t7˜®;­»9é^~ùåiÓ¦™MlhhL&ÓÞÞ>11ÑÝÝÝl‹7¤ëzÞf+üÏþröìYëoˆÅ9¹\î¾}ûâãã½½½wïÞ••àïïÿý÷ßS3|úé§111‡€éÓ§À¼yóÖ¯_Ÿ›››žžÞÃ=ÒóHÿñ£¯ª‡1[ù ‹Ì`I£¾:wîœZ­¦nwG§ÓÕÕÕedd¤¥¥Mš4 Ôjõܹs#""ª««³³³Ož<¹yófræ·ÞzkõêÕ™™™'Ož¼}û¶L&›={ö¼yó._¾L=êlÙ²åÔ©SB¡°¤¤dÆŒ·k¶*ˆ‰‰9{ö¬P(\½zõ믿nͪ¬ÜÈåò™3gr8œÂÂB¡P¸mÛ¶î&ŠÅâ¹sç>ÿüó‡ZµjUII‰Å YœHޖǯ]»ö^w‘Þc=väÈòÔžsçÎq8œaÆÑg°¸Ÿ-ÞM#GŽÌÎ΀ÌÌL{{{ò{nn.‡Ã8p ÅÝÞÃÚ,Þ)cq§YœÓ›6mš¼fÍšõë×ùäÊ•+ÅbñÉ“'àØ±cï½÷Þ=ï‘îD¸×Ÿõ?Ûèž°¤Q_µ´´ŸÏïaž×^{-!!aøðá—.]z÷ÝwÉ#´W®\)//_·n›ÍË–-ûꫯÈù322&Ožœ””íííYYY­­­K—.¥¯ÓÕÕ•Åbíܹ3//ÏÑѱ»˜­ ÆŽëéé)“É‚ƒƒE"‘5«²r[pþüùÚÚÚÍ›7{zzÚÙÙ………u7ñçŸV(—.]’ÉdÞÞÞçγ¸!ë·Þ³3fÈd2òEÙ/¿ürùòå ƒ>ƒÅýlñnJMM½téüøãëÖ­»~ýºT*=sæÌĉÉuvÝí=¬Íâbq0wšÅ9­ãååuíÚµ^x!  ëA·nÝZ²dÉ’%KÖ¯_/ ÀÛÛ›œÇÇLJœÀdêÿˆ¬©©quuupp o7 àĉÿú׿F޾}ûöÔÔÔ®Ã3[ìÙ³gÏž=R©ÔÊUY¹- o¹Ñž'6773Œ;v1%%ÅÇÇÇ↬ßzÏx<ÞŒ3<˜pêÔ©÷ßßl‹ûÙâÝ4räÈêêꪪª¬¬¬÷ßÿÀ/^ÌÊÊzöÙgÉÙºîö֖±¸Óª««»ÎyOR©táÂ…_~ùåøñãOŸ>½jÕª§Ÿ~š<,LgvC, ))©ç½AçååÕ«bqNò2y*5ùw€‹‹ u™âëë žžž@/o:ë ­gýÏvo×ü„%ú*--Á`ìÚµëí·ß&§”––?~ü‰'ž0›“Á`$$$¬X±âwÞY¿~=ùÒÔÔäçç ä”®\\\:::Ôj5›Ínmm¥¦7nܸq"‘è7ÞX²dIYYÙ=G{÷îÝU«Våç燆†^¸p<hͪº› ¨­­%#y[*** @-kqbpp°F£Ù¹s'ǻ熬¹¥f#±háÂ…Ë–-‹ŽŽ?~<õ¸L±¸Ÿ-ÞM $$äƒ>ˆŠŠrww?~ü?üðÛo¿Y<<<|ëÖ­¦®®nïÞ½?þ¸ÅMŒ3F«Õö …¦¦¦ãÇyroÏ«ên—“““——G=g3f ¹Cjjj¤R)ù®‹'MšðÒK/‘Gw«ªª,nÈš[Úu$M˜0ÁÁÁáwÞY¶l™•û¹»»)55u÷îÝä¹HãÆÛ¿\\yX¥×fñN±8‹;Íâœ÷Îáp>þøcòÏÉ“'Éãº=³8€ûØÖßî¶h •J¥ÓévìØ”œœ <¯¹¹™>õ¿†Ö³þgÖ¬YsìØ±>nñO Kõƒ7îÙ³'''gÔ¨Qnnnþþþ;vì ŸJ¶|ùrçáá‘’’ÒÚÚúÅ_›Í>vìXAAA@@ÀÈ‘#gÍš•‘‘aqýÁÁÁ~ø!ùÂ6õ>¹\ž‘‘(¾ùæ›/¿üÒš¡Ž1bÑ¢ES§N0aÂèÑ£“’’ÒÓÓ﹪îfX»víÆ—,Y²qãFr ‡ÃùöÛoÕjulllXXyêuwOž<)“É¢¢¢|||&Nœ˜ŸŸoqCÖÜÒ®#±ˆÍf?òÈ#'N´r?ww7¥¥¥iµZò”é1cÆaq]Ðum±¸Ó,Îi&11‘|¦¸`Á??¿ŠŠ ooï#GŽ?~Üßß?**J«ÕRg•÷ÀâîcoXCºÛ¢5Ès¶ýõ×C‡±ÙlX³fÍsÏ=G½ê ½ù5´žõ?Û°sçNò´;d‚hhh sff&yæ-iùê•f\¡ã{<è! to<òH\\\Ï]Žþ¸\î©S§Fõ ‚î~R^ffæÒ¥KÉF&ßۆϤú )))!ô@BVÁ’Fè/D¡PìÚµ‹|úsÛµkWwí‚"xv7B!±±±±±±zèpÏÏB|&BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI#„B6 K!„²QXÒ!„Â’F!„l–4B!d£°¤B!…%BÙ(,i„BÈFaI£‡‹‹Ë… ô(~_û÷ï>|ø°­~ÙŸý{§Z°`Ajjjvv¶X,.--ݹsçСC©öîÝ+•Jëëëß|óÍ>ú(++ëU\\Ü©S§þ€ ýš››‡Ã±µ[AϼyóŠŠŠìx¬GöÜ¥×.B6KõUSSÓ† 6lذnݺÀÀ@‹åîîžššºnÝ:úl ƒÇãÍš5 T*9±´´tÖ¬Y~~~¡¡¡ät.—{ôèÑéÓ§»ºº.X°€|¦’———žž>bĈÈÈHrY‚ 6mÚîëëëïï¿gÏ³åææ¦§§[3gwí:¼”””Ý»w@GG‡››Û¦M›@§Ó›=Ï™3‡Ïçóùü9sæôêöÆÇÇÀÂ… ·nÝJÝ ÈÏÏOOOOJJ ãrÿ IDAT¹™™™äâÔáVê2—ËýÏþröìÙk×®3&444**jÿþýäœ]÷']7óðáÃäx¦OŸóæÍ[¿~=¹Tcc£Ù4ÛÃ÷1$‹sr¹Ü}ûöÅÇÇ{{{ïÞ½;+++ Àßßÿûï¿§føôÓOcbb>l6Zú.µþ'ÎâP·oßçããºoß¾®»¨ë Ý–4ê«sçΩÕjêàvwt:]]]]FFFZZÚ¤I“@­VÏ;7""¢ºº:;;ûäÉ“›7o&g~ë­·V¯^™™yòäÉÛ·oËd²Ù³gÏ›7ïòåËTlÙ²åÔ©SB¡°¤¤dÆŒÝmÚÊ9Í6jqx#GŽÌÎ΀ÌÌL{{ûsçÎ@nn.‡Ã8p µ*¹\>sæL‡SXX( ·mÛÖ«Û{ûöm8|øðÚµk©uÊd²Y³fÍž=ûúõëååå=ïð|ûí· ˜;wîóÏ?_QQqèСU«V•””XÜŸt=ÜLª–Nž< ÇŽ{ï½÷,ÞŠ¾I,w“¼ê‹/¾8|øðš5kÖ¯_ðàÁk×®MŸ>ýƒ> ¶µcÇŽÝ»w?ùä“+W®‹Å]GÛ«{„~+ºÛ{111gÏž …«W¯~ýõ׻3 tOXÒ¨¯ZZZ€Ïç÷0Ïk¯½–0|øðK—.½ûî»®\¹R^^¾nÝ:6›-–-[öÕW_‘ógddLž<9)) ÚÛÛ³²²Z[[—.]J_§««+‹ÅÚ¹sg^^ž££c°rN³Z^jjê¥K—àÇ\·nÝõë×¥Ré™3g&NœÈ`0¨U?¾¶¶vóæÍžžžvvvaaa½º½‡wöìÙæææåË—÷°Ÿé^ýõøøøììl…BxéÒ%™Læíí}îÜ9‹û“ÎÊ›Ùóìû~þùç®s’WýýLIIéììܶm›@ HNN–H$Ô²o¼ñưaÃ^xá¹\~õêU‹¾¿{¤»½7vìXOOO™L,‰ºnîž3 ÔëA=ôÜÜÜ ¾¾>88˜œÑÜܬÑhd29eË–-óçÏ'âÖ­[K–,Y²dÉúõë…B!x{{“óøøøS 00˜Lý‘555®®®fÏNœ8ñ¯ýkäÈ‘áááÛ·oOMMµ8B+ç4Û¨Åá9²ºººªª*++ëý÷ß?pàÀÅ‹³²²ž}öYúªÈeÉšM´æöZÔÐÐàäääèèØÃ‹û“ÒÃÍÌË˳~ÌY?$‹sö yfµ¿¿¿Åkïï±øÓx÷îÝU«Våç燆†^¸p<ÐMwϲw£¾ Z»víÖ­[322JJJÔjµ\.ïú¶‚ ”Jeiié™3g ><<<|ëÖ­¦®®nïÞ½?þ¸ÅMŒ3F«ÕvìXAAA@@ÀÈ‘#gÍš•‘‘aqýÁÁÁ~ø!ùÂöâŋɉr¹<###00P |óÍ7_~ùewó~Nºî†—––¦Õj§M›cÆŒ!bâĉfËr8œo¿ýV­VÇÆÆ†……mݺµW·×">Ÿÿßÿþ÷³Ï>›0aÂÊ•+íììÈ#®k׮ݸqã’%K6nÜØu)‡sòäI™Låãã3qâÄüü|‹ûÓŒ57sÍš5Ï=÷õ:®•¬’Å9­Ü yÎö¯¿þzèÐ!6›mq´÷wXêˆ#-Z4uêÔ &Œ=:))‰<œÚhw3 Ô3ÑÐÐ@æÌÌLòÌ[ÒòÕ+̸BÇ÷xÐC@~Z­– ±Xœ››þ Gd‹¸\î©S§Fõ ‚нÑÏLÌÌÌ\ºt)ÙÈä{ñ5i„wîÜiooOLL”Édëׯ‰‰!OGý‰áán„"‘hÍš5!!! 2™ìÈ‘#V¾¸þ´k×.‹Ò‚ÐCŸI#ôpHKK»råʃÅÃáž­ƒÐßI#„B6 K!„²QXÒ¨ü‘_~ŒBXÒ¨P_~Ü—•pMQÓKJJàèÑ£/¾øbrròùóç©koÞ¼™ššêåå5vìXêÛºN”ÉdË—/ õööž8qâÝ»wAv·‰Dòä“Oúúú†……}üñÇ=Lœ}úôý !ô§%úõåÇ}\ÏÕ«WË ¨‰?þø#ù‘µµµS§N-((ÐétäUæñÇþùç…BaRRÒ¢E‹t:ʼnZ­vêÔ©wîÜ©­­O?ýôï1Èî¶²zõêÆÆÆ²²²~øaÓ¦Mß~ûmw7lØPUUÕÐÐ0uêÔgžy澉úsÀ’F}Eÿòcèþ z©ïîaU|>ßÇ€šøÓO?‘%ýòË/“(………555 ,`±Xëׯ¿{÷nNNŽÅ‰... .trr²··Ÿ2eÊ;wîûöö0H‹[iii9räHFF—Ë4hТE‹>ûì3‹ --ÍfÛÙÙ%%%õü}¡¿|@}Eÿòã¾ —ü.aòS”»óÚk¯mݺ•þ U,¦¤¤Xœ_©T€F£òë¡ŠŠŠ,N¤/uñâÅaÆÝ÷íµrÔVrss ‚ ÿ”€øøøœœ‹É[T\\|üøqò@ï{¡?,iÔŸzø‚^ò»„{ø:£Ÿ~úiáÂ…­­­Ã† ûæ›oȉ§OŸž0a‹eù ýQQQÎÎΟþ¹B¡øïÿ J¥ÒâDj‘ãÇÿòË/Ÿ~úéýÝ@+IßJGGP7ÜÙÙY"‘Xœ [¶ly÷ÝwñÅBXÒ¨?õð½äw ÷`ôèÑéééÿüç?_zé¥ÿû¿ÿ#'þôÓOS§Nín.—»ÿþǧ¦¦’_Ìçó-N$ç?pàÀÿ·w§qQ•‹ÇfØdPT!0Ô\Âܲ+’LÍ,sáþÑ´®jJÞ44´í*š`¨itÉn$tÝnÞÌļšFFšYzÑH6“aØf˜ù¿85>Έ¨,öû¾Ò3çÌyæyáϳ̜èèèÔÔTËþÅÇÇ{xxxxx<÷Üs·9Èkö¢<9ÊüaNתU+« …¾¾¾}ôÑ·ß~ëêêjù¬O6D Éü€^å¯7ûÈd…··wAAB¯×§¥¥=õÔSu¬|îÜ„å£Ö¯ß>mʰ5k«««ïi×.!â•¿,zçÔ²¹QÑ;/°ÜÖd2={6##£  @¯×;88¸¹¹=öØc>>>4ZWWWI~„¤ªªª¬¬,)é³ÎývïM_õöò¨äˆãÇŽ7iÒ$ËõW¬X¡üA¥Ri4š®]»ªT7}`¦ÑhÔjµüÇÓW¯^Ûôï3.¥5UÙ— jl-Ú¾»föŒ9íÚµ³\Ù²eëÖ­Û»w¯¿¿Ó¶þˆ4€&Õ¿ÿèÙ¡c__unUøèø¥ÓÛWEŽ[ðÎÿV½æ=ëí/C§?³ÊjNŽ9rìØ±ÁƒO˜0ÁÙÙ¹´´ôâÅ‹­[·¶µµ•¿"·#??ÿÊ•+±±^ziüî½a³'¬\½5ìåg7lÜ÷Ê+a×Û*$$¤gÏžÕÕÕ§OŸÞ¼ys—.]¼¼¼šrØM§Ói4åÏŸþ¹þÞË-ïó9SRYn4ZØ_̹PPP`i½^ÿ¯ý«mÛ¶IIIË—/oòß"  Ii4š©KÞ]ûòÔ—Çüï½ù£ã¾Z6îÞ]9ß}êâ]3CEE·qumݺõ5–••=ztðàÁAAA:NѱcG[[[£ÑxüøñŒŒ Ngkk¨­X±â¹çž;yòä/¿üâçç7jÔ(•JUTT”’’’““#„ðööBäææ¦¤¤”””ØÚÚôìÙ³É'溾úê+“É””¼ãõ…aŸm>øÂø!«×}6ëÙõ {æÎ~~ôè1V¤åååÕÕÕÞÞÞB•Jegg§×ë­Î•ÕiQÆO?ý´k×®ýúõkü[_YYY‰‰‰aaannngΜ9òcjï9¾Yy—+»j4µ%nÚ.3&ÏêÒ¥‹å¶û÷ïwwwŸ>}ú¢E‹Þ|óÍ-Z(Ë===###ׯ__ZZºtéÒçŸþz &L¸ï¾û–,Y"„0<òHlllÃÎפ45OOϰ؄ó_î2oååKÇlHÊZÞvrÄ—¡ÓÞjëâÒ硇,·ºxñ¢Ñhìß¿EEEee¥rW—Ñh¬®®6 mÚ´™2eÊ[o½õøãúçî‰ãƒ6~’úòŒg“¾š9ýéL›üÔš5ï_oó;wÆÆÆnܸñÒ¥KÆ B(9±œ«‹/ZN‹ò&ùùùG5j”MUUUÓ|ð*((Hûv߃!¾ß\>øößß.jñ‹“—C^‘¶D§+ÍÐu½òÀòðw;ùu²zÑä×_=}úô¨Q£ìíí_|ñŤ¤¤Ú¯†‡‡÷íÛwêÔ©•••ǯc¡bذa:îÈ‘#Bˆ¤¤¤¿ÉŽÓÝšÁåË—·½ûæÄU ?DÎ铹jþÐõñÊõéS'Nø÷êeù£££¢öqLm'Ož¼[·n/Ï|aéҕÆ<µ2)$8àÃø]/¾ðÄú »§¼4¤Ž#i!DEEÅÕ«W5M¯^½¾þúkGGG«seuZO>ùdIIIZZ𠢍©©ùñÇkìôEWËt­ªî¾×¾]~q±ö\©Ÿ¶Ë¬f›‹kÉ`0$''§¥¥åäääää\ºt) 99ùšÕ”ïnyxxÜpáèÑ£wíÚ•””ôØc)-oXD@“Òét›W.5ï3Ñóܧ,Þ5#´÷¢%½6§Ë¼•… KGÇmØ÷Êœ¼‚ËïI·lÙrÀ€לŸž÷Å3A½>_$„Èʾx89ô÷Ç”EÐØZ¶l9aITrLÌóqqÎNNþ>(„P«Õ:t˜µ6>ùý÷.‹±³µµ,´ù'´¬Z°`N§Sn€B˜ï¯FóŸkjj,oƒ2–çØ%ù¹1377·~ýúmÛòiTÔÊ‘#G|ðA¬e¤ë˜« !¬Î•Õi1Ï@eeeeeeƒ|Іâîî¾pVĪø÷Nœ<ñ|äóõ)´§§gÃŽáüùóiiiq˘‚»»45//¯×bb®Y¨V«ÝÝÝçFF^o+¥.ÌÕ²eK÷íÛ·nÝZËþ|ØúW°êÿxé¬kåk•fIDATì‹·ö°nîzõï©U¶Bå`zPÈz!„_GŸ†¸IÊéqå0Z˜¯I+Bˆõ7ûŽ?üðCC€»ÂÏçÅM]“BNB(…Ê5éÚ/ÿžjÐäÌyVü?7Ó' ÜÒˆ€IEND®B`‚gbonds-2.0.3/help/C/figures/druid-1.png0000644000076400007640000007143011107720364014460 00000000000000‰PNG  IHDRŒªL‚7bKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ ).|<› IDATxœìÝyxuþðOÒ¤M›ônzß-Ѓž”J9ËQ rXN•kuAQquu]VÔ]]D~( RÊ%g[ ô¦gz¤IÓ¤¹“ß“L&GÓ´ ëçõððäÌL¾3“æÝL¦ ššš 88xÿþý³fÍ„B=—.]¢FPJôz}Ÿ·sçÎ [Ï®X±òÞð!£ï1“G‰UgÒãýÈ(¨ú5#oŠ•§2M±¹âdæ`S,ÿ%+ɛʖ`Š· §ÄÆ[…Ù)1b´ŽÇ²)?)-ÕEƒcMO*¹˜Z":ŽÅbEGG‡‡‡÷£àîÿìuuuõõõW¯^ÍÈÈ¢¤IÎÎÎ ƒÉd2™LâB¯lÐ3 ò¨¹^¯c2È£èz–ÅbiuzãæÓ8;»h´:CÔª]8µÆµ¥««›R­5DµÂÕÍM¥6ܪQ˹\žBe¸U£êvw÷+ Q­”yxzu+4ÆØååí-“¢J!ñöö•v«ÉêëÇï’¢²[ÄçH¤*cìðì$£L,î2D…´=(8D$QQÞÕÖÑIÆ–°°ˆv±‚ˆÝAxDd»È;›Â#¢ÛŒQ&nŒŒŠ¡Ä†¨è-B¹!Šêcc ŒQÚQ7``\s{7»:j Jhj3FaM\üàÆV™!¶W'$&Õ ¤D”´W NJ­#c[eRJZ]³!v¶–§¤©mê2Ä–Û)鵆(ÜJÏȬnãÍ!C²ª·ŠšËÒ3†UÕ“·ÞÈ:¼ÒEÍ¥™Y#*ê: ±©8køÈò;†ØÑT<|Äè[µbCl¼–=rÌ­C6\Í™[V-2Äú+#Çä–Ub{Ý¥Ñc'–Vvãocs'•TbÛ‹ãÆç— ±öüø‰S¯ckíù yù×ocÍÙ‰“¹fŒ-ÕEyS¦_½eŒUg&çϸr³ˆ‚ª_§>ò襲6C¬<•?}Ö¥†Ø\qrÚŒÙK[ñÄŒ‚yJ ±©ü—™óηâíc³?gŒ· gÏ}âìuŒ1ZÅ9Ÿ5þ¤4WžÊ›2­´ÒðTÐ-iöóå“%z½žÍf;ØhÖ÷ f'ÇÏ V«Õ éë¨ "™7´Þ¢¡÷½?½£SþìߎÑÐlg³†vq±hhÙÐ¥›—RØr.—§Tià“õ¹>œ…¯1ohO9¥¡==M ­Vty{ûÊädCwúøšZ%óù™©¡ùþf Ô¿†–[6tsxD´©¿;›¬ºµÃÔÐ1±© KihiÇ󆮵hèøÄ¤†C”´W%N¡6ôàäTJCW$§PºµÜ¬¡[n¥ 1kèô!™Ô†2tåÖ>6tö¨ÛÔ†aÑÐãnÖPz´eCߨ²×ЦX{Á²¡'N1kè<‹†žfjèj‹†>=õ‘G/—cå¯Ö ý›)ž˜>s®EC›âíãbCcÄØÇØT~búÌ9äO™¤­2fÀ`òY”@Ôd?*–(8‹ÙW­ZE,–è`‹ÿ?ûì3û³3™Ì^x>úè#òî–-[[·n¥Þ»¿¿ÿ™3g222LK¡qåÊ•+V¬°ñÓO?½téRêýó†fRÚ‰ÅòöpqwcŠ7ô:­EC;SZ§QY6´ÙKj¹›±¡À“çìíÉi¬¹BD› mzI­ ^RSÚÏâ%µECKkh…´Í¼¡[CCÍ:̲¡£¨ iö’Ú¬¡Å f -ª‹' 4ô€ñæ Hmè¸jCW'N©§6t’EC§ßi¦4t곆NϬi¤4tF–†b¯¡KzoèÚºáÊÈѦ—Ôíõ—ÍúÒ˜qö:wâˆ.7ÜÚZsn¥¡[«ÏZ6ô‹†žiÖÐÓ È†Tž2oè“ÓgÎ5½¤¶ÑÐQ_RÓáé#FšÇ¦ÛÇgÌ%ÊDM%ƒ“RÉçX½^g¼`Yp޶õìÄ2m64ñ¿ýÙ‰†f0Ï?ÿ<µ¡ ÆÓO?m=;‡»Éª'š¸¿åË—[44qý“O>IN =Ò3™ SCëuN,–Ž8Ê­VÃb±,ZCihÇNC»ºq•”£Ü “XhT -µÕÐÆƒÞ¶Úì ·YCwøPZfÙÐAÁ¡æ .ì¤4t8¥¡%‚Þ:–ÚÐÑ1Ìzµ¡ë Œ§ô6khaM\B%íÕ‰ƒ“-Z`j褔4ˆn25tjúPJCßJÏÈ"+Y$°hè²!C‡WõÜЙÃrznèëÔ†îh¸fÙУÌzÌó†6;èmÖÐw.æNœB=è=aâTó†¦ô®>;qò#– }ËPÉ-Ug¦ä[5´ùAoó†žCmèvzÖœÇøÓFŒ4M·ŽÌžOþµÕý–5<‡|6Ój”Ä{½`Up}zIm=;8ÜнξlÙ2²¡{šX Ó騯ǩ Z¶lÙ–-[¨ MüO}9o‹~@„÷²y)qQ>äIa–~CÞ<ú°K&Õ4vþmóù–v‰‹‹Ë´±1ÓÇÆð}\Û:ºÒ¼¡GS:{䘞ZXeÔ˜ñvÚâ wî„É=¾-m«¡)½ÏäM™Nmh‹·¥­ú’ƒ ]þ‹ECÌÆ†Æˆ±×xŒú¶tKuQîÄüãÛÒ*¹˜ëîc:.kUp޶ÍÙ¡·ž¶3ûG}ôüóÏÛœqÛ¶m6ß–fÕ;ÛüñòåËÉ™Ÿ}öY‹Åíܹ“:\+zw®ó†rôzý¼ç?mhlþþó—üý<Úê.ñÃ3ÀÇ‹;:+îriCvzÄâüˆí*}dLô³s’O_ªyeñųF,•¤”Kþ*Ði”àÁc/È=v¶bÅÓ÷ºÌqç?‘ÿȘè}?]ýöÐÙO6,ñôpwwU‹†°YÌÞüJ$…ùÖ5‰Tr޳«§ÆüÄ1µù‰cjó†V™Ÿ8¦2?qLe~â˜Òâ ·ùÛÒ »oKËÍOë6?q¬ÛüınóÇdæ -5?qLjÞÐRóǺÌOë2?qLbÞÐóÇ:ͺÓüÄ1qsY:¥¡;Íß–›¿¤›¿--2?qLd~âX‡ù‰cæ'Ž ÍOš7t»ù‰cíæ Ýf~âX›ù‰c­æ'޵V™œ?lè–ª_§>2“lè–ÊSùÓ©½ON›1‹lhA剦·¥›+~™Y0—lèæòc³;g*ìÂÙsM…#FS¤4´ êÔä©3¯Þ2ü°wKšÃ%Æçv¸×g~ÀæÍ›mNO=ÆÜÓìL&sóæÍË–-뵡Éz5îvrrrrrb±XNNN[¶laô`×®]NF,–á/šœXLò‹í4"-Ä“çòË™ÒêšFwÿ8`&c2õ PªW¼þÅß?ú²Ò¢º:ê§‹€w?Ú_^+ÞzàÌœ 4ñÜy Rk–¬Ú²ñ¿ßˆ:»==ܤ’F'3wXüwÇ¡º6ñ@8¨´zÜ8¬a©<ß°+Õº‰ Ë…£×ʼ}|j1B½Fæëç§Pk‰¨Swùúûw+É(ñ ”)5DÔªÄþAR…1*EÁÁ]rCÔ(:‚CC%Ýj"ªåí¡áá22¶…GDФ*Cìn‹ˆŠu¢JÖCÞª’µDÅÄvoUJ›£c %JCìjŽ8¨­Ó’¦qñ­b…16ÆÅ'¶ˆ QÞÙŸ˜$袸.!)¹YhˆÝâ;ƒ“SÛ»±6)5­±Íe¢š”´ŒúV™1V§f ­o1DiGeúЬ;©! +† ͺc¼µ«½<#k8åÖÛC³²kš¥Æ[oe Ï©nê2Ͳa#FU5¢¤­,;gteƒÄ[K³GŽ­¨7ÄΖ’œÑ¹åõ†((9vüí;†(n¾6:wÒ­;bc¼:fB^Y16];q²)6^ÎÍË/­QÔxi|ÞÔÒ*cl¸8aÊ´c쨿0)zq%ÏçM›y½Â…uç§L/¸VnŒwÎM9ëêí"¶×=2söS<3mæÜK7…Dl«==£`ž)Öü:söãËÚ‰ØZ}jÖÜ'.ÜÀˆ£­hüIi«=óÈôYÅ•†Ÿn¹¸6**F¦2<™;±lµÂìGëÙ FOÓSoêivrJ =Ý;Xî¦vøÖ­[-q3Œ;wÚ1)‰““SšÛ» Qx'%9µÉ¥ÂÚ´ÔôÆ6™1Ö¤§ ih5Ä®öªŒ!™õ-RCl«š‘UgŒ’¶ÊÌ¡ÃêL·Vd~G@ÞZ>,kDms—!¶–>²¦É;[oÈUÝ(1Ä–›9#ÆT£XP6jäØÊ2Þ5z\e½!ŠšKÇŒPQ×iˆM%cÇM,¿cŒ×ÇŸt»Ö®åN˜|«VLÄŽ†k&L¾i¼µ£þÚ„Iù7kŒ·Ö_”÷H™1 ë/çåM¿Q#"b{Ý¥)S§—VãߦæÏ,©ê0Æ‹L+(®4Ä¶Ú Ó¦Ïº^aŒ5çf̘}­Ü«ÏÎ|tîÕÛBc,*˜5ïÊ-Clň£­ØV}vÆŒYäÏQgkyrrjs›áÙL¯×NW2/¸'NìÛ·ÏæçÇ|òäÉg1;Áæëo ¼ÜÓìL&óÙgŸµ¾÷%K–ôT¯6Î''úüóÏÁnC“Í9Î,ê?…RAþ^ÎÎξž®äg†8³ ïä3œ‚øžÐ*”hu¡XÁ^îbT]3«²G޹Ódˆ QåˆQãj›¤ÆXž3j\ñVyGyΘq5Rc¼3&·Ú»;n3±ª±Ë…·ÆŒ›TYoŒíeãÆçUÔKLqÂäò:C”µÝ?iêí;d,™0ù‘[µÆØZ›±Yz.Ç…ãlz-KvVO _~ù¥uÁYÌN4±Í#äÖým=»Í†&þ_´h‘Íz5ý¢aó ûöíÛí44YõÎ,'ê¿›UB½^?~dÒ“³‡¾þç,¶ñ3ˆ’vqf Œš1.Žœ¼Îf9¿Ð/?356„·hZ|ýý9gg²ÔÎ,'ÊoŒ›ÕðÚÊ™ëžN~$™hžž•>,%*>>¹½Ë:»ºïTÞ FÅ•——§NË "T^Þ^Z­að ½ÒÛÛ[«1FÒ×ÇW£Ö£Â××WmŠÝ|?¾J©3Dm·?ߟŒ ‘ø(Zc”)ŒQ¯–QcWpPˆ\NFIHpH7%††„ɺ Q§‡…†ËdS £V%Šê’ª QÙA‰ŠŽè¨èN‰ÊåÂèèX2jäíÑ1:;M1&v HlŒÝm±‰D†¨–µ')±eÐÀx³8(¡ÝqqƒÛ;L1Þ,6ÇÇ%µ¶+ QÚ”ÒBÆ®¦„Á©‚69U] IIéÔ˜œœÞÜÚMD¥¤>%5£©ÅSÓ†6 Œ±³.-=³A 3Æ;ééÃȨ×ÉÖÐLÆš!ÃÉ(WÍÈ®k–¢¨zh戺&CìUee¬m¤Äa#kŒ±£rxö¨šú.CVdg©®£ÄœqUuc¼“[yÇeí·sFaĈÑ:–çŒ4ýàÈÅ5©©­Ä³ Û‰©Wñ\]Y,¦3ÛɺàzêH†ñœh‹‚³žÝfCÛìoû÷¾}ûö;vØ¿w ¾`C$ …BN×Ó«x;qÿþý¶ž‘köÝY  OòŸ5q€Z­Ýúõù?ÍÎôòpËÌ-cxîgoŒ'¦Q©µ§.T®ûçn_¿ˆ˜á‰ž“G ðóŠ»÷¾¼u×‘àˆØÀ€Ïþ6©µ]2uɦ”!9Wåx{pR'­Ížàëöô£ƒü¼y›wÿº¨`8߇—:ií°œ /.H á»ñ¸.Ý õŠ–¿mÚÓÑ©ŠOÎÔkÕ.òÓÊtZ‡ãJþ•—Îâ£Í,þèK£àºr柣B~Ò™ÖòƒÏäîî<òcU4ªnòoÀ,£RJýX4«Øåée:ÙÍ2*º¼¼}¤Æ?ø6œ gŠ>>~]¦3ã:}|MQ%ûùù“®’‹ýøþ”åD|ÿʉr"~`@'y¢œL`:oNÖH‰fJ®” ƒD¦Ø"êRc[PPhyά-˜ògl i[HH¨Ð[CBLÕ¦èj ŠÉØJ9AOÑ% $OÁSHa”ØÙÝ*2œ‚'ïlŽ0‹M‘‘1-ÆØÝÙÓÒAÆÆ¨èXÓÙ|æ'÷‰¢c’§ßËÄõ1”³ñeâú؃š'÷ÉDõ±)±£nà ¸Æ6êÔÄcĈÑ~4œ`kü Õ(e\žùì]t|ÿ¹Þ¡Ü/¿üòõ×_ƒ­†^¸pá”)S, nÚ´iÔ٭ߦþÿÕW_ÙŸÉd.]º¶oßNöé¢E‹àË/¿´¨×«W¯æää0 £££««K¥Rõµ¡™LæÞ½{7l=;eÚã@bñçuU·=<ÜŽî^ÓÒÖ™¿xãØqy ãXá!bB&Ó) 0(nP"ÓÉ ôúºúšúº; ¥Â•à ‹ˆ`1Y:îø±Ÿ\8œ9c˜N¿þzL©P䎟¢×ë”JåÕ«¿)•Šâ«kÊ• eîø)påò…®.‰F£f±X^޾ƻp\Ø,¶–ü³l–ͦF ›íLÎÎ.±¿µjg5ºp8j²°µj޽¨r¥ü*`­>RÍ2º¹©TÔ\sSš~3P¸qyJ•Æy<¥ÒØßj×,Êy.ŽçîîçëKÎ@^Ëå5µµ7/]—Ëå.gw_ÏÀàРð0óž¥Æ’F!ô¥T(Îþü‹V£Éž0F,ê¬,-SÊááበñññÿš0ÁñE}^Q±ëë¯OÕÞ®LÎâîã­'ëü.`I#„úCb0n]¾®V©‚‚‚ŠŽž`0ËŸ{nùsÏ ¨©1M3v,€^oûß¹sä„Oðäºuà5gÎÙc'Ó³3ýB‚ï~ŒXÒ!„þpX,'Q›°¥©YøpiQÑSGÖ×׿õúëîîPScÆkkµ=6´NC†˜âµkÄ’Å{÷úÍŸõÜo™£FxúûÝí8ïrþû#€ïO\è”HJŃÌïä°ŽôÁqáxzx—[ÚZíL™Ÿøø¬9ÄåWÞzýwBè÷§ì–Ÿ9u¦[*#âKçÏçOÍíõõ'~ùeúÔ©0r¤Y7ëtözš¼œeeÄÛ¿ú*âOºváÒȼñLö]õlfþyïâÂÖ]_ìÿá õ&''§Ÿ¾ÚO\ž4gæÝŒŒjçÇ[ˆ ooÚxúüÙ{µXZyH×qä°ìu«V—ïáÿ½ MKwpØ^žžiIÉ÷eP¡ûA£T^8~J­V€þðaøqÿ~öÎ æÈ¬,ÐhÌjøÖ-€ ±ªÊ´ °0SIbb —kk?}ã¼gži¬© {7£Å¿“F!ôRqã¶N§{套ˆ†–$'³ øKîXŸ†ÐhLÿˆ†€Ë—¡²ÒÔÐÁÁõõÐØMMÐÜ j5¨T RR *M:ta~~mEÕ]žéýpîî76›Àçûûñþü ‡óëiKvI»nU”Óg<!d‡N£m®«ë¯}åÅõ:ÀC¯ 2¼V«A¯‡êj€ˆ¸sÀøî˜AS€·7èõ tt—K} ÎxaÞ¼?þX{³ÜÓÏGÍÉC IDAT¥Tòƒ F_ü?^ÒÆ %jâSùÝèiK^+-Yù×5ôBÙQS^áçíýÜ’%Û¾øâñ‚6ÛÆÛÌuu†©KJ 0Íno7[–Hde2ggrQ áá.ÎÎU7nj´ZˆOK‰€>U5îF!ô‡Àh®kxfáÂÿÛ»wÙË/K::@­6ý«©ÚZSC“ZZ ­Í²¡­±X*h4 Õ‚VëÂd†òùŽçÆádÆÅU””üþðµ¢ó}óýx%mqnÑàø„'[0(v@—Tz¢èô{vËf'3G†…Ï™>3ep’¯·OO¿q°X¬±#FMKÃ÷õc±X]RiyUåŸ~¸tí*1ÍÌ©<»èOä,Äùnϯ]]^UI\“ŸX?-!.΃çÞ%•Þ¸uóËo÷‘·ö„-Ó‘utp›7#%mÁœy±Ñ1J¥ò×sE›w|®T*‡gd>>kNtD¤‚r¥õ¼=í;[²§Çø¾~ùÓ†¦¥‚^ßÔ"øíÊåoýÐÞ!ìiäQázlAJâ`“YRvããmŸ667ÛÜ&vÆãÈÃÚàø„?=¶`PìiÉ~ì`99M?qLΨˆÐP®W­ÑˆÄ¢Æææ½ß¸ZrÝþòB÷ƒÁÐétõÕµ…rÁÌ™ïþ÷“5Ë–ñ== ·‰ÐÖ¨G¹%˃ÞÀbAG‡åô”3Ùw­VëëíõöâÅEee'Š‹û4òû}¸;'kø__|™Éd€—§çÌ)ù1‘Qkþ¶^gÜ@#‡e¿²rËÉÉþr|½}^~nõw÷ŒÔ´ŒÔ´wþýþ‰3¿ö:’¹3ýÓc ¨³š94-}Í[¯—Þ,sd]’O›4¹Ëtpû1Èq#Gýeù Dë³ÜÜ&çN€²òÛ/ýy91×Ímrî„îîîOwí°˜·×]ã¸ôä”õ/­quu%¯   <~ÂßþõîÕьԴõ/¿ââìLÄ!)©[ó×¥«VôõÞûñÀ‘5lÝ‹«û´âî———¯;b$Ùì¾ßÿâÕËXÒÝ7G÷äºóTJ¥F­ùð7bBB>~cýÅ%Ÿïß#¯¨ãë;ø‰'@¯‰ ¾ÞÆ"ø|ðóƒövðñ½Þì@·»»éP9QùÎΠT×ð\]¹—aññ‡Ï/¼tI§Óùôið÷»¤×¬x±µ½­¸ìFZR2ß×’Ç}ìÔ àû¯^¾’h¯‹W.oݵ£C,öõñùô½­u³üö/§O—Ýhïzzx,[²4#5 +˜M<ÿxôˆT*%Ÿ² –<Ä+¤ôäâIV¯×øéæó—~›3ê™EKX,Öò?-ýó_V9òqnSÆOÔhµwêëºåÝŽ/ÓñuìÇ _xæ¹6a{ÙíÛCRRÝy<˜8f\î¨1­mmeå·Ó“S<ÜÝ`Töë’¶³kìlIkþ~üõ/¿âÊáÀåë×>Ùñ¹ôË–,MONqsu[ÿòš¥/® ¾ž&¬iN«=}þldXDXH„‡ÄFEÛ<°a<½>0,Wüy{Ikî— €²¡?ݹýÔ¹"­Fèï? &¶®ÁÖ³Bè÷ÁåñrÒÒçM:,--.:ºäÖ­‚åË**«½=<šOra±@¥2|t‰Z àïz=´µ™A^Öj¡³Ó¸\.ÈdÐÕŽav¢ª»»ÉÚöpu­¬«‹ ¿@z—ô•âkß´Q¥VûzûlÿÏfâ•Ó¸œQÄâôÉS‰k¤2é?>øñ´+•I­—ÓÚÞöºWÈ(•Éöø†x. !®T«Õ ¥’: yyþÌYÄ…3Î>^~ú¡ šŸ¯oTDdDhXm½ÕÛV$Éê7Ö547¯\\¦ãëØAß(}ë½w•*ÕÌ)ùÏ.~œœœ._{ë_ïªÔê“§þyÉSàçã Vìì;[ÒÚ£ùÓˆ†î–wÿãƒÿýýÿ÷ß­®®®n®næOûtçv‹¹ͯmx»½CèðÅGŸWòýül–´ñ8òÀ°pµäºÇ¤5÷ ßOÎráò¥v¡Dâ›âdx„þÈœ9ù£G/ž1ôz‘¨câ¢Ebñþóóóæ¹˜þ0ðõ…Öž?ਲ਼ÜÜ »8 ŸyzþT2@]kk}[[Zΰ¾Ö3á~Ÿ8ö·›Tj5E×KKˆ+c£¢‰ )©Ä…k¥%öß$_Dº¸¸„‡†Ålø”Ô^OœsqqŸ@\&ß§Ôëõ ÍMÄå1ýíùŽ=»‰Yôz½ãËtpû7Èwþý¾R¥!åhÌ»ÿþ€ØæÄŸ ô°‰ìïÇe¦ !.\)¾NÖ§T&»Rl8À›•>Äz®µo¿A¼¼¦~þ“ÑçÇg?}ZqÇ÷K“ ™ÌÞÙ¸dþÁA}]„ÐÝc2™—KJÊnÞì ¿/<&hi™3nÜëK—úðx Õþ$Z«ðö‹¯›äñÜÜ ÑÅ4`³xöf2Á0ûÓjówZZ%%fO׿††»|%Í´úí^ ’ZK‚Öâq ‚ŒÏbíÔ·â{0jxö£ùÓãbôõ/Ïø>¾äÈ_|ö¹Ÿ}Îb>ßj&ºåò~,ÓÁuìß ÉWäÔ#á6¯´f×8.Ðßßb!„¦a‚€@ë¹ÄÆ#Hwÿ½1}}`ôiÅß/íBá{ÿýÏóO=ãâââæê6ofÁ¼™WK®}ÏCè¾âìüþû2™Lg66¾ø¢á4˜yy<Ó©d©˜‰¿¨¦NI¾†&&6]ßÖVÛÚš•Ïíû)©?%-W(ˆã™î<®ÅMî\qÁ‘OŸÖOÌ!^DZù ×'×ùÎZ<ïqbÞ³/4 š==<¦N˜äÐ Pž»¥2)õÀ)¡?=áð2]Çßc³Þ5wÏ´B¿çÈïêáÈŠ÷e¿ž:q¹øÚô¼©“s'ž–”’–”røxᇟnþ]÷ Bˆ#hhš4tè܉y\WÎÁãG½ÜÜì}sôüµWÄ?&ÓòÓCmýûîÂŽ«§·÷Ýü¨÷§¤-‚¨ˆHmyÄu@L qxÎ>?âB³ñ5V—TJœîèo:2@üB@åÊáx`ïwß:2×½Z¦ƒëø{ ÒqÖ»ÆqÍ­-¡AÁ`¾‚äoxmñ ûºË8°â}Ý/"Ñö¯þo×¾=£†g/™÷ñ:{rî„_Ï‘ÇÿB¿77îÉ+¿…øzIKûç²el- ½u3ñÍ&OÞ¶óoñÿýŸ¸¥% $Dßç3ÓŸ÷¤/¾+upõQ&“9û‘ÄåÒ[7í/ÄÅÅ%u°á{ ._7,°²¦Ú°ä¤d_opf³×®|ÉbÞÀ€@òõhum-qÁÙø×;@9ꮥ¼»À6΢P*®•þ (â$¢2ï’ãËtpA:Èæ®±¹%múíÊeâBzr k8ÖÂãrÓ“SˆË¯^¾ûAÚã ›l®¸…þíFóËé__\¿–¼&ÈÖ1„Ðï$.-ÉÍÏ÷óŸÌx啈™3Ÿ~÷ݽǎI»ºLoHk4 V[¿©\ZTdyew7qañÖ­vÞ€ÂÒR~p?ߊ&õç•ô7?~?qL®‡»;ƒÁذî?ýP][Ëus›4.7)>4ZíC?Øœ7<4¬C$òpw_º`ñ§R«¿;|ˆ¸õdÑiâ‡\œ?üÇ»WKŠ“âÉ7$q§˜¼¼våª~>ìéá±pÎ|òÊG&æ¹x¾C$¢ž…”“9¬¸ì†B©uw±çË”Ä$&“À÷ÿï»›9t§®N«Óñ}}Åhni±øv/G8¸L×ÑñÞ+öwMO[Òz9ßüø}Þ¸ñĉܯ¾ðò·zý²?-%þlZ.—û£íÇFŸØã ÇWÜšƒû%%1iÎô™EÏ߬(v9.œñ£Ç ©¾S{÷!ä ›= )TJeó†ýçÎnûé'7—9£F­›??’8“Æü¥péÅ‹>ÑÑ'…ÂÁMé•+ƒSSA¯/½~}pR1AFdäâ;v<þ¸íï²Ð2Þþ6þ”¦o#ïÇ<"Ñ«óÕký|}y\î‚Ùó¨·ªÔê}ÐÓŸ0mÝôojÔhµ?ú|Â=vêĤ±¹ ƒâ€ïë7qÌ8­V»áÃMäçRDbññÓ§rGŽ€Ìô!™éCà×sEnn®<.ž{òi­Nw¨ðçê;µ•5ÕÄ™º¯¬\ëßýû…Ë—nV”oøð½——­pqqñçóŸ^°˜ºü?ýØÍâà2\GÇx¯Øß5=mIëå´ Ûßü×»¯¿¼ÆÕÕuHJêç|DÞÔ-ïþÛ¿þÙ&ìíÓõÐÓx|`8¾âÖÜ/L&“øë%*üùfùíþ¬6Bèî8»¸D Œ‰£Q«›ïÔï=wnï©SëçÏ_5}ºáÀ2ÑЗ/ÇÆ=õÔ¡µk?*,\>z4¨Õ¥7n@iI üëòei{ûîgž1}fõX÷Áƒ®^ ‰Œ¸Ë¯À‚~ŸÝ]Q]õÔªçóÆ‘™ÁãrµZmsKË¥ëW¿;ücsKïo:Š:Å×JKöü–ú’B£Õ®ÛðÖ“/=‚Ãq½UQ¾ýË]6œ¿ÿÉÇ-­­ãGáûùuˆE‡ Þsà›ä„ÄåO=,îìì’v€^¯ýŸÿX¶ø©´ädWŽk›°]*5œêüë¹³7ËË™49#5-4(ØÅÅE¥V Z[Ê++NŸ+êßfqd™Ž¯ãï4È^ÙÜ5v¶¤µ«%×—®Z1kÚŒ¬ô!|^/h\¼zù›¿wädGô4ޝ¸MŽì—; uû¾?˜0(.48؃ç"±øveÅÏ'ŽŸ¿üÛ=Ù¡~c±Ùa±Ñ!ÑQuU¯|ñEww÷úÙ³ }ýzL\Ü”  Æÿ]º”ùÑ©SÔy/ÕÖÀÑ’’g¾ùæ£)SxÆ/Õ(mlTÚÜ ·‚¬Aî~œ ÐëõÍÆI.,,œ0ayóâ•Ëîþ>zúxgôÀá®A¡Û×Kcœ9Ç_{èÚN™lƦM'Ëʼy¼i# Ÿ˜Àãxz‚^ßÙÝ}[ ¨ ¹u«[¥J ÙöÄCˆƒÞ¥mm'…B}KË‹ß?áÑi:}ïl¼ãÃÿ’— .\H4rqqq^^ÞÿøWU"„Bö1 ÑéÈó½7ÿüóɲ2ƒáâíµ÷Ô)–[¡«Õ*‹¹‚BÃE„ÖUVLú裒¿üå`Œ¯/\ª­íª¯ q¤¡{…%BèM¥Púøï.—VU½ÿóÏ &spzzPT(0 0 ¦R©fêôNN Õ1tz-ÛÕY¯Óùøž;zbù¾}ûžxâO§N½§îGIwË»»müA-zàp× „PHdxHdøÝ,! "0 âwù„¢ûý-X!„r–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DS÷ã«*ÿ ìØý ‡€Bè!ÓÙÙiçV|%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ!„MaI#„B4…%BÑ–4B!DSXÒ=Üôz½F£yУ@ý.°¤Ñ”‡‡ÇéÓ§ô(î3gÎxzzÞŸûÚµkWhhè°aÃîÃ}Ý“to÷òCô˜yˆ†ŠìÃ’F4rôèÑ™3g†‡‡óx<__ߤ¤¤yóæ7q<<< ´víZ­V{7÷åàì§OŸær¹wsG¿“#GŽ´¶¶Þç;}íµ×Þyç“'OÞ‡ÍÒ§ýKuËÜåƒän†ä r´÷v“Úêyð þÁ’Ftñïÿ{Μ9ÙÙÙEEEb±¸²²rË–-C† !'رc‡T*mjjzýõ×ÿýï;vì>Œ*99ùÈ‘#÷áŽúª  àöíÛ÷ùNÛÚÚ‚ƒƒ9Ý6 u<dËô9Úû¹I®Mô‡%h¡µµuýúõëׯ_½zuXX‹ÅòööÎÎÎ^½z5u2ƒÁãñ¦M›*•Џ²²²rÚ´iAAAQQQk×®%®çr¹û÷ïŸ:uª§§çœ9sˆ%%%yyyÇ4h1¯^¯ë­·bbbCBB¶oßn1°âââ¼¼Ÿ?cÆ âJ.—Kx$/s¹Ü>ø 22òĉÔË/^=ztTTT\\Ü®]»È¹,ÖeêÔ©PPP°fÍòÞg̘An.NþüyGFèàLII€¹sç¾÷Þ{äf€ÒÒÒ¼¼¼ŒŒŒèèh.—[XXèÈZÛ\SëD•™™¹mÛ6èêêòòòzë­·ˆ5ˆˆØ»w/1ë-ÓÒÒbñ0 êßzÚM;wîLIIñ÷÷ß¶mÛ±cÇBCCCBB~øár‚O>ù$111,,lïÞ½£¥nRÇÒT6‡úñÇ'''DEEíܹÓzYO€hKÑÂÉ“'Õj5yp»':®±±qíÚµ999&LµZ=sæÌØØØººº¢¢¢C‡mذ˜øÍ7ß\¹reaaá¡C‡®_¿.“ɦOŸ^PPpîÜ9òeDYYÙ;ï¼säÈ@PQQ‘ŸŸßÓ]÷:¥\.ä‘G8έ[·Á¦M›ì¯ËîÝ»¿ûC‡’— 0sæÌgŸ}¶¦¦æë¯¿^¾|yEE…Íu9tè|óÍ7ï¾û.¹ÀyóæíÛ·8‰ìäÉ“'++«×:¾¯_¿{÷î}饗ÈeÊd²iÓ¦MŸ>ýÒ¥KÕÕÕ...ެµÍ5µ¹ƒ¨FŒQTT………ÎÎÎ'Ož€ââb‡CÖ’õ–±X‹»’X,îi7}öÙg{÷î]µjÕš5köìÙsñâÅ©S§¾ÿþûä}mÞ¼yÛ¶mK–,Y¶l™X,¶¹ß#Ôµèië%&&ž8qB ¬\¹òÕW_µÞDÖ ZÁ’F´ÐÞÞ|>ßÎ4¯¼òJZZÚ°aÃΞ=û÷¿ÿÃáÀùóç«««W¯^Íf³ƒƒƒ-Zôå—_Ó¯]»vâĉÐÙÙyìØ1¡P¸páBê2===Y,Ö–-[JJJ\]]í  ×)O:ÕÐаaÃ___''§èèhû«üꫯ¦¤¤ðx<òrQQ‘B¡ ;{ö¬L&ó÷÷'zÈz]l.0??_&“:u ¾øâ‹Å‹3Œ^Gèø´y§'Nœhkk[¼x±ý•µXk›kjsQeggŸ={~úé§Õ«W_ºtI*•?~|üøñkJÕëZôuH?ÿüsO»é/ùË Aƒ233»»»7mÚþøãììl›#ìuJâ~‰;u„ŸŸŸÅå¶¶6ƒ±yófâÊÌÌÌ€€›ëbÇËÏÏß³gOZZÚ‘#G6nÜh1Í:¾mjnnvsssuuµ»®&vÖ´®®ÎzQ1¢®®îÎ;ÇŽÛ¸qãîݻϜ9sìØ±§Ÿ~ÚÎ=öº}’ÝDœfOüÆàááA^&€¯¯/PË›ª{ÄæÃ¶oß¾}ûöØØX©Tjóîz=XXÒˆrrr ÆçŸþ·¿ý¸¦²²òÀO<ñ„Å” #--méÒ¥o¿ýöš5kˆg½ÖÖÖ   hnn&®±æááÑÕÕ¥V«Ùl¶P($¯;vìØ±cE"Ѻuë,XPUUÕÓ íOI  ¦¦fÀ€3êõzhhh°¿"""4Í–-[ˆ—×ý0wîÜE‹ÅÇÇ7Ž|–·?BÇ7 M>>>R©T"‘xxxÔÖÖ’' €Ýµ¶¹¦;wî´¹ƒHÁÁÁ‘‘‘ï¿ÿ~\\œ··÷¸qã~üñÇß~ûí«¯¾*))q|Ì69>¤»ßMÄ™Õ!!!6oíß±ùð¾yóæòåËKKK£¢¢NŸ>Mè¦êuôÀáánD ááá/½ôÒ{ï½·víÚŠŠ µZ-—Ë­ÿJD¯×+•ÊÊÊÊãÇÀ°aÃbbbÞ{ï=FÓØØ¸cÇŽÇ{Ìæ]Œ=Z«ÕîÙ³G"‘,]º”¸²¡¡áÌ™3jµÚËË+66ÖÎQÓ^§=z4±õõõR©ôÌ™3Äõ<ïêÕ«%%%ö_ðÀ„ BCCW¬XAulii¹sçNOóx¼¶¶6‹+sss]\\Þ~ûíE‹ÙÜÖ#t|Ú4jÔ(—7–––>ùä“ ƒØ2ö×ÚæšÚÜA²³³·mÛFœú4vìØ]»v%''‡aìo™^9>¤>í& *•J§ÓmÞ¼9<<œ8Áz´ýÛ#6‡J´µ@ hmm=pàÔÖÖRï´§ }`I#ºxã7¶oß~õêÕ‘#Gzyy…„„lÞ¼™z*ÙâÅ‹y<žOff¦P(üì³Ï€ÍfóÍ7eee¡¡¡#FŒ˜6mÚÚµkm.?""âÃ?$ÞØ~üñlj+årùÚµkƒƒ¿ýöÛ/¾ø¢§áõ:%‡Ãùî»ïÔjuRRRttô{ï½G\ÿÒK/½ñÆ ,xã7ìo‡sèÐ!™L0~üøÒÒÒž&^µjÕ3Ïú¨Ïøñãm.ßz„Žo@›ø|þþóŸO?ý477wÙ²eNNNÄWûkmsMmî 999Z­vÊ”)0zôh½^o½¦6·L¯RŸv“âœí_ýõ믿f³Ù6GÛ¿=bs¨Ã‡Ÿ?þäÉ“sssG•‘‘Aœ@NÞiO ú`€^¯onn&raa!qÒ,añÊef\¡;v?è! >úhrrr¯¿Ü[Z­V¯×‹Å∈ˆââ☘˜ûyï .—{äÈ‘‘#G>è z¡žXXX¸páB¢‘‰¿ÊÃWÒý﨨¨ ~ÈïÛ=Þ¸qãìÙ³jµº³³sÍš5‰‰‰½žÖŽr–4Bÿ; ÅçŸ~?kR$­Zµ*222--M&“íÛ·ÏÎûúpŸþ¹ÍiAÈ<»¡ÿIIIIII÷ósrr¬?× ÙÔëgõ d _I#„B4…%BÑ–4¢‹ûù]Å!ôPÀ’FtA~WñÝ,äÊ•+ÙÙÙ~~~cÆŒ!¿ö***ÒÓÓe2ÙâÅ‹£¢¢üýýÇóæMâV‰D²dÉ’ÀÀÀèèè>ú¨¯Wö×Ü=äĉƒƒƒýýý‡zôèÑþ !DXÒˆ.Èï*î÷4Íc=öì³Ï ‚ŒŒŒùóçët:⦟~úiÊ”)Z­vòäÉ­>› IDAT7nÜhhh~òÉ'‰[W®\ÙÒÒRUUõã?¾õÖ[ß}÷]Ÿ®ì‡ .T‘WÞ«A®_¿þÎ;ÍÍÍ“'O~ê©§ú¹5B4€%hú]ÅÐó÷é’_ýks!·nݪ¯¯Ÿ3g‹ÅZ³fÍÍ›7¯^½JÜtøðá)S¦xxxÌ;×ÍÍÍÙÙyÒ¤I7nÜ€ööö}ûö­]»–Ëå&$$ÌŸ?ÿÓO?uüÊþ­/ŸÏ0"¯¼'ƒ€œœ6›íä䔑‘aÿë1B4‡?Àˆ¨ßUlçût©ßÁlM©Tñ…ÊÄ÷2_¬+‹oݺ•™™IøÌ™3Ä×-ëõzâ·HII¹zõªãWöo}_yå•÷Þ{ú2ú^ ’Øååå >°³#DÑ–4¢;ß§Kýfkqqqîîî[·nU(ÿùÏÀXÛGÍÍÍe±LŸ pàÀ_~ùå“O>€®®. —éîî.‘H¿²+xøðá¹sç …Â¬¬¬o¿ý–¸ò^ š››ßyç¿ÿýïîîîøù_=Ô°¤íØù>]êw0[ãr¹»víÚ»wovv6ñÍ»|>>öØcçÏŸOHH ^bÖÔÔ,_¾|ÅŠ*•ª¥¥…(HŸÙ³goذA&“UTT|ùå—O?ý´ãWöc‰¯[·nÍÍÍ€{8H(**Òh4R©tß¾}Ç'îtÕªUß|óM?F‹z€°¤íÜÍ7öÙg¡¡¡‰‰‰±±±ï¿ÿ>üôÓOäaäk×®)•ÊçŸ>Úˆ¸þƒ>ˆ‰‰™4iÒ«¯¾J¬vüʾÊÍÍ ÈÊÊJNN&N캷ƒ|饗ÂÂÂbbbœœœˆoÝ€-[¶õc´¡¿OúžÁ§ÔÔÔýû÷ÇÆÆ>èØóP !ô{Àï“F\•••@óò{(‰z °¤Ñÿ2·k×®=Š^<ƒD=ø}ÒèY`` ãg†?(Å B¾’F!„h K!„¢),i„Bˆ¦°¤B!šÂ’F!„h K!„¢),i„Bˆ¦°¤B!šÂ’F!„h K!„¢),i„Bˆ¦°¤B!šÂ’F!„h K!„¢),i„Bˆ¦°¤B!šÂ’F!„h K!t?èõzFó GÐCK!Ó§O?èQ8„æCµÞ™3g<==û7o¿çºû­DóíŒþçaI#ºàr¹O>ù¤Å5UUU÷s Z­öž/óÈ‘#­­­púôi.—{¯k¨äöêÞŽŠdgx½Þcÿö‚͹ú·(êÖë߸\î¾}û,®)++³˜ìÇ3fŒ¿¿?Ç 5jÔñãÇ{ZfYY×–7ß|³#D ,iD#{öìùá‡ô(‚‚Û·o@rrò‘#Gîóöê~ŽêAÝc_9¾õîFmmíc=6þüªª*±X|éÒ¥5kÖØ9Ø 3€;v—_ýõß{¨èÂ’F42eÊ”çŸ^(Z\ñâÅÑ£GGEEÅÅÅíÚµ 233·mÛ]]]^^^o½õètºˆˆ‹§W.—ûÁDFFž8qÂz9PRR’——7|øðAƒÙ¹GbQ;wîLIIñ÷÷ß¶mÛ±cÇBCCCBBÈ_,¸\î'Ÿ|’˜˜¶wï^˜:u*¬Y³¦¸¸8//˜²²²rÚ´iAAAQQQk×®U©TÄìû÷ïŸ:uª§§çœ9s¬_ÃÙêÇœœœµsçN‹;µ99*½^ÿÖ[oÅÄĆ„„lß¾ÝzY¯ q%y@˜z¹ºº:++ËÏÏïå—_Öét}ºÇ––‹íàø¾³`1Œ3f¬^½š¸I§ÓÅÇÇŸ?ž:½ÅÖs|0}ÕÐРÕjgÍšåîîÎb±‚ƒƒ§Nš‘‘Ñ¿¥õú8·~ô´ýmîPrùžžžö7 º·°¤¼þúë^^^/¼ðõJ±X}zAAÁ¹sçÈv·yÄMŸ}öÙÞ½{W­ZµfÍš={ö\¼xqêÔ©ï¿ÿ>y_›7oÞ¶mÛ’%K–-[&‹:ß|óÍ»ï¾KN£V«gΜWWTTtèС 67½ùæ›+W®,,,räÈÊ•+øá‡ôôôÔÔÔM›6)Š~,Š`çq¶îq‹åÏ›7¯¯Ý ÖƒBf²²²V®\ù /Œ9’¸¦­­Á`lÞ¼™ˆ™™™uuuwîÜ9vìØÆwïÞ}æÌ™cÇŽ=ýôÓÖËôóóëi9uuužžž...ÔémNI\&Þ2$ž•<<<ÈˤÀÀ@ðõõjyS ð÷÷'b@@q „……“iã·çúúzë¡ÀöíÛ·oß+•JmÞ]¯BCC<øÏþsĈ111üqvv¶õdެ ¹@r›¯¹íÜ£Åvp|ßõ: —ŸŸ¿gÏž´´´#GŽlܸÑþìÆz.½^O^¦í§rvv^²dÉ’%K¤Ré¡C‡Ö¯_þüyò}„¾²ó8[÷¸Åòû±ÑÝÀ’F´³nݺÇ?ÿüóDŒˆˆÐh4[¶láñxÔÉ"##ßÿý¸¸8ooïqãÆýøã¿ýöÛW_}ÕÓbm.gçÎ]]]jµšÍf“ï…÷tŽ#Î  ±y+Ñs­­­AAAÐÜÜL\cŸ‡‡‡õPoÞ¼¹|ùòÒÒÒ¨¨¨Ó§O‡j©z€jìØ±cÇŽ‰DëÖ­[°`Së-V(¤††›···'&&ÞÍ=:¾ïì ‡1wîÜE‹ÅÇÇ7ŽüUÉqŽ<<üýý;::ÈØÒÒÆßêlâñxsçΕJ¥/½ôR_ÇãÈðzzô´ýíïл܀¨Oðp7¢‡óé§Ÿ’'O˜0!44tÅŠÄ1º–––ÿoïÎ㚸ó>€ÿBŒ‚ˆTÄFT(‚EñਨxÖ*JUªØº–V+nñg«]ÛmQ¬Ö¥"*Ö¯º”§(ÖųVÀQDE P+€@’çÙÍ“W23I¸2ÈçýÚW_:ÌñßÌúe2“ùÇŽ‰jþþþB¡píÚµ¡¡¡´3k2­Å¨Í3uêÔM›6]¾|¹¾¾¾¤¤dÍš5ýúõ£~§‰ˆˆ8zô(!äæÍ›ß~ûíµk×***äryAAÁ‰'”÷w•³é‹¶<ÚÓ€iüÙ(Ña¡¡I 8pÉ’%ÔŸSRR¤R©³³³µµõ¨Q£²³³ !¾¾¾2™ìý÷ß'„øùù)ŠQ£F±¬“v=vvv›6mŠŠŠòðð aߢ.¨g¶/\¸pèÐ!@@‰ˆˆ SÞu&„‚£GÞ½{×ÆÆÆÇÇgòäÉË—/׺fÚR½¼¼f̘1~üxÿaÆyzzRN+7Ê4ƒ¦šššåË—ÛÚÚŠÅâcÇŽíÙ³GÇ\¼xñêÕ«gÍšµzõjÕ9gÏžíççº}ûvÚg‹tÜ"ÑçØiÒ,C L™2ÅÒÒ’é„Ñ>>Ý»wW>~¯œM_´åÑžLãÏt@•´ 4#!D¡P¼|ù’ú{ZZÚèÑ£•?ž³h¾aêjƒŽïþÙÐ%€‰D¢ÔÔTåÝô7ϳƒS¦LqwwgjB °©>"š––6{ölª#S_VÄ•4´/¹¹¹Ô?…†.¤­Â¶&4i€fÏòV7À›±ƒµµµñññ†.¤­Â¶&<Ý Ðl¦OŸnèZÖ›±ƒnnnnnn†®¢ ö&\Ipš4´ Vˆ‘Vn¢‰ÛBâ5pš4W´Ntq3nE—Ué#ÝhÊM0mKÇ]n…Rô…& @H‹Å*kÕôèbMìÁÚ[iô¾S«2ÔÐé¾Ý–ˆ hxp €Ã…¥¦¦6ﻩàaêÏ"‘h÷îÝÓ¦Mc™¿‰ûn¨¡ã~.5@ÓáJ¸B37 @ù*.¹\Þ·o_*ùŠ)ìYǼ[Ú]eÈñO?ý$‹©— $''{zzÖ×׫•ª5XZǸh­Ñźd<7‚ÚVôŠ”ÖŒpVÍÉfÏ®¦–ìììqãÆyzz:88ˆD¢´´4ÕEX‚Ó’’˜Þž¦u—‰¶LhÚäl%¦Pj¦ãN›·   4iàÚŒÞ?üðÈ‘#Ô?©.\èØ±£——Kš¯Žy·ì1ºsçÎuss ¯©©‰ŠŠúᇨ—_ªa –Ö=.Zkt±¾‰¿:bJ­Öº9­Î,ÙÕ´Ã"•J'OžpãÆ¼¼<ÍH+–àp½¾±ÝˆLh–älÚPj–ãÐhhÒÀ ´½“&M*--¥®ž÷íÛÂãñXÒ|uÌ»eÑ522Úºuë™3gÌô L–`éÆÅEÓΠo⯎˜Êк9­Î,ÙÕ´ÃröìÙâââ9sæ0­P¯àpÝwY—Lh–älÚPj–ãÐh¸' œ@‚Û©S§ñãÇ:tÈÃÃ#99ùÚµkLsRÖ1ïVkŒ®££ãÀ/]º”‘‘ÁT0K°tãâ¢igÐ7ñWGLehÝS¦µKv5í°¼|ùÒÔÔÔÄÄ„i…>>>º‡³hD&4Kr6í9ÆrÜ M8)£788øóÏ?0`À€ìììXæT¥5ï–=Æ8%%¥²²ÒÓÓ3::zß¾}úîKã⢙èžñÜ,Ø7G›i­Äž]M;,–––UUUæææùùùÔM\Ub±˜)8<++«Ñ»I{ÑÞ-fŠ×<ÇXŽ;{<3 |Ü œÀ”Ñ;f̹\¾jÕª>úˆ}NUìy·ì1ÆÕÕÕË–-Û°aÃöíÛSRR~ùå}÷E¯¸höèb¦R6ÌNkÀ3{„3{v5í° 6L(®[·.;;{îܹ<Os£ú‡ëB—³H39[•æ9ÆtܵÆ3°@“N`Êè566 lhh`ŸS{Þ-{Œñúõë½¼¼¼¼¼\\\V®\ù÷¿ÿ½´´T¯}Ñ+.š=º˜©ÔF‡ ³ÓðÌáÌž]M;,VVV›7oŽ‹‹ó÷÷Ÿ?>ŸÏ×ü,]ßàp]èri&g«Ò<Ç˜Ž»ÖxfÈ“n6È“æäݶ!Ô—ÍÊÊÊììì233 ]‘NÉÙ8Ç Y OÚäݶwîܹ|ùr}}}yyydd¤««k[ @Ä9­MÞ@È»m+^½zaooïáá!•J>¬×«ZŽÖälœcÐ:ðt7¼wÛVøúúª½Ž#´&gãƒÖ+iŽB“†7\; n®|e084ià¢fÌ|8yòä·ß~»W¯^Ë—/¯««#„ˆD"å‡~ªVzðàA`` •••••U`` 5qëÖ­îîîÖÖÖ½zõÚ»w¯rñ#GŽL˜0¡sçÎÁÁÁš=„ÂÂBÕ233ÇG™0a!$(((22²y  ]üÚµk~~~½zõrvvNLLdRÍ ±”ªcUK—.¥~*—Ë]\\®\¹¢¶*‘H´}ûvWWW[[Û¤¤$j¢æT 톘JU›N{bpähîÓ)¤P(þùÏ:::vïÞ½G škËÊÊ7nœ——Wß¾}©)ªH»GJ´£”=nÜ8OOO‘H”––Æ´#`XhÒÀNNN+W®\µjÕÕ«W###ãããMLL!õõõ|ð““ÓÓ§O/]º”’’ò¯ýKëÚjjj&Mšdll|ÿþ}‰D²aÃjº««ëÙ³g%É¢E‹V¬X¡œÍš5‹-JKKKII¹}û¶æ ™fHII!„=zôûï¿oÆh/++ûàƒ>ûì³Ç:tè‹/¾ÈÍÍeÍ 1•ª{UÓ§O?|ø0õDÒ¹s猇 ¢¹éØØØ]»v}üñÇóçÏ/++Óåªmˆ©TÕéZWkØC ¹ L§ÐÝ»w¿ûî»ÔÔT‰D’››;qâDµUI¥Ò€€€   ŒŒ ÚKs¦=" ÿ÷‘J¥“'O¸qãF^^žP(¤Ýà‚†.àÿ-\¸ððáÃcÆŒ‰ŠŠ0`5ñÊ•+yyyK—.b±8444..¾b_Õùóç RSSßzë-Bˆƒƒ5}øðᄪª*;;»W¯^)ç_¾|ù˜1c¨ÛËËË5W¨6C‡Zþ¿ÓÄh?yòdmm­­­íåË— !ݺu;w³3mLÒkfµª&Nœ¸páÂóçÏûûûïÙ³gΜ9<Osm«V­2dˆ½½}LLÌÕ«WMMM5àÈ‘#UÑ:þš´ž?j˜N¡Î;wèÐaÇŽ¡¡¡ýúõ355U[ðôéÓ%%%³gÏfZ3˱¦¥Ï™3G—²Á°Ð¤CÁÂ… çÍ›·dÉåD‰DBéÖ­õWkkkj ;j[[[µé NNNUUUªÓ©9Œ?[Ò:Có@»xqq1Ç‹¥þ:xð`kkk¦˜6¤×ÌjU™™™Mœ8ñàÁƒ©©©ëÖ­£][÷îÝ !To«¨¨¨¨¨ ÚŽ ¾ÃKt81 ~Ô0í£Í/¿üíãããèè¸uëVoooÕž={Ö¹sg–ë]–cM;J/_¾455¥>©ŽC“nÊÿR¨ñ‹ŠŠÞ~ûmBÈË—/©)„…BA)((Ð\5óãÇ{÷î­œxïÞ½/¾ø";;»W¯^/^¤>l!M,€vq;;»†††;v˜™™)'Ò~G¯=Õkæ?ü044ÔÅÅeäÈ‘ÊúiQ6÷èуº¿K{›‚åÄ öèeĈ#FŒxõêÕªU«fÍšõèÑ#ÕŸš››WVVÖ×× ‚’’µeÙ÷ˆv”,--«ªª***ÌÍÍóóó5ïåwàž4pÝСCcbbž?¾{÷î™3gBÌÌÌnݺ•••õé§Ÿj.åçç׳gÏÅ‹?{ö¬ªª*==Bý'‘HŠŠŠŽ?NÉÏÏoz…fffÅÅÅÍ[íâ£G¶±± §>Ò,,,|òä íâL¢-U¯añ÷÷ …k×® eš§®®N.—ÇÆÆöìÙsРALGm©ªÓµ®Ö°‡€eÔ¤§§×××[XX899iÞAðóó“Éd¬¨¨˜7ožÚOÙ÷ˆv”† & ×­[—=wî\Gm4""âèÑ£Z †Ö„& \'Ž=z÷î]ŸÉ“'/_¾œ²xñâÕ«WÏš5Kù¸*ccã'NÔ××»¹¹988ÄÄÄB¼¼¼f̘1~üxÿaÆyzz*ŸmŠˆˆˆ°°°ýû÷7c´‹§¤¤H¥RgggkkëQ£FeggÓ.δ!ÚRõ@0eÊKKËQ£F1ÍC=K|áÂ…C‡ ¦#ÈŽ¶TÕéZWkØCÀ² jjjj–/_nkk+‹;¶gϵììì6mÚåáá¢öSö=¢%++«Í›7ÇÅÅùûûÏŸ?ŸÏçSŸ¥ïرãÒ¥KìÕB+ãB ÅË—/©¿§¥¥=Zùã9‹æ¦®6èøîŸ ]@k˜2eŠ»»;íïF„‘H”ššúÞ{ïµnQ 7™L¦P(ÊÊÊììì233 ]Q;¥ú¤dZZÚìÙ³©ŽL}ËWÒ ‡ÜÜ\êßCwçÎË—/×××———GFFººº*}®A“=ÔÖÖÆÇdzü›¯|ápÓ«W¯"""ìíí=<<¤RéáÇi¿J\€§»@nnnnnn,3LŸ>½ÕŠÆñõõÕ|Up®¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M.áíIDAT€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£Ð¤8 M€£:°ÿx÷¦m­SÇ ¼¼ÜÐ%ÀWÒ…& ÀQhÒ…& ÀQhÒ…& ÀQhÒ…& ÀQhÒ…& ÀQhÒ…& ÀQZ6X,[¶ÌÐ%Xtt4ËO1>ìã#‹[­nzñâû hÒÐ$‰‰‰†.Á`fÍš¥uŒ;…BÑ •pÇÓ:š44ÕË—/ ]‚H$ç|õêU‹VÂMùùù:Ήó‡îI€Q÷ÚÏuÇ#„( å/2iii£GÖkÐn-[¶,11±Ý^ mذAë=éÄÄÄv{%­u|Äb±jj'–-[-‘H  vO:--möìÙÔ€dffŽ7WÒ``íê ;ö_\Ô I€éÕ·Ú:½~#A“Õ44i€¶§¬¬ì›o¾yüø±¡ iì}+##cíÚµwïÞmµzZ®¤€£=z”}hëÖgÏž©NÏÏÏ?°eËÞo¿ÍÏË3TmJ …¢¡¡ÁÐU0’J¥÷ïß_¸ðKŸ°°ÏZnC¯^½jµq`ï[±±±Ï%F[·ÆïÚµ«¬¬¬uJj9¸’.*,,<»by¿_é¼wÏéo¾yxÿ¾\.—Ëå^½rå_ÿpüípß”ä#_~YUUeØ:322zöìiØhÉd²Ì̬ŒŒŒ«¾]±bYÚ™œ> i¹ÍÅÅÅI$]^¸Ñtì}«¤¤¤¿ÇÈþ§>Ì+ûŸüóÊ•«R©´ªj:[[ÛŒŒ µ‰z]Iãe&ÐJîß¿ï@^{¿'~™_ñÇ×/FG×…‡×ÖT?;¼=ئָ«Õ­K/¬ËË ÍÌÌÔ–U(ÉÉÉ»wïÎÎΖJ¥æææNNNQQQ>>>Ù—Vöúõ몪ªýûöîíøÛÉkë£Wÿ+úÀŠÈ™S§N›={¶æüßÿ=õ###‘Häìì<|øp##½¯ÊD"ŸÏo…ëiê[I,3u¬ªªí÷:iâÏ'쯎=¼wïÞ&&&,Ki¾vtýúõ3gÎl†Šu#“É4_©¦×•4š4´ggç´nV2A¥S¿®„GÈÛW6n47—M±zÝ¥c‡ÜûÅ%5õ•}¬¬¬4—ݰaÃ?þ¸bÅŠ;vXXXH$’?þøÃØØ¸õ÷¢õI$’’’’mÛvΙ3ó·“„²~ã‘ð“w&œZ´(œi©3f¸»»×ÕÕݹs'))©OŸ>666­Y¶^´ö-~£ŽÂŽeeÒ.ƒdgžÛ“xÌÅÙnì˜Q666,—û±±±Í]o“hýD>î€Vbmmí2ýãŸóëkêeN®]ô~kpeþ”®¯-Œø¹™Å9ùåYbßE‹ÌÍÍÕ”H$7nŒŒŒ ³²²¶¶¶$„ìܹÓÛÛ»OŸ>ýû÷?x𠵈X,þ÷¿ÿܳgÏ9sæÈd2BÈÇCBBCBþóAñÍ›7'L˜Ð¿ÿAƒ:t¨ÇC'çÏŸ¿ÿþ¦w.Y~úLöG3GoÚz"|þä]{ÿtî¸M›~dY¶ºººººÚÖÖ–bdd$!7n܈‹‹ûá‡6oÞœ••EÍYZZš””“””¤º¹\¾oß¾7n´Ø.¢Ã'À<ÏÔÔÄÄĤöuÃ_%U.ïøôsóèq妷'''SÇWw?ž1c†³³sÿþý׬YS__O‹ÅÛ¶msww‹Åûöí#„TVVÚÙÙ­[·Ž"—ËÝÜÜrss™Î7jÙ‹/Þ½{7((hôèÑžžž´[Ç=ià(//ç¿}¹ç´¶^ÖÇÝjØàÝL;æÜ.ºÿ°,³[ßÈH·4—ºté’L&›2e í:ýõלœœ°°°¯¿þZ9ý»ï¾ûì³ÏŽ?~êÔ©ìììÚÚÚéÓ§ …Âëׯ?xðà›o¾!„”——ôÑGüñíÛ·–.]úèÑ£Úw}544lذ¡®®î·“WÿùuÔÁÃfNrÑ‚€Ý‰g~>9~÷i–+iBˆB¡¨¬¬<}ú´­­mß¾}©‰]»v;wîW_}åççwîÜ9¡PØÐÐpðàÁŽ;.Y²dÍš5AAAª·®^½Êçó‡. [ngµö-#ž‘™™™HdjjjbddTU-ëlaãüÎð·ºyýåÂÊU« uÜV}}}HHˆƒƒCVVÖÉ“'Ož<¹aÃêGGŽÙ¿ÿ´iÓ®^½J9wîœ@ ¸xñ"!äÎ;B¡ÐÉɉé|£–uvvž9sæäÉ“ÓÒÒ˜~³ÁÓÝÀQFFFý† íüþô_rKùŒ„&$Ï* žVf›ºÌÛoÐ ÚÏ-©×jvíÚ•v¾¾¾–––R©´gÏžªþ~ùå—#GŽôðð „TTT¤§§¿xñ⫯¾²´´äóùööö„ßÿ½¶¶ÖÆÆæÚµkÕÕÕ]»vMOOo‰o„‡º¸¸œ»ñ÷9»öü6k¦ÂÞß|61qÿùÏ?}wâ™yŸŒa¹’þõ×_·mÛ–ðüùóqãÆB¨[ËöööB¡°¤¤D(VWW›˜˜ËÎΦ]pþüù¶ÿL¹qãF~~~xx¸@ èÞ½ûÌ™3>LÍѯ_¿‘#GRM:---<<üÏ?ÿ¬ªª:þüðáÃy<ÓùF-{ýúõÒÒÒ3f°ì îIwÝýã¦üfÚ¤>–¯kªŠî¶zýUó*·äɱc966.ýûköi BˆD"¡½«úóÏ?ÿüóÏj…÷èу¢|Zª¨¨H9Q©¤¤„ÇãÅÇÇS8p`·nÝšg?›¬wïÞ?ö{ÏuŪï—.þ46.9ìoöþ>»öœûÛøŸvd¹’ž8q¢››õfìýû÷»¹¹ :”rûöí?ÿüó­·Þª««#„ðx<êIiKKËÊÊJê)'¹\N­äÚµkVVVÝ»w¯¬¬lÑÕÚ·x„gddÄç ¨š_¿–—–þ%yñ¤àYNÝëg3§O6lí‚Û¶mS»'M Êßù¬¬¬¨)„KKKBÈ!C ž={vîܹ¯¿þ:))éÊ•+çÏŸ %ÌçµìóçÏÍÍÍ;vìȲ/zÝ“F“€ÖóǵkIqµ"ïAfqaM½§‡5õ™â^fƦ–EöqqQ[ÊÛÛÛÈÈhß¾}QQQj?ÊÉÉYºtiFF†ÝåË—O:Å´ikkkBÈÓ§O”mmme2Ù?ü úïåË—›aW›ŒÏç?þÙ³g >ïºvíú°°Ðèõû- Šýé?ýd쎿Íûdl`à´OwSjjjêêêD"Ñ»ï¾{ñâÅáǤ¦¦.\¸ÐÚÚ:///77—Bí{ii)ŸÏW[èQ£’““Ïž=;€î6D3ÒÞ·x¤®®ÞÈHFˆ¢¡¡¾¤¤ø^öµªŠ'}ût;öoï¼óŽî_£~û믿¨S¢°°Pí7³îÝ»÷ìÙsÛ¶m}úô±°°ðóó;yòäÍ›7wîÜ©õ|ëÔ©Seee}}½@ (--¥-÷¤€‹ ‹OšlQcfd”›õWN~y:ß2áaÍŸ#³´»“u~ãFÍïI‹Åâ lÞ¼yíÚµ>¬¨¨ÈËËÛ½{÷éÓ§©OÂ‹ŠŠŠ‹‹SRR!OŸ>¥Ýº¯¯¯ÍÊ•+Ÿ?^UUuåÊBȈ#ÄbqTTõ¹eQQ‘Ú[V ÎÖÖÖÙÙùûïל:õû¨‘ÎËWnž2dó¶Ï™5’ýJšü÷­,¥¥¥yyyæææÆÆÆ555„†††¢¢¢?ÿü“RZZjgggaaqâÄ ©TZWW§:¦¦¦gΜQ kjvZû–B¡¨­­©©©®¬¬xòøÁùßu•}òþ¼y»ººêõenOOO{{ûÍ›7744P3L›6Mmž!C†ìÛ·o̘1„÷Þ{ïСC®®®;wÖz¾ùøøÈåòcÇŽUTT,Z´ˆ¶½ïIÏYy2xq2õ¿ŸRku_@wwïÞõ2©zË„Ÿs»èA~y¶ØÆ72Ò%l õYß~VŽÝÌ:æä(?{TµqãÆ«W¯Ž;ÖÙÙ900ºš4hÐÔ©S§NàíííááD»u¡P¸ÿþ††ooïwß}wË–-ÔĤ¤$©T:xðàÞ½{Þ»w¯eGA¦¦¦b±xÅŠHÓY!þaŸ¯ ôܰéèÜ9£YîI8p`íÚµ111 µµµS§NU(=zôpss‹‹‹KLL´···±±‰‹‹ÁÁÁ2™,66vË–-W®\éÐáÿ?dµ±±ñõõ=vì˜òFuKÐÚ· EMMMEyÙ׿t!1`Òó?ñõõéÔ©“¾Ûûöí{ðà««ëØ±cÇ¡6ÏСCe2Õ¤½½½ Åðáà !ZÏ7[[Ûï¾ûnõêÕ~~~š½ŸÂòÉO©µÊŽL=IÀ#„|·óšrŽ_¿•3Iß}€öI¯<é/^d®û‡]~Þ³Ò'NNC""Ü Ëå×ÏŸ“úi‚µ"÷ÏÂ3ŠN!{÷véÒ¥¥+oºÖÏ“V(¯^½ÊÍÍ]¼tÕWÿ³,õôÝþ®]˜>îVC™LV]]M=;&‰:vì(—Ëkjj„B¡‘‘Qyy9ŸÏ755íСuýM}žÑ¥K—ÊÊʆ†cccccc½^ÉÙŒyÒ&L˜2ý›Ü¿ÐÇÉú“¹sº[[k~8ßV°äI/Nžèïq/¯”òèñ“ôaÿùu‰šÐrÄbñÓ 97~ýUÖߨ'(è77BŸÏä7üžE—ÃÉÉÕN=kvhÍ÷F©jéOb¹ƒÇãYZZzzz=¼/:zý¤I¶nݦ٤•¯ÓI‘J¥Ê×jRBd2™æÓaÊ_/jkkkk[ðsVö{ÒöööٷϘ Ë.8p Ží™å´1ì9ƒ§»€£†úúõõU›Èçóû ÐùѤöÓ†uÁçó­­­¿ýví©S§¶lÙ¬9Õ‰Ûö¾õÅ_äääøúú2} gO¼q à ' 'MšD=Ÿü`¿'íââ¨W‡æ2<Ý m‰^}«­ÃÇ -Ñ«oµu¸’€¶$::šêÓíç¿:úÏW°”Ow?zü_Áéõ¬7Lë«miƯ`½‘ôû @£I$C—Àiùùù†.Ópþ°@“€&™5k–¡Kà4Œ;½ÞèÙ¡I@㵫‡rãÃŽ³_eæ<8ÀQhÒ…& ÀQhÒ¥þà˜c/»àÅÉz­bÞ8ãæ«à q&ÇúÑã'ºÏ¯ü’´ïÅ‹b±Xõ}&„K×x/¯t÷7cu¯ ø>þº^ó«¾X,ý@Xzz:ýW°t—~ôøIû|Y €Vº÷SZ!ÔŴÇ^vÍSè‰úxœºŒ&Ê{ÒTŸ&„;ô]cfffsðF¸—Gôº'MI?F¡:4¡îI«þø?­Z²=Sþ¾˜˜–Èá{IEND®B`‚gbonds-2.0.3/help/C/figures/prefs-rdates.png0000644000076400007640000004101511107720364015606 00000000000000‰PNG  IHDR (‘·²»bKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ '4ÝOç IDATxœíÝy\×ú?ð“„}ß²+Ȫ"¨ ,n  V޽bÕ«Ö[­m­Xµõj«VZwEQ(hÕÖÖïU낈U±‚ ²„ÂÈöûc`ˆYØEŸ÷ë¾¼<É™™3'ɧ“I2‡täÈ$!** ÀðÄb±$K^3™L„X,îÓêâââ¾;–¶nÝúÁêß›#~íÿÞn'†`¡![y/Vðfvàí>’½¢ ‹Cñ€ƒÑ‘"=GÇäÞ=Ü×µH$$sTìÿ˜L&¶úß~ûÖØâ¯ç `Çï51B‰Ib9±G¥R{ŸHB¡!D¡P°Œ#£Ît»wïÞ½{÷LLL õôô´µµÕÕÕUTT”””( BH ´µµq8œ¦¦¦†††šššÊÊJùÝ‹±í(EB ¹« ù4*/…‚6:ÒUò¹t¥®RÐÎQfPñ’ßÖ¬ªÜU¶sÕThxÙÖÚ ¡ªÔUrê5ÕºJ^K­¶/¹ÍÕºšŒ®²©RO»«lmdéK”v™¡®2^¶4”é©àes}1S_¢¬-41PÅ˦ڗæFjxÙXýÂÂX½«¬Ê³4é*Ù•¹Ö¯•96fxÙP‘mk®ÙU²2í-µð²¾ü«®²®,ÃÉZ/kK9ÛèH”GÙv•5Å\ítñ²ºè¾«}WYUxÏÍ¡«¬|y×ÃI¯«,¸í鬗/ny4ÀKVþÍ1£$ʼ>®†xYþ<Ê÷«té*+ nK>¯Z›*4$^Î!‘HD¥R­­­ÍÍÍ{M%%%¥¥¥Ož<ÁÞ’’%W§¤¤D"‘Èd2™LÆþè±DrˆÉd2~¸) ©TªPÔQŠ„|%:/a¥PЦ¬¬ÒÆv”|®ŠªZ[{G)hoUW×àòXÉokÑÔÔæp;Êv^“Ž®^K+¿cÙö&#C£&N;V¶qê [:J^K­1Ó¤¡© +¹ÍÕ&¦fu¼Ž²©Ò̲¶¡£lmdYXZ×t–v™•µmU+[JFØ:46·›©+Ó©-õ¯ìíX5­Ø½ÍuEN£Ê«9XÙTûÒy¤kIe V6V¿pquUÑÜY滺{—w”ìÊçîžc ;ˆŠwϱ/K›:Ëlï1ã_”4v”¬Ì1ãüòŠÙXY_þÔgü¤çEe]Ù¿ “s °²¶ôñDÿ g/ë;Ê’‡þ“ƒ³^t”5Å&M{š_‡•ÕÅé!3žæu–…i!ÓBŸ<ï(«^¦N›1ûqN-VVÜ™6çѳ¬¬xq+lö¼¿³«±’•svÄüYeÞˆ¹‘iO«°²üyòÜAù~•™%+ÿ¯Ð°9øóª©¦Àܪ©ó匋Å4­—Y$Yâk 2™L>ŸÿÛo¿™˜˜ô5Ý$W„w‰D")L7‘à×ý³ë¹«¾IAéÖÞ•né–5fœ_þ«Ž²¾ü©Ïø‰Ï‹»ÒÍ×/O·ºÒŒ‰“%ÒíÑkéöêïÉAÓ2%Ó-hšdºMÙ•n…©SgÌÊÈíL·—wf„FH¦[謹xºUÈK·û™ïÆË Ê·Z²òRfÏY€?7XY®îcK+:^)b±ˆD"£Î€“ Ÿ 6 „~úé'<‹V¯^:vì˜d4¤¦¦2™L*z=&±»×¯_O"‘~þùg©8[¹r%‰D:yò$Þ½ŽD"ág ÅbåõtS¢)ikÐùü¶†Êgšz¶2é¦ÒÎï8²´·ª©©k©ÓÛÛÛ*Ÿ©i[j¼žnZÚÚnWºéêé#„DB~]E¦š–¹¾AWºµqꌌ˜xºñZjLL͈¿] Ŭš–ŸþÉÈ­nm¬0·°ªew¥›¥•MWº±ËlFØUÖq÷|:’J&…,ÙÍmm㉔5t­BÍuÅ2éæ"™n#]F—Tà‡rù®£=ŠYéVõÜÍC"Ý*¥ÓÍÓk\~(ÇÊòëÛ•n¬ÌqéV_ö¯_@nQWºùMš,™n“‚^K·À©Òé–ßqouQZÐÔ™ÿäI¤Û´×ÒmúÌðG9éVYp;tÖ܇]a÷׬×Ò-%Ò J„B¬ç7"æ-¼ŸÙñܨ)yèã7%ÿ{?(´Ñ”"‘ÉD–n$éßÿþ÷¡C‡ðt#‘H+W®: ‡§+ïÆ»ñ2ƒò-•óºNÃUÜž6#?ÒÚTahd.yN*š~úé§ÿûßRI‡ý+ù¶R2šºŽàðtûùçŸ%^µj•TºÅÅÅuÿ!ƒ†ý» ãM ÕæÿûèØ°­ÕµM¡š’GØÝ:ZªÇ8<Î.s°ÒY6ÃB‰FE=Ìf­þ*~Õç'õ´ÿ^0ªÛ(ÑØo¬ªªJ¥Rv}â««E_õEܳ¼W«ç»j«te–H,FmùÈ›©¯²qGÒâuwü-ÿù?œ†RÉt‹EØîèèè-÷F=Ë/ã ÚñõûŽHIËs w}â«£A[·5!óYÑ'KܵUÚvÆü‰ªg·Ì‰Úß\•ýÝcÍ¿<û,·ø“%î*¨ÒÁiöÆ<ÀÓ %5K[¼a‰‡®ýãÿw6;·ø‹µS›;¢ASM)*rµ»ùÊtê’™v åY_|2^ˆ½H$غï·ÛΜ¿òàÑÃêʤ]Ÿøê¨S6lûåiv!Ö 6+s×çóu4¶ý²xÝÁÝ/ÕÔµdæ¼ÂÖ\ÿú‡ u¯ÈP÷ú‡ µ¯ÈPóú‡ 5¯ÈPý2uÚŒYxºUÜ™Öu®²àVØl‰Óp/nÎŽè:”«È¿1w¡Ä‰˜ä¹DBù~•xº½ø+4,^5×öêC†C‡¡^¤M]G¡P( •J¥P(GŽ!)pæÌJ'*µã*¹ó$*2Þ©©F¿™š]XT®iè€ÈÍHdBˆ×Æ_·õôΟ.#„ƸY5Ö•TÖ·ž¿–Ãå“UµÍØÍmºÚj-õÅbO¶q}õ«I^¦ªÊ´ä;O_¾ªxôœM&‘\mTø¼Ž×* ! •ŒX…Aóv1§k˜dŠÊkÚ ŒMšZùX'ùÜZ …ŒzrõÛK?†. u*a5|³ÿ®F¡’‘H„ú×gÇ8úGH€§ª2-%5+÷EÙ£<6™Dr±Q¡)k#„Qai}Èä1j*ô«·þyQXŽ5ðeR^Ýq6á_Ÿÿ9.eʬÃù¯^”r°#ÄGµóË7Ùsðb}c«¦† "‹Æf"„6mû¿›+ØÔßïTpÊþc,T•i)iÏžå•âÝíá-‹UÔ±£-"q]«j9›F¥3(TrcU–ïÄÉy%Øþ6VfN zþŠ•ìŠ&†äu–¬Œ€éÏ °²¡üÑ”éÙ/;ËÒ¿§‡ft”õ¥é!¡³Ÿ¾è(ëJîOŸñ$¯+k‹ïÍœ=÷ñóºÎòùr;Êš¢;ás#ÿΩÅÊêÂÛs>Xôà”ïcYStgVÄÏœæšÜQ.n ÍíXI¦`¯b9ÑD¡PdCIò^©hzí-ªdþ;vLêÀD"ÅÅÅÉ}£ËPêŒ0‹‘±¾*BˆÝÔ¢ª©§¬¬FBÍ4TUB­Üööv!MÅ!¤¦Âhç69[ënZî¡­Á(«lÒÓVA …|=mm¼1™n€76ÔUEEÎò‰œåƒ­V_WC…ÞñßD"QDœïOeL÷1X>~qéÙ‹ª¤k/3_Ô1”B¨½µÞÒÒ;W¸æËX¡H\]ÛXTZCUR6`Ú Ûê)T B¨¶¾Ùl„—‰¡6Bhá,Ÿ…Û2ÐÕøë1þŽXädo-ÛQ{ "‘ð•X˜›Ê¶áÖç"„8œ¶Æf®©µ»H$B ø|MBèUy­‡ÇØÚf¤©…B:ª„ÐÂ0Ÿ…a¯ucÛ¡s˜‹ÂÇ/ŽðÍyY{âbÎË²ÆÆÊÜ ~þeM؃®x6aR@AIGÙÀÊòÌÕØQ–?<%äy1+ëËþ œš[Üqo}é“À¹E÷Ö•> {VÔ€•µ%§MŸ•ý²³|õ÷ÌЈ̂z¬¬)N›5÷Ÿüβ0mvøOòê°²ºð^ÄœùÏ¡|?Ë´ÙáóžäÕãÏÉqã|‹XM %ª!¡ F£coÅd£iÕªU²oQ—/_®(šº>E•ý:ȉ'>úè£nÒ £‹†×&Bh)Ñ”t5•ñïââçãÈЉ‘.B¨º®I(, s4ÒS ûðÇVõ¹Cël- ±¨êlL¶47À7°[B¿üžö߃à[Ô34Çþ !±¡¡aAIãóÊ)ÇSæNu™:.J]iÍŽ eµvn#ÓĤ…ÃÇV}ïQ¾“ŸÊ°²3W¢+óZL,,ñÏI(ˆ#"3ºÙ•J­¨m•ß@Üñ‰ªŠ2ö‰‡T +|(DmµøoBêyúÚÊŽ#˜Í<2C‰ŒjixEWq»V5gëþ?õtÔB';Ï·qñ¨eŸÆzŽ[ZÁÁ‘¦ÚÞcÇ—T´`ecuþ¸ñŠË›;²¯ê¹ß¤¢2¼ÌñPØ™Œ •9¾“&–v”õ•Ù'”vf_E–ÿäAYÏÊ œšß™ŒuåÿL žñOÆò'AÓÂr ;£°ôqÈôY9/¡|?ËŒia9O†úÊgãÆû•·0”¨$1â·µ¨ih:¿'+MrÓ ûwéÒ¥gÏž•¦®#8¹_v‹]±b…¢tÃcR‰ÚõÛ„PÎË:±X<ÅoTC³À×ËžF#K6£+Qí¬Cý­BWo=¥Q•hT B(ÀÇ^UÓßÂD!4ÞÓ®Y„7fΘ€7¦=+lb7óæNÃãSjÅzìÆ¶ŒÜŽs@dYÀ/ szVPWS§Ëæ2BÍ­¯r­m ô Zy%*OOC‹Á@¡vn£±±1‡#ÀwŠil’šQ1}‚åÜéc¸mâ6±:Jiá´ãÛ‹Ñ£gÕ6s§ˆh5MT 5¥Nû½‡9T ßåÔ9sm°7p”TžCýΣÎOQÄ¢vö¢Ž]¹™½,Âk÷— /&´ðHÚ*í5ͺ)ʦŒ3›;}L+Oˆ¨ÚbDº1w ³ºÑ¼¨¬©¶™Ží&§¥µª†‡sKëQ£Ü+jZ±²¹¾ØÅÕ“UÅÁK7wïòÊβ®ÈÝ}lYgÙTûÒÃslYEGÙX[àåéSRÑ‚•ìš|ooßWå]嘱~ÅeeuÞ8Ÿ‰E¥ÍeÕsŸI/Kš:Ëß “ ^u” •P¾g¥_@þd¨É÷ô×ù¬·suttxíB¥ÎŸ6IE“d¢ÅÆÆ’ÉäåË—#‰O>e£©ëN$Éæ™L–üHAöÞŽ—1ýµS9í±—²æÙû9KJ_1×[KCo¦©¡’p`U;_˜œšwølоɥ›/Õ•Ik—ÝË(Š¿üdQ˜Û²ywÇ>”ml`hÂáñwø;d¬Á¼i£U”éõ­ñ—Ÿ´r:ÎÁ‰R¢“­L5|ÝŒÔTé­<þß™¥Û÷%Q¨]=^»ë©óGoX)ho50Òoå $w¤] Bí:ñwÈýfxâÛjf—ãmøBáŽC·fN° vÁœ¹ô€ÁPá¿©5ië~'Ñᆦֳ¿wu˜B¥´HœX}VÌ=”p?Ø×fÕ|w±Õ4pvLáð¨X7æÏôÆ»ÑX_äd7Æ_‡í惊vüxD&c»Àk©¶up¬có:Êæ*{G§Z6·³¬tprªiè,+œGVw–ÜÆ §‘.%kä(תú޲µ±|”«[e]kGÉ.sí^QÛQrØ¥®n,¼l(uõð,¯é,ëKÜ<¼Ëª9XÙRÿÊÝÊ÷¬¬é,J]F»Wv>UÚ¹ ††ú­mB:½ëhI*šŽ?þ¯ý O7,–.]ŠJHHM$„P}}}sss{{»l~õXž;wî»ciÓB#»â„°Í–——¼|‘§¡¡r=þ³ªšÆËöø„Ȥׯ` ÉdŠ¡‘±ƒ½3™Bild?{ö”Çm504ÖP×|Y§©¥åéå“|ýO¼±‘±±½3™BAµ´4æ×Õ× …Bne5ÂÜÂòÚÕ?é †¯o€HÈú4£¹©‰/àS©TM-gç‘4ZÇoK…B>ƒÁ¸™r­½½}ò”iBa»2CYòKyéé÷x<Þä)Ó°R$çæ<«o¨ … %%{{'=ã”ÿGg0ÆñQQUkhh,(xŽ5P¦3¬m쌌MRSo¶ñxÓ§‡òÚ¡VçÅ‹gl6[ 2èt{]=í;·oaF¥Þ½ÑÖÖ>yÊ4$———””q¹\"1TT\\<”hb*…–•m…®¤ää謣g”ñøAKs_À§ÒhZZ:vvŽÊÊ*|^³¶Žž›|^“¶®^KçØÚyººúÍ’¥ž~sç7Û¹ºú’%[Oß ë{…Ü}}£¦–Ž£ÛZô ºJ^kƒ¡¡Qc3^Ö³ñ¯X·Ö1»JN±±Ä°¡|ŸÊ6N½‘1þTá·µ¨kha¯Üÿ]ŽO»ü]¿£éñãǾ¾¾$„P]]][[—Ëíë*H$RRRÒwÇÒ">XŽõ‰„!SCµÉcLòŠÙ|¾ÈÍQß’©~"ñÖ‰¤»“'u]-@,&“I]G:b™Lîo)$“)MB …"”,©¡/T*MÐõ dM² h´×K%š@¨¨äÓ””$K%%:¿sK"a;]‰ÑMÉ 3Ú JA;ƒ!Y¶1ʯ•ÊÊø÷¢eKeeå6…%OYYEQ)äsUTT_+UUÛÚ»JUU5^»PQ©¦¦Æmë,Û[ÕÔÕ•‚vŽºº”ïo©¦ÁÅŸ9ž²rׯ˜XD"‘Å]Hн÷û·ýަGùúúv½Emkkëë*ðã@]­®ki „¨TŠX$šäa¬ªBg7sãK?—ììä¨ÓÕLŒ:?ZE!±‘º+Iä®_€ a)"‘ÉŠJ±XD&«ô¾¤UD½,E" åõ’ª")*…rKµ®RU$¨Té(©TU¡H¬Úm©¢Œ•(¡ì¡ì|æ`O3üÅ ùÚx4uö“¾ bkÑÕ꺲&ùþ«ä¿Ò*+kÚÚÛÕTU¼Ý]Çx&K\4 º7ðh¢"„úÝ---„ÐêùîÝ7{r é÷6ï3·ÈD†„‹ÅXœœ8ЮÀKNN^²d –f™™™!!!ò- ,8aAÀ @Xp‚€€° à„ ,8aAÀ @XÔž› 7›7o~Û] ¦Ý»w¿í.Ð7 ¸w6JΜ«Ï ¦'OžìÝ»÷m÷€>èÜ;%‹/FáW¸¼·áÜãw Þ1ìþø¿ Sº¢ïæÍ›Ïœ9#™)ï‚ýû÷Ÿ9sŽàQeeåÞ½{áxǽ_Wô…£ƒ1ÑŽ8Æ kD88ú8C0¬9àåèÃÌÌìþýû_Ïx]…#80¬ rÀݾ}{Ù²e~~~^^^þþþK–,IOOÇîJMM­¯¯ïåzúÔXüèƒ)ÁÂÂ"888--­—+ …â®ÙíÇ7jjjBiiiL&s°VÛ}Wñö Áam0ŽÅbmÚ´iÚ´iW¯^MOOOJJúè£ÔÕÕ±{7lØPTTÔËUõ©±"’G‡b±X¥¥¥iiiFFFkÖ¬àÊbÉ’%/^¼@9ò×_âö Áam0®²²R$©ªªR(ƒ &8;;#„V¯^Ú°aö…ø_~ùeöìÙ&L º|ù2¶¸§§g\\\PP§§§dcOOOü›(øßžžžçÎ ~üxdd$B¨±±qÑ¢EË—/úôillì¦M›^¾|ÙÚÚºpáÂÐÐÐäääGa Êm‰ÝwêÔ©5kÖlݺõâÅ‹7oÞ þùçŸñ?~ü矎ŒŒüÏþÓØØxîÜ9l©mÛ¶ámø|~dd¤µµuVVÖµk×®]»†ÿ4j×®]«V­ºtéÒõë׳³³%wGnWBþùg^^^TTÔ7ß|ƒ’ܨÜ}yþüù¾}û.\¸———‘‘¬h F3àh4Ú‘#G/^|ëÖ­9s愇‡Ÿ>}º½½]¶¥···––—Ë511‘̦•+WÚÛÛ«¨¨ôfs«V­rqqY°`A[[[VV–lÉ£?þ˜ÉdZYYÍœ9sîܹX¸¤¤¤ðxù$ ÀÍÍ !$•ãr»ŠòõõÕÑÑáp8æææl6[ê^¹û¢©©I¥ROž<™““Ã`0ôôôdÇ€ag¯&B£ÑfÏž={öìÖÖÖÛ·oÿôÓOOŸ>•ýö¥K—.]ºdaaÁáp$o×ÒÒêý¶tuuñE¤Öƒ‘:&ÂÂÂîÞ½‹½e®««#‘H'NœÀÚxxx”••ihh())I®JnKìoì$#‰DBihhàãôõõB:::!Éà“T]]ÂcE__»!dbb‚"“åü§¨¼¼\¶«¡øøøøøxkkk¹›“»/L&3>>þÀÁÁÁVVVßÿ½··7‚#80̽©Ë%©¨¨L:•ËåʾB wîÜùûï¿›˜˜<~ü{CÚ=ìÃÁªª*Ù»êêêBxÜHÚ¼y³ÔÖ©Tê?þxôèÑU«V™™™ …Â}ûö©©©ám›››ù|>FÃ?ɕ۲OjkkBÆÆÆrïÅú_[[khhˆí©Ü=’¢®®.ÛÕ¼¼¼M›6Ý¿ßÂÂ"--íúõëRK)Ú??????6›½cÇŽ¨¨¨'Ož ycÀ02˜oQsrrŽ=š••ÕÒÒ"‰ªªªnÞ¼éââ‚Ý«¢¢ÒÐЀÂÞ4ÕÖÖÖ××§¤¤ „X,–ÔªðÆØß¹¹¹ùùùÑÑÑ’mø|¾H$JJJ2669r¤lä¾2GŒñå—_ÝIÑ IDAT~÷ÝwÙÙÙþþþL&sË–-X—ª««KKKÇ/‰.^¼ØÔÔ´~ýzl)¹-{9,X?Oœ8ajjнÓTUUÅrçééiii#***æÎÛãšåv·êêêššš+W® „JJJ$7*w_X,Vzz:ŸÏ×ÔÔ´¶¶î~ .3à444ÊÊʶoßìíí½hÑ"==½ï¾û»wéÒ¥ÑÑÑW®\=zô´iÓ¢¢¢V¬Xáéééìì¼råJ©UáBË–-;xðà–-[°÷•¸µk×Nš4éÑ£G?üð•*çPTÑù£+Vxyy­^½Z$;wŽÃáx{{ÛÚÚΚ5+77×ÌÌl×®]ÑÑÑ'NÄS†N§Ë¶ìå°`Ÿ¦¥¥ÅÆÆÒh4„К5k6lØ€ŸeCÑh´³gÏæçç;;;O:µûX0r»êåå5gΜ9sæ„……ùøø¸¹¹EDDHnTî¾ðx¼mÛ¶9ÒÑÑñ?þ8|øp÷cÀ°0\¯&âééyäÈÙ»Þ©«‰0™Ì_ýÕÇÇçmwd@àj"`X€«‰€¾1ÃÚp ¸o¾ùÆÊʪû6ïÂGLLŒ­­íÛîEÿ½ c@¿ ×€›6möÅ‹n¼ ×Â}ð྾þ»Ð¸¢/x ×spÝx§ÎÁœƒÃÂûuðžè}±)¬ÀûÞ®‚·b o8m xàoÅ¡á§Zp¶‹ðŒŒŒàQC¯²²r€k€sp‚€€° à„ ,8aAÀ @Xp‚€€° à„ ¬ap®®®C°¡/¿üò¿ÿýïà®s:ïêêÚû‹0£7³›¼›†(àüüü˜ÌÌ̦L™rïÞ½^.[WWWSSó†:öðáC|î÷ØØØ¤¤¤Á]—ì@ÿÔÔÔHM#ݽ7±›¼›ázp½ÏçóoÞ¼·nݺwa2‡°°0##£   „‹Åz»oe7x+†ô-ª¿¿PPÐŽ;H$~Б‘‘1sæL ww÷ÄÄDìÆöööÏ?ÿÜÞÞžÉdJ^ôNnc&“éîî~îÜ9{{ûsçÎ%&&Ž5ÊÎÎîÒ¥K’mNœ8acc3cÆ ìò6l@UVV2™Ìââb¬ BH,=ztܸqãÆ;zô¨H$’\ÏŸþéææfkk{êÔ)ÙÝ”Ûy‹5wî\{{{SSÓ &¤¤¤Èv@îÞáD"ѱcÇ,,,°Ž•””à÷Ju©Ç]èf…r»qçÎàà`KKKsssäää>=ô¼C}ŽÃá9rD,O:!TWW·páÂŠŠŠóçÏ»¸¸|úé§Øklß¾}§OŸþàƒ®_¿®­­-«¨1v×É“'§OŸÞÜÜüÅ_œ:ujæÌ™---111ø¦ëêê®]»æë뛑‘ñÍ7ß „>ûì3„žžÞÍ›7™L&ÞòøñãÑÑÑ—.]rttŒŽŽ>vì˜äzvïÞ=kÖ,‡³gÏÙ}”Ûù¶¶¶I“&%&&&&&VTTüç?ÿ‘êNW´w˜lݺ!ôã??~|ñâÅt:]Q—ºß…nV¨h×®][\\wåÊ•èèhSSÓ¾<ì¼CpL&ÓÖÖvçÎóçÏß»w/BèÏ?ÿljjš>}ºƒƒC`` H$º}û6BèÂ… ¡õë×9+jŒ¢ÓéçÏŸß±cBˆL&Ÿ?~ûöí!6›o]YYùôé⮮Æ!*•êàà ¤¤„·ŒEEGG»»»cQˆÝ‚oë·ß~Ûºu«¾¾~CCƒìnÊí¼••ÕêÕ«µµµ †¾¾~uuµT®_¿®hï0ج‡š5kV``àêÕ« u©û]èf…ŠY,·´´Üºu‹N§Ïœ9ÓÑѱ8oÙPŸƒûçŸöìÙSSSÃ`0Pç5×;†_`·`o!ñÃÉ»d#„ÔÔÔÔÕÕeÿ–¤¢¢¢¬¬ŒYKKK7ýÄÎRa)&&&èõóVjjjØœÓ Eîâr;Ÿ••µråÊêêê#FȽÒ|7{‡Á2ÑÚÚZvYÙ.u¿ ݬPQ7~ùå—o¿ýöÈ‘#‡öòòÚ±cǨQ£äî>>·aÆààà”””'N ÎC˜+V°:mÚ´ !¤ªªŠª©©áñx­­­ØâŠ÷I}}=BÈÈÈ¿E,KµÁÞ®–••áÿJ¾í‘ÜÎïܹóÕ«W·nݺvíšT¦`èqï°>deeõ¦½Ù¹+TÔ‘#G&$$ŒŠŠêåhð õ98‰´gÏ]]ÝíÛ·ggg‡††êéé9sfÿþý7nÜHLLľ3áããƒÚ¼yóÒ¥K¹\.¶¬¢Æ½ÔÖÖ–““óÓO?!„°uttêëëïÞ½ÛÜÜŒ·\±bB(::úÉ“'ÑÑÑ¡eË–õ~Cr;ã¿|ùò™3g Býõ—düýý»ß;¬W«V­JJJº{÷n\\\ii©¢>ôfä®PÑ oÛ¶-%%¥©©ÉÓÓ!¤¡¡Ñûàmy _ôÕÓÓûá‡ø|þǬ¤¤ôÛo¿Mž<ùСCK—.ýþûï±³f_}õ•­­mzzzhh¨®®.¶ –––ÜÆ½ÔÐÐ0eÊ”³gÏΛ7;ÇÚ²e ƒÁXºt©ä´x~øá×_ýìÙ³ÐÐÐgÏž}õÕW+W®ìý†äv~Ë–-VVVÿýïÓÒÒ>ûì3vðàAÉp¹Üî÷nåÊ•ß~û­ŠŠÊ¦M›-Ztâĉ¶¶6E}èÍ.È]¡¢AÎÊÊZ»ví”)S>ÿüóàààÇ÷~@x[H!±XŒ¿¼“““{ÿµøÍ›7Ÿ9sfX̘Éd2ŒŒ222ÞvG½UYY¹wïÞÞÏlŸœœ¼dÉ,‘233CBB†ÁOµ †ôSÔ·(&&FYYùm÷0¤Þ—€‹ˆˆxÛ] 5x‹ ,8aAÀ @Xp‚€€° à„ ¬aùK†ÜÜ܇q8UUU+++//¯A¼Æ¬X, …Tê|CC¶EÞ+ÃïîÂ… W®\ÑÑÑ ߸qãÊ•+=<<®_¿Ž](|PÜ¿ßÜܼ—ÍÌÌîß¿?À õf‹ÙPo$%%999M™2e×Ù>÷i‘7=&`¸fwáÂ6›ýÁŒ7nÔ¨QÎÎλvíB“!HIKKëÓõxûJ(Ê^xè7tãÆÎ»sçέ[·^¹re +‘"ÛçŽ>ç›Y=öÿMlôÛp ¸ÜÜÜ‚‚‚3f˜™™YYY©««S©T:N&“Bk×®-++ËÍÍ•ZjäÈ‘¿þúëÛèïZ²dÉ‹/²†ÚÚZccc|–œ7d(މ¬ûÿ&6 úm8ÜÇ]\\(Š––jRBBB>|(ucvvöœ9s°¿™LæåË—çÍ›gnn¾lÙ2¡Pˆ*((ˆŒŒ´±±±±±‰ŒŒ”ZœÉd¦¥¥Iý““ˆ]¿óøñãéÓ§»ººzyyÉ:þøñã>>>vvv®®®²ÓžÊ%wC²ë™7oBhÉ’%Ø4€²=‹Å{öìqss³··wttŒ—ÚÐøñãBË—/Ç.é^TT´`ÁWW×mÛ¶ñù|l÷<èââr÷î]|ÁÉ“'Ÿ={!ÔÜÜlaaMZ(‰F…½Îkkk%\òáP4òR‹ ʘô8ø²ƒvúôi‡ªª*„ÐÕ«Wýýýù|>Þ¹C*¹ÑÇ ápEEEVVVL&SÑQ†««kQQQ÷+ÙµkתU«.]ºtýúõììl7þ|:þðáÃüüü;wöØÖÖÖ… †††&''?zô»±±±qÑ¢EË—/úôillì¦M›^¾|)µ ƒƒÃŸþ™——…Må× É]ϹsçBqqqÛ¶m“Û“çÏŸïÛ·ïÂ… yyyÁÁÁRÛºwïBèÔ©Sk×®åóù‘‘‘ÖÖÖYYY×®]»ví6Ç#Bè×_MHHÀæÆŒ3æÁƒ¡[·nÑh4,ûž={F§ÓGŒ!;àø‚ÝŒ¼¢Eú=&=¾ÜA[¼x±““ÓæÍ›y<^ttôÎ;i4¾ˆÜ!•Ühc†Àp 8‡£§§§¤¤$÷ð !¤­­Íápº_É'Ÿ|àææ†jjjJMMe±X[·nÕÑÑ¡P(–––=vãÖ­[õõõ ,¼1%%…Ç㙚šþý÷ß­­­zzz©©©R úúúêèèp8ssóÞÌ&!wC=®GnO455©TêÉ“'srr †žž^7Û}ôèQqqñºuëh4š‘‘ÑÂ… ÏŸ?ݵqãÆ‘#GbÓ†að€KNN^·nÝ?ÿüÓÒÒrûöíI“&‘H$$3àø‚ÝŒ¼¢Eú=&ý42™üÃ?ܹsgÁ‚îîîØ\B¸‡´OcÞáô½UUU*•ÚÍ…y$_{ra“„â‰Í ŠÝØKååå’E#„êêêH$6"BÈÃÃÃÀÀ@jÁøøøøøxkkëîgeí~C=®GnO˜Lf||ü‚ƒƒ­¬¬¾ÿþ{oooEÛÅÆAâÓT#„°ÙW%3¦¬¬¬´´ôÖ­[ß|ó͹sçÒÓÓoß¾½téR¬Ô€KmEîÈ+ZõwLzl èá³´´=zôƒ’““¥éqHû4æà NgeeUUUÕÍ÷Ýž>}jeeÕ§ub“×””ÈPƒ}N‡Oœ¬®®ÞÜÜÌçói46Ë*BÈÌÌL(îÛ·OMMMîJòòò6mÚtÿþ} ‹´´´ÞLx(wC=®GQOüüüüüüØlöŽ;¢¢¢ž_SS³Ç@ñôô´´´Œ‰‰ sçÎí¦ý˜1cΞ=„òóóKJJrvvÖÔÔì~+=Žü ŽIƒ/wи\î×_ýí·ßîÝ»÷ÚµkR_ Q4¤øFû4æà NçèèhjjŠ}Ì'ë§Ÿ~255íëïètzBB‚@ ðññ=z´ìÊ׬Y³k×®•+W~öÙgØ-fff»víŠŽŽž8q"þʧÓéçÎãp8ÞÞÞ¶¶¶³fÍ’úŠ——ל9sæÌ™æãããææÖã4r7¤h=kÖ¬Ù°aÃùóçåö„ÇãmÛ¶mäÈ‘ŽŽŽüñG÷³šÒh´³gÏæçç;;;O:uãÆÝ´;v¬P(ÄÎÇÇG,Oš4©û]C½ùA“_î ÅÄÄx{{{yyÙÛÛúé§Ÿþ9”ECŠo´OcÞá7/ê… ÊÊÊBBB\]]µµµž>}zõêUSSS˜Y"ø¼¨Ãé&"""77÷Áƒ‰‰‰øoQƒ‚‚ñ·¨b~‡rtt„8ôh8ƒ€>€€° à„ ,8aAÀ @Xp‚€€° à„5,lß§™íaÒøÞ‹ÅØD º·òì~Gp}Ù¾OÓÔаžh½¶¶›?ûô¦6))ÉÉÉiÊ”)ƒ¸Î~ô¹O‹ »'Ûž={†~Jìapý˜Ù×û)î%[öi¢r¹­÷i —/_Þ¼ys@@€ì¤\oŸÏ_¾|yï¯u:ˆz3>ozû;wnݺUê¢ä$ÛçŸÝïfŸ|LdõØÿî7:yòä+V`sì™áp’3Ûgr?Žþsbä‘¿¸øÇÍ\¤xf{\ïçT—l9ð‰Êû´†²²²ÀÀÀçÏŸ÷þ‰>(N:ecc#9•òâ–«¶¶ÖØØXÑ|»ƒ¥÷ÏÀø˜Èê±ÿÝoÔÃÃÃÆÆæäÉ“ƒÛ«î §€Ãg¶Oý§òdzÚ¾nÚߟHýýÆ3¤`f{œÔ÷‰‰‰ãÇ1bÄÙ³goݺåäääèèˆMjƒ·ìqÆx¤`¢uœÔäÎ/iõêÕÝFEFF~õÕWØß"‘ÈÛÛ›üXnÇäÎå.wvz±XŽ·¹|ù²ÔÜò²›è~N{Ùö=N/µ³ý›Á¾—Û•4~üx„Ðòå˱y!ä>FrÇ­û@ÕÖÖJ£ä3°   22ÒÆÆÆÆÆ&22_§Ô"ƒ2&rŸ ’díôéÓUUU¡«W¯úûûóù|¼ÿ=>”ŠÆ<<<üôéÓCùïápøÌö¿ÝÈu´5Q¢RÒž”<ÍzÞXþ™¨w3ÛãâââN:µfÍš­[·^¼xñæÍ›ÁÁÁ?ÿü³d›gŒW4ѺÜ5t3c|/…‡‡ÿþûï!”ššÊ`0<<<äv )žË]vvúŠŠŠââbgggü©¹åån¢›9íõõõeÛ÷8¼äžöo{¹ýìq†ù{÷î!„N:µvíÚn#ÙqëfFŒ!;Œø‚<oþüùt:ýáÇùùù;wîT4ò“nž ¹ƒ¶xñb''§Í›7óx¼èèè;wÒh4|‘JEcîèèX\\ŒÏÀ9†SÀá3Û—5èj*gåWò8u‚v¿­¥¨¬õnf{Üúõëmmm=<<¸\îŽ;ŒŒŒÜÜܺ™’YîäçŠ&Z—«›ã{)$$„Ãá`/È„„„ H$¹CŠçr—¾¼¼!¤¥¥…ß"5·¼ÜMt3§ýÍ›7eÛ÷i¦÷þÍ`/·Ÿ}Ún7‘ì¸u3ØÇ…RÈ/˜ššÊb±¶nݪ££C¡P,--üÀǤƒF&“øá‡;wî,X°ÀÝÝÝÇÇGr‘‡TQmmm„ÔŒšoÔpúò>³½•©N]#K7»œFW³2ÕA½›Ù§®®ŽžˆøßŠÈü¼¬¬LîDëru3c|/©ªª_¼xÑÅÅ%%%eûöíŠ:†Ïå.;;=6‡¼ä©¹åånÂÍÍMÑœö²íû4Ó{ÿf°—ÛÏ>m·›ÇHvÜÆŒ£hä£ÔV°{¥(ZõwLzl èùcii9zôè$''K-Òã*j€=Ç(ŠÜ~¾ Ã)àð™íçNuùþDjsm!¿­…FWSÑdÎê‚ú5³}ïÉü<11Qv¢uEú4c¼"áááü±Ý„ ôõõu¬Ç¹Ü%YXX „êêê°ŽÉR4ñ»¢9íïß¿/·}ïgzïß öŠúÙûíöé1222R4ŠÁ`+/))éÓ„Ðý“~Úõë×[ZZÜÜÜ~üñÇ£GJ-ÕãÊm€M‰=߆Æpz‹ŠÏl6ÅùÓ}]F{꘸¸Œöü|uHØgÔ¯™í{ÔýŒñr'ZW´†¾Î/×ĉétúž={ð·*r;Öã\î’ôôôœŸ>}ª¨ÜM ÅsÚËmßãTð’ú7ƒ}Ÿ¶+W_#E#ÐýV|}}MMM¿üòËòòò–––ôôôîÛdLz|&È4.—ûõ×_ûí·{÷î½víšÔhz|(5xúô©££c?þ»ÞoÃ)à$g¶›â|ö‡÷’Öœýa–ný›Ù¾GÝÏ/w¢uEkèÍŒñ'Ntpp@-[¶ÌÁÁáÕ«WR h4ÚÌ™3µµµñÙãåv¬Ç¹Ü¥DEE%$$(ºWî&â9íå¶ïq*xÉ-öoû>mW®Þ”ŠüòË/QQQ½ÙÙÁ3Û?‹/vvvÞ²eË ®S$-[¶ìƒ>˜>}ú ®Üÿþ÷¿„„„Ó§OË=Ã(ÌlÿÞÍl_XXø×_a/ "2™|øðaì[]¼ åååGŽé}º ŠápèýžÙžÇãÅÄÄH~±`°¨¨¨¬\¹rÐW æ£>úË€{Ÿ999999½í^0< § O à„ ,8aAÀ @Xp‚€€° à„ ,8aAÀ @Xp‚€€° à„ ,8aAÀ @Xp‚€€° à„ ,8aAÀ @Xp‚€€° à„ ,8aAÀ @Xp‚€€° à„ ,8aAÀ @Xp‚€€° à„ ,8aAÀ @Xp‚€€° à„ ,8aAÀ @Xp‚€€° à„ ,8aAÀ @XÔ.ÿäÉ“Aé ºÜÞ½{¥0èp»wï¬~À ƒsp‚€€° à„ ,8aAÀ @Xp‚€€°ô[ÔÊÊÊÁêÈeddÔïepÙ0¼ið@Xp‚€€° à„ ,8aAÀ @Xp‚€€° à„ ,8aAÀ @Xº¢/àM`2™o» o‹Å¬UAÀð.‹Åo» o‰DĵAÀðŽª¨¨xÛ]jƒ>œƒ€° à„ ,8aAÀ  X,o»ý¡ˆÅↆ†šš>ŸÝ" ÙlvMMM?¢êþýûæææƒÝÇ¡¡°Ùìe˖͘1ãܹs\.W(¦¥¥­X±bÆŒŠ~ !‹/_¾ngggbbâèè8sæÌ{÷î qçü’Bµµµ¥¥¥‰Dvvv»wï~üø±††FCCƒX,–û[¨½{÷8pà‹/¾8r䈖–VeeeFFƒÁhkkú]Dp¡hii­[·ÎÌ̬´´tÿþý[·nÅÒmÉ’%d²œ—|eeåþýû?û쳨¨(}}}fffæáá!Ù¬¨¨hÁ‚®®®Û¶mãóùb±xÏž=nnnöööŽŽŽñññXËÇOŸ>ÝÕÕÕËË+))i(v[8‚€Ph4Zhhh{{ûþýû+*****ÔÔÔ"##W®\©§§'w‘{÷î …ÂðððnVËçó###ýýýãââêêêÂÃà Fhhè¾}ûRSS­­­¹\.‡ÃA566.Z´hûöísæÌÉÎΞ6mš§§§ÍÙÛžÀD£¤¤dgg§¯¯•jjj¶¶¶šššŠÚ744 „ÅæÑ£GÅÅÅëÖ­£ÑhFFF .<þ¼¦¦&•J=yòdNNƒÁÀÖ’’ÂãñLMMÿþûïÖÖV==½ÔÔÔAÝ¿>€#8ûTa÷îÝ™™™jjjjjj•••ûöíÃŽÑ”••eÑÒÒBUVVššš*Zmuu5’A}}ýêêj&“àÀàà`++«ï¿ÿÞÛÛ»®®ŽD"8qkéááa``0øûÙ;pJssó¾}û°ón‘‘‘¶¶¶ûöíÃ>s°°°?~¼ì‡ >>>d2ùìÙ³[¶lQ´Z,¤jkk BUUUØ-~~~~~~l6{ÇŽQQQOž<133 …ûöíSSS{“;Ú+ðBáóùåå娧 üqDDö™CUU—Ë•»“É\³fMLLÌŽ; ššš O:uãÆ ¼§§§¥¥eLLŒ@ ¨¨¨HHH˜;w.‹ÅJOOçóùšššÖÖÖXK&“¹eË6›ª®®.--‚— Žà mm혘˜††ìexx¸……—Ë3fŒ¢ëånÙ²eĈqqq±±±\.WOOoܸqŸ~úiMM Ö€F£a‡xÎÎÎt:=""bãÆ¥¥¥Û¶m+,,$‘HVVV‡FÑéôsçÎ}ýõ×ÞÞÞb±X__?::ÚÌÌlÈF@ !$‹ñk‡&''¾•®0L&SòUÙWb±X,K~#û~ïà^ üM¨¬¬twwï÷œ ÉÉÉK–,ÁÆ-333$$Žà ‰$•eÝG[÷sÜ â0C€÷Ý°Ž°îÁ‡ ‚€€° à”œ‚IDAT„ ,ø€wÔ Oóþ‚€à]ôî)wX€€àCà/¦ 18 ,8aQB˾¼ö²è~üÖ0»Ê»™×‘f©¿D!,à­u­u°¦­â_!ŒÁët¸™g(y©Ê͘ì&ua$‹Åb2™»Žÿ-yG×5•z’[Xjgpï{½ôßûÔ±—E¯R‰b±Xò'éýåá^½ª¨¨èS' —x©J*B;ˆó]p!dce18ý€!‡_¯›™¬ãË8„Zp¤¯kÌÌÌÌB¡ÜBÔ§sp¨s*|ÞE’Ô Œ1ÃT ý£…¯1rôa²IEND®B`‚gbonds-2.0.3/help/C/figures/prefs-startup.png0000644000076400007640000004655711107720364016046 00000000000000‰PNG  IHDR (‘·²»bKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ 'ÍÐÊ IDATxœíÝw\SgÛð;‹„½WØ ‚ 2Ep  A'ÖÙJU‹u´¶uT[mÕW명жju ÖˆTD” a'¬@ ëýãÀ!†H¼¾ŸçÓ‡+œqŸòóœ“ä\„Ç#ááádƒÁ- xM§ÓBB¡ðƒùË‘„+VöÔø>á{ÿ×·ƒè…™zmáXÀÇÙ€¾}&;¥!öÆ*{GŒxö>´/ýÁ¡] @@"1GÆþN§c‹¿téåC`³_¸•Ö |Ò„!$$%Ärdd$™Lî|"ñù|„‰DÂ2ŽˆZÒíáÇ>422Ò×××ÑÑÑÔÔTUUURRRPP ‘H!רØÈf³kjjX,VyyyII‰äá …XŽ6—>‰ØZ ø\ ™ˆ—|^#•Bj-¹ T…Ö’×ÄV¤‘ñ’ÛX«¬ØZ65T«(Q𲱞¥¦¬ÐZ²™ê*­%§®BSŠ— µeÚê´Ö²¦DG³µ¬¯f芔ìªB}mE¼¬cåè(áe-3—®+RVdé)ãeME–© ^V—½53Tm-K3ÌZ˪’tË÷Ê4+5¼d§4Uo-)ƒÌ5ð’YôÂÆ¢µ¬,Ll©‰—ùÏ쬴DʧC¶–å¹­µñ²,ç‘ã Ö²4û¡“MkY’õÀy°Nkùîž‹.^¿½ëf¯‡—ŒÌ;îCDʌ۞ŽúxYô&ÊO«th-‹ßÝý»ª¯)Vy9#„™L¶´´455íd4åçç<þ;%%Š.NAA@ ‰D"‘ˆýÐa‰$‰DüpS(à“Éd¾ ¹ð¹ T*—'ÀJ>¯QQQ©‘Ëo.¹ JÊ*MÍ%¯©^UU­ÃÃJncºº&»¡¹lâÔhiëÔÕs›çmª1Ð7¨a7ae#›©§oP]×\rê* éF¬šF¬l¨-326©¬æ4—5%&fæ¬æ²¾šafnYÞR²« -,–V6`e+À@›êÚ&UE*¹Ž™7hÐ`Fy=öÛÚÊ›ÁCŠÊØXYS‘egï˜_R‡•Õeo‡å×¶”™ŽÃ\r‹šËª’7Ã\ܳ[JVqÚ0¬‚š–2ÕÍ}ÄÛüêæ’‘â>Ü;#· +™E/=GŒ~“Ó\V>÷96-›…•I£Æø½Îb6—ùOÇŒõõ¶¹,Ï}<ÖoÂËÌJ¬,ËMô |™ÑRf'Lzþ¦¹,ÍŠŸ8%)­+KÞÝ }öº+‹ßÞ ž2ýIjV22ïL ™ùøUK™q;dZXÂËR¬,z;mÆ(?­2¥¹ddþŠÿ]Õ”¿35³¨iy9c„B!…Béd‰–øÈt:Ëå^ºtÉÈÈèCÓMtAøB»é&àýµg ³ºáË-q¨%ÝšZÓ£¨¤,šnŸ^YÕ<1·±N]]£;N­¦¦6žnM U÷Î,ª`5ÌZs õ狀1«[ÊšSÑt+65M·" ËeÌætc³  dm®µv¡ •Bºö_êŸ×I拏­½HºeÛÙ;´¤[Mù»!ŽNï¥ÛPç÷ÓÍ-»³4gW¼¬*yíêæ)’n¯Ü‡{gæ5—Ì¢—ž#F½ÉmM7/o<Ý* ’GöI·gï¥[Þ“±~RDÓÍo‚hºùŸÔšnÙñã''§·¤[ÖýÀ Ñt š< O·bIéö(¥¼Ì ìÓ’‘7%tþ·Áb¼ræQPÜüJ µœhø¬Zµ !ôûï¿ãY´téR„Б#GD£IOO/>>žN§“Ñû1‰ýzåÊ•aÿþýbq¶xñbpüøq|bô>€_) ¤÷ÓM¢ ©FårY%¯Õu¶I7¥&n󑯩^EEUC•ÚÔÔÈ*y­¢i®ö~ºihj²ZÓM[G!$às+‹ST4LuõZÓ­‘]i`@ÇÓSWndlrèG_üt•Ï2Êë~~‘œ^V_]ljfQQÕšnæV­éVUh5Àº¤²aç7öd"!`úFŽ@QMÛ!T[™Û&ÝDÓÍÞah~1~(—é8Ô9—Ñ’n¥oœœEÒ­D<Ý\\‡¿Ãå¯Ü<¼ZÓ‘2\$ݘ…/¼¼}ÒsZÓÍ{ôXÑtíã÷^ºùŽO·Ìæß–å$øŸô"C$Ý&¼—n'M}–Öœn%ïîMžö´5ìþ›ü^ºÅM…tƒ!„ãÍíé³¥4ÿm”ç?õô—™W…òyš@ Dm¢ K7ðÕW_Á¬` üsŠª·L,)¯2¥k¯úl˜µ™†"\PR{üâë‡Ï"{®Xà‡MÌ()ÓÐÔ41P[:Óq ©FU-çìÌîdᓈ¤šº&çÁz‹B†˜ªIDf5gï™ç‰)Åb—áBŸeªë LÍ}3}’‡®– ¯±¦¢ŠóçÎ :Ї¢¦øÌYÃÆBkéLǦêuõÜã_߈ÏÝáÒÕV{qãç)+/뫆‡ÚØXM©ªm<õOÚøÜÚŠìë§¾ÒT£»:ÞË|Jø ñ£¦úZ4Õ¨ªk.zqñ¯4U‰«æ:kkP—|&5=÷»åãkª›£A]E!_g³°’Uôl\ÀÄÔ¬–²à‰ïÄ ”wÍ%³ 1 hÊË·Íeeþ£‰“Cžg0±²"÷á¤)Ó’ÞT¶”&‡Ì|–Þ\–çÜŸ:-ìIZV–eß 1çñk(?Ų<çþäÉ-9µåéCœXµMXI$a¯b ÑD"‘Ú†’èoÅ¢é½STÑü;räˆØ@ˆŒŒ”x¢KSh‰0 ‘¡®2B¨ª¦NY]GQQ…€š'SSVBÕ7455ñ)J†!%ZSC¥öšΚj´Â’M%„ŸÏÕÑÔÄ'&Rõð‰õµ•Ba“=Ã&{b‹ÕÕVS¢6ÿ;€’€ýëÉ䉞zs¦Žø,„ðúmiÌͬ”·•4„jªgš››a× —m8ÁË*ªs ÊÉ Šztk~#“D&!„*˜µ&\ô5B³'{ÎnY—ž¶ÚIø±`ð ˶ƒ4•#_ˆ™©qÛi˜é!6»±º¶ÁØr˜@ @ñ¸\-uB(¯¨ÂÙÙ£¢©k „–2!4;Øsvð{ÃØ|ðñ4úœ©#> ñJ˪8v!-«°ºº$}¤÷˜w…5Ø“RUüzähŸwùÍ%‹ñjŒof^usYôr츀7¹UXÉ,|áë;>=·ù·Ì‚ç¾é9Í¿­,H ~ÃÂÊŠü§&NNÍj)óžL IyÇÄÊòÜÄàÉÓ^d¶”Ù S¦ÎxžQ‰•eÙCBg&¿òÓ,¦Lþ<ƒ‰ÿMî•è¡)…ñyM ;kM_~ùeÛSÔ ´M­ï¢¶ý8ȱcÇ>ÿüs)醟èâ‡á4 B†z muEü³¸øõ8"‰dd *«¬á xó‚m t”ƒý_>£ìÜÁÍõ±¨j™˜hnª‡O̪ªCýùOÂÿ\Áר£oŠý@@B}}ýwùÕÿË("›6ÞafÐðpU…e[oÓUšªéFFul.¶è‡Ï2­;qÉ4 kSª"§žedfŽ¿OBBl‘&e]d2¹¸¢^òÂæ7L”•±w<Ħ1³°Âw… ±ÿNHe5GWSÑv½–C¤)Bu¬<ª’ĵ0ÊØ÷\ÕÑR k73hxÄgCæsÂÅÝ£ ˜=#5oÝžƒ”Õǘé „F¸X× ð‰é#ñ‰)¯³kªj9Ó&ºs¸¤òj¡žŽZUucrzó5 "Èã ç~ý®²¼R»ª†ª®­/ÎK·h§§«WÏá)IxzÒh4B55T²Ù<|£è†FñÉÅGšO›èÞÐ(lªRȤ:v¾.¡={]âk5m¢;O@)¯!«©(Ô±›>M#“Hø&Ç?N õµÂÌb+ÐÈšêýg- šŸPtíNêü×f_ˆ}WÇ!h*5•×jÇ=.7ÜdÚD÷z‘5…ˆ€ cÚ8zYµiNaME-ÛLv]}i9ÛÏu¬¼!C†—×ce-3×ÁÑ…QÊÆK§anE%-eeΰa…-eME–³‹GaqsY]ñÎÕÅ3¿¸+«Ê3ÝܼòŠZKwïÜ–²,c¸ç¨œ‚Úæ²ô§çè¬üš–2ÍkäØwyÍ%«ÊO¬ôöy‡ÿ1”gº¸ où«65Tkiiqšø -_m‹&ÑD;qâ‘H\°`yç³m4µÁ ‚¶ùE$EßRhûÛæ—1õ½·S«ÙM'.¾ õèïms$&qá47 5%|2u5¥è½_6qù±ñ‡ÎÄéê]¼“¥ªHX>ßïarNÔåçs‚æOµãÄÓ¶ëé±9ÜíÇžxèMŸ0TI‘ʬ®ºü¼žÝ| Nˆ•ha¬æåd ¢L­çpŸ¤ü´;†D&iëhqšøØ-_zÃJ^S½žn=‡'º!M<Bhû±'îº3]ðuÕVáÓpùü­ïNi>Õß›àôÅÇ4š‚ÿN FSGÿ‘³jêÏüÓ:`™T'raõunÃÁèGþ^V_Î&¢r{ë86‡Œ cæ$7|ÕÌœÁÖîc´hØf>~‘³õÿþ&‰Ø&pêÊÚØVVqšËÚÒA¶ƒ+ªZÊ›ÁƒËY-eu±}YKÙP]<ØÞA¤dØq,e6—õÕECJ*ë›ËªB‡¡ÃŠ+šKvU£“3/YŽÎ.Eå-%3ßÉÙ­°Œ•u̼a.P~beyKÉ*p:¬¤åO¥©¥¯¯[ßȧR[–Ä¢éèÑ£_|ñžnX:Í›7!-1š!&“Y[[ÛÔÔÔ6¿:,Ï;÷Ë‘„ Aa­ñF@Ø—f‹Šò³Þf¨©)ÝŠZWZ^8矑pûÖ5lB"‘¤o`h3ÈŽH"UWW½~ý’ÓP¯§o¨¦ªžõ.C]CÃÅÕ3öÖU|bCÃAÖvD !TWW›“Yɬäóù4*ÕÂb€©™ùÍW©4š——€Ï}ù2¹¶¦†Ëã’Édu -;;{ ¥ù»¥|>—F£Ý‰»ÙÔÔ4vÜ>¿I‘¦(ú¡¼Äćgì¸ X) ÓÓ^3Y•|>Ÿ¦ 0hÐ`=øÛÿRi´áîžJÊ*,Võ»wo° ©4K+kC£øø;ÎĉAœFB¨žÍ~ûöuUUϧQ©VVƒ´u4ïß»‹ !ÿàvccÓØqPXT”ŸŸŸÓÐÐ@@š’’ƒƒ³EH&Q^¥¦bk¡*( ¶µÓÒ1HNz\W[ÃåqÉІ†–µµ­¢¢—S«©¥…ç&—S£©­S×ò%¶&Nµ¶¶n­h©£[ÛòÉÁ¦†jm]ѲJGW¯õs… ,]]ƒšºæ7£ëYºz­%§ž¥¯oP]‹—LÃ*ü#Öõ•ôÖ’]ih(òl(?¥²‘ÍÔ30ÄÿT¸uªjØ+÷ï娄˿t9š’’’¼¼¼¡ÊÊÊÆÆÆ†††]@ˆ‰‰ùåHBÈŒؘ 2ÖWën”‘[Åå œluÍéªÇÎÞ=ó`ìX¿Ö»…D"¡õHG( ‰]-ùD"Iä ‰O"‘ø¢%™Äà%L¦ðZ?Ì£ˆ–|…ò~©@áñÛ+¹ÑRAÊmY“€ßDU I)iTZ¯’×D£‰–4šâ{¥¢"þ¹è¶¥¢¢bc»%GQQ©½’ÏmPRR~¯TVnlj-••U8MüöJ•†Æ–²©^EUµ½’×ÄVUUƒòÓ-UÔð¿GQ±õ[LH( ˆB„þŽ9ñ🟻MÏž=óòòj=EmllüÐEàÇÚ­÷Ò@‘É$¡@0ÚÙPY‰ZUÛu)ñ@d¬Ý`[­ÖÉ„¨å­U„ AZI ¶~¬KHl¯ D¢RçKQIÐÉR ‘Þ/ÉJA{%_b©ÒZ* Ân•JÍ%™¬Ì•¥–JŠXɃÊÊ–¿ìÏ 1ˆ¾ö»M­‡}ÀäC±¥hk´ÞYû(/ö¿„’’òƦ&e%·aŽînC‰"7MéºMd„Pttt—G ¡¡Z:s˜ôÉžßD§»¼À§ÇÄ)¬;Ñ„! „„Baqq1VÇÆÆúúúvwhÐëbccç΋¥YJJJ@@€äoË€€€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü"wÖ}ûÉ/xDõLÀõ“dé'9 è'à ·à®nnnÉÉÉ=¾ØA†† @ïèá#¸›7o0ÀÈÈÈÆÆf„ ÷îÝÃ~uûöíòòòN.ðƒ&Ƶ—³."<<<æÌ™Óù÷X°µ»}ψg2™¡¤¤$—žZ¬ô¡â+àÓÑ“GpùùùŸþyHHÈóçÏóòòîÞ½»jÕ*555lš¹sç¾}û¶“ ü ‰qRŽà~þùçgÏž=yòäÒ¥Kºººßÿý‡.¼­Zµ*''!dmm}øðá^^)ŸŽž<‚c0|>?88XUU•L&øùù999!„¦OŸŽš;wîÆBGõôô´¶¶vtt<{ö,¶:~àÀ:.:1NOHHÀ§Á~¦Óé'Nœððð°³³»xñ"öÛÏ”‰D¢··wMM öÈ«W¯æÍ›çççxùòeìÁÌÌÌŋϞ={âĉø¼§tqq¹|ùòÔ©S½½½/\¸ðèÑ#Ÿ»wïâœ;w.((hìØ±7nÜ@-]º!´jÕª]»veff†‡‡cSæçç/_¾|ôèÑ~~~»wïær¹Øì·nÝZºt©»»{DD„@ Û"‰CýóÏ?§L™2räH???l¨¢+•¸-B¡ðСC£FòññÁw)2­'àœƒ‚‚Ž?ž››+:Á¹sçB‘‘‘›7oFÙØØ\½z5###<<|Ë–-ødýõWtt4vì†OÜž£Gîß¿?,,lõêÕÕÕÕ¨×àšššRRR°×?B¨¦¦fåÊ•3f̸uëÖo¿ý¶mÛ¶¼¼¼†††¯¾úÊÏÏ/::úÚµkØŒ§ÄÇüÛo¿Í›7o×®]ׯ_?{öìÈ‘####ñ•ž={vëÖ­S¦Lùé§Ÿjjj8€Ú³gODD> Ç[±b…©©éíÛ·Ïœ9sÿþý#GŽ`¿:pàÀœ9sŽ=zÿþý7oÞˆnŽÄ¡"„¬¬¬Nœ8qïÞ½9sæìÙ³[¾R‰Û’••uôèÑ?þøãÞ½{ÿþûï¨Q£¤ïIdBOÁQ(” .,Y²äÆ£FòòòÚ¿cccÛé½¼¼´´´Øl¶©©iUUþxDD„½½½²²r'WêììüùçŸs8œgÏž!©Gpß}÷‹‹‹§§çÂ… 'Nœˆ…ËÇ9ŽÁ‹/´µµŸ>}úèÑ£ªªª   ÑÙ%N‰ýjÑ¢EC† áp8k×®ÕÓÓ³··¯««ÃçýòË/fÍšÕØØøêÕ+‰ÃKII),,\°`™LÖÓÓ Æë‹/¾ðôô´³³C‰.!$q¨!777 ††###üXUú¶¨ªª’H¤˜˜˜ÌÌL*•ª¥¥Õî~@vôÌWµðd¡P(aaaaaauuu·nÝúù矟>}zòäI±é£¢¢¢¢¢,--Å^±ôºÒÕÕÅgÁ–#öm-Q?ÿü³ŸŸŸÏ_¸pá“'OæÎ‹b±X?G¶··×ÖÖ...VUUUPP]â”ØÏ***! ö3›RCC!Äf³%¯¢¢Ÿû{!d``€Úù²TIIIÛ¡"„.^¼xñâE333‰«“¸-úúúûöí;~üøœ9sLMM¿ÿþû¡C‡J*2¤'¿‹*úˆŠŠÊÔ©SÙlvÛËùkÖ¬yôè‘™™YBB­[·:\>öæ ƒÁhû+, Q'®Á‘H¤Í›7Ïž=;::zΜ9t:ÏçoÚ´III ŸæòåËl6›Çã‘ÉdüèR┤²²!¤§§'ñ·:::Ø4Xj———cH§¢¢Òv¨ÙÙÙÛ¶mû矌ŒŒ’’’îß¿/6W{ÛâæææææVSS³wïÞõë×cW i=y îÅ‹¿ýö[RRRMM@ `0ÿþû¯³³36²²2ö"g±X¡²²²òòrìD,??_løÄ!•”””´´4±¯—r¹\@pìØ1cccì­ŒÎ|ÎÜÜü«‹ëºn IDAT¯¾úý÷ß322<==õõõùåì<®²²’Á`¸¸¸ðùüÿý·®®{—!$qÊNîlœ111†††ööö!%%%l'àLLLNž<ÉçóËÊÊ.]º$ú¦A{$KºŠŠ &“‡ZþaÀW*q[JKK“““y<žªªª©©©ØA(2ª'¯Áihhäåå­^½zèÐ¡ÆÆÆþþþúúú‡¦Y¶lÙªU«ÎŸ?ïêêìéééää"¶@|bìçíÛ·/^¼xݺu¢ÓÌš5ËÆÆ&!!áĉ uúóÆ3fÌpttܰaƒ@ 8xð`}}}``àÈ‘#-ZôîÝ;:þí·ßîÙ³'44400›EAA¡í”Ü9Ø{£Ïž=ûí·ßÈd2BhÞ¼y›6m}[€L&ÿßÿý_vv¶Ïœ9sÆŒóÅ_t¸d‰C:tè„ ÂÃÃ.\èââbgg·xñbÑ•JÜ–ÆÆÆ={öŒ;v̘1·oßþùçŸ;¹uôg²z7:þ×_yzzЧ¿ÝMÄÅÅåðáÃøa¬Œ‚»‰™w|Bdõ»¨ûöí8p Øƒý$gEmٲŢ¯GÀ'ª'àzó¿?ÖÕÕ{¼ÁM˜0>S@_‘ÕkpRô«kpò®Á™ð±®Á@?Ô3ô퇰ï`‚Ô/q‚OAwNä3à g òá³Ï>ëÎìrpýí²   JJJº¹¸[p¹[p¹[p¹[p¹[p¹[p¹'Çãñx}= @·ÈgÀùúú:::vg ¦¦¦nnn=59°aÆÿýïmwttìü- èe}pÞÞÞtfff~~~÷îÝëæb+++ËËË{d„sâĉ˜˜ìç§OŸÞºu û¹¼¼oÑ @Ó/î% ¹\nbbâáÇW¬Xñòå˾xƒÁÀ600ðóóëÃñнt÷êÕ«É“'›™™ák¢¿3fŒ¿¿DDBˆ@ …Â?þøcøðáfffÇÿã?61N6lØÕ«WœœxòäIìñ¦¦¦o¿ývРAt:]ô>y÷ïß÷÷÷777755uvvŽ]5ƒÁ˜6mÚ AƒŒGŽ'6ò]»vÑéô””„ÐòåËétzRRB(<<|ýúõg_¼x1NÇq~úé'ooo@ }$nò±cǬ¬¬ñÛy&''Oš4ÉÌÌlذagÏž•¾¤¯]úfâ‹EaÝ|JJJètznn.6{ÛÕÐôFÀÕÔÔÌš5+++ëÎ;YYYbôòò’8{HHBèï¿ÿF544DGG/\¸H$JI‡›|óæM//¯äää-[¶`Ìž=»¸¸øüùóß|óM~~¾”ý#}íÒ7StÊuëÖ!„tttîܹƒýC%quô½p7nÜ`2™ãÇ·²²RTT$“ÅÏ‹g̘1cÆŒE‹ÅÇǯ[·ÎÏÏïĉ¡M›6 6 {=c`¨Tê¥K—6nܨ««Ëb±°±@Y¹r¥½½=•JÅ' …uuuwïÞ¥R©“&M²µµ]µ……ÅÒ¥K555i4š®®nYY™ØØ† F¡PóòòX,–¡¡aRRÒ›7o˜L¦§§§ÄÙ}||ÔÕÕoÞ¼YSSsáÂ>Ÿ?mÚ´G"}“O:…ußÀ®Q^½zµ¦¦fâĉ666¾¾¾¿v)qÿH_»ôÍÒÐÐ!D&“mllÚ[ýAovùFCCCÊEEEIII“'Oþþûï±S?„v”add„Þ¿¤¢¢‚uS&‘HøƒØ‰›è±æÏ?ÿ5jÔáÇGüêÕ+Ñß¾zõÊÓÓsìØ±6lxxæèèøøñãøøxWW×äää úï¿ÿÄ–Œ]Ÿzýúµ‡‡v¡=%%eĈRfwqq111)--;v¬……EgF"}“ÓÒÒ~ÿýw„Ppp0B(((HGGçôéÓ{öì¹}ûöÙ³gñ·5$’¾vé›)FKK‹Éd>xð ¶¶VÊès½pæææÛ·oWRR:wîܲeËttt°k7¸%K–,]ºô믿¾y󦋋ËÁƒ-Zôã?¾~ý:((èõë×?üðÃâÅ‹¥¯å‡~8p`bbbPP¶¶6þø«W¯–/_>nܸo¿ýÖßßÿСC¢s­_¿ÞÂÂâÿû_BBºuë(ÊÄ–ìââB$)ʰaÆ B¡PH$’»»»”Ù ÂÔ©SB‹-êäH¤o2‹Å7nÜ™3g¦OŸŽ½•¡¡¡qéÒ¥±cÇ66vîܹX"¥¤¤ôÆ}Ÿ?þ믿úúú*))ÅÄÄðx¼É“'÷ÂzûÐÍ›7¯_¿¾mÛ¶î§ Ëz#àôõõ ÂŽ;jjj #""°‹Ê±ªªªµk×bŸé¾}ûö)**öÈ¢ø¤ôFÀEEEõŠú3fôàÒ°÷d N r  · àr  · àr  · àr  · àr«_4ùPéééOŸ>ÍÉÉa³ÙÊÊÊ®®®b·¨í&¡PÈçóÛÞ|XºÜÜ\Öƒ#t™ìÁýý÷ß×®]ÓÒÒš:ujDDÄâÅ‹oݺ…ݲ¼kLLL=z$úÈ£GLMM?t9žžžpÏú ¸¿ÿþ»ªªjÆŒ>>>Ç2dˆÏöíÛQK[†.àóù½p‹Ú„„„ïKÜ·o߆n°ˆ’¥€KOO÷î]`` ‰‰‰………ªª*™L¦R©Ø-‰–/_^XX˜žžÞ×Ãl—½½ý_ýõñ–?wîÜ·oß~¼å sd)àž>}êàà@"‘444$Þg- àéÓ§m?zô¨§§§µµµ££#Þ?TL^^ÞØ±c---¿ÿþ{¼!©”ÙétúåË—§OŸnjj:þ|>ŸOÏç󃂂Ž;&¶ŠÔÔÔÐÐÐöfŸ={öæÍ›±ß —'Ož „’’’&NœèèèèêêŠ÷–o;ûôéÓBsçÎݸq#B(''gÖ¬Y666ŽŽŽ›7oær¹Ø\ppp055ýá‡ðu¹¹¹={ö¬Ýý€Ì’¥€ËÉɱ°° Óé¢]E9::æää´}ÜÆÆæêÕ«áááXG¾¶öìÙ³qãÆãÇŸïöòåK¼G.##cÍš5=233KHHÞ[!TYY)ºŠ}õêÕ?þøãþýû¿ú꫎6HÜ”)S"""‡ŠE¤‰‰ ŸÏß½{7Ö:º“°¬¨¨Ð××G•––ⱈ›:uê’%K¬­­GŽ©««û¡C@&ÈÒ)ª««ë7¤LpãÆ WWW±Y,B¨¬¬¬¼¼»¸–ŸŸßÞÞ¾}›œœŒuüëÂì! üúë¯ø¹dçùøø…­[·âÍÆŒC§Óׯ_—••´7»²²ree%BÈÅÅÅÜÜ|ß¾}<¯¸¸8::ºmwˆQ£FQ©Ô;wΚ5ëCÇ €¬¥€³µµ566Æš·õûï¿·=¾suu öôôtrr’Øâ`É’%'N\²dÉîÝ»E¯¸wrvQnnnK–,ùж¡T*u„ <oâĉø#çÎc³ÙnnnœÈgŸ}fgg·~ýú¾’ÉF_Ôž’žžþøñã³gÏâßEõóóëÙï¢Ê½ìììÿþûÞ^òMö!dkk qÖMgß¾}æææ}=>"™ 8Ð}ƒˆìÁu³³}Û&öŸšG™ššöõ(z<›@: ¸®u¶mùÞ;Mì¥è«þórÙ÷¾í³™€÷úär7Ê1Y ¸.w¶ïW-ßûj0ýj'|<öööýõ×Ç[þ'²å†,\×:Û‹µ|GUTTˆu¤—Ø=^N?{öìˆ# pæÌ™»wï<ØÖÖo‚Ó¶“¼P(ܹs§““Ó Aƒlmm£¢¢$FtXÛùHÏ»wשּׁ¬¬¬¬Â°»Ö÷Öaû£GzzzZ[[;::ž={VÊH:9<‰»Eâƒím]ZZZHHˆ¯¯¯‹‹KÛg*55544´½ý0{öìÍ›7ã›ìââòäÉ“.ïÆ¶OºèóhjjÚáî›,\×:Û‹¶|Çë /¥{¼¨ÈÈÈ“'O.[¶lãÆ.\¸s玿¿ÿþýûB;É¿yóf÷îÝÿýwFFFrr²¿¿¿ÄÁˆÂÚÎ[YYµ‡Ã™9s&•J}úôiffæ¶mÛB]ë{¯nêÔ©ö··±±¹zõjFFFxxø–-[BGÒùáIÜ-”8{}}ýìÙ³ƒ‚‚bcc;“bûaÊ”)ÿüóö¯ZBB‚‚‚‚««k×v£Ä']ôyܺuk‡»|l²p]îl/F¬'¼”îñ¢V®\9pà@gg熆†­[·899a­ %v’WWW'“ÉÇOKK£Ñhxf)°¶ó‰‰‰mÇÏ`06nܨ¥¥E"‘°[w­ï=.  Ãþö^^^ZZZl6ÛÔÔk](q$žÄÝ"ñA‰³ß½{—Édv¾Õ¡Ø~`±X?F;wnÚ´i¡k»Qâ“.ú<†„„t¸{ÁÇ&KŸèrg{1b=á¥t¥ªªŠÂþFÕÔÔðŸQ;äétzTTÔÞ½{ýýý-,,~ýõW777éÃÚÎK¶ l丮õ½Çu¦¿}TTTTT”¥¥%帯ФóÓ¸[$>(qöÂÂB555é{'¶TUU}}}/^¼èààpýúõ;wîty7J|Ò±Ÿ±ç±3»|l²p]ëlß¡®uÕ^'yooooo着ª­[·†‡‡?þ¼Ë㉋‹Cåçç[ZZöàÈ¥÷·ÏÈÈX³fÍ£GÌÌÌnݺ…¶Ql$loxwKÛ%Î~öìÙÚÚZ.—K¡P˜Lf6yÊ”)ŽŽŽC‡511‘2NéÚ{ÒEIß½ ÈÒ)j×:Û#‘–ï}P÷x‰$v’g0‰‰‰\.W]]]ôe/}0íÇËËËØØxÆ EEEuuu‰‰‰:r‰ë•ÞßžÅba‹-//¿víB(??_âH:?<‰»Eâƒg1b„@ ¸páBMMÍÊ•+¥?/ùøø…­[·N›6MÊŠ:ÜŸôÚ½ ÈRÀu­³=iù.qÆê/‘ÄNògóæÍööö¶¶¶W®\9tèPgÓÞx¨Tjtt4Çóôô:t(¶ºÖ÷^läRúÛ»ºº††††††{zz:99…„„´7’NOân‘ø ÄÙMLL¶oß¾iÓ¦Q£Fµ ”ΠR©&Làñx'N”²Ã;ÜŸt±‰¥ï^Ð  ³ý§úÛT°{»:ÛCgûnþöìÞ>'{‡ ³}ÏþöìÞ>'“z ô·ÿ¨`÷ö9Yz“>@nAÀä@nAÀä@nAÀä@nAÀä@nAÀä–L~U¶:ÛC'yúŠìÁu³³}‡¤7K‰‰Y 8¼³}ü‹’ÿ;“¬¦©çã夦©÷ë±øn¿Fít¶Gí´g%±YzÛnç#FŒ@-X°ë9 q±t:=!!¡íϨý¶öý¿»Ø† +d)àðÎö—n§Û4R “žç¿|õ¦º,óüõÔNg{$©=»(‰ÍÒ%v;ÇšøžŸµéûHbbbÂÃÇ ‚5$m;€Nº{÷.ÖDùCá+"´ “É&&&óæÍËÈÈèÂ?ªk×®•––JŸæcŸÏd2cbbòóó_¾|Ù…e~~üxZZFÓÑÑAÅÅÅq8ccã'OžÔ××ëèèÄÇÇwmÀ›LÜ•+Wñ;/ ›·ûŒ¾¾>VàߌQWWGaq#ú3B¨¼¼œ@ ìÝ»wÏž={öìñðð000èpçRSS ŒŽŽ®­­½xñ¢Ä¯ŠÙÄÄäúõë©©©ÎÎ΃Æÿ\ĶTLqq±±±±ÄíÅÄϘ:Ôµ=#¶¢:¹E&&&؆††,KÊs'¶®üü| Ѱ”•â †’’’¢¢¢Ä÷æHĈ&Z—Ó !´iÓ¦‡¦¦¦îÝ»wéÒ¥r¾( äIDAT{öìÁ¥¥¥…*++Ca9…ÒÕÕ-++sww/,,,((¸{÷îܹsMMM±€£ÓéQQQþþþ£Fzòä B¨²²’@ ;vìÈ‘#GŽqvv–žà}H–¾‹Šár¹qqqloCCC„Pii)NG1 ìéÌÍÍy<Þ‰'TUU;?€öæš={ö¢E‹\\\\]];ÙctܸqãÆc2™ëÖ­›>}:ƒÁ¾¥õõõ.\–¸½ØÏÙÙÙÖÖÖb3b§Q•”mìÙ-*//2dHçŸ;55µšš.—K¡P***¤¬Tt.mmíºººêêjuuõœœì²ZŸŒ¤­ëׯ?¾;é†#sçÎýõ×_W­Z%ú+,‰***°ì.--ÕÓÓ300055=pà€µµµ††Æ¨Q£nÞ¼™””tôèQ„·····wUUÕÖ­[ÃÃß?nbbÂçówïÞ­¢¢ÒýÑ~T²w—`ooeHäéé9`À€íÛ·óx¼Â£GÎ;·ÃŘ˜˜,Y²„Éd"„JJJrss;@{s?^ ¬[·nÞ¼yÙ¨‚‚‚û÷ïs¹\MMÍbGOím)‡ÃyôèQ`` ‘Hüá‡$n¯™™ÙW_}•ŸŸ_[[{ÿþ}l^UUÕ¤¤¤—/_Ο?¿3û =ƒRQQ)//ÿÐ-JOOüøqXXXçŸ;>ŸæÌ™êêj|'K\)BhùòåçÎC=šJ¥þòË/)))sæÌÁ>vÓ›#‘®GÒM(655åääÜ¿¿íYˆ‹‹‹¹¹ù¾}ûx<^qqqttô´iÓBîîîgΜñóóCy{{ÇÄÄØÙÙ©««3ŒÄÄD.—«®®nii‰-d̘1t:}ýúõØu‰²²2ìßË 6\¾|›¦½Ÿ{™ìœô³6„…B¹víÚëׯµµµ§L™òã?v¸XWWWgnn®ªªêåå…]'|xÿþý#FŒX¹r%‰D¢Ñh½9’mÉ’%FFFæææcÆŒa2™ûö훀B¡œ9s&33ÓÎÎÎßßüøñ!>Ÿœ§§§P(=z4BˆÃálÞ¼ÙÞÞÞÖÖöÊ•+‡BQ©ÔsçαÙl77·Nž<ûlЉ'°kyR~îe„P(į/ÄÆÆvþÎkk×®=}út/Ü‘êÊ•+¾¾¾Øí’lll®\¹2pàÀ½ÒöôÚú|K{\?Ù"ìs9,KOOïíÛ· èõþñÇ<èÚK¦¤¤d×®]¢7¼ìµWßÇÐvsº3.66vîܹØ>III ±kpoß¾Eõá+¤×Ðç[ÚãúýzõªººÚÅÅ¥®®.""bÈ!¾¿,+°k…uxùOŽÉXÀ©¨¨ôí§ {m}¾¥=®?l‹ÅZ±bENNŽ‚‚‚——×åË—»öý¹~èSN1)d,à ;ó–¨  Ï·´Çõ‡-9rä‹/úv  7ÉÞ› ÐI2v€€ ½FfëH€¬ëÙvy•ÒÉFÀÁÝu€|èÙ¿äÞi-*Ód#àbz¡-¼€7r  · àr  · àr  · àr  · àr  ·ºûU­çÏŸ÷È8 Çu7àvíÚÕ#ã€×­€ƒ¯ûú3¸[p¹[p¹[p¹[p¹[p¹[Ýú.jIIIO$200èò¼Ý ¸î¬>68EÈ-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È­nÝÑð1Ðéô¾B_b0=µ(8ú#¡PØ×Cè¡—@?U\\Ü×Cèm=ÞÇ ®Áä@nAÀä@nAÀä@nAÀÚ% y<^_¢ë à+B¡Åb•——s¹\ì>Ÿ_UUU^^Þ…¨zôè‘©©iO±÷@À WªªªæÏŸxîܹ††>ŸŸ°páÂÀÀÀäääö¾ ! /_¾¬¡¡QRR’œœL£Ñ{zÁ W444V¬XabbRPP°gÏž7bé6wî\ggg"QÂK¾¤¤dÏž=ëÖ­ ×ÕÕ¥P(&&&ÁÁÁÎÎ΢“åääÌš5ËÆÆÆÑÑqóæÍ\.W(îܹÓÉÉiРA¶¶¶QQQØ”III'Nttttuu‰‰éÍnÁ W(JPPPSSÓž={Š‹‹‹‹‹UTTÂÂÂ/^¬££#q–‡òùü©S§JY,—Ë 3fLdddeeåÔ©Si4ZPPÐîÝ»ããã---Øl6B¨ººzΜ9?ýôShhhjjê„ \\\¬¬¬>ÊÖvŽà7 ÖÖÖºººX©¢¢2pà@uuõö¦g±X¡öâóìÙ³ÜÜÜ+VP(ƒÙ³gŸ?^]]L&?~<--F£aKˆ‹‹ãp8ÆÆÆOž<©¯¯×ÑщïÑíûp€\ÁÞUرcGJJŠŠŠŠŠŠJIIÉîÝ»±c4EEŶ³hhh „JJJŒÛ[lYY A]]ݲ²2:µwï^ ‹_ýÕÍÍ­²²’@ ;v ›ÒÙÙYOO¯ç·³s à+µµµ»wïÆ®»……… 8p÷îÝØ{fff#FŒhû&ƒ§§'‘Hü›o¾)//Ç& P(Ø!ž•J ‰ˆˆ(((ؼysvv6@°°°8tèBˆJ¥ž;wîÇtss …ººº›6m211éµ= Š€ …ø½Cccc}}}ûd( N}U~(¡P( E?‚}¾·gïþ1””” 6¬Ë=bccçÎ‹í·”””€€8‚@Þ±,“mÒ{Üô` ˜ÞÀ§N¦#L:x“ · àr  · àr  ·à]Tú©oóþ ‚€ ?êÿÊ• pô;rüÁ´^×àr  ·È¡ùnfåäáÁwí²èÈ ÎŒæ4‹ÿ3agk©ek©…Mq5îyŽº24ëpüŸáÍo2¤g3ûlDðqÀ58€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü‚€È-8€Ü¿e¹•…ÙôÕW>h_Ðzn<ÐìN†¾è­*;8ÖIìÆHƒA§Ó·}"ú‹Ö{*u$=›yr›çGô¿cO?hz<IJròâÿ g0’›ÎtþöpY9yÅÅÅ4è¤nÞª’ŒÂâ¼fFYY˜õ̸ ×á÷+Ç:“5Áa‡B³èSRRzr€€B(=}Ð58ÔÒŠï»HëÀØs ƒÄíÿ·ÁïT^'IEND®B`‚gbonds-2.0.3/help/C/figures/druid-3.png0000644000076400007640000007646611107720364014500 00000000000000‰PNG  IHDRŒªL‚7bKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ *8£Å} IDATxœìÝy\wþ?ðwB„û¾oäP@Å£*¥^µõhkÛµ¶vݺ–~Ûn»îþl·ÛvÝ­µÖV-®­Z­ö°«E«VÁ£^¢È}Âr;óûc’É$„C¤5êûùðá#¯dŽÏ 3™´¶¶€ÏÁƒ{ì1@!„нpùòezd­¤€ ˆ;Z\AAÁæÅ/½´nôFxŸ! ÷•ßfäµ?~ãÁŒtñ°,`÷Âð6Û¢vaæ0ìÂdÏlÿä?7Ï~2âÅ,_¾üwžÁ`­ªYTC“õ|äÈö —òÍO#Þ „Bè.ô¦ X,ÖU½à~çÙ5 XYY‘=Í}Cùúúzzzº¹¹9;;ÛÛÛÛÙÙY[[[YY€Z­V(R©T$õôô>Ÿ?Ðîb0hÐ2h™Ðj¬˜†¨Õ¨XVLCT+Ù,CÔ¨6l+CTÉ­Ù†GÕ*ÇÚð¨Z)µµ1D•BbÇa¢\̵5D¥\ijc¢LhÏ5DE_Ïڥݎ´(—v:ÙÓ¢¤ÓÙÁ†Š2q‡‹#=¶»9q¨Ø'â»9Óbo«;-J…-ƱÙÓÕ–Š’žF/zìnôv³£¢¸»ÞÇ»ê|=¸TuÖú{ñ QP@‹½UÞôx;ÈÇÞÛ+ƒ| QÈ¿âç@Å~EˆÑ£¡þ´x#Œ{ÚÊà ±µ4"л[J"ƒœ ±ùzd°!v5_âlˆMWdžbgãåqa.´økL¸! .ÅF¸bý…8Zì¨;7†k‹ÇÓb{í¹øHZ¬9—åFE~Í/‰cÝ ±úLb´!¶UNçaˆ·N‰1ÄÖÛ?OŒõ4ÄÊ“h±åVajFŒûÇ©´ï”öÚ¢qa†J™^"Z­–Åb…„„Œ à~ÿÙ›šš®]»–˜˜dIS¬­­ “Éd2™ä!#˜A0 ê¬9Ah™L+ê,:¡Õ°X,–Ðï>µµµZ£ÕEʆÃQ©uQ£VØÚÚ)T]TÉmíì”*Ý£j•ŒËåÉ•ºGÕÊ>{{™BU ©ƒ£SŸ\­b'gg©L•r‘³³«¤OE}Q]ÝÜÅR]Tôõ¸»{Š$J}ìöðôꥢ´ËËËG(ÖE¹¤ÓÛÇ·G¤ £LÜáëçßÝKÅvÿÀN¡œŒ}"~@`Pg>ö¶†ôQ*l ¥Åæàðö.™.ö4……á룤»1<"²­³Œâîú1cƶ ô±«.2j\K‡T;kÇFÇ4ñ%duÖŒ‹ßHEAuL\|c›.övÜŽ?¡¾U¬‹í•q ‰õ-º(äßJHL®méãÍ Rjõö´U$$N¬i¢½‘˜4©Z{ÚÊ“SÒª{u±µ4eÒäÛ ºØÝZ:)-ãV½P[®§Nžz«N»š¯¥Ož^QÛ£‹MW'O^Q£‹—32g”Wwë㯙Óg–U颠áÒ´¬œÒÛ]ºX!kÆœ}쨿3·¤RëŠgÌzäº>¶×åÌží–>Öœ›5wÁÕ›dä×ü2ç‘G/Wt±úÌÜù]¾¡‹mU§ç-Xx©¼CO-È[r±L[oÿœ›·äBi».VžÈ[¸ì¼>¶Ü*\¸ø‰âŒ1ö‹‹–ë¿SÚªÏäÌžW^­ûQÐ'jssu§J‚`³ÙÃl´þw¯f§ÆÏòññQ©TGŽñõõ½ÓÐD1nh¤¡¿þp~w¯ìù¿ž²¡ÙÖF mccÒÐJª¡Õ ;;.­°e\.O¡ÔÀ'oNwqà,í˜qC;Êh íèhhh•\ììì*•Q Ýëâjhh¥Lèîî)’ÚÝè¡=½¼GÖÐ2Ó†n  1ôwokÿ†îè64thX½¡Ãh -én0nèz“†ŽŠŽin×EQgMô¸8zC‹OkèªØ8ZCwÜ6jèö[ñŒ:aB2½¡'$M¤=z‡ :¥’ÞÐi& =íf­¡3LúFÍ` mˆõMzÆl£†Î1ièy††®5iè³syôJ…>VÿÒ¿¡5ÄSós›4´!Vž|#Æ;Œ­·OÍÏ]D}—‰Õ¡á㨟¢$²&GP±dÁ™Ì¾~ýzr±d›üÿÙgŸ >;“É|ùå—à£>¢V·fÍرc}íçÎKLL4,…>ÄuëÖ½ôÒKýGüì³Ï®^½š¾>èǸ¡™ô†¶b±œlìí˜=ü„VcÒÐÖ´†Öª•¦ mtH-³Ó748ò¬9-uWÉh¶¡ ‡ÔròšÞÐn&‡Ô& -^CË%ã†îðó3jhÓ†¦7t`Ñ!µQC ›º§1,"’Okèðˆ(ㆎ¦7täXzC×F‹k¢7tŒIC'4´Ñzü£†NH®k¡5tbÊ =a°†.º¡ëhèæ«“3 ‡ÔMWŒúòÔiƒ5ôô³Mú¶îÑŽºóÙ´†î¨-6mèÙ& kÔÐóò¨†æWŸ1nèÓós©Í4ôãôCjKøñ‡£…ÇÖÊ“¹y‹©ï²žÖ²q1㩟±¡Õß0-¸ávÿÙÉešmhòÿÁg'šÁ`¼øâ‹ô†f0Ï>ûlÿÙ<ÝMU=ÕÐäúÖ®]kÒÐäýO?ý451 ˆ`2††&´V,––<ËM€V£f±X& ­¦5´ ‡3HCÛÚq´³Ü “\¨•& -1×Ðú“ÞæÚ褷QCw{xÒZjÚÐÞ>~Æ ÐÕKkèZC‹øC5t½¡CBÃ:œÞÐáQô“ÞF ÝU96†Š¢ÎÚèq±¦ Í74tL\¼iC·z|B­¡o%$¦P•ÜÃ7ièŠ I“jnèä‰é7t ½¡»›¯›6ô㆞šmÜÐF'½ºáÒô³é'½³gÌ1nhÚIïÚâ³1mè[ºJn¯97{n¿†6>émÜÐ‹è ½`І~lѲ{þã#F ­·Nä-\J} M™”Ný4Ó¨äk½Ð¯àîèºÿì0ì†rö5kÖP =ÐìÀ­VK?§/hÍš5Û·o§74ù?ýpÞ"<ÐyÍ’¸È`ꢰìÕ‡¨‡—ΟøÒª™u-½Ýv¡½Sdcc3/3t~f¨»‹­ »ï‡3u_ÿTENY¸#¯K(ÿxßõ5KÆÛÙ²>=pí§óÍJ•–ÍbþaqÜô;[ÃÕ^j¥trRØ“óÆù80™Œn¡lû×eg.7“š6´\4TC{7´á¤·\ÚéååCkèNo?““Þ††·û ò²´IC‡š4t;½¡ÃÆ7´éËÒF M;é=œ†äeéñ I½,Ýï˜0!Ÿ¡^–NJN54t[yòÄtúI&7t½¡S'O¨¡»š®N™š5HC›œôžž=kÀ—¥Í54í¤÷¹œÙóé mò²tÿ†¾<̆¾ý³ICç-ĆƈqÈx‚þ²t{mÑôsËô/K+eB®½‹á¼l¿‚~a›†êéAfÿè£^|ñE³3îܹÓìËÒ,è÷ÊöÖ­[×®]KÍüüóÏ›,®  €>Ü~{®õæ—Ó ‚Xòâ§Í-mß}þ'7Aãe÷€Dpqâf¤D^)oNM\97ðŸ{Ê™òü¢Ø³—ë^Ý|båci«‹QÈDG~ákÕ p౟œv¢¸jñ옕ó£½Â±wbnÔ#SC¾þñÚ7G‹?Ù¼ÊÑÁìíÖ¯˜Àf1_~û«žž_oׯÖ¥Œcmë¨6¾pLe|á˜Ê¸¡•ÆŽ)/S_8¦09émü²´|З¥eÆŽõ_8Ög|áXŸñ…cR㆖_8&1nh‰ñ…cbã ÇÄÆމŒZd|áX¯qC÷_8&l«H 5t¯ñËÒBãCj¡ñËÒ=ÆŽõ_8Öm|áX·ñ…c]ÆŽu7t§ñ…cÆ -0¾pL`|áX‡ñ…c5çfÍO5t{Í/sÉ¥º½úÌÜùô“Þ§ç-xŒjh~õ©y†—¥Ûª~ÎÍ[L5tÛíy ?o(ìÂ…‹ …#FC¤54¿æÌ¬9¹×né¾ÙûDmž^"ýÏví+¿`Û¶mf§§Ÿchv&“¹mÛ¶5kÖ ÙÐT½Nw[YYYYY±X,++«íÛ·3°gÏ+=K÷Ž&+“úÇb[¥Åû:òl~>W^[×bï LÝdL&r…꥿|ñ÷¾€”ø`qwÓüiaðîGo× w¾¹Ùcå¢Vž=”*õªõÛßûøPOoŸ£ƒDÔbÅbNŸèï>Ú(PëO„ƒRC0`ÇaMÈsõ¿Z«mÙ°l8„Fêìâ"WiÉj©«››\¥!£V%võðèSPQäáå%U¨É¨Q =¼¼%r}Tôxùøˆeº¨–wûøù‰úTdTÉ:ýz¥TõH”ºØ' îë¢RÚJ=ª”¶‡†uëUHÚBÂ"ºD ]·…EŒôê¢\ÔÕ!”ëcKdTt{.Êz›£¢cøÝ2]6މmëÒÅ>aøØñ-}úX3>¾E ‹Òžº¸øÄ¦©>ÖŽOLjj×EIwuBRJ_¢‹]U’RôŠ;o'¦L¢=Z™”’Z×&Ñ?z+eRzm«XÓ¦Ô´è¢HP‘šžQÝ,ÒÅŽòÔÉ™UMºØÛ^–ž1ývS¯.òK'gfU6袰ízÆô™·„úxmjvNE>¶^Íœ1Ë[®LÏ™[^ÛCÆž–ËY9sÊkô±ùRöìyeúØÝtqæÜù¥ÕT¼3/·¤J»/ÌžŸwý¶>6œŸ“ûصÊn2vÖ=’»ðª!ž›—»øòÍ.2 êÏ.È[bˆu¿ä.\v©¢“Œµg[üÄÅ1b4õß)‚ús̬´Z÷Ý-Ö‡J•ºæV,óG¯°ÁcÿÙ Æ@ÓÓhvjJ­LNwÓ;|ÇŽ&§¸ FAAÙ“ækÃûÀÛ B‘„ëàÆµã1@7׎}2¥R©aóü€gÇQÊDîζÐÚ.ô/S±ÀËÝQÑ×Åd€TªèÉBÆ$iÉ_)4jk†ÚÝÙzE}¾acéÃx{ÛÅ…Ó|žx4íÉ]ìjˆ‹ߪ’®úøñ -©>Ö%ÄOhîÐEqgMâ„ä¦v‰. j’SõQ$¨NNšØhx´*9iRŸzôöÄ”´ú6±.vÜž4ir]«.övT¦¥N©mébûÍô´©5ú(äWL™œYÝLÅS2¦U7ébO[ùÔÌìªÆ^]l-Ëœ6ãvƒ>¶”LËšYY¯Í×§gϺU/$cwóõììY7õv7]Ïž9÷fþѦk3s©ÐÇ®¦+99óoÔõ±³ñòì9óËkô±á×9ssËjºõñÒ#óòJ«uQPqÞüÇJªô±îü‚ ¯ßÖÇÚâÜG_«ìÒÇ¢¼Ç–\½¥‹1b4µÅ ÓÊÊÛÝ:ºD­ºK(O'{×ÏÃø‚^•JIu¿ÛŠemM[wpt ßíâÌãÙ±m9lj­]ü·ä±5ŸîûîüØP·õOÆØÙ² ýY tss&**ÜÝÜ´Z*ÊÝÝÝ5]´"džž^j5¡‹Z™——·R¥‹L­ÔÇ×W¡ÔGÔÇ×W®ÐE†Fâçï/ShuQ-òì“ë"¨EA} * ƒ‚¤úG •088X"ÓècOHHˆ¸O•Ý¡aáb©ZÝaá"}Ô*:#ÆDöŠUº(Œ¢¢F.ˆ;¶G¤ÔEY{dô¸n*öñ£ÆÅtõ*¨Û)ÔEµ´m\Üxò72ÆŽïÐG•´%n|B‡áÑ–¸ñÚ»õJšÆÇ'ò»d†˜ØÖIÅÆ ‰É­‚>]7$&Ml¡¢¨>9%µ¹C•¢ºä”´æv]TôÖMœ4¹‰/ÕEaí¤´)mT¬I<µ¡Uå=ÕiS¦Õ·Jôñvú”iuúGeÝ·Ó§N«k‘èceúÔéµúØ×}+cꌚ±.vÝš:mfu“>vVLËÊ©jbö¬Ûº(ÜÈš9§²ŠeÙ³¹U¯¥3fÏ¿Y׫%3ç,¨¨ÕEI{IFŒÍÄÒ³çSßGraMBB"õÓŒÍ"¸޵áX–ꬾüòËþg2;ÙÄfÏ÷ïïþ³›mhòÿ+V˜­WÃ/fO²ïÚµk†¦ªÞšeEÿw³¦‹ ˆ¬É1O/LúËRØúÏ#KÚÆšâ½`Z(;]ÂfYŸ¼Ø ¯<7'Ì—·b^$ìÿî¼µµ Uê k–í7 ÆÍÚnxc]îëÏN¢>’Ì ÔÏ>–01.8**¶Sl½â¾†ê䨘 trrÔjdd€ÒÉÙI£Ñ žA(œ5j}Ô*\]\Õ*Bå®®®*CìswsW*´º¨éóp÷ "¨¥žž ¹F%^^Þr}$ToozûxûÊdTùúøöÑ¢Ÿ¯¿´OµJ¡¿_€Tª6Ä€@‰>j”=Áb‰JÝA´(ï é)uQÖFEµ¬3$4¼·×CÃ"z„úØ'‹ÓÓ£‹*iGDDdWBÛÇDDÅ1c; ‘9®³Û£Œb[TdLG§\%­cÇÆµSQÜ:vÜx¾@FF¥¸9&&ccÚ:úȨ5ÅOlm7ÄññI-|}ìmŒOHnæKõ±!!a"åÂú ‰›Û¨X7!qeÂÚ¤ÄÔÆ6‰.öÔ&%§5¶êb_OMJÊäúZœ8¹¾Y»«'¥N©këbWUjêÔÚFZLŸVÓ(ÒÇÊÔôéÕ º(í¬LŸ‚#ÆþñvúdÃ7ŽLX7~|bùS…mÅ$”<[[‹iͶê_pu$CM´IÁõŸÝlC›íïÁ×¾k׮ݻw¾v ÿÀFOOOWW—V«è(~xðàÁÍ;ŠÓ¦ýí,&Åx<6#\¥ÒìØá©…ÉNvÉsßHœ4ý³·²Èi”*Í™‹Õ¯ÿc¯«›¯o`è¤hÇYSÂ=Ý»„}ÿweÇžc>a^ž¾ŸýufG§hΪâ&¤¿·>ÝÙ3~f~â¤éž®vÏ>:ÆÍ™·mï/+ò&¹»ðÆÏÌŸ˜žýÇ'ã}Ýíx\›>¹êFUû_?Ø×Ý«ŒŠM&4*Ž õieZ’ñ¥Þå¥5ùh3“7}©å\[®ÜøsT¨O:Ó˜~ð™ÌÞžG}¬ŠZÙçàà@½Ì4*$ôEëÅŽN†‹ÝL£\ìäì"Ñ¿á[w)œ!öº¸¸‰ WÆõº¸¢R&tsó Þ®” ÝÜ=hÊõ¸{xÒ.”ëq÷òì¥.”“öxzy®›“v{zyÑ¢Ñ[ÉÒ.//ïCìôòòí+ôQàíí×M]s'øÐÞÆ&—|}ýº ±Ã××ð®6¹¸Ã×? KHÅv?Úzr1ß? ˆºO.âûÒbo[@PHGî{öl“‚›7o}öþ¯ÓÿÿꫯŸÉd®^½víÚEõéŠ+àË/¿4©×k×®¥§§3 »»[,+•Ê;mh&“yàÀÍ;ŠgÏ[qÞÒÒXSUéà`÷ÓÞí‚Þ¹+ßËœ–Ã`0N%'d2­<½¼#ÇD3­¬€ ›êšä ¹-‡ãëäÈb²´ZíÉ?Úp8ié™VL«_~9¡Ë§gÍ&­B¡¸víW…BU[w[!WLÏš W¯\‹EjµŠÅb99»FDDÙplØ,¶†z[¶VÃfÓ£šÍ¶¦GkkµZßß•µ ‡m8UØg°¨´¥ý*`û}¤ši´³S*é¸f§0üf ·ãòJµ!òx …¾¿Ur®Q”ñxörCìãñèÑžç ÓG•ªÏç(S¨ ÑÞQ&×G¥ÔÁÁiÀ¨:89ɨ_”GGç>**$ŽNFÑÉÉð©2¦Q.v6úDììâb¸_.rv¡}ª«¼×ÅÕ]BýÎ!ïuuue½®îîbÉ@Ñè÷…Lèn{ÜݽDý/ºwÒÓ¢§—Hÿ+ˆ¼¯ÇÓÓ«×»==½éÑËË[Hý‚Ò×åååcˆÒ.ooÚ{ü0bÄh6—©U}vvöÔOQøñ»½Åßm¾›‚{ä‘GîÕìW®\Ñ•tWW—B¡Édwºƒ±ÿþÍ;Šó¯?OÞôßÊz¡J¥rò±ÿ|ßéÏ÷Ÿ>}íO­ Ã(2 Ÿ' Ád2´F-“Éüm¢†É´2D­ÆÊÊJC,+– ŸCZ5‹ÅVk©OXS³M"›­Ö/‹Ð¨ÙlÚ£5ÛÚøÑÁ¢Šmm=H´¶¶QéGIh”ÖÖ•ásc”6ƒFŽ5GI6¥z€¨Vr8ƒD‡ckmm g2†Š¶¶¶ŠF¹­­Ý€Q%·µ3DJfgÇ5Š\®Biˆ\.Wn<ƒÒ?òx†*¥ŒgO}<{ûaFµRJÿPzŒ1’Q£”òx2ý7V£°±æ¨ ?¯íßUôíÿ»›‚›;wýòåËééé†×Õ Å.‚©eÛÕÉŽ¾_X,+B«:Á›kg#Ëö¹ðqAaôØ(ãÉhÐ_@Ày4)ûû!jLæ0#Ah™L»G+¦vT¢VkŲÓjG5É,i„B/‚ ¬˜ -¡»ÝÛÕ-ìêVÈäR‰¸»½“ËåFEFòìíÝ\]©¨2™¬®¾þæå™Lfñ¶wuôòñóðg0Gí,5–4B¡‡”B./>þ³F­NÍž*ìé­.¯PÈäÑcÇFEEý3;{ø‹ú¼ªjÏþýgŠŠê+«c“'Ø»8Tß,i„B%ãÖ••Réíí]ôÓ)ƒ±ö…Ö¾ðBx]ašÌL‚0ÿïüyj§Ãß~ýupZ´¨øÄé„Ôd7_Ÿ»#–4B¡‡‹eÕ#èjom#þ÷¿ò¢¢g~ú©©©iÓ_þâ`ouu0uªî´¶F3`Ckµ0a‚!^¿N.Yxà€ÛÒ¥×Îÿš<%ÍÑÃí.Çùp]ÝýÎo“ÿ~çU{º{ÿ86œßyÕ!„è}²Óß;â4ÿtáÂÜ9s[ÛÚNýü3¨Õ0y2h4 Ñ€Z j5¨Tæÿ™<4v,µüί¾ò÷òº~ñ²V¥¾Ë¡ŽäHúøÃ&÷¨TªÎîîÛ5UgÎ_º8*'â NŽŽñ1±÷dÕ[·“7þöÁ{g/À䉩¯¯ß@Þ9sQî=B=lÔ ÅÅ“gT*ÿûüpð ûÆ ksrJ ¨ÕF‡Ë·n„‡ëbMaAþþ ÕŽª BCu·ëë?}ë­œçžk©«÷»›ÑŽÎén6›ííééí陑š~»¦úïþ“ßÑ>*KF!„FQÕJ­VûêŸþô·ÌLÅÆ:0ðçé™ÐÜ <ž¡¡«ªtó\¹†Eøø@k+45îqqÑõ4ù¿·÷ OÏåsç~ýóÉ€ÈB«ñh瘝ý|âì…b›ÐÀà™ÓÜ]Ý "4ìý·ÿ¾öÕWzz…w³ðžX"¾Uuû^!„"Zµ¦­±iÓÿýß«ü#¡Õ2Ôj3FW±*ÔÖBC54´¶8;A€PÐÝ \.ýœðò’%?üPó¶£›‹R¡p÷.¯ªÓ IDATöb0w:à»*首–Ëׯ@ÑÅ ¾=œÿòú‰’ÀÍÕõ¹•O½³åƒ»YøïzyÙºÿÛx¯GB‘ºÛUnÎÎ/¬Zµó‹/–ååÙ°Ùf.klÔM]V®;>îì4ZVOQ”J¬­©E °±¶®¹qS­Ñ@T|¬_h0ÜQUÚ…cr…ü-ºtÛ055ÝðÖo„Bè^c´56?·|ùXóÊ+¢în£+¿êê ¾ÞÐДövLº? @©µš¼î̆Éôsw4sš‡“YUVqú»ÿ]/ºpGcÍ·`ÉäòïŽýøô²åÀ`0’Æ'üïd!õ¨»«[ÞÜyIñ ^ž^@­íü_¯^ùæè÷Ý]ä¡AÁÿã¨m¨ÿÆ?’w†‡l}÷}‰Å‹žYA^’èðéû[‚XüÌÊ^±Èä ¬à€À§2.zƒÉ,«¸±uç§-mmƒ|ȱ‹ÅÊL›œŸêîêÆb±ÄÉíšêÃ?~OžN  òX4?7n\Œ«³Ë@¿4õ¿pìN7$"4ì±GæÇDE;;9™¬å_Û?¦ï|„z˜1 ­VÛT[¯–+žÌÍ}÷ãO6®Yãîè¨;¹M@÷G?Ë-™žô º»M§§½k‹ ÐÀçk4Wg§¿­\YTQqª´ôŽF>ÊRr,i ¢îOˆ{óOmmm©{|ý|ýfeeÿõŸï^++€Ú†z‰TÂãò‚y\žD*€ñãtc;ØÛûzy7·µ@BL,ÔÔ×õŠE&Hÿæ+¯ÚX[“qBÜø¿nü¿Õë_ÒüºýpÆ®Î.¯¼ð}F{ûÄññ‰ããßù÷‡§ÎýBÝ?ybê«ëÖ³¬¬†³Ç2ä†ÌÉžùâ3Ï‘Ý\]W+‹Ý]Ýü}}ïf¥!ôàùéë#\{žR¡P«Ô[Þz+Ô×wë[o^ºQöùÁ}²ªº©®®ãžxD"ð÷7ºŒâînnÐÙ ..@F'ºíí §ÊÉÊ·¶…‚¼‡gkËåØLŒŠúßù …—/kµZ7OÏ;ü(—t+ßp¨çäèDÞðpsó•Wm9¸Rrý“ÝŸ@¬Yµ:!6ÎÎÖîÍW6®þãKÝ]A”UTLJJf01QcÏ_¾ãÇÅP ;&’,éø˜8¸Zz½ÿÞüÓF­FsöBq ÙX~>¾aÁ!·kªÍx˜c#'¾y»òç³gJ+ntvw9:8¬Yµ:q|<<ž·*iOw kב }éê•{vw …®..Ÿ¾¿åŽöäà2&,œjhú¯ßìÞ˵³»£!„ЃËã¥Ç',™3gb||dHHÙ­[yk×TU×:;8´9cÃbR©ûè• ÀÃÃ"¨Û ôöê—Ë©Äbàpt³“UÝ×GÕ¶ƒ­muccˆ··—¿¯W€¸yÝYIò‡™(”Jê¶•þÆ;lÁ>Yßÿû×?[š›ZZþþá{2™ ìlí;œ²¤¢œ¼ ,+fìXê]×cÇDËÊ*6z\5wÒ …ßöÌ_üÛï½¾yu§»Û€Ÿù2ü±ut ^~ýÕïŽÿ¯¾©Q"•¶´µí;|ˆ|ÈßÇpü:ÖòðW"• ”H% Mý^äÊà²xÁ£dC—ߺI?ˆG!dÂÚš37#cå‚‘==Ý3V¬hnjyë¨þþ{Ý'–¨Õ|>¸ºBG‡QCÓõöy Äáè®0úä㠀ƎŽ3¥¥>A>Þ>ÞÌ;üÛ£\Òv´“Æ’>Ý$ÇO o\--‘è·J"•^--!o§$è&(½¡/é±ã`LhdžSY]Õ.耱c 2<–ÃQªT7nUô@þßÞ"|ÉYHLÆ€›9ü±Q¿+ØØØøùG…Gøùè>—•þzpbÜxòÆõò2™\>Ðz‡4Ȇ0™Ì úµ”ß4³BQ˜L敲²Š›7{»º¾+<Áoo_4mÚ_V¯váñ åªÑ€‹ 8;ƒÉŸ›äñ¨3”66 V› äw& ³õLþkho:sÚ@SFùt·—7u›:õíåáAÞ0ù„“Öv¾nO/òõ²thP0Ë%_.¹QîáææéîèÀãrÉsÝå7+”äy cBý‰ˆa~êÙðÇS&¥>:w~dXø Ð{ë÷@'ýj‚;7Ȇ89:RŸ-*ê÷ª±¡éô=DY::2Š|AºäF™¯·Ofúˆ ˆ€ke%£;ò!ǶôÑÇV.YJ•ªøÒÅV~›£ƒÃœì™&3’ϸ㷬›ÓpI‹…"!„Êon™”´xF×–sääONvvƒýå øÏ^‘ÿ˜LÓO5÷ïÛ‹m8¶ŽÎÎwóAÙ£ù#žÇåÍÏ™CÞtu–ߺIÞnëh÷óö/£ã}oÝA*ý(¶¤¢|RR2$O;&R­ÑܸuK$“&ÆÅG…Gu:ú. sl¶Îãy‹È{òÿöy’9"4¬I‹%{ÏdäËÞ£E$ÆI;зµµeëE@!D±sàž¾ú«¯«óÔøø¬YÃ0Ó²0T7“ÿØlêâíAþ­üï…ííž¾¾ÄݱZI»8;ÿß78;é®èþï×û©7 ýzõŠßHˆãq¹äK¿<.7!6ŽœàÒµ+Ôr¨—¥gNËb±X7*oÉòº†z…Bacc3++›ÉdöŠE5õ´¿÷y†96/O/ê¹¶¾ž¼a­0 ò¼tu]-ù7<ÆÇĺ:»tõt[³Ùùëþ4*£%)Šº†úàÀ ˜˜˜d[`+“ÉX,ÖÆµ/[÷+éS§EGF‘·?üdë0ïA¡Id|LÝ­ªÏû×þýN\nÞÔ©Y ³““yÔ…ÙägŠiO—_¸0.9ÙèNý[«Wîܹ{åÊAÇ ËËǦ$ÝåÈ瘝ÇEF©Ô*['$0hbb2õ¦Þ_Î?u’šìÐßåL˲µµµ³µ{íåW>ÞõÄš§V“oM–Édßüð=51õ²4Ù7%åe Öh*kªcÇF“¯Å^/+­?´5̱ iŸCž¿ný÷Çÿçèà°|ÑRêÎGf䜻t¡»§çtÑY²¤m¬­·ü¿w¯••ÆDE»¹¸ŒÊh)…¿œ~öÉ•àìèô¯¿½s­´dBÜx?_‚ L^/ŽŒÊ™–EÞ& x8÷ „Ѓ„Åf‡ÇŒ¥BÑÖÐ|ð|ñδ³±Y4eÊëK—‘'™Ôó¥K.!!§»ºÆ©ÕåW¯Ž?¢¼¤d\L 9AbPÐÊÝ»w/[fø[XÆ%­a0œ=îö“7瘝'%%“§¦)Aùñ‡Ïþû½D]oÿóÝ¿¼²ÑÖÖvBÜøÏÿõõPŸ¬ï¯ÿüõa¢@{YšŒ%7ÊÈ7oWÆŽ&oÖ¹îá­G(üdës+ž"ß'­Vßí1E¡µM`Dh`D¨Z¥jkh:pþü3gÞ\ºtýüùºw‘ }åŠOX˜÷3ÏÍÏÿ¨°pmF¨Tå7n@yYüóÊIgçÞçž3|fý\÷‘#¯]ó dÜá®úÓÝ2¹¼¥­µäFù±“…-Íý'¸VV²zýKÍ[’0ÁÓÝCKüvþ¥kWýð]gW—ÉÄÔËÒjµúæíJòNúehWGõª±aŽíÃO¶¶wtdM™êîæÖ-ì9Zx|ßáC±c£×>󜟷°·W,€Z£y}󦧗-ÏHMãploUÝÞõåêåùÑ¢T©6þõ/Ï<±|òÄT‡s»ºj÷¾/K+Ê_xúYr‚>™lt׈B›íâÜXUóê_ôõõ½¹p¡®¡KJB##goÞÌ`0þ{ùrbPÐGgÎÐç½\_?••=wèÐG³góôT£¼¥eœ·wy[ÜâóSÆ„ßý8@D›þC¡ ³³³©‡W®[s÷ë@¿wW·ÿnÛAÞ~éµ?WVW >=B!¨,)µæœ|ã ²k{¥Ò|pº¢Â™Ç›7y29ÍXÏÓÑ¢·¯¯’ÏoìêúùÖ­>¥2Ö×wçOLð÷'Oz— §»ºˆöö?~÷]ö£ó´ÄÐIz÷–©Û………Ë—/'¹´´4''ßÀs_Š kjm‘Ñ— Æ¢ù¹äm…RYߨp††B÷ÔZ-u½÷¶ãÇOWT0 g§gΰ¬Ør¹L¥RšÌåí0&Я±ºjæG•ýùχøü©®®p¹¾^ÜÔäãë;œ†–ô}i^Îì)“Ò®–\¿YU)ìíåÚq“&¬À÷Ǥ>+B¡A(å OòÕåòššg0™ã¼ƒý€Á`0€Á`0 SKXYFËж­5¡ÕºxºžÿéÔÚ¯¿þú‰'ž:sæ• à••câGelXÒ÷+këþî@ÑÅ »÷}yO†„B÷'ƵÚÚÅ[·Ú±Ùr•ªC$róôô  @ A@¡e± € À¡Õ€••Õ¸¤ø#gŠžüê+¶Ïߎé’Éd*Ï©ßßµ,éûÒ¿ÞßÐÔèâäÌ`0z„ÂÊêªã§O^¸üëh½? !„În]üö"AËŠÝÝÙamà C6ôp8¹¹Æ$&S^nÝØÂ³³õŠÜ=}9Û¡ç,éû¿£ýëïŽ|ýÝ‘{=„ºïùøÜÍ<½<½†žîÎò_ÁB!„ÐhÁ’F!„,–4B!d¡°¤B! …%BY(,i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i„BÈBaI#„Bjè¿'}x÷Þßa!„ÐÃ&wå²Á'À#i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,é‡Ajµú^âwõnòðáÎAè¾€%ý°8w£ã½Åèspp8{ö¬Ù‡,y“ö¨ÏeÖÝïœQÌoê~'ÜWCE¿,é —ÆÁÁ!$$äµ×^Ójµ÷z\:{ö,—Ë%o;v¬££ãŽf×h4ƒ,ðŽüôÓO¹¹¹<ÏÕÕ5&&fÉ’%äCô]:f̘üüüþë½ËaÿvsýF,j0ƒø-ÆI=QGüd3kð¡Žà»=°¤@»wï–J¥b±¸¡¡á7ÞØ²eËO?ýt¯5 ØØØcÇŽ‘·óòò*++GqÃ÷ïÿ{Ñ¢E©©©EEEB¡°ººzûöí&L &ؽ{·D"immýË_þòïÿûĉw9Ntÿ¢ž¨#{²ÝåJÑCKúÅd2.\]]]ô‡.]º”‘‘¹gÏòέ[·ÆÆÆzzzA›6m õòòòõõݵk× ³S’““wîÜ b±ØÉÉiÓ¦M Õj+++û¯¥´´4''æÌ™yyy7nþ ½½}Μ9ŽŽŽ‹-Òh4Ô‡ÜdJGGÇ›o¾ùæ›onذÁßߟÅb9;;§¦¦nذ>ƒÁàñxóæÍ¥RIÞY]]=oÞF¼ f×Þÿ+2äš¾Àýë_AAA§N2û•5»ÓÌNÉår âââ<<‰ŽŽö÷÷?pà?QéO¶á?†üúößù&ßf¿:è„%ýÀÒh4uuuëׯ·µµÍÈÈ î …¹¹¹Ï?ÿ|]]Ýþýû×®][UUÑÑѧNâóùëÖ­{íµ× ¢¢âwÞ9vìŸÏ¯ªªš;wî ³SÒÒÒŠŠŠ °°ÐÚÚúôéÓPZZÊáp"""ú¯…rôèQ8tèлï¾;üÀÛo¿½nݺ£G–””ôßCŽùôéÓ*•Š:¹=­VÛÒÒ’ŸŸŸžžž *•*777,,¬±±±¨¨èèÑ£›7o&'6•T*?~^^Þùóç©Ê1»‡éÌÎev¥#ÞKmBÿ¯ÔÈ6ÁìÞ0ûrèöîÝûí·ß†‡‡÷_ŽÙqòøì³Ï8°~ýú7îÛ·ïÒ¥KsæÌùðéumÛ¶mçΫV­Z³fP(4ûDþ3aȯ¯Ùo²ÒA¾ÐKú´råJòÕÓÔÔT@pìØ1???êÑãÇËårÿââb©TêááAþ4œ:uª«««T* ìééGGG‹µ}ûö²²2[[[ww÷Af§¤¦¦À?þ¸aÆ˗/K$’“'Ofee1ŒþkÒà €üüü3f$&&@oooÿ% 9æÎÎN 7p ¯¾új||üĉ‹‹‹ÿþ÷¿s8¸páBmmí† Øl¶ÏŠ+¾üòKrz“Q8q¢««kùòåôešÝÃtfç2»Òï¥6¡ÿWjd›`vo˜ýŠ ¹ t¯½öZ\\\QQQÿå˜ç Ï?ÿùÏcÆŒINNîëëûàƒ|||’’’D"5ï믿ž’’ò /Èd²‹/šÝÀá?†üúšÝùw:z`°îõÐèÛ¹sg^^“Éd2Íü& ƶmÛȘœœìéé »víÚµkWXX˜D"!òóó;räÈ?þñ´´´ÐÐЭ[·’­ovvJZZZcccCCÉ'Þ{ï½½{÷ž;wîĉÏ>û¬Ùµ ið€¿¿?˜ÝØÁ7™âää­­­ä=aaa@­VK¥RòžwÞygáÂ…A\¿~ýÉ'Ÿ|òÉ'7nÜÈçóÀÃÜÆÓÓ“¼§ÿ¨šššmllèë5»‡é˜ËìJG¼—Ú„þ_©‘m‚Ùµ›ýŠ$&&¾ tnnn-§±±±ÿ8yW¹“¿888P·)^^^àêê ôòÎnì¿ítfw) ãÛdßGè>…%ýb2™,Ö€_ÙÀÀ@µZ½}ûvGÝyóæÍµk×–——Ÿ={–<·™™™™™™===¯¿þú“O>YSScvv:Ÿ   ?ü022ÒÙÙyÚ´i?üðï¿þúÕW_ ´–Á ²Àaî!ÇœžžÎ`0>ÿüó¿þõ¯ä=ÕÕÕ‡~â‰'L¦d0ñññ«W¯þÛßþ¶qãFòÇwGG‡··7´µµ‘÷ôçàà ‹U*›Í¦_"Ð9—Ù•Žx/™]šÙ¯ÔÈ6Á¬¾"wº f—SPPМC>†D^YíëëköÑá?èÌîÒ!¿MFö}„îSxºû¡“íçç÷ÒK/‘gÉÚÛÛÈ|>¿££ãðáÃP__ßÜÜ|îÜ9•JåääF^˜Ýd©©©;wî$/uÉÌÌܳgOll¬“““ÙµÐgäñx ÿ˜ZàÝl2}‚€€€?ýéOï¿ÿ~~~~UU•J¥’ÉdýßîB„B¡¨®®>yò¤Lœ8144ôý÷ßW«Õ---»wï~üñÇÍŽ!##C£ÑìÛ·O$­^½š¼Óìr®V:²½dvif¿R#Û³úŠÜé&˜]ŽÙqçy;¥R©Õj·mÛ””枨Ã&Йê@ß&ÔJš`ýúõ‡æF¡û–ôC‡Ãá=zT*•FFFzzzfee•——Oš4iéÒ¥³fÍš>}ú”)Ssrrd2Y~~¾¿¿¿Ï7ß|óÅ_ 4»É*ÒÓÓ5ÍìÙ³ ##ƒ ˆ¬¬,0»úŒëׯî¹ç¨ó†\àÝl²É4o½õÖ®]»®]»6yòd'''__ßmÛ¶Ñ/%[¹r%ÇsqqINNîêêúì³Ï€Íf:t¨¢¢ÂÏÏ/--mÞ¼yùùùfǸeËò…íeË–‘wšÝÃCÎ5ÐJG¶—Ì.ÍìWjd›`Ö@_‘;ݳË1;Îá<B^³ýË/¿ìß¿ŸÍfƒ¹'êðŸ tf‡:з µÒ&ؾ};yåz0€ ˆ¶¶62’—­’V®[sx÷Þ{34„º×¸\î±cÇ&Ož|¯‚L¹+—íÞò1 —/_N62ù?<’F!„,–4B èóÏ?§ÌB¿3¼º!„4äGÜ ô›Â#i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i„BÈBYÖ'ŽUVVÞë! „zxÅÇÇ÷õõÝëQXVI@||ü½B!d,®¤À¢~‹A!ô¨¬¬´´E|M!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i B­VßëQ üB „),i8w£ãÝ,ÁÁÁáìÙ³£5K^é(ê?þ»ÿB „Ðæþ(i®žƒƒCDDÄêÕ««ªªîõ  4 œ={–ËåþÎ+]ÇŽëèè€ÑØjQù-ÆB˜û£¤`÷îÝb±¸¥¥¥   ©©)--­¬¬ì^ÊHllì±cÇîõ(îJ^^ùñéw¿-Ô¢BØ}SÒÀd2ííí'Nœxøða77··ß~ª««çÍ›çí휟Ÿ¯T*“““wîÜ b±ØÉÉiÓ¦M Õj+++¹\îÁƒçÌ™ãèè¸hÑ"“ã¹þK€­[·ÆÆÆzzzS–••åääLš4i̘1ä=¥¥¥999äm³k)//ÏÉÉILL ár¹………&Èårÿõ¯:uêÒ¥KÁÁÁ‘‘‘{öìh¥`vJ.—[PPçáá±sçÎ'Nøùùùúú~ÿý÷ÔŸ|òItt´¿¿ÿ`Μ9——·qãFú¶˜Ý'ƒïFú¢ÚP[[›’’âææöÊ+¯hµZúúoA›6m õòòòõõݵk×ÐÏ„ºÏÝO%M±µµÍÍÍ-**R©T¹¹¹aaaEEEGݼysZZZQQZ[[Ÿ>}JKK9NDD¼ýöÛëÖ­+,,¿ªªjîܹ?ABèq_–4¸»»K$’ .ÔÖÖnذÍfûøø¬X±âË/¿LMM-..€üqÆ —/_–H$'OžÌÊÊb0ŸŸ?cÆŒÄÄDèíí¥–ivi0uêTWWW©TØÓÓ'NœèêêZ¾|ù #4YË©S§ÁÊ•+ß®×^{-..®¨¨H.—ûûûK¥RÓ§O›]éñãÇûOI>ôç?ÿy̘1ÉÉÉ}}}|ðORR’H$¢æ}ýõ×SRR^xá™LvñâE³ãhŸ ²ûë¿Io¼ñÆ´iÓ²²²’““úé§Á7ÊÑÑ‘Åbmß¾½¬¬ÌÖÖÖÝÝ}ð=‰BKü+XÃÁçó}}}ù|>xxxw¯½©é IDATzzzòùü´´´ÆÆÆ†††'N¼÷Þ{{÷î=wî܉'ž}öYr2`2MA1»4صk×®]»ÂÂÂ$ ùPSS“££ã@GÃf×ÒÖÖfgggkk;øv¹¹¹€@ `0Û¶m#ïLNNöôôlllì¿R³S’·É+¥ÉßK¨Û///puuzygŸôßÀAôß$???j$B¡pðòóó;räÈ?þñ´´´ÐÐЭ[·¦¦¦¹j„º¯Ý—%Ý××÷í·ßÎ;—¬™ŽŽooohkkóòòòññ úðÃ###§M›öÃ?üúë¯_}õÕà‹5»´›7o®]»¶¼¼<88øìÙ³ä‰\±X¬R©ØlvWW×pÆìââ"‘HD"‘ƒƒC}}=ùÊî@ÕjõöíÛy<ugAAAÿ•šòŽ×`ûúúš}Ôì>¹£å›Ý&:;;£££©8ÐFeffffföôô¼þúëO>ùdMMÍ!„î;÷Ùén¹\~ñâż¼<&“ùꫯNœ8144ôý÷ßW«Õ---»wï~üñÇ 55uçÎäåK™™™{öì‰urr|áf—FÖ!ŸÏïèè8|ø0Ô××gddh4š}ûö‰D¢Õ«WgäS¦L±±±yï½÷ÊËËŸ~úiƒar\K—íçç÷ÒK/‘'‡ÛÛÛÌ®Ôì”Ã(•J­V»mÛ¶€€€¤¤$àñx`È}2œ…S‹2»éSVVVþú믋/|ó›››Ï;§R©œœœÂ¨½·~ýúC‡ ~!„îS÷MI¯\¹’Ë庻»?õÔS±±±¿üò‹›››Í>tèPEE…ŸŸ_ZZÚ¼yóòóó ==]£ÑÌž=222‚ÈÊÊrf—6iÒ¤¥K—Κ5kúôéS¦LILLÌÉÉ Ü²eË«¯¾¿lÙ²áŒßÝÝý?ÿùϧŸ~:}úô5kÖXYY r¶œÃá=zT*•FFFzzzfee•——›]©Ù)‡µCÈk¶ùå—ýû÷³ÙlX¿~ýsÏ=G½ê<Ð>ΩE™Ýä4Ë—/ÏÈÈX±bÅ'Ÿ|’’’2øæËd²üü|Ÿo¾ùæ‹/¾ 'Þ¾};yà ·Bè>Å‚ ÚÚÚÈ\XX˜M=¼rݚû÷þn£©¬¬ŒïëëûÝÖø;Óh4A…ÂÀÀÀÒÒÒÐÐÐ{5.—{ìØ±É“'ß« „¥ùý;(wå²Ý[>¦baaáòåËÉF&ß {_¾&}?ºqãFoooBB‚T*ݸqctttHHȽB!‹vßœî¾ßõôô¬_¿>(((>>^*•~ýõ׃¼&ý;øüóÏ韈‚BÈá‘ôï$==ýÂ… ÷zK–,¹×C@!4<’F!„,–4B!d¡°¤B! …%BY(‹»pìÚµk÷z!„E°¬’Ž¿×C@!„,…e•ôüYc!„ÐÂפB! …%BY(,i„BÈBaI#„B K!„²PXÒ!„…Â’F!„,–4B!d¡°¤B! …%BY(,i„BÈBÝg%M„Z­¾Ó¹´Z­Z­&ç%â·˜…θ‡{æáü¢ „Ðî³’>w£ãε{÷Œ«W¯:::jµÚ&spp8{öìÝ ÐB ¹Á[o½5âåïÙ³ÇÏÏoâĉ#›}Ó¦M#^;B=¨,®¤¹ýìÞ½ûìÙ³\.wÄËäñx<ÏÁÁÁÎÎÎÊÊj É4É=R©tåÊ•ÁÁÁYYY7oÞ$ï‰D«V­òòò ù裹óàÁƒ/¾øbRRÒ™3g¨ÅšòêÕ«©©©nnnS§N­ªªñÆš5øP*•‹-š5kÖ@Òo¼ñÎ;ïœ>}Úä~³K»}ûvnnn@@€‡‡ÇÔ©SÏ;—““³xñb¥R9ÂÍC¡”Å•4ìÞ½[J³råÊØØØcÇŽxdEÙÛÛóx¼;šQ£ÑÌš5ëÆÍÍÍ>>>O?ý4yÿºuëÚÛÛkjj~øá‡M›6}ûí·ÝÙÜ܆<Êd2aØo‚"îááAFOOOòžá“üÿöî<®ÆüýøûœsŸÎiß‹VmDeBÈ’BöKÒ;a¬ÆšQKÉ2!Ù—4–0²—e4R„(´§ÒrªSgùýqÏ÷üš¶á#Ûx=óGÝç^®ûš£×¹ïû}ß§¬ì»ï¾ ½~ýú™3gîÝ»G_é§ hdXÀ7èk=Ýmjj*‰öìÙó©cÁh}ûöíÛ·oQQÑŠ+&MšôêÕ«Z3¼ÿÞÆÆ†rôèÑM›6ݸqCv¬iggÇáp?~Ü«W/BÈ“'O:uêTïÄz7ÝМ......„„„6›ÝµkךK={ölîܹIIIfff±±±ÑÑÑ íHË–- !iiiVVVÓ ú“G~~>½`ãè³åyyyôÌÙÙÙuÏŸ7îÉ“'EEENNN,ËÕÕõ矞6m]€¬ 1ñHúc¸¸¸Í›7>ñ›››KŸ)-..n|ÙŒŒŒ¸¸¸êêj KKK‹Uk†çÏŸÇÇÇ÷ÝwiiisçÎ7o^UUUnnnnn.!DKKk̘1?ÿü³@ xùòåÑ£G§OŸ^ïÄz·ÞМ)))ÕÕÕEEEË—/Ÿ0a}b`áÂ…‘‘‘„‚‚BHNNN^^^TT!„]wGúôécbb²hÑ¢wïÞ•••ÅÅÅ5Þ ]]ÝöíÛ'$$ükÏ !ŽŽŽ[¶l‰D™™™ááá&Lø˜e,,,ø|~HHˆH$ÑÑÑööö„„„[[Û?ð-øZCšÏçGGG kkk}}ý$%%BÜÜÜ_¶¢¢ÂÏÏÏØØØÀÀàÌ™3”½äååÕ§OŸÉ“'ïÞ½ÛÁÁáÑ£GB¡ÐÇÇÇüÿгmÛ¶M__ßÂÂÂÕÕÕßßøðá Mìܹ3}Ð9vìØ–-[¦¥¥54gXX˜‘‘‘¥¥åÖ­[é íÙ³çÎ;„îÝ»?~РAýû÷ïÝ»·½½½››[½;ÂçóÏž=[]]mgggnn^wÄu]óæÍ“5¡Þ‚e¸\nddäÓ§OŒŒzöì9lØ0??¿FÖ\wmzzz§NŠŠŠ244´¶¶‹ÅôHõˆˆˆyóæýk©ß!D*•fggÓ¿ÇÄÄÐ']iÞógG…‘OiÐ\$ɘ1c&MšD߯ÕüÎ;~úôiú9À7b¤÷Äðí¡²_cbb¼¼¼èD¦ï=ÆßD l6;""‚æ-ïÞ½;tè –¯uà4-eeeym}Μ9òÚ4“áØ€¡Ò ŬÓÝÃý7¿)àKÓ ìkžžžò.áÿcVHB<wý÷™ †Óãéç/Ág¢¿H‰9Ò„“§ÎÈ»€¯†°è©¢‘«¼«€/‚‰!Íå2±*fªým<ðÂÄ8¤(&VÐ̘‡iÂÌÆénh^Rúù¸ðÍÀÿqøj01q$ ͦ²¼øEÂùöN ºã¢ù¥%]ûëV¸’ªŽ›×Vy×ÒžÜ9jÕi0_ICÞ…ü;&Æ!! 5d<¼ö>û¥XT¥¡kÚÙÙ[ߨ¶Z(¸%4óÕŸųqÝÖ~8!$51&íé-"•Zvp1kçL/ž•–ðòÑï½GøÖýNR‰Xwögû~?°¤¢{—‚sÞ&Šª*µôÍ\çjè˜4´é‚œ—÷/‡dhê™õò£š–!!DT-|x=ìMÊ©Tbn׿kÿi„z‹¬éPàPú‹­¤ªejÝ«³³7‹Õà#†2_Åk·°â+7qº<Ž=dßoj«¶½8ÿü§÷ûßùé‰XEC¿³ó÷†æ]þ‡=}þ×ÅWv ¢¡kÚøœ´f艉•CÜÙ®6²9øSLÇÄ÷(…ÓÝPí¨û~SŒ[;J%âäQ·Û8~áñ;v Ë‹Ç-8Rú!'úÀB5ͦÖ=nð˜s@,®:÷ë\«!%…™Oî8~=W[wÍÉ]ÐÐ1nÙÊ®J(0iãØkØB6›sû즻ѿ ›R樂[päÖo;õšhѾÿƒ˜½·~ûyÄô],ëÞ¥í‚"¹(~iQý®·ÈZ58ô5³é]]Uù&ånì¹Í†æŒ,|TÀõÓkM TÑÐiÊþRY^¬ª¡ËSTª5½K?o=#k‹pãàÝè_Æ/žÆÕœÙؼ#ýC ãv/_áRTyiáÇïiIQöÝ‹;{þ||ÇdŠCq)Š9=iÝa@\ôŽŽ=Æ:çW…‰qˆkÒPSw×ç,´í6LS¯UJÂ%· k‹òÓˆTÚÂÈš~«è¶~õäEQ=Üf^=µN*•öpÉápnŸÝܵŸ—¶¾i½«-+Î+)ÌÒ7jSëý–û.IßĆžXwÓ¢êJB›E(Šâ+*BJ 3+…D*Í|ðûñUQµÓ¹¶Î Y« 6›Ãáp¥ïÿ¼aЪ½™uwEµéèrçR¨Ó9l6ç]êŸ\.ϰU{Ã)¿„®è;dÒφf…¥—Ž,w2·MÇï³_žÞ5ËЬ½X\pëð„‡4tŒDÕÂꪊZ›“ˆE—øs÷ÚX!øðÛ¾\â‡CWôì`dÑ¥VmbQuIQva^Ú“û‘ýGûRõ>ûùGî©T\uõÄš>Ã~ÔÒ3!„PEQÌ鉞aë’¬JA‘ІÞ'¼šã! 5éX*)käf<{|÷´Uû~Ú-K 3 !ŠÊªô¥J¾’ªP( (ÊÎa˜Ã0z©û1ûZšÚêµ¹e/!¤KïñŠ*š5W[QV@QQÕbÕøëÔ'73RŽš¾ãï?åu6ÍbqxÊOÿ¼Ð±§Ç“{‘„©T\UYJQà)~¿ôdòŸÑ×Ïš·ë) ë-²ÖÞݽý@ey©’ЦË_‰bÕÞùæÙ_rÞ<6±êö<á²MWwŠû÷éz‡CQÔ«ÔxQµPCÛ0/ã)!DIE+;ýq«¶=ØlNòƒßlººë´° ?CÔ”ù6©¸0Ë£ÿd_צ«û“{Q=ÝfÈV[kþò’ü„ÛGÞg½TÕh¡¥gJQÔÇîieÙÕÓ¬»¸™Y;þ]6Å¡(Š9=QQÓ"„Jó5t ê}×0ã·`L•°üÂ!ÿ!žk[µî––rïÊ©1':÷K‘Jªø*„‰¨ŠÇW®ù¶yùäVIaæ‰kNìšÓ­ß¤êªŠ˜S£§o«¹fŠâB(.‡ÍæÐS’ã/&Äž?o¯ª†~C›1%h¨×úØ‹¡Ï.uëëIQU×®ªB:öAq¹6]\¯E–f(©ª7^$Íyø|ëN.D*ÍÍ|~>b…m×!Ž.ßs¹ª–¶½^<¾j`j“öünÿQ e R‡Ë¥„•¥,+ñ^$=±e+[U ]-ƒQÓ¶þqíà±à4uŒŽõ34ëPs[•åE„uM=ús‰š†® ´€^3‡Ã©[›¶¾±»ç"•^<¶öÒÑŸ¼Eðxг§„´gwҞ݉‹ÞI¯êÈÖÉÎÃèX0¤'1!„p¹\üµ†câGÒ “ó6­²¼Ä¬MWŵ²ë- £­2q‹Í.ÈyebÙ…Róª…q[ÙÛ&?ûUB쉱3wP\nÎÛd+'±Dôûñ€Zï+}BHUE‰Šº.!$)>úÁõƒ“~<ÀWRkdÓEYÚ:YÚ:BrÞ>c±ØÆæJ>äB$"!¥¨L¤ „¾¢²¶žI#EÊÈa [Ùvvòˆ»´ÇiÐ4Bˆm×Áç.×miaÖÆAMS¯ÖüZº†‰ØÝsµï£½,Úu·h×½²¼äæ¹à +欻TóUuM}Bˆ°¢˜Þåò²B5zëõI˘[;<ÿ+†¢(:eÿuOM¬ìÇÌØ.[|Ëâž“Gè¶V”1¤'¥‚"BˆŽ¾)þÚÃ1ñ Šc £×²ÅUH¸}Âq€—XTõ*é¶A+[5um[ûA÷®ì71o_R”›ÑÝsý¶©ÿ~"`Ô”@%%Bˆ’Š–°¼¸ººREM»ÖûJ]SOߨM~æ Mí–Eï3.ßà:f)‹H…åÅ„5íz7Í¥¨÷Ù¯µôL„•‚[çƒÛ;¸khé«kêê¶´øãÚA—Q‹ž>ºª¡mØÂÀ’Åf7TdM‡ËáˆÅÕÅ…9o^!\®BSðå0ñß¿ìÎ €/ârû.ï*ê!‘ˆ'ÌÙªoh!ïB¤©zâì>µIêhL i 0µ°3µ°“wÌ‚žÀ7ˆ‰qˆó{„™!Ç f†tøîy— Œ éÓãê¹u‘œœ,ï é1+¤Ïné%ï¾Røûùô¹—à¿! ÀPi†BH0B€¡Ò …`(„4C!¤ ! ÀPi†ú/‡´T*‰Dò®àô_鸸8uuuyWð?bVH+×gÍš5 Íùòå¼¼¼æ¬ Ù0ë«*ýƒ²²rxxø˜1cŸôèÑ—/_ÖÓÓûò¥47fI7"55uذa-[¶433óó󫪪2d!dôèÑË–-#„ìܹ³}ûöúúúfffò®às1ëHº!ÕÕÕ#GŽtqq‰ŒŒÌÏÏwssãóùÑÑÑÊÊÊ‘‘‘½zõ"„ØØØÜ¸qCKKkûöíþþþ^^^ò®à³|GÒ÷ïßýúõ’%K¸\®ÁäÉ“=Zkgggmmm@`jjZTT$—:šÐ×q$““C‘]{Ö××§§ÔtàÀXZZ–••5w}_À×Ò-Z´ „äååµlÙ’’MO‘yöìÙܹs“’’ÌÌÌbcc£££åS(@Óù:Nw;::ZXXlÙ²E$eff†‡‡O˜0¢¢¢’ŸŸO)(( „ääääååEEEBÒÓÓåZ2Àçú:BšËåFFF>}úÔÈȨgϞÆ óóó#„,\¸pÆŒGíÞ½ûøñã Ô¿ÿÞ½{ÛÛÛ»¹¹É»j€ÏÂÐÓݲ¦e¬¬¬.^¼Xkâ²eËèû¯!aaaaaaôÏ#FŒhh=_‹¯ãHà„`(„4C!¤ŠYdž/Šýr+ÓéÍ—[9ü7xzzÊ»„ÿY!MñÜõK¬öôÅx›/±føÏHNN–w ÿÀ¸&„œpà@ú¥?þøãܹsëÖ­c³kú¬®®öõõ;wneeåÆÊËË­¬¬–.]jffFyóæMppð³gÏ„B¡¹¹ùìÙ³;v옒’ôæÍ ‹+V˜˜˜B*++ƒƒƒoܸ!‘H 4þ|BHYYÙæÍ›ïÝ»Çãñ<==ÇŽÛÐ^°Ùl~ýúÍž=»n2wïÞµ¶¶ÖÒÒúœÖÕµ{÷î¹sç0 ¡òht“ëNl¨{õö„µeË–ˆˆssóÆç¬UÉ—kT=üüüBBB¸\îÇ/ LŒC §»áŸ<¨©©YsÊÎ;Ož—ËíÞ½û«W¯èyòóóuttØl6—˵¶¶VSSKOOÏÍÍuqqáp8“'ONKK{þüyAAÁåË—gÏž­¢¢ÂápLMM !>|¸víš··7ŸÏ777wuu=s¦þ{ýY,–’’ß"‘ˆ²hÑ¢íÛ·Ó¯J$'OžÐÇ—K–,Ù±c!$99yúôéÆ =zttt4½GaaaÇwuu4hP­ ¤edd,\¸ÐÍÍmذa!!!ÕÕÕt&ùùù>|ø#›\kb½Ý«·'„¬¬¬   õë×ËÖÖМÍߨFEEI¥Ò† `&®"C-ÁÁÁ}ûö544¤§Ìž={ùòåR©töìÙ‰dÆ ÞÞÞFFFõ.žŸŸŸ™™ieeUkú£Glmme+œ3gΈ#ÌÌÌ¢££*++ !"‘HAAÏçBÞ¼y“ŸŸ/•Jïß¿ïëë[]]=þü¾}û¾|ùR*•ÊÖoeeSo%‰äýû÷ááá;vtpp „ 80$$dîܹçáÇ<ÏÖÖvûöíNNN›6mêÔ©SiiéâÅ‹,XàêêúâÅ‹iÓ¦ÙÙÙUWW‡‡‡;vÌØØ¸²²²¢¢¢Ö†D"Ñ¢E‹‚‚‚ŠŠŠ|||x<ÞñãÇœœ6nÜhooÿ1Mnhb­î%''×íIyy¹¿¿ÿÂ… k.Xïœri”……Efff^^ž¾¾~½0¤1p jÚ±c‡‹‹KqqñäÉ“oܸAOtwwß¾}ûŽ;\]]8Ю];KKË;w†††ÕZCnn.!DMM­æÄ7nÄÇÇûûûÓ¿š››khh$''êééééé™™™)++GEEUUU?~œRUUõáÃBÇ;yòäÔ©S***ÊËË !²ƒxeee@PwG‚ƒƒ'L˜ðý÷ß'&&Ξ=›>çÜ»wïŠŠŠ‡B.\¸àîî^kàñ½{÷„B¡¾¾~bbbee¥––ÖÇUUU9Ndddjj*Ç«{š:)))33ÓËË‹¢(]]]ww÷K—.}j“ëX·{u{"Ö¬YãææÖ­[·šKÕÛ=¹4J]]’ÝHO˜€‰†[° ¦Î;BzôèÁãñvîÜYëØëöíÛïÞ½[µj•§§gEEÅúõë·lÙRsú¯yÍs›—.]:uêÔîÝ»õôô!ååå~~~«W¯îÚµëýû÷ƒ‚‚Ö­[·qãÆµk×îÞ½ûÒ¥K&L „hjjÒé;tèP‹Õ¿ÿ7¦§§«¨¨Ð+¡¨¨¨PVV®»#>>> J¥/^¼X¹rå!C&Ož¬¨¨èäätåÊ•6mÚܽ{·î@ª>°X¬Ó§OÓ¿ÚØØhkkëééÑ£±¦L™bll¼lÙ²öíÛ×\êýû÷„Ù‰k--­‚‚‚OmrC¯Õ=:DköäæÍ›wîܹsçNHH½ˆ——×¼yóèÏIµº×¶mÛæoýfàp8ô€ ˜‡8ö…zéëë×Jš×¯_Ÿ8qbË–-,ëéÓ§"‘hÆ µ¤Ï¸éèèB._¾±gÏÙ±õ«W¯JJJ:uêÄb±ºwï>wî\úJªƒƒ}®5%%…ÍfÛØØÐåååå<¡Æçó ØlöË—/;uêDIMMmÓ¦MC{Áb±Ú´i3räÈ}ûöMž<™2pàÀU«V™™™uíÚµîE÷–-[ŠÅbÿZ—ÛííííííKJJvíÚµråʳgÏÖ|•ÞÓÂÂBú‡÷ïßkkkÿoM®5±n÷èKË5{bmm}ýúuÙâýúõÛ·oŸ¥¥å‹/êvO.¢O·Ô=‡À4L<ÝcP}N²   **ªæéÓ’’’ÀÀÀ•+WÒè544 óóó릑¦¦¦••UJJ !$+++00püøñ"‘¨°°¾_ÖÐÐPAAáĉb±¸²²266–>¼KOO‰D%%%¡¡¡nnnZZZmÚ´133‹ˆˆH$W¯^mÙ²¥©©©ººº‹‹KxxxeeåÛ·o/_¾ÿ»ï¾“wõ …+W®Ä ¦ÕT3fL“ÔÐ ˜ÒêßKKKKKKyWñ@£àÄÄ8Ä jÂÌÆÃL3C:|w€¼K?Æ…ôé‹ñŠF®_bÍÉÉÉ_bµ_³Búì–^_rõ_tåM w 0B€¡Ò …`(„4C!¤ ! ÀPi†BH0B€¡Ò …`(„4C!¤ ! ÀPi†BH0B€¡Ò …`(„4C!¤ ! ÀPi†BH0B€¡Ò …`(„4C!¤ ! ÀPi†BH0B€¡Ò …`(„4C!¤ ! ÀPi†BH0B€¡Ò …`(„4C!¤ ! ÀPi†BH0B€¡Ò …`(„4C!¤ ! ÀPi†BH0B€¡Ò …`(„4C!¤Šú×9FzOl†: – éðí¡ÍSÔ‚ÓÝ …`(„4C!¤ ! ÀPi†BH0B€¡Ò …`(„4C!¤êß¿  !K—.•w rÔÈ«èOãý100h¶J˜)++«ñÒðY:$ïäfÒ¤Iÿ:úÓ8©TÚ •0‹Åú×yÒð¹²³³å]‚äää|äœEEE_´fJOOÿÈ9ÑŸFàš4C!¤ ! ÀPi†BH0BàëóáÇ€€€´´4yÒîܹ—””$ïBä! ÍçÕ«W‚‚NìÜùîÝ»šÓÓÓÓ…„DlØþúµ¼j“‘J¥"‘HÞU4H ¤¤¤øøüسgÏ3f~¹ 1¤?îÎÊÊÚ»woee¥¼ËiVih&¹¹¹7üýl/ü¦qðj@@jJŠD"‘H$þ¸ÿçŸ,.j}þô?–••É·Î{÷˜È·†z‰ÅâÄÄ'÷îÝó_±ÁßiÌõçžž¿ÜæöîÝ›““ó1ÜøÒvìØø³ïùè?Û¶m;cæìÌÌL@ ï¢>ʦM›Þ¾}û9kÀÃL ™¤¤¤˜a^Ùé% ñ±AAUóæUV”¿;µ{¬Q%_G÷¯;YúÅŹ¹¹***µ–•J¥çÏŸOJJjjj–––¾¾¾={ö”˾43¡PXVVvôèq++‹K¿?Ø´úç cþË&xxŒñòòª;`` ý›ÍVVV¶¶¶vvvf³?ù¨LYY™ÃáÈýxzêÔ©»þÁ{ÐÑ·ý|—ΜµhÅòy<ž­­-E5–b²>È 4¨}ûö_²ØH$ªªªŸ³„44kkë=]1·ÔÒV‡°I~|Û655ñ(]¡¦õ2%¿ ¢º´¥®®nÝeùå—;vøûûïÙ³GCC#'''!!Ïç7ÿ^4¿œœœ‚‚‚ÐÐ0oï —~O˜7wâæm§çÍvàÊüùóZjüøñíÛ·¯ªªJNN>yòdëÖ­ŒŒš³ì&¼}çÙ93†ì ¿²{×–Õk¶Ž7ø×°}'ŒWUUmäpüøñ:t¨9¥¼¼\(~ùª›Bš‰¾¾~Ûqßùu‹·9±´Ñ!„”¦·3×Ó`s^&æ?O/~b`Ôkþ|55µZ æäälÛ¶ÍÏÏoÆŒôccccccúç°°°ýû÷¿ÿ^QQÑÏÏoܸq„ƒÝ»w>|øþýûýúõÛ·o‡ÃIMM]µjÕýû÷ !ŽŽŽGŽ!„<|øð§Ÿ~ÊÈÈPPPX¼xñwß}×l ù·nÝ’J¥GõówüäMÏ .ÛB~›7{Øž}—Ì9jÔèz¤iåååUUUt£Øl6—Ë­®®þóÏ?EQÎÎÎvvv„«W¯ÒŒÇŽ+[‰D"9|ø°µµµ½½ý—ßÝúM:uwXôü9Ã÷„]ž9mж¨ŸVÎß¼5Âcdï%Ký-œoaaÁápZ\ TUUÕœRXX“ÍáplllúôéÃápûöíûàÁ@àææÖ¡C‡ªªª;v8:::99I¥Ò &¤¥¥Õm lÙ¡C‡***^»vM(–——þ¾#¤ ùtêÞ-ýñàî@ïÖÊ­Ûë¶–6‡õäAöË7%O Œœ–-³ëܹîRwî܋ţFªwÖÖÖ.\ÐÔÔܵk×Úµké&„lܸqýúõË–-:thRRR›6mÆ×¾}ûøøxuuu:Š‹‹===×­[çáá‘””4xð`9FQ-"‘hÇŽvvvW¯'¬[ë»ÿàå ãúíÚ{qþœá¿î¿â3kؾð«IB¤Riiié;wŒÛ´iC¹ÒÑÑùá‡455ãâânÞ¼ioo/Ž?n``°xñbUUÕ¢¢"ÙÈ€?þøƒÃá8;;WWWËë4,,,$$$üÐuŸÙÃöîû}æÔA¡{.,ð™°c癦Lž¿`ù’ųlllôõõ?fmb±øôéÓæææÞÞÞB¡pïÞ½ŠŠŠÝ»w'„<}úÔÓÓ3>>>77—Çã=þœÍfgdd(**¦¥¥q8ssóòòòZ ¤ÛB/«££³}ûv''''''‹µ|ùòÏÜw„446›mëà˜óvÜo—NêÔ‚¢Øï^}Èx[šÄWjûö]»Ö{Þ’þz×éääD)++311ùðáƒlú?þد_?‰DB)))‰‹‹ËÊÊŠŒŒÔÒÒ"„´jÕŠríÚµÊÊJ##£Лˆ‹‹³²²jòÿ¤¦¦¶mÛöæí¤… ¼÷¼4i€°WæÌtß3kúà}á1Ó¦¸Ž1²¡#é .p¹ÜŠŠ eeå‘#GBèKË­Zµ¢(ª  €Çã•——+**>}ú´´´tèСÊÊÊ¥¥¥Gv˜““sïÞ½iÓ¦±X,9ž"ž:uê¯./˜;:ìÀïsfºï?xuö ÷=a—fL²eëÉ•+~ôõ[qpO½Ë?~\ö¦2667n\fffQQ‘‹‹ ‹Å’H$vvvýõW¿~ý! 011ÉÍͽyó&EQ©©©NNN·nÝ‹ÅéééôJj5î ½lBBByyy=ªªªš¤cihVOJÆ m­%¬•K¥-ŒUÍÞW½,xsæÌs#£¶:ÔÍi BHNNN½WU9räÈssóZà!²ÑRyyy²‰2,kß¾}ô¯]ºtÑÓÓkšýülVVViii}zÙø¯\²hú®½çgLr âÚ´)®û^1uЯûoäHÚÝÝÝÎÎN*•fgg=zÔÎÎÎÑÑ‘òøñãGikkÓg€Y,=RZKK«´´”þâHú“ !äÁƒººº-Z´(--mŽ}n@XXXhhèþƒW§ÿ0hÿÁ«ÓpÛviâ¸^zŽï»u[è®Ð_újêqãÆÕ¼&-‰èýUSS£wJII©´´TAA¢¬¬\YYihhøáÇÒÒÒ´´4ww÷ÄÄÄwïÞ¥§§wëÖ­ºººné5ÓËñù|…¦Ž€æ“ðàAÆÉ½#4*•Y¬‰ù¹ÕöôéqdÒg‰÷¶o£–.kݶm­¥zôèÁf³>ìëë[ë¥çÏŸ/Y²äÞ½{¦¦¦wïÞ½råJC›¦Ï…¾}ûÖÜÜ\6ÑØØX,oݺµæxò»wï6Á®~6‡3hРwïÞÍ™¥³~ýæ3&m>:ßgô®_/NŸâº'ìRãGÒ„ŠŠŠªª*eeåŽ;ÆÆÆ:;;gdd\¾|ÙÇÇG__ÿõë×/_¾$„Ðû^XXX÷²î€Ο?ãÆÎõ]†h6S§NÝ»ï’Ïì{Â.OýÞeçîóÇõò_±uúÔ‘> ݹUGG§‘±cµ®I+++BÊÊÊèÏ"eee***²s‰DEEECC#66V[[[]]ÝÔÔ4999++«uëÖÙÙÙu(#‘Hø|¾P(¤OZ4É5iÜ' Í$777ÿ÷Ã4*TØì—OÞ?O/ŽãhH­¨¨[Úèt¶Ò2M~rkÛ¶º÷IÌ™3'88xýúõ©©©%%%¯_¿¿zõ*}&Ož——Wë)+rglllmm¸æÊ•kúYû-;Ê!8ôœ÷¤~I“ÿ{*KaaáëׯÕÔÔø|~EE!D$ååå=zôˆRXXhjjª¡¡qöìY:Ìjv@IIiĈׯ_ÏÊÊúÒ{Úˆ°°°é? Ýsa²§sÈ®ßzôH(ÒoÈÏDB¼—ÿþ*íl’‹Ë篠¶§OŸvW,Ó&œ¤Ù/ß”$9-[&ªܻɻµr[ݲBaæóçyyyuï“öõõµ´´Œˆˆ8pà@EE…ŽŽN÷îÝ/^lnnîáááááahh¸|ùòG=:>>¾îÖy<ÞÑ£GýüüzôèÁåry<ÞÉ“'úé§nݺI¥R]]ÝÕ«W×ݺ|))))**úû/»};vÒÄþ3fùoݲâ—í‘KŽmdt÷±cÇè(ŠÒÑÑñððJ¥†††vvv{÷îUSSëÛ·o^^ÞÞ½{gÍš5vìØ«W¯îÚµ‹Íf›™™Éî622rrr:sæÌ”)S”””šiŸÿiêÔ©{Â.N›â¶#$jäpû%KW„oÑÖÖnüº!g̘1W¯^ݶmEQ666...µ†'%%ÙÙÙUWW›ššB¬­­Åb±A½ ”-¨®®îêêÍápú÷ïÿúŸ ÷ëåÊëÏÿNä¸c3!,BÈÆ°²9.\ûëä–¡ŸºÏðmZºté¡C‡²³³?f欬¬ÄM?™¦¿~—%xcié°p¡]çΉ$þÖÍœ¿Ñ—¾|”{]ª:1"BSSóKWþùrrr~ùå—   Fæ¡ûCî>©TZTTôòåËEKV¬Z¹ôòÕ§l4 éZ=‹Ååååtô*+++((H$’ŠŠ Çf³‹‹‹9Ž’’EQôñ7}>CSS³´´T$ñù|>Ÿ_s\Þ¿JOOÿ×þÐ;Õøª ¼!pߨÑ}þø#~Ù²%JJJÜsU“¦¦fÝ[°!ôþÒ+ …ô9ÙþBx<ž’’Rqq±D"a±XôùzXkYEEE©TJÜ«wÓÓÓ;wî\ëÅØEçÝûwzöºò*íMܱ_“¦'|9oG{ÿyႸ¿çèÑíìì!§kçgš§ÎŸ/·4ì6vlÝ„nhLM¾gb›‹ÅÒÒÒ²··sÆ8>Ÿ¿víê|tZã}h| !B¡P6<»Ö'‰zØÐ²u?| €æãèääèäTk"‡Ã±íÜÙ¶á¡IßN  ‡£¯¯¿aÃú+W®„„×Nâÿ“5«ÔÒÒª÷it ùoô! ðõáñxC‡~+—&Ûµk'ï䣻 ! ÀPi†BH0ŽÀçÊÉÉ‘w Œ–žž.ï ýiB>ˤI“ä]£¡?ûöMAHÀÿ®ñçIúÓ8Üÿ¯pM€¡Ò …`(„4CÕ8faf:vÑùOZÅ47~ÓÕðqý¹>ýåÐIö=•2¬¬¬,ƒaj¾ÐÖ\ë#×øìuax€ëÇWðÜÿIóË‚˜þ2鸸¸úoÁúø¯—~•öæ#¿ïà[óñyZ/ŠBL;ßC±03mšºàѧÇéÃh"»&Mç4!„Œßó©kLLLlÊþž½&ŸtMšwl!„NhB_“®ùòßQ ÍNÏ´ÿ+~¶ñújOIEND®B`‚gbonds-2.0.3/help/C/figures/tool-bar.png0000644000076400007640000001636611107720364014741 00000000000000‰PNG  IHDR,8È/RbKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ ! ï¤pƒIDATxœí{\SGúÿŸÜ¹$€€\ŽXQR»"-ÆKE@Ô¢[»"ÔZ·õëÖmµTêög×»n‹]­ÖõBEůÒj]µÕ€ ¢¢áVn‘«@ ÉIrNøý1õ˜†‹äBY¿Íû¼ræÌ™™sùœ™yfæ94¹\,X:˜C] ~×Їº,üÞ±ˆÐ‚…!Æ"B †‹-Xb,"´`aˆ±ˆÐ‚H$ññññññ«V­’ÉdfI“V__o–„,üžÉËË‹ÅöööÓ§O÷ðð0cÊQQQ<HL@››kƬ{"“ÉÂÂÂæÏŸÙÙÙ;vì0=Ùÿ "”J¥b±8//¯®NªÖL€L&óôôLNNÔÜSSS÷íÛgèQB¡0--- À,eˆ‹Å`ee…ã8úÕ‹3¨7:///%%eñâÅ?þø#†afy4†=~ü˜ö õÝ`?ÌÛ¶mS«Õ'N¼qãFPPÐ_þò—ï¾ûí2åV¾À"ÌËËËÌ̬©©áóù“&M spp())±±±ñò ¶a’êjwïÞÍ`0ÌøLôðy‹v©ºëîîÕüúÇm.75VÞ¾qdëÖÏE"‘éeˆÏÉÉÑ ´µµ¥¦C…‡‡_¸pÁÄ\ú¯”ìììÚÛÛ[[[ßyç&“i®kŽaXcc£®Ø r¹\³?ÌÛ¶mËøzÛèîÐ2¹[þu&ãßûn\>óõÉ«¯]^%)D1i<þÿ:hœ_HÊd²ÄÄÄI“&ÅÄÄ wóèP’ÎdœÍ>Wp+ŸËåÀG»O8a£œmºýÝØßŸÍºuëÖàéð‹6Žñõµ±fß9÷iÚßô"ØÛÛ€Z­¦B KsÿS¦Ößþ¨´´Ô,eèììì'Ç3ýFc&•J€Ãáèíâp8Ë–-[²dɤI“š››çÏŸÿá‡𥠂aXsssmmmmm-R ¸¸¸¼ôÒK?ýô“F£77·   ³?̆Ýÿä—ÿͶmô¶—¨¡¡ÁÁÁáÎ;­­­%%%aäÎLåÃNø¦”ãÆ #raš±Ä°°¼¼œÚŒŽžššjÞ,`ß¾}‘‘‘qóææÝ?»iç]q®§'ÿ7ÞX•òÞ»ï¯îhmüûûóÆŽõuãûŒ›ôÚ‚™3`ÕªUƒ§C¹\εµio«0qš··w¯¬¬¬¨M:ƒ)—?qvv3WÏ‘ŸŸ¯T*‘ÚÙl6¨Õj__ßQ£F™+ ‡£R©ô6Ñ﫯¾zöìÙ×^{M&“ýíoÛ¶mÛÉ“'Í’)N÷öööññÑ« #""t«ÇAB«….š+¼ô×7Úöi#)°³³3,,ŒÍžÜÙr—¸s¦®®Î¸,Ì,Âòòòÿ9¾jnîúɼé#òòò222b,.¿{útQjÖ©àà`…B±k×®ØÙ3víÚuâĉ«W¯ž>ý¿W/ž¿üýÄMŸ¬oooß¿RRÒ`”‡Ôjµd'¡ip}ndÔ[cÒUÏ9pÂÃÃU*Upp°žH*•J ˜+¯ššš††‹NNN^^^¨;êéé¹qãÆÝ»ws8??¿ææf©Tj# N¯©©©®®¦ÑhëÖ­+++ë+&†aÔsÙitŽRIZmjO(ä](€YX1›Ý#XÌa¶ì6ÜÀÈiØf!<•(Uú¶sÁç󺞿0~ö}¿Qëׯ4 ],'%%ñx¼ÄÄÄÄÄÄC‡àâÅ‹‡^–”xåÊå„„„A!¡QyŒ qq”µ•è†ËårÝŽe,Áq•£KA&æ›——§»)‘HzÆ¡z)Td[‰îîîEEEŽŽŽÓ¦M“Éd*•jܸqÀáp¼¼¼$‰«««µµuhh¨X,F†D¡Óé>>>¨&,++¸Æô¬@C€ª2¿ý~~;À—· ¾¿Vÿ³·€A¯ó‹4A¥F³#Ò¿9¾eÓz޵MII êtá8žŸŸüøq§³³S­V;bccÊÊÊø|þ •Ôj  . ‚R ž¹5 ‚Ðj»MÉ1''gïÞ½“&MºÙh†ã¸ƒƒC¯1qo!=?Üqa‚—üÎ;IIIFkƒÃá(•Ê¢¢¢ŠŠŠO>ùÄÎÎ.<<<::zذaŽŽŽ±±±.\HJJâp8sçÎÝ¿¿YDH£Ñª«««ªªÐ&NˆÆô|j€Ã¨ï„ÇS»Ps€‚jœÇxfáš5ÿÓÕõìý !…Z©&4’(--[¶l çryÛ¶m5=;ÇÏ];œSô¦hw•——óx¼ââ ‡ºººŽŽŽöövôô§¤¤<éÄSÖ¬]0gºYrï‰VK zá¨Ô0`³ÙLƒ:Êh¶nÝšžžîíí½úša ½TƒP[[[]]ZɌͩ‹Š’®_¿Þtm¼õÖ[‰‰‰………‡ZºtipppTT”§§gZZZJJŠL&óóóCÍT©TŠÞŒöööóçÏ7¢‚¢Óé£G3f ’NˆÆÄ¤Pi€Ã¥¬ÙÏ{ÊOïAô"ÂìììÙ³g<‰+W®¼{8…Íd© ÍKª µ’ I It*å7¼ªTãjB£PãÿïŠåë@Ð\uG©žw8§HèïV[[ÛÖÖ6uêÔEV,ºƒƒƒƒƒÃÝò‡U÷*¶ÈCFô‹rss£¢¢Y‰Ó™L<Õž­­mkkkÏ!;µZM$A$©5´<‰„F£!#–ìfǼØÁ'ºõ •Z«Äµ%?ãííŠdk5|Gv‡³M7;¿ÒZ0ÌÃÃC"‘ôcLïÿ¬fΜ¹k×®ÄÄıcǦ¦¦}ûí·ÿøÇ?êêꪫ«íì쬭­]]]SSS¯eíû³? oq%LݺõpV–¡v|:^YYYYYImþ–v\ ÏÈb±ªªªtm0nnnÿùÏ€ >ŸïïïoPú"ÌÎÎ~ûí·uëÜ"Ç•¨ ª"Ô¤–T¨pBKjR­RjܬMS;;;‡óúD¯ïnÔÜ|HˆKnÎ5ÂÅ¡¼öqcSsuý“…†Å±¶st¥Y9©š5ÕU Þ¨½F£DJ#ˆg•[kkkϘÔ@IjIÒøšP,GGG£ÿ ÍŠE³²sd1a®ÞíîÊÉ/쬭UÈÕôûµ6LƒeÅ(xh# @pþüy£—ÛÛÛY,VCCù\.ûøø¬^½úîÝ»J¥røðá°s=ÿƾ3¸uÞÕBDöñÇj5¥ÓécÆŒñõõ¥jBÊNÃb±¦L™òã?ªÕjJ{nnnÁÁÁÆ]Ožt‡ SÃùûû{{{£JjFFFůDh´Q” I¡Æ5j ¡!´¤WZm‡B¸™hRþäõ‰^—ŠZ;{ÖªÔÅ’zÙµûL¶ƒÉ&\€6BÑaåĜGøŽ¹u–kÞôŠ§é¹ Ñ­u‡ I’Ôj¯ >>J¥ÒˆÚO³f(:2 Ià•B…ÿòììì=zôÜh¨&”ÉdƒZr˜JT"×WÅÇÆµ¶¶¾>{îø ñ›6m@á£F:íû×^ìÕ‡+MT :++« R›F7É#¬µmm¦§üà©\Ñ.’$›ššÌ;dZXXXZZzèС¦¦&™È@ Ó:A` ï*àI pI]]]KP(ü(9ÙÐ ëB¡°§);ÍàU€r€ÃæÓi}}=5ã—Ëåòx<]½8;;Oœ8Ñ ,Ìc˜Ñ…R rÐëàÞ½{hS¥R1™ÌžÓPT*Ugg§¹æOô„Ïç7µþjÔHKâè:8úò|:::¬­­‘ÀÊš$©1e°^(îÝ»W$µT·Ð^*°±>ÞJl6[­V6 mæåå-X°ÀˆLÞû*p@œœüÃ?¼áY×-€É+ÁV _:@¢îòù¦L"Õ;Ã0=;®ð"""x<žF£),,4:Ç^¡>>>†¡ÚÏôjÌe˜¡ðõõ-ßyÚäFf&2@ÐØØHmr8…âWÃå6660Øse<×Ñoïà¦R©€ ÕÈtl'ÈZ8Ž3 dÓ×j»uÇ3 E$?~<55u€í.ÊŠséÒ%fÜ`ýsçaeffFñaO6LM–Éd—³»=­¹/˜Læ„  ·z$Éòòr©TúóÏ?›ñ¦³Ï:„pûöí^e‰i¨ñÙ †]22Ž™˜ÂÀ …[¶l‰ŠŠÒ›¾@¡P(8Nuuõ ®ë ÈÊÊJHx3vþ‡®n>(°½½¼Fº99Úâ8NMªf0\®-üzDÑ8vîÜ%“É8IZ­Voß¾Ífß¼yÓĬûÂÎή0^wƒG÷q–Ò ÀìoÀ~F š››kjjÚÚÚ:”œœlz^B¡°ªAìßN¶ÀbX[[÷cw©¬¬”J¥ÕÕÕµ 3CExxøÈ‘#׬Y³yófÒ³-ZVñsvvö .ꀀ€€ŒŒÃ ,œ:ím…\VSu·£c"L{-:::¨9¥--e%7eši`š¡ÒÎÎŽÏçïß¿_7Í¥î‹ôôt³¬!î‹äääµoþ°ß²½¯9 Áçæ˜>ªK_ lhh¸~ýúíÛ·O:5~üx³LÖOKK[²dÉùïT™£…#?>pà€A¯ýE½fi”þ–¤¦¦VWW¯\¹’Ãá477£À’’’ÒÒR‰DÒÙÙ™––fô“gд5‰D²uëV{{ûû÷ï÷µÏçë¾#“ 7TütÖzdff~þñÇãe2¸cg÷AZšYæpSPŽûì3 Ê‹‹ûŠ@’dw·þš^{‚=…Ï燄„¬\¹’r¹e/^¤æµ™NNNÎ믿>zôè#FøùùÍœ9óêÕ«æJ¼0ø|þøñã?ýôS=w5b±X×uOL¼ÝÝÝgÏž‹‹óõõ1b„¿¿ÿìÙ³¯_¿n®ì Mß\ äÚ>#®­I†FsüøñáÇ;6X‹'ÒÓÓ¥R©D"ùꫯ=z$‰zõ3=/^\QQa–R=|ø0))iîܹEEEµµµW®\IIIùͦh¥§§×××K¥Òâââµkצ§§ëù7n\ÿs;L¼Û·oï½÷D"Ñõë×kjjÃ_Ým˜˜¡é›‘ç^Ûçbĵ5É0“››ëêêºaƬ¬,jÑ*H$’¹sçFEE…††ö8 "Òé</44ôÈ‘#NNNŸþ9Κ5+((h„ ”×mŠž{Ñ4âÅ‹£Ôôøs©¯¯'IrΜ9<Édº¹¹M›6r³·ÿ~¡Pèëëôí·ßÀÂ… 7n܈öjµÚÐÐP´žÈ”bÐétä¶-YÄ0ìË/¿ LOOGÑ0 ;{öìüùó===ÿüç?“$©w) ¥¡¡açÎ|ðÁ²eˆÎb±ø|þœ9so% èٕ迡ÙõŸ~uuuBB‚ŸŸ_PPÐÆÑò Ã<8iÒ$@púôiX´hц ¿84Ðjµaaa?Çž×¶ç=íîîÞ²eKppðرcýýý= Æ>f½fÎÑ£G“’’¢££­¬¬¨¯%*Š… FGGçææRgÞk ¡XYYÍž=ûÆúÓŸ–,Yr÷î݃®]»V·™ÚëÞÌÌLø÷¿ÿ½qãÆþ!!!!!!ÑÑѨ©©ÑÛëçç÷Ýwß•••-[¶ ¹T‰=sæ r¯&‹Ùlö„ L,I’µµµ}ô‘••ÕäÉ“QàÉ“';¦·àmóæÍï¼óÎéÓ§/\¸pÿþ}ÝKaÐY#®_¿N’d\\Üãš]?ék4šE‹y{{çääääälß¾íÚ¿ÿ_|±hÑ¢5kÖtttÄÅÅ9sê®]»feeeÿµž×¶ç=---ݱcÇ©S§ÊÊÊnß¾f/÷˜ÿÍz©TúàÁƒ˜˜6›ýÖ[oQ-Ò+W®‹Årss[¸pá‰'Ю¿þõ¯!!!III8ŽLŸ>].—£nä±cÇè~¦¯kÛóžÚÛÛ3™ÌH$++«žøý5þ[MMM>>> Õj»»»+++}||=zdggGùS@ôhMMMîîî­­­4í믿F!!!...Tœþ÷$Â@`±X‹-Z´hQWW×… >ûì³[·n}óÍ7pôèÑ£Gz{{#gxÀãñ¢¢¢NŸ>xþüyÔÍ0ºÿüç?£££étzO/Èó§#FŒ€¾Üà úìLCCƒy¿M?ô‘Ÿ8êq>|8å99 F§ßÕÕekk+‰²²²/]ºôé§Ÿ0÷¾®mÏ{ŠaØÑ£GwïÞ-‰FµuëÖ°°0ÝC~!A—/_FŸ=€yóæedd¬_¿žÇãuvvj4‹E¹Wé5ÐP”Jå¹sçD"ŸÏ'IrÇŽÈ_ ‚êŠôºW—çF0.—'—ËÑGÚÊÊÊÖ®]›——7räH±XL}¤:66võêÕAAAãÇGëz.ƒÁ@¡PH§Ó9²nݺ^# »·ÑÍí'}ô·´´¸ºº@cc£ÞcMyþ€¸¸¸åË—ûúúþñD½^Û¾îé+¯¼òÊ+¯´··oÚ´iÙ²eEEEºG üþùv¼|ù²­­­¯¯/2kÖ¬ÌÌLFóòË/kµÚ¬¬,™L¶råJ´·×À£R© /^L§ÓW­Z5uêT ÃÖ­[‡MMMºÞ„úÚ‹¾ÐÒO„sçÎmÛ¶Êd2­V[__îÜ9Ôë@­©¦¦¦æææï¿ÿ>|‘‘‘ÝÝÝ›6mBîëÍR £¡.…`¶bÅŠ={ölÚ´é矖ÉdUUUß|óÍÅ‹€ËåÞ»wO"‘¤¤¤—]?釆†zyyíÙ³‡ ˆÇ;vŒº˜F«Õ~ýõרá=eʇ³eËÓ;A½ÞÓúúúüü|Fcoo¯ûyf#3#ExäÈ‘Y³fé¶³g̘ÑÚÚš››Ëçó7oÞüÉ'ŸL™2…ºF½ÔF÷ññY±bE@@À¹s眜œ8Nff¦\. 3fLLLLIɳ¯söµwÅŠ)))'NœèÿðàààP[[»fÍšñãÇ{xxˆD"WW×½{÷À„ âãããããçÌ™# ƒƒƒç΋J5sæL‚ fÍšÕ9¨KaÜáëÖ­Û¹sç7D"‘ŸŸ_LL ª%PÊ›7o~ûí·?øà£³ë+}‹uäÈ‘òòr@ ‰f̘±zõjt2™ŠÅâƒ"Ç_,köìÙÆ 3Ýp¯÷Çñ7Ž7Îßß?;;Ý}0ê1Ó÷1cÁ †a'OžÔõÏxóÍ7A_ÍæÿÌÓY·`ῪªªË—/¿ñÆC]çc¡…ž={öŒ3F/Çñ={öxyy E‰ ÃÒµ`aˆ±Ô„, 1Z°0ÄXDhÁÂÃDŸ¶`ÁÂPñÿáN=k–ñÖIEND®B`‚gbonds-2.0.3/help/C/figures/inventory.png0000644000076400007640000010416311107720364015250 00000000000000‰PNG  IHDRö p¯ô&bKGDÿÿÿ ½§“ pHYs ØÁ­ "#tIMEÓ 8ó3µÌ IDATxœìi@W÷ðoÂŽA!¢È¢,²ãVQ¬""îR@Š­EÔ*â‚Ö­àR}¤E­¶ ˆÔqà \p*›¨E… "«!$ù¸¯óN“I@îïƒfΜ™9çns¸sç )!!áæÍ›@ BZ9pàü*â!Šð¿ÄÄD‰XÔŸøöÛo|•¤üyÔWÈbIÊ¢ÍÂAI?È#駯<‚×ÅÑEìWuuµ˜-êOÐh4ì·|”¤üyÔWÈbIÊ¢ÍÂAI?È#駯<Â_Wth4¿ 'п]ý@ „´A‚kqå#Æì}BCC8@£Ñ"##rS’òçQ_!‹%)‹6 y$ý ¤Ÿ¾ò^¿Gˆgq]+t@ }‚‡‡¿ð_!º[w"чÀø†?ÊA³8=Å…B.ár¹}m¢ ôÏ*ÃG6|ø£GzßD§ª29†æ/A³8=E\q!•JMOOË©ãôéÓ†††åå嘤¾¾ÞÎÎîþýû>¤R©]=!›Íær¹bµ±;P©Ôàà`ÉÛ·o»t’[·nÕÖÖŠÓ¬nAå㯿þê^íô7222à¿LA³8=Å…Bšñññ7nÜÆ9€ËånÞ¼yîܹ“&M²²²:þ|_Ø}RRR®]»Ö“3àƒ¿>$&&¦ ‡ŸŸŸ¬×N¯ið¿šÅé9b ¹\nDD„½½½™™™……ERR’ !€J¥>|øç÷³gÏ<==mmmÇwöìYñš‡@ d ‰ñâÅ ˜öüùóeee?ýô ¨¨hÑ¢EPMø¸ñòåË… NŸ>}ìØ±½l¿¦OŸÊ`0xäü¾$$$˜››×ÔÔ®]»6uêT‹åíí øùçŸ{ßøNÁוJ½xñ¢··÷ˆ#¾ûî;6› 8~ü¸““ÓèÑ£mmmÏœ9Ó§ÆJ)h§§ˆ=.,))9xð`JJJiii^^ž»»» !!Ÿ>}ò÷÷ÿþûïŸ?~âĉM›6UTTˆ×B![mܸqï޽Ϟ= ;r䈪ª*^Aø¸ÑÚÚêçç7gΜ›7o>}ú´×ÍÈ–-[455a¸†AèË·ß~kiiúùóç°°°½{÷*));wpòäÉððð>ò  ìß¿åÊ•iii7nÜ(**˜››_¾|¹´´tÅŠ»víêk¥4‹ÓSÄjii)**ÆÅŽ|ùRUUUGGGÌÌÌÏŸ?äää´¶¶êèèÜ¿_¼"™#((ÈÐÐpþüù?üðƒ­­-Ï^áãÆ;w †¯¯oïšÜ9jjj‡¾råÊÅ‹1!¡/d2ù·ß~»w¯¯ƒƒƒ““SšMÈ?þ8ü pz‰‡777{{{@cc#`Ò¤IÚÚÚ---#FŒhhhèm‹ûZgü7ªšÅé0»±OH¥R“’’~ÿýwwww##£_ýuüøñ„BÂÃëëëI$Rll,Üttt2dˆÍC ²ˆ’’RPPÐÚµky–èB„>|ÐÔÔTVVî%[»‚££ãÊ•+·lÙ2qâD(äËÈ‘#íììž3W0ÑÑÑsç΢0lØ0™üÿ'&’’’’’’Œ›››%nŸ”ÁóUNAü+ÄûÝš.—Ëf³;W•$Qb...... {öìY±bE~~¾ !¾ÚPUU7‡Îf³3½|üø@§Ókkk¡;•••}mT¯RÝùùùÂÖâ\¿~}öìÙ¦¦¦Ã† 377Ÿ5kÖÝ»wE¹p÷ÞæK’<½“¼AìqáçÏŸÃÃí¬¬,,,.]ºtìØ1ABÀêÕ«÷ïß´yóf(QQQ9wî\KKËøñãG5oÞ¼ââbñZ(,©ÃðáÃ×®]Û;‹»×ä°”R’¢—{œ„رcÇÌ™3y„>>>ñññ}aN7é4O•„ò©ôUšáãÆðáÃ÷ïßæêêºxñâÞ7¯Sììì°Û¡/GŽ?~ü¸qãÌÌÌ6nÜøÓO?ÁaõêÕëÖ­KNNîSó»Ã¸qã-Z´hÑ¢¹sç:99ÙÛÛ/\¸°¯’:®Å©¬¬ ܵk×¢E‹ÔÔÔêêê^¼x¡©©)ÊI»ý6JJЧ§'ÿø(͈ëéö¤ÉØØ˜çÍ~ABÀÚµk±?ªðϪNœ8Ñs“ºGLLŒ——WKKKiiéþýûÝÝÝ/^¼hii)Ñ‹v¯Éœ?^WWWòOôI“þþþ±±±ÏŸ?ÇÖ´¾{÷.77W àÁLœ2wî\žÕNNNÂÇ lï’%K–,YÏ™3GæuÌ6Hhh(þY/3fÌÀ~cñкuë°)ð>„Ǿvð Øïßÿý÷߇¿===…œªß"p§ªªŠÍfÏ;WCCCQQQOOoÆŒp-7AJ¥FGGÛØØÄÄÄ`oówéÅ}AI³¿P©Ô3gÎ8;;›ššž:uêÎ;–––øLPÿüóÏ´iÓŒ·oßÓ^ ·\¸y„Â@k´ù!“ÉcÇŽ=uêÔàÁƒÿûßÿÁ%ÏŸìáÍ›7¾¾¾æææ¶¶¶ááá, tVÝÝH O‰?\ÐÕùÏ)^ÄÕãø5%U’fffãÇOHHÀ$gÏž5k ׄҙ牿öyò©¯ììl+EÊÓ´ 2‡Àµ8ŽŽŽŽŽŽsæÌ‰‹‹ãyZ$$ƒÂùóçÿúë/L¹K/î&9ÂÉ“'ãããW¯^ýóÏ?§¦¦fee¹»»GEEa ‡úùçŸãâââãã¯\¹Ò©åB®…}È‚IЛöBPUUõòòzò䉒çIöÀb±–,Ybll\XXxýúõëׯGFFBÍN«C”„)1„\ÿœâE,=ŽPSô¤JââÛo¿½pá|¯•ÍfŸ9sÆÏÏîêj&)ÉóÄSûøÆÓi혘˜ˆX)²•¦~Îâ())¥¦¦®ZµêÚµk®®®“&MŠŠŠb2™@h…õë×[YY 0;O—^Ü'Lr „µk׎5ÊÑѱ­­mÏž=zzzöööø×ç6mÚ4yòä)S¦888deeuj¹kñ?'‚4‹#mmíææf!%Ï“ìáéÓ§oß¾ýÏþ£¤¤¤§§ççç‡=&ï´º1º@BÈÕùÏ)^ÄÒã5EOª$.fÏž­ªª ‹.;;[YY{¡·«™<¤$Ï“Úï´v?~, •‚@ôC„åÅQRR‚Ï_›››oܸñË/¿äææÆÇÇ É  ­­Ís®¾¸ÏŸä@‰€Óàð7¶sèСŸ>}ê’åüddd`ϧ°ˆ§wÞ´—]ètº¾¾¾’çIö@§Ó؈¯«« %@„êÆèv !Wç?§Øéy#Ô=©’¸PQQñöö>yòä²eËNŸ>íçç‡ÕTW)Éó$¤ö;­)©¢"R^ …²`Á‚–––íÛ·ƒ®d^éÞ‹ûýôéÓXFþS§NáÓvZÚ‚²Çñ¤ÎµdÉ’;vÀC8ÎøñãŸ>}*9û„>øF•œ!¡¸Ë(:Ëé"%‰C„l!$ ” ¤m\JJJ œ3gŽªªêåË—¡ðóçÏ>>>***¹¹¹eee{÷î$„ð§sÃÓÕLNÝÆÇÇçÕ«Wyyy€ººº»wïâ㊘ًïðG-X° ==½££pÿþ}UUU¸øOž@³8=Erq!Ì(:K%"%‰C„l!$ ”¤g\zÿþýßÿ=oÞŒnØm3„x7`Àww÷ÔÔT›ÌÌÌÝ»wwßtiE¤¼8!H¨Ä°Œ2¦‘þÄ!B éF(é—:::NŸ>}ûöm333(Y¼xñéÓ§·oßÝ©¬¬Ä¿O(ä‡'-S÷R»u//¯;vüôÓOJJJcÇŽ}ôèQ—ÌèFö¸ ¬ZµjôèÑ“'O–ÐÇ_û´§§ˆýéOF™NsºHmâ!Ít) ”´K·oß0`ÀèÑ£1‰§§ç¹sçX,Ö¤I“ ¶mÛöáÃ‡æææÇ…<ð§eê^j·nC¡P¼¼¼RRRüýýñÏŒDÉì%zö8üQ®®®***¾¾¾’ð¨ÏAkqzŠãBÂŒ2æt‘ÚÄ!Bš1 ”tŽK§NòôôÄÇõõõ7oÞTQQù믿:::œœœìììŽ= òÀŸ–©Û©ÝºÍÚµk÷ïßß{Â%³—èÙãðG)))yyy 4hÊ”)’r©OAyqzЏòâHòçQ_!‹%)‹6 y$ý ú„o¿ýv̘1[¶lEåÅéw §{E^¿~}ûömŸ¾6DR µ8=Å…E>þ|äÈü+ôršÅé)(.D „,bii9þü¾¶B‚ðÎâÀ(ýÛÕ@Hh¹±x‰ee]Bþ<ê+d±$eÑfá ¤ä‘ô#sËñ4°?!%)õ²X’²h³pGÒòHú‘ þß,N_›@ !nÎâüþûï7­0hР¾6@ 9¤ÆÈ« @È(ÄA !‡ @ „‚B@ r qÞ¿ß×&È?òWÈòç!Ó øl6ûÊ•+‹/NNN®¬¬ìksäù+dùóB.—{áÂ…Ù³g1bðàÁÆÆÆîîîÙÙÙ€´´´ggç{÷îAåÖÖÖÀÀ@333’’(÷ôô422200pvv¾uëþü±±±ÚÚÚÅÅÅpSûß@a[[ÛúõëMLLŒŒŒ¶nÝ xýú5æ˜1cåååÞÞÞ£F200˜>}úÇùùùS¦L¡R©Ó§Oõêá…´µµ'OžÜé.)áéÓ§êêê'N,--Å䥥¥–––€³gÏ®X±ÂÚÚ:++KøQ‚NˆŽŽ&‘HEEE½â“”²dÉ’Ý»w3™Ì[·n¹¸¸@!añ~úôÉÏÏOKKK__ÿСCB„üø°³³ët—ÜÀ_ȯ^½âñÚÀÀð•ÿ©Z[[W®\9xðàAƒ­[· E¬‰zÔÒÒâëë«§§G¡P&Mšô÷ßCMYñ‘<äx\\Ü×_íææ–””„~ýúõ… r8œ^ðBø(*ÈlÑ»ùäÉ“ D¡P¬­­322dÈ#AšÙ¾/$$$0þÍæÍ›•””öìÙSZZZSSSPPpüøñ7n0Œððð¿þú ––•ß¾}ûÇ|øðF£Í›7ÏÆÆÊ/_¾\SSS[[»nݺÁƒc'OOO·¶¶>>\.ðüùóê/ðŸméÒ¥îîî?~d±XÅÅÅP(b-HÔ£†††S§Nµ´´0™Looo{{{¨,á22Ž'‚×ÖÖþøñ#FÓ×ׇ’²²2ggçÆÆÆ^ð¢ÓQTÙ¢wó»wï¶··wttlÙ²EGGG†<¤É•²ûBÕüýýñ›‚ÈËËã qþþûo…°°0!7r|ˆƒ'**JQQ‘GxòäI]]]ø;//ÏØØøÙ³gŒ=¶Þ°aÃþýû+**ø•?~Ìår¯]»fdd4lذääd  j$æ "4›{÷î}õÕWئô{étd44aà?pàÀ¢E‹|}}8Àáp¾ÿþû;vŒ5J²>tf*á(Š™Ý¥nÎd2KJJΟ?/CjÊÇ}7ÄSººº]=ÑÅ‹ïܹsôèQ¸I£Ñ~ýõ×ýû÷khhq8œ   o¾ùfêÔ©<¦§§/Z´ˆÁ`Lš4 F3õõõUUÕüüü­[·®^½º¥¥ÓŠŠ2dÈìٳᦥ¥¥ŽŽNnnîÚµk‡ 6lØ0333 ¸¸8&“ £+ô–/_®‹£°°;­]}Ž¥¥¥¦¦fLLÌçÏŸáW^aã¾víÚŒ3E?Š_ØÖÖ¶dÉ’o¿ývÆŒ½è“ô²iӦÇŸ;wnÁ‚µµµ‚ÔšššpSSSóÓ§O„BAgðóóSÄQPP Ê.ù@H!ÿöÛozzzóçχ›YYY~~~õõõ666ð~«¦¦öúõë]»v}ÿý÷ÍÍÍ]ª…^ðèüùó7oÞŠâÍîR7¯ªªÚ³gOXX˜¦¦¦©©© yį)JíË<ªbbbÏŸ?ò8ð=¨ŠŠŠ²±±),,äѬ¯¯÷öö¶²²zðàÿ¥÷îÝ‹WÞ´iÓðáà Ftt4 ªªŠÁ`¼{÷|yÒÄ`0rssÕÔÔ>|7+++ ”’’R__öìY}}}ƒ‘œœlmm=zôhr:uŠ!˪¸\nFF†……l¦.\àr¹¾¾¾gΜÁ«/!<ŠG¸gÏþª9xð ä|‘ ¼¼¼¼¼¼œœœðB|ñfffàæñãÇH($¯}ñâEffæ²e˰««¨¨ÄÄÄttt´¶¶^½zÕÁÁ†G,ëãÇaaa>>>C† !4^†xùò%‹Åb0¡¡¡zzz>´²²ÒÒÒêÒQüB*•ªŠદÒØØxáÂ…ööö¶¶¶¨¨(777Ašƒöõõݽ{wKKKiiibbâ?þH(ìMûeA…œŸŸíÚµU«Vá•ß¾} ¨®®Ž‰‰ÁæÌ׬YsîÜ9€££ã˜1c~ùå6›}æÌ###ssóÞ¯B^¿~´aÆöövF£ÑdÈ#™L42`Ö¢AFヱ|ùòÄÄD¸vDWW—F£½ÿM’Fø(Jhv—ºyvvvGGGSSÓ™3gœeÈ#~M!µ/cð¿4^__=vìX555€®®îܹs?~Ì`0F­©© PSSÓÔÔÌËËã_TObee¥©©I¡Pf̘Áÿ àÞ¨‚ïâëèè,Y²› ÊÉÉqtt„ nß¾ …[¶lÑÐШ­­ÅŸ*55ÕÎÎnÀ€ÚÚÚóæÍ{ùò%ƒÁ 0`€––ÖÒ¥K?|ø€]”l‚GÐ.)™Å ¦P( ‚mذ!22S°°°€ÍZ]]]KK«¢¢‚ð(AB +çûЦ¦&*((Ì;›÷",ÞOŸ>ùúújjjêééaS¸„B~›¼œ]ò B×ÔÔìèèÀ+S©T ]]ÝeË–abV¯^ —””L˜0ACCÃÎÎîÙ³gPæø IDAT(b-HÔ#þu62ä?ø‘o-ÿx"Èq‹5kÖ,lþjº¹¹¹ººb·$ŠðQTÙ¢ws[[[--- OOOÂ'tRë‘ M )¹/tc‡”àååE8ª"º |É«w077¿téR¯½Ðߨ½{÷Ž;úÚ 9Gþ Yþ<’oäo•?ðÀU.€ÐÐÐÄÄDlS4 }ÀA&)//Èk;–Ъ¿B–?äùEåÏ£žƒB™„B¡œ={¶¯­@ YEþFQùó¨çÈàê!úúúúúú}m@È*ò7ŠÊŸG=Íâ CPˆƒ@ BQ|üø±¯Í@ 'h@ „‚B@ r q@È!(ÄA !‡  ~â!.ä¯<åÏ#Bþ@!ñ/Ølö7¾ûî»ôôô÷ïß÷µ92ü•§üy„@È+!ŽÉFíìì¼qãÆ×¯_Ã]W®\Ù¶m›‡‡Ç£G ¤µµuíÚµ&L°¶¶ööö†ßÈøøøØÛÛ[[[{xxܽ{þS§N™˜˜”••ñ\…mmmÛ·owtt´··ß½{7àŸþáÑtrrTTT,[¶lìØ±ÖÖÖ .ÌÉÉzyy3fáÂ…˜ñ&&&—/_kéõ­­­fff%%%Ø®W¯^Mœ8––âìì|ïÞ=lo~~þ”)S¨TêôéÓ_½zÕUaÿ$(((""¢½½ýÎ;³fÍ‚Bí…Ë—/744477‰‰"äG[[;55UÒ¾H„åÙÖÖ¶~ýz##£­[·Áœ_“BkAŒñw@òH„-ŸŸØØXmmíââb¸I8ž$%%ÍŸ?îܹøïZgee-]º”Ãáˆ×lÂñPPÂQTP}‰ÞÍ===ŒŒ œoݺ%^øéô¾ ºG‚4åà¾@<‹søðáòòò¼¼¼#GŽTUUÍ;¶Ýªª*77·²²2¬E²Ùl77·;wîäååééé­_¿Êׯ_Ÿ››[PPàææ¶aÃìÌ?æÿˆÆ•+WJvîÜùáÇ۷o?}úÔÏÏ ¯¯ŸÃÓÓsܸq€•+Wúúúæäääåå¹»»¯^½šÍfÿøã/^¼°±±ùñÇÅÞz™ŽŽww÷‚‚‚ׯ_ëëë¯\¹ÛuíÚµ™3gÞ¿ïîî^\\Ìår±£–.]º|ùòÊÊJGGÇ€€‡#º°o\íkÓÒÒ’““ÇŒsðàÁ‚‚lWvvvÉ dÆ µµµÅÅÅiiiûöí»té’ a¿EPynܸ±²²2//¯¼¼üûï¿‚9¿&„ ’«Av@™ð¨Sø[>¿ÂÉ“'±MAãÉÎ;ããã?¾sçN¨YQQE&‹ùyuÁeGQAõ%z7ß¶m[YYÙ?ÿüãîî¾jÕ*ñzÄO§÷Ñ="Ô”û‚À†E&“)ŠƒƒC\\œ¶¶vdd$`ùòåÓ¦MëihhÌ;WMMMIIiÊ”)¥¥¥P>~üxEEE[[[¬ù¾{÷nëÖ­QQQ<×bÄžùå—cÇŽUVVÂÍ‚‚.—{ïÞ=WWW''§«W¯â•;::6oÞ¼sçÎ6oÞìãã³gÏž³gÏþöÛoÑÑÑíííP  ¦¦¨¨¨èÔxYááÇpú ÐÐÐPVV6vìXBMX,  ®®(--](yW¤UUÕmÛ¶ùøø´µµñìÚ¾}û¡C‡°{[QQ—˵±±›666„Â^3^ !,ÏÜÜ\.—›™™igggii™žžÎsÖÈ;Õ$Th-i!Bf:…§åãinnˆˆˆ022„‚Æ“ðððï¾û.000<<œÃá¬Y³fÓ¦MØâI#¨ GQ¬¾ºÔÍ™LfyyùÅ‹£££ùÿ’—(Þ„{D¨)÷‘"ÍÁƒ·´´×ÉÈȸÿþàfMMMTTÔáÇ)Š¡¡!‡Ã ™7ož‹‹ ÏIIIsæÌihh˜5kŒf @UUõÎ;ëÖ­Û¼yskk+¦üøq]]Ý3fÀM333mmí‚‚‚­[·R©T}}}SSS …’””Äd2cccL&S¤Âz.^¼xçΣGÂÍÌÌÌ©S§**.ÞÌÌLCC#..ŽÉdÂþÖÞÞ.º°·|’:‚ƒƒ÷íÛwáÂ…€€€ºº:(LOO_´hƒÁ˜4i¼ë455°?@544 …}àƒ4Á_žõõõUUÕüüü­[·®^½?¼à¹pMA ’®Â"é÷Hü-ƒÃá}óÍ7S§NÅË'þþþiiiéééÞÞÞptt´²²Ú¹sçÏ?ÿ\[[+iG•!ÿ(Н¯.usö믿îß¿_CCóIšNï zD¨)÷‘B:®§§'D!555:::99›¡>|xdddFFÆÀ׬YóêÕ«ÌÌÌ}ûöakŠ=<ݰaƒººú‘#G.]º4gÎ*• ÐÑÑévI§OŸŽŒŒ¼víÖy®]»æîî.H_]]=...%%ÅÕÕÕÀÀ ££#º°W|’R,XŸdûûûC‰‹‹ËŒ3víÚµf͸’@KK ÐÜÜ ZZZ455 …}à€”ÁSž°ƒH¤ùóç·¶¶b/ð4r!šB…^¨þ"YñHü-£´´ôÚµk;vìÀV";;;ÇÄÄt:ž\¾|¹¢¢"88800pòäÉŽŽŽ½°rEPòŒ¢<õÕ¥nnhhøÇÞÔj€¬¬¬åË—¡ãIqqqLLÌï¿ÿN"‘ž>}:mÚ´™3g>yòDÒö–!Ï(Ê__Ýèæ$ÉÕÕUÐÒlñÒé}AD5\Ü„…8L&3???00L&êÀÄ,«¶¶›oÌÍÍe³Ù---—.];v,™LVÁPVV†&– ÓéIIIð1–••Õ¨Q£¢££ÙlöåË—‡nll xùòå½{÷–,Y‚]ÝÐÐPEE%..ŽÍf·¶¶Þ¼yF3¯^½êèèhhhØ¿ÿüùóá*fÙ.è[³f ‹Å¢Óép ÉÉɱ°°þÇ\ii)‹ÅúøñcXX˜\-(º°ÒÔÔtåÊ•ööö¶¶¶ØØXì¹*\(VSS§åµµµ.\øë¯¿ÂYƳgÏ.[¶ŒPØ—þô5„åikkknn~ðàA6›’’bhh8jÔ(ÂFN¨  ½pá‚ ‰Ö‚ ¬x$þ–YË?ª«¨¨Àç#‚Æ“?®]»öرc0°ÓÑÑ¡ÓéUUUC‡•´#„eˆE ë«KÝüÑ£GÍÍÍ©©©&L´GÞD÷ˆPÈÅ}8ÄY»v­‰‰‰••UHHˆ……EZZœ‡tww‡ߊ+ìììÞ½{WTTÔÞÞ¾mÛ¶‰_€gwttüꫯ~ûí7!x{{ÛØØxzzZZZÂ¥!!!** C™™™ HêèèüùçŸvvv...ç÷ß$%%ÙÛÛO:uäÈ‘ðÅ+™æÅ‹L&3$$Äü €o6râĉ#GŽøùù9òíÛ·€'N;88ÃEß]öCÈdrBB‚™™Ù¥K—*++£££¡|æÌ™#FŒpqq±²²ÂFDDèêêZXXÌž=;44ÔËËK°ßBXžd2ùäÉ“¹¹¹FFFþùg||<ü³’¿‘jŽ?þðáC! ’«A-„¿ÊŠGÂ!lù˜µ‚ O:::V®\¹sçÎáÇCÉÞ½{W¬X¼k×.ñšM8ò—!~%¬/£ 7oÞljjjii©  pìØ1ñzÄO§÷Ñ=¤)÷RBB¤I“úÚ 9aРA½v­ñãÇŸ>}º×ÞGèoDDDlÚ´©¯­ä¯<åÏ£~ˆü¢òçžÏŸ?á¡¡‰‰‰ðñ¨h4ú€ƒL_ƒ—×v,  »—x‘¿ò”?úò7ŠÊŸG=…82 …Béç9å¢'Èß(*õâ”*)gèС½°@@ äùEåÏ£žƒfq@È!(ÄA !‡(‚Þ}H¾A%‰@ „$èô*~Ð,@ 9…8@ äâ CPˆƒ@ BA!Aü:,B\ô“òì'n"² qˆÁf³¯\¹²xñâäädø™eDOè'åÙOÜD d ‚GÇСC§Nzÿþ}¸+---$$ÄÙÙùÞ½{PÒÚÚhfff``àááQRRåžžžFFFÎÎηnÝŸ?66V[[»¸¸˜ÿrð{怶¶¶õë×›˜˜mݺðúõkÍ1cÆÊË˽½½Ge``0}útøýÛüüü)S¦P©ÔéÓ§¿zõŠðBÚÚÚ“'Oît—TM"‘ŠŠŠ0Iii©¥¥%àìÙ³+V¬°¶¶ÎÊÊÂö>}úÔÁÁA]]}âĉ¥¥¥B„‚ÎßY²dÉîÝ»™Læ­[·\\\---¾¾¾zzz eÒ¤Iÿý7Ôüô铟ŸŸ–––¾¾þ¡C‡„ù!ñagg×é.Y„¿<€æÊã5þ$¶L…’’’Y³féêêR(”‰'bã•ä tS¦=b BÙ¸¸¸¯¿þÚÍÍ-)) ;üúõë .äp8â5˜° ê›píy7Ÿî Ä!N`` ¶¶¶¾¾¾»»»ÏÞ½{;=ÑÅ‹ïܹsôèQ¸I£Ñ~ýõ×ýû÷khhq8œ   o¾ùfêÔ©<¦§§/Z´ˆÁ`Lš4 F3õõõUUÕüüü­[·®^½º¥¥ÓŠŠ2dÈìٳᦥ¥¥ŽŽNnnîÚµk‡ 6lØ0333 ¸¸8&“ £+ô–/_®‹£°°;­]} ‡ÃY²dÉ·ß~;cÆ ž]×®]›1c†¢"ñçâ---555cbb>þ `2™ü¶¶6AçïŸlÚ´éðáÃçÎ[°`Amm-~×ùóçoÞ¼yâÄ @SS@CCîÒÔÔüôé¡PÐ…üüüqˆ²KæRžœÁ`DGGªªª Æ»wïÀ—'M #77WMMíáÇp³²²rРA)))õõõgÏžÕ××÷ðð`0ÉÉÉÖÖÖ£G†!שS§2û Š0Ø:xð —Ëõõõ=sæ ^ü{æ?##ÃÎÎÎÂÂ6î .ð ÷ìÙ#èüý//////'''Looo_YY 7333 póøñã$žôUüåÉåk®;vì044Òò!‚µµµ¯_¿Îáp®\¹2lذ9sæHÜC.—+ÀMõ¨Sk¹\® ÃGŒÔÔT___‡ãêêzõêÕäädwwwI¸€o`‚ú&Ï(ÚónÎápüýýmmm%á†è÷Q<â×¥ö{ñ¯Åyò䉊ŠÊîÝ»yð!Ntt´‰‰ \Ã\ SWWW••E§Óñš‡VQQa0°JKK FUU‹i¦M›6oÞ<ì¸j.»a0±±±ÊÊÊøsfff’Éd¸ÖÈfˆÃf³Ûpž>}Êb±ÚÛÛ‡ ‚µTˆ {Fnn.™LæY…>| <¿$|‘!–.]ZVV¦¤¤7F]__)ÔÕÕ)((`´ƒƒƒ§M›F($¦&H¾úùóg¨væÌeee‰z‡A覌zÔ©µ\.·SÃøGžÂÂB—––.—«ªªÊáp˜L&…B‘„ øFØ7yFQqusür !â}ADø5E©ýÞGÌkq£FúùçŸwíÚõâÅ B…·o߆„„¬Y³†ÅbÑétl¾ñÑ£GÍÍÍ©©©&L “É*8***p& 権©‰‹‹ƒ±lmmÍÍÍ<Èf³SRR áóÚ/^dff.[¶ »º±±±ŠŠJLLLGGGkkëÕ«W`xÄb±>~üæãã3dÈánJ3d2YøRt>´²²ÒÒÒrìË—/Y,ƒÁ ÐÓÓãR©TÂó÷ŽwÒFccã… ÚÛÛÛÚÚ¢¢¢ÜÜܯ_¿ Ú°aC{{;F£Ñh€ÁƒûúúîÞ½»¥¥¥´´411ñÇ$öµO} ay âíÛ·€êêꘘ˜3fjù€5kÖœ;wN‚©©©ªªêÁƒ;::ZZZÒÓÓÇß'nÊ®G@ðȃY dáÈ`0Ë—/OLL„kttuui4Úû÷ï1ÉAØ7ñ£hÏ»yvvvGGGSSÓ™3gœ%êŽ(÷Ñ=â×Rû2F§oTÕÕÕMš4iÔ¨Q>|=z´¦¦&@MMMSS3//Q<ÊÊÊJSS“B¡Ì˜1ƒÿÀ½QßÅ×ÑÑY²d 6”““ãèè ܾ} ·lÙ¢¡¡Q[[‹?UjjªÝ€´µµçÍ›÷òåKƒ4`À--­¥K—~øð»(?Ø ]}>‹Ãø²²}Æ ‘‘‘˜ÜÂÂ6kuuu--­ŠŠ .—L¡Pÿl$ä?ÿ¤©©ÉÃÃcàÀ sçÎ…}&''ó´ ¨üéÓ'___MMM===l —PÈa“ƒ—²Kæ ,O®€æJ¥R544tuu—-[†ÿ»‚o™€Õ«W Q¸qã@ìííýáà :)ØMÙõˆAÖF8ȰX¬Y³faó\.799ÙÍÍÍÕÕ•çIVÏ!l`ü}?Šö¼›ÛÚÚjiiihhxzzb†zÂû‚è Òä?ßÒYRBB‚——ᨊè*ð%¯ÞÁÜÜüÒ¥K½ö>Bc÷îÝ;vìèk+ä‡~RžýÄM¹AþFQùó\å MLLÄ6A£ÑÐd’òòr€¼¶ciݨÄK?)Ï~â¦| £¨üyÔsPˆ#“P(”³gÏöµ!«Èß(*õ\=„@_____¿¯­@ YEþFQùó¨ç Y@ r q@È!Š€?öµ@ âÍâ CPˆƒ@ BA!@ 9…8@ äâ ÀOÜ#ÄE?)Ï~â&!+ øl6ûÆß}÷]zzúû÷ïûÚ™§Ÿ”g?q-BfffsæÌyòä ÜuåÊ•mÛ¶yxx77·  ÀÍÍmÆ Ø™?~Ìÿ+W¬ûæ IDAT®<þ”ìܹóÇ·oß~úô©ŸŸ@__?‡§§ç¸qã+W®ôõõÍÉÉÉËËsww_½z5›ÍþñÇ^¼xaccóã?нÿô>ïß¿www/..ær¹xùµk×fΜI¨ÐÑѱtéÒåË—WVV:::p8Ñ…}à¤ÐØØ˜–––œœ}ú%Ë—/Ÿ6m^GCCcîܹjjjJJJS¦L)--…òñãÇ+***((ØÚÚbÍ÷Ý»w[·nŠŠâ¹ÐàÁƒu¿ Óéiii›7oÖÔÔTPP€S;ÊÊÊ£¿ÐÑÑñìÙ³ððpF:t(™LVRR²¶¶8p`yyyUUÕœ9sÖ¬YS^^^TT$†¢êS‚ƒƒa(ÃÃõëסœ_¡´´ôýû÷‹-RTTܰaCIIÉóçÏEö’cR†²²²²²ò›7oà&lºššš‹/VSSSVVž>}úË—/uuu©©©7nTWW·°°ðööŽ‹‹#ö¥?}èå ÑÕÕò(Ôò1Þ¾}ß©Prº ‘Qð𻀇߰ššš3g΄‡‡kii)** úðuSSÓêÕ«=J¡PÄn3! é›píy7wrrRRRRPPppp{Ð&¢›ÝóˆPS>î ªÉdæççÇÇÇóÍ7¢œ+''ÇÁÁþnoo¯¨¨ÈÈȈˆˆ´´´¬Zµ*<<|Ĉ<þòË/ÇŽ«¬¬„›\.÷Þ½{®®®NNNW¯^Å+wttlÞ¼yçÎlÞ¼ÙÇÇgÏž=gÏžýí·ß¢££ÛÛÛ¡@MM PQQ!Šý2GCCCYYÙØ±c ÷Âr`±Xuuu@ii©èÂÞqAÚPUUݶm›O[[¡ÂÇáôaQQ—˵±±r›‚‚BaïX.ˆ^žíÛ·:t‹:¥¹¹9 ""ÂÈÈH¸P¢qSF=Â#ÄBÃrss¹\nff¦¥¥ezz:”‡‡‡÷ÝwááágÍš5›6mÂ'HA}“pí^7g2™ååå/^ŒŽŽæÿK¾×è†G„šòq_ qÖ®]kbbbii¹hÑ¢ùóçoß¾½ÓeddÜ¿ÿÀp³¦¦&**êðáà ÅÐÐÃá„„„Ì›7ÏÅÅ…çÀ¤¤¤9sæ444Ìš5 F3  ªªzçÎuëÖmÞ¼¹µµÓ?~ü¸®®îŒ3ঙ™™¶¶vAAÁÖ­[©Tª¾¾¾©©)…BIJJb2™±±±&“Ùå‚‘233§Nª¨Hü¹x333 ¸¸8&“ û[{{»èÂÞtDªÞ·oß… êêêð».^¼xçΣGšššØ „Â^µ^ú±<ééé‹-b0“&MÂî‹Bàp8AAAß|óÍÔ©S… {B7eÚ#ˆV__PUUÍÏÏߺuëêÕ«[ZZþþþiiiéééÞÞÞptt´²²Ú¹sçÏ?ÿ\[[+iGõMþQ´ÛÝœF£ýúë¯û÷ï×ÐÐè“`Ò 5åã¾ÐÉZ[[Û‡vz–ÔÔÔèèèäädl†føðá‘‘‘\³fÍ«W¯233÷íÛ‡­)öðð8qâ`âĉS§NݲeË?ü°ÿ~€ŠŠ ÀÛÛ›D"Íž=»µµ[èôöíÛ£GþôÓO$ ÐÒÒ²råÊ}ûö%''ÇÆÆ>}útÆ êêêG޹téÒœ9s¨T*@GG§ç%%…\»vÍÝÝ]Ð^uuõ¸¸¸””WWW€ŽŽŽèÂ^óB Y°`|’íïï OŸ>yíÚ58xiiiš››áÞ––MMMBao[/}ˆRž—3fìÚµkÍš5Ør !”––^»vmÇŽØJXggçuëÖñ …¬û#ünʺG@¨ „ÖÆÄÄÀ< €D"ÍŸ?¿µµ{¹rùò劊ŠàààÀÀÀÉ“';::öÂÊA}“gíI7744üã?фϛááánnnØÃÝ’’’††† &H¤)S¦lÛ¶ .mžÜØØðòåË{÷î-Y²»º¡¡¡ŠŠJ\\›Ínmm½yó&Œf^½zÕÑÑÑÐаÿþùóçÃUÌrFNNŽ………ðI‚ÒÒR‹õñãǰ°0¸ZPta?¤©©éÊ•+ííímmm±±±°A•kÖ¬a±Xt:ôÚÚÚ .üõ×_á,ãÙ³g—-[F(ìkŸúÑËWãÕÔÔÄÅÅ (záÂþQEEEEYY™_(èa®DÝ”i0]b­¢¢¢­­­¹¹ùÁƒÙlvJJŠ¡¡!öGéÇ×®]{ìØ1ôèèèÐéôªªª¡C‡JÚ¾‰E{ÞÍ=zÔÑÑÑÜÜœšš:aÂI{DH÷<Ô%åà¾Ðùªï€€GGÇuëÖµµµ¹»»ÃˆoÅŠvvvïÞ½+**jooß¶mÛÄ/À£ÂÃÿúê+á3 ÞÞÞ666žžž–––p)™LŽŽŽ.((°··OHHˆŠŠ‚ÁPff&…BÁ’:::þùgFF†‹‹ ‡Ãùý÷ßIIIöööS§N9r$|ñJÖ™8qâÈ‘#~~~#GŽ|ûö-Ïl$¿àĉÆÆÆÆÆÆØ‚¢ û!d29!!ÁÌÌìÒ¥K•••ÑÑÑ€/^0™Ìó/@刈]]] ‹Ù³g‡††zyy ö[ºTž3gÎ1b„‹‹‹••¶Z“°a?~\”轡›@–= tA¸µd2ùäÉ“¹¹¹FFFþùg||<À;::V®\¹sçÎáÇCͽ{÷®X±"88x×®]â5›°ùû&~íy7ß¼y³©©©¥¥¥‚‚±cÇÄ둈nvÏ#Ašrp_ %$$À +DÏ!œu—ãÇ?}út¯½Ð߈ˆˆØ´iS_[!?ô“òì'nÊ ò7ŠÊŸGx>þ „††&&&⟓B£ÑÐdø¼¼¶ciݨÄK?)Ï~â¦| £¨üyÔsPˆ#“P(”~žS@ z‚ü¢òçQ7àI(ßKkÖâeèС½°@@ äùEåÏ£®réÒ¥   ü,4‹ƒ@ B¶áo q@È4„ñ €ªzó= ù•$@ ’@Ð+T‚â€fq@È(<ñ Ïrcâ I¼¼¼ðñMPP~/ q@È6h¹1@ yCÐrâ À¯Ã"ÄE?)Ï~â&!U åÆ„¨°Ùì+W®,^¼899~fÑúIyö7i£Ë˵q :têÔ©÷ïß´¶¶š™™xxx”””@}OOO###ggç[·náO«­­]\\Ìfmmm(lkk[¿~½‰‰‰‘‘ÑÖ­[¯_¿æÑ3f  ¼¼ÜÛÛ{Ô¨QÓ§O‡ŸºÍÏÏŸ2e •J>}ú«W¯à9—/_nhhhnnCxummíÉ“'wºKJ ýL^ZZjii 8{öìŠ+¬­­³²²°½OŸ>uppPWWŸ8qbii©!$::šD"õŠORÊ’%KvïÞÍd2oݺåââhiiñõõÕÓÓ£P(“&Múûï¿¡æ§OŸüüü´´´ôõõ:$Dȉ;;»NwÉ"üå 4WÂFN¨‰Ñ¥ª‘(„nÊ´Gx„Œ ü㉠âââ¾þúk77·¤¤$ìðëׯ/\¸Ãáô‚ÂGÑžwóÉ“'4ˆB¡X[[gddÈG‚4!R~_¾Ü$$$0þ àøñã £¶¶öÅ‹îîîzzz ãíÛ·üñLJh4Ú¼yólll þåË—kjjjkk×­[7xð`ì<éééÖÖÖ€`gÎÎÎ.ùúúúº¹¹½yó†N§?yò„Á`TWW?À1þü 0 SSÓÄÄĺº:¦££C§Ó Ž9B§Óƒ‚‚ÌÍÍëêê ÆÂ… 'OžüþýûP(è#æ?Bvu ®Ä<þ¼ú ˜<"""44”Ëå8pàâÅ‹€›7oÂ],kĈ±±±,+88x̘1l6›Põ³²²à­´°°PrŽH9 ƒ±téR.— §¡¡áÔ©S---L&ÓÛÛÛÞÞ*æÛÜÜ\XX¨¡¡‘’’"HÈàôéÓ]Ý%s–'—¨¹r4rBMüùE¯šÞwSv=Â#dd O¹ ­­ýñãG¦¯¯%eeeÎÎνãˆðQ´çÝüîÝ»ííí[¶lÑÑÑ‘!ir¥ì¾Põü&ä?þàæåå q ‘‘‘ªªª<:QQQŠŠŠ<“'OêêêÂßyyyÆÆÆÏž=ã q°ÈR\\L"‘²³³ wîÜ¡R© cÀ€™™™P~áÂSSÓììl@uu5ƒÁ€@dff–••‘H¤‹/BÍeË–¹ººòû%Äån#¹ª…nòË]]]³³³ñjظùüùs@[[—Ë­©©äää ¹\nEE…©©)œ“†¦ÜW´¶¶*++çææÂ{?ñññŠŠŠ\.—N§“H¤Û·oCùªU«¦M›F($ŸoccCÊmllþøãÚÂÞÙséÔe{v"|KN|×¼Ã%'&Lˆèrd O+P!À¾}û,Xàååµoß>·lÙ²­[·õl ÿ&á(ún§9‡Ã)**úå—_ÂÃÃãããe("Úš2ô¹ðÖÓ}||´´´tuu===wíÚ%¸öÌ™3ÙÙÙG%‹UUUû÷ïß»w/‹Å9r$Çóóó[¸páÔ©S;m6==}Á‚l6{Ò¤I$›©­­€äæænÞ¼yõêÕÍÍÍTýÈÈÈÁƒÏž=›,š™™ikkçää¬Y³fذaÆ 366f±Xqqq‡dWmmm ¦¦F^Åb±Èß¾¾¾:=zD½—˜UÒ ++kÑ¢Eµµµ–––ÉÉɤðâÅ‹3fÌPT¤ÿwñfffêêêÑÑѯ_¿‡#\ØÚÚºxñâ/¿ürÆŒ½Ž4Û°aáC‡~þùçùóç¿|ùRpÕ/¿üòÛo¿ýøã@3‹EV©««¿zõжPÔ-Z´HQ€`".f•ÌÓžÐäê²kÞu÷%E¦LGÄãñºhj­`ðõ×__¾|9++kÉ’%¡¡¡&L°²²Ú°aCPPPuuuO‡¢ï|šWVVîܹsÛ¶mêêê£G–¡ˆ„kJÒûRBL~ v.Nuuõ¸qãÉ"22ÒÒÒòÑ£G^U[[ëááann~ãÆ áwÙµk—`å 6 >œÍfGEE@ee%›Íþûï¿€º•““£¢¢róæM²øôéÓAƒ>}º¶¶6))IWW×ÕÕ•Íf'''[XXŒ3†¤\'OžLKK€ŠŠ òÂÇkhhˆ¿%fÕ[é…+u[·n500 {yy:uJp-üûê÷… ¬­­MMMÉÁ––&\¸sçNáþŠˆˆè…X¤™››››››UoccóôéS²˜™™ õõõd1&&FSS“¶vûÐ?nTQ„Û“/úfàA.¾&!I×tsÿ%D&_6#¢ýš'<2Ð2Â!JIIñòòâñxŽŽŽçÏŸONNvvvîép‰E»šóx¼%K–XYYõB ”nF$\SÂÞïeâçâëâF•¢¢bttôíÛ·©‡’N:žšš:lذN• †££cQQ‘±±ñs••åëë+XY__Ÿ¤íÆÆÆð&¯d2™ ¢¢BêlÚ´ÉÙÙÙÄÄ„,þùçŸuuuvvv cúôé;wî$]5mÚ´«W¯Þ¾}ÛÔÔTAAaüøñæææL&óáÇä…ùùù2ý@J'#FŒ¨ªª.—›™™éââ"¦²‹‹KnnnAA¹¹¹‚‚„ „ —-[Ö*îÝ»çïïß;áH---­äääÅ'NìÞ½ûòåËÇ'%VVVL&377—,>xðÀÖÖ–¶°÷w^ ujOñ¨ƒ\vÍ;ìó;¦,Fdff&ÉÈ@;ȇ@ÉÏψˆˆ‰‰a0wîÜqqq™3gíãž#j}/§9ƒÁøì³Ï:=”ÔÓº‘pM {_úuñ»8FFFßÿýöíÛ>|XQQ±nÝ:.—[]]M]Z¼uëV{{{SSSJJÊ„ ”€²²2¹hF~.âÅ‹qqqä6–•••‰‰IDDDGGÇéÓ§ È­Ù‡fff._¾œÚ“Q£F)++GGG····´´œ?~ܸqP\\Ìårëêê¶mÛæéé9xð`---ww÷ýû÷·´´<~ü8))Ip;2ª¢¢ž?M®Þ¼yÓÜÜ\CCCÌ« ¸\.›Í òöö:t¨p¡žžÞ Ð_ýPCCCZZZ[[[kkkdd¤““”——ûùù¶µµUUU‘¡äÃ?ôòòÚ±cGsssqqqBBªU«h û:¦¾DÛž¢䢸ûûÿüóÏð6]ó>£"*LÙD ÔÞÝ CÁf³}}}ÈĪªªgÏž‘¡©§‰E»š_¿~½½½½±±ñÔ©Sööö2‘pM1½/cº|¢ª¦¦fÒ¤IFFF䦒 RÁÜÜ\]]]MMmÆŒÂ7°@à‰*òؽ¶¶öâÅ‹ÉCRl6ûîÝ»¶¶¶ä·®\¹B 7mÚÄb±^¾|)¸©””kkëjiiÍ;·  €Ífûùù 8PCCcéÒ¥ÿüó©ùäÉwww‹5xð`êmøä /1«¤äF•žž‹ÅÒÑÑY¾|ymm-ŸÏ §*˜šš’ÃZUUUCC£¬¬ŒÏ稩©ijjúùù577“š´…Ž™ó}¥±±ÑÕÕUSS“Éd~þùçäiáY¤ò«W¯¼¼¼ÔÕÕ‡J]Â¥-F{È‘·³JæÐ¶'_Äá*|‹ª «W¯æ¿e×ô~˜²‘0Á‘Ú[>Ýx"*.—;sæLêYRÓÉÉÉÑÑ‘º½Õ£Ä¢Ý?Í­¬¬444X,Ö¬Y³hïÐImD¢jR@:>ÞáFãøñãnnn´£*z[äɯÞabb’‘‘ÑËÏ#ô;vìØºuk_ï…üè'íÙO”ò7ŠÊ_D‚¨9ÅAAA "§¿QUU…ÿÀA&•––€¼ÇÒ?¨Þ¯~Òžý$Lù £¨üEÔ}˜âÈ$55µ¤¤¤¾Þ „’Uò7ŠÊ_DÝ'ƒ³‡€®®®®®n_ïBÉ*ùEå/¢îë8!„’C˜â „BH)@]]]_ïB!„Ðû„WqB!$‡0ÅA!„Â!„BrS„BÉ!Lq¢QYYÙ×» WúI{ö“0’˜â ô/¿þúëW_}•žžþìÙ³¾Þ™×OÚ³Ÿ„‰l¡Iq Ï™3çÎ;d•§§§………««ëÕ«W_uòäICCÃ’’á’ÂÖÖÖ-[¶ØÚÚÚØØìرž'''//ÏÉÉ)00ªûömáqîܹÛo’þùçÊ•+÷îÝ[´hèêê^0kÖ¬?þV¬Xáååu÷îÝû÷ï;;;¯^½º££cÕªUÞÞÞ>´´´\µj9+¶nÝZSSsëÖ­'NDDD\ºt *++œœJJJ:9$.ÊÙ³g%Y% ¾ûî»§OŸÞ¿¿´´tÙ²eTùÅ‹]\\àÙ³gÎÎÎ………|>Ÿ¬joo_ºt©¯¯ïÓ§Ommm½½½y<m!©ýúõ'Nô~hR¥¡¡!55599yìØ±yyyÐÞÞîì윗—W^^®««»bÅ R900ðåË—………©©©{öìÉÈÈUH+&&†-@ðOÌ*ÙBÛž@w¸ׯ_/zC|Mâ­º¦çˆ Sv#$fd5ÈІBJÊÊÊÂÂÂ"##zã~‚øQ´û§ypppIIÉ“'OœW®\)C‰ª ²ÿ¹ îÀb2™zzzNNN¯^½"%Ÿ|ò‰¢¢"“É´²²¢Ê¿ÿþ{óæÍ‘‘‘^þá‡ê¼ÕÕÕ©©©7nTWWg2™äÒŽ’’Ò˜7ÚÛÛÿøãÐÐP¨ªª2dˆ‚‚Â|`aa¡©©YZZZYY9gÎ&“éïï_ZZšŸŸÏf³Ïž= ªª:f̘¹sçž>~áÂ…¤¤­­­¬¬ìÂ… ±±±aaaÐÜܼråÊÐÐÐ#FtzùîÝ»;öôéS²˜——Ççó¯]»æèèhggwþüyÁÊííí7n ÑÔÔ€7zzzîܹ3))éÀQQQmmm¤¨¨¨@¿ñNþ IDATYYYAAŸÏ733#133ËÏÏïv›Hœœ>ŸŸ™™immmff–žžNÊëëëKJJÆOû*Òb\.TUU ¸¸˜¶°©©ÉÛÛ;,,läÈ‘½ô0`@pp°§§gkk+m…›7o’ ùùù|>ßÒÒ’”[ZZæååÑöΞK§.Û³“-[¶>èSœ5kÖš™™-X°`Þ¼y[¶l!å/^¼ˆŒŒ<<<üÂ… šššþþþ?ÎÌÌܳg5§ØÕÕ•Ìù8qâÔ©S7mÚôõ×_ïÝ»”••ÀÃÃÁ`Ìž=»¥¥…šëZQQqôèÑÿüç? š››W¬X±gÏžää䨨Ø{÷ª9r$##cΜ9zzz ­­­®®Nê“í477³X,1ÑGšÎÛÛ›Á`Ì›7¯¥¥…Lë¾xñ¢³³³¨W©ªªÆÅÅ>}ÚÑÑQ__´µµ… kkk/^¼¸uëVjF¤½½}ïÏg”*óçÏ'w²—,YBþôÓOááá/^$ƒ—††455‘µÍÍÍêêê´…¢ÞåÿûßK’¬’E´í)lòäÉ3fÌØ¾}»¿¿?5]C’tM7v_RÂaÊtDÅÅÅ]Ž ´ƒ m‚Ξ=[VVàãããàà`kkÛ 3W$E»sšüðÃ7nÜ4hàÌéH¸¦$½/º˜‹vïÞ½N÷} †½½}IIÉèÑ£ @zzº···`e===’¡“ˆ¤#ä>%¹ß¡¡¡NNNÔ­Ä¢¢¢úúú &0Œ)S¦“§·222.]º4fÌ+++SSS&“I]q),,477­"eŒáMöÍd2@EE…Ëå^»vMü”£iÓ¦]½zõöíÛ¦¦¦ äÒe§ÂÅ‹?YYY¾¾¾½˜4hÐŽ;rssÉâ©S§ÂÃÃSSS‡ FJÌÍÍ™LæÃ‡Éb~~¾µµ5maïï¼êÔžâéëëWWWK¸e »æöùˆ S#266–dd d„C FGG>|˜Á`Ü»woÚ´i...ÔC»=t5о—ÓœÁ`8::vz(IÊ#®)aïK¿.¦D………‘4"''§£££¹¹9##cüøñ Ê@II‰´5ùeˆêêêÄÄDrËÜÜÜÈÈ(**ª££ãìٳÇ5j\»vmñâÅÔ›(++ÇÅÅutt´´´üöÛoVVVðøñãöööúúú½{÷Λ7OGGGSSÓÍÍíÈ‘#---åååiiiâ¿&Ê(+++“ˆˆˆŽŽŽÓ§Oݽ{×ÔÔTü—¹ââb.—[WW·mÛ6OOO2á±SáСC;u¢²²²¨›_r¯±±ñܹsmmm­­­±±±äÐ%sîüýý¹\nuu5ù¬ÒÒÒrwwß¿?¹™””´|ùrÚÂ¾Ž©/Ѷ§(dÞÞ‹/âââÄ_ JKKƒ·éš÷Vg¢Â”݈@xx§Fjon¡ ¨««[³fͱcÇÈ÷[mmíêêêÊÊÊ!C†ôt8]Ž¢Ý?ÍoݺÕÞÞÞÔÔ”’’2aŠH¸¦˜Þ—-]Ïúööö¶µµ]»vmkkkhh¨­­í§Ÿ~Êd28 æU–––³fÍ233Û·o(((DEEåååÙØØ?~<22’$C™™™jjj‚s£´µµÿûßÿ^¸pÁÚÚzòäÉ<ïðáØ˜hcc3uêÔ>úˆª¨¨€üqÔ¨QãÆ5j™.ª Ç766ÎÈÈxúôiTT<|øÃá¬[·Îä R9,,LGGÇÔÔtöìÙAAAnnn¢ iùøøtúÝêÃ@Ì*ÙBÛž âpuqq1bÄäÉ“ÍÍͩٚ´5cbbÈ ô·êšÞSv#Ú[ OD…ÐÞÞ¾bÅŠáÇ“’]»v}óÍ7Û·oïé}îríþi¾qãÆÑ£G›™™1™ÌcÇŽÉPD¢jÊÆñãÇ'MšÔ×»!' ÔkïõÉ'ŸüôÓO½öûì3''§ÄÄDêå—.]rwwçñx=B—£h÷Os‡Aƒ©©©YXX\¸pA†"U“íÏ…ãdzÿ bbbØlöË—/>|èììŸS)Ž ÈÈHEEEڸĄüÎz¡ïß¿¯¯¯_[[K¯_¿N­7ÿÅ‹p÷î]ÚB>Ÿ_VV6zôhrÁLå¾ÒÒÒ¢¤¤”““C>«„ÅÇÇ+**òùüêêjƒqåÊR¾råÊiÓ¦ÑÒn§Ÿ¤8âÛS8Å¡òñ5i‰ïšwÚ}I‰ Sv#¢ˆD'*¾PŠóêÕ+;;»’’’^‰ã_Ä¢ünŸæ)))ƒîá þ¥›ÑÖäKßçÂ;¤8âæâp8œœœœcÇŽ-]ºššš¼½½ÃÂÂFŽÙ©æ–-[<ø×_‘Åœœ>ŸŸ™™immmff–žž.X™Ëå~ûí·{öì!¿¼mÛ¶™3g'$$ìÚµëĉmmm¤¨ªª@qqq~~>ŸÏ·´´$±´´ÌË˳óÄÍ›7?þøã.«É .—ûõ×_:tˆÜ¬««+,,œ8q"me‡ÿnÆÂÂBÚÂÆÆÆùóçGFFöV(RJEEeçγfÍjmm¥­píÚµO?ýòòòø|¾ )·±±ùã?h {gÏ¥S—íÙI``àÞ½{ËÊÊÞá½ÄwÍ;lPrb”шˆ.GÚñD°ìÛ·oÁ‚^^^ûöíãñxË–-Ûºu«‘‘QÏÆ D’QôÝNs‡STTôË/¿„‡‡ÇÇÇËPD´5åãs>ÅñññÑÒÒÒÕÕuvvöôôܵkÇóóó[¸páÔ©S;UNOO_°`›Íž4iÉfjkk`À€¹¹¹›7o^½zuss3U?22rðàÁ³gÏ&‹fffÚÚÚ999kÖ¬6lذaÃŒY,V\\‡Ã‰ŒŒ€¶¶¶ÆÆFPSS#¯b±X âc;sæLvvöÑ£G©___=’d•ô8pàÀСCçÍ›G/^¼8cÆ EEúoff¦®®ýúõëððpàp8Â…­­­‹/þòË/g̘ÑkH³ 6:tè矞?þË—/WýòË/¿ýöÛ?þä€d±Xd•ººú«W¯h E½Ñ¢E‹¦ìbVÉ1íÙIVVÖ¢E‹jkk---“““ßê]ºìšwÝ}Iц)Óñx¼.GÚA†Z+|ýõ×—/_ÎÊÊZ²dIhhè„ ¬¬¬6lØT]]ÝÓáPºEßù4¯¬¬Ü¹sç¶mÛÔÕÕG-C ×”¤÷eƒ˜UÕÕÕãÆstt¬©©¹qã†ðkwíÚ%øÂ 6 >œÍfGEE@ee%›Íþûï¿€º•““£¢¢róæM²øôéÓAƒ>}º¶¶6))IWW×ÕÕ•Íf'''[XXŒ3†$('OžLKK€ŠŠ òÂÇkhhîs§U‘‘‘–––=’än”˜Uo¥G¯Ñ•””¨ªª’«Y„——שS§ëÀ¿¯~_¸pÁÚÚÚÔÔ”ÜiiiÂ…;wîîÙˆˆˆEú¹¹¹¹¹¹ÙÙÙQ%ñññ666OŸ>%‹™™™P__Ocbb455i i·ýãFE¸=ù¢oÖlݺÕÀÀ@’š„$]ÓÍý—m˜|ÙŒˆökžðÈ@;ȇ (%%ÅËË‹Çã9::ž?>99ÙÙÙ¹§Ã!ºE»šóx¼%K–XYYõx0|>ÿ=E$\SÂÞïeïùF•¢¢bttôíÛ·£££Ÿ €¬¬,___Áúúúú$766†7Ù"“ÉRgÓ¦MÎÎÎ&&&dñÏ?ÿ¬««³³³c0Ó§Oß¹s'é€iÓ¦]½zõöíÛ¦¦¦ ãÇ777g2™>$/ÌÏÏó˜É©S§ÂÃÃSSS‡ &&@Ùòí·ßΞ=›<†\.733ÓÅÅEÌK\\\rss ÌÍÍ&L˜ \¸lÙ²VpïÞ=ÿ^ˆHšiii8p ''‡,ž8qb÷îÝ—/_>|8)±²²b2™¹¹¹dñÁƒ¶¶¶´…½¿óR¨S{Š7bĈªª* ·,a×¼Ã>¿QaÊbDfff’Œ ´ƒŒp”üüüˆˆˆ˜˜ƒqçΗ9sæÐ~…î âGÑ÷rš3ŒÏ>û¬ÓCIR‘pM {_úuñ»8FFFßÿýöíÛóóó•€²²2¹F~âÅ‹qqqä6–•••‰‰IDDDGGÇéÓ§ È ×‡fff._¾œÚþ¨Q£”••£££ÛÛÛ[ZZΟ??nÜ8(..ær¹uuuÛ¶móôôQUSS3iÒ$##£þùG°õDy˜^[[{ñâÅä!)6›}÷î][[[ò W®\!…›6mb±X/_¾|»””kkëjiiÍ;·  €Ífûùù 8PCCcéÒ¥Ôû>yòÄÝÝÅb <˜ºG6fÌuuuPQQQWW¿ÿ¾ðŸ ¦¦¦©©éçç×ÜÜLjÒR@:fÎ÷•ÆÆFWWWMMM&“ùù矓Ça„gQʯ^½òòòRWW:t(u —¶Pí!GÞNÌ*™CÛž|‡«žž‹ÅÒÑÑY¾|9õlmMX½z5ÿ-»¦÷Ô݈„ Ž ÔÞòéÆQ!p¹Ü™3gRÏòšNNNŽŽŽÔí­%~íþinee¥¡¡Áb±fÍšE{‡Nj#U“Òñ¹ð7ªÇwss£UÑÛ"ψõ“ŒŒŒÞ¡ŸØ±cÇÖ­[ûz/äG?iÏ~¦Ü¿QTþ"D&É@PPPBBµ(JUUþ™TZZ òzKü z¿úI{ö“0åƒü¢òQ÷aŠ#“ÔÔÔ’’’úz/BHVÉß(*uŸ ÎBºººººº}½!$«äo•¿ˆº¯â „BHaŠƒB!9¤uuu}½!„Bï^ÅA!„Â!„BrS„BÉ!LqB!$‡0ÅAˆFeee_ï‚\é'íÙOÂDHV`ŠƒÐ¿tttüúë¯_}õUzzú³gÏúzwd^?iÏ~&B²…&Å1`llkÖ¬‘#GêëëÛÛÛ_¾|Y†"U“éÏú«8‡*+++))¹råÊ!CÖ­[G­:wîÜí7HIHHÈ?ÿüsåÊ•{÷î-Z´tuu/˜5kÖÇ +V¬ðòòº{÷îýû÷W¯^ÝÑѱjÕ*ooï‡ZZZ®ZµŠë[·n­©©¹uëÖ‰'""".]º•••NNN%%%ÔùÐÑÑáää”}ÿþý¡C‡®_¿ž”¯_¿>'''//ÏÉÉ)00°S\”³gÏJ²J,^¼xéÒ¥ÅÅÅååånnn_}õ)¿xñ¢‹‹ <{öÌÙÙ¹°°Ïç“UíííK—.õõõ}úô©­­­··7Ç£-$õ¯_¿~âĉ¾NŠ444¤¦¦&'';6"""//ÚÛÛóòòÊËËuuuW¬XA*¾|ù²°°055uÏž=¢ iÅÄİ~à‰Y%[hÛèWâúõëEoˆ¯I¼U×ôQaÊnD‚ÄŒ ¢ÚBBBâããcbbBBBHIYYYXXXdd¤‚BoÜO?Švÿ4.))yò䉳³óÊ•+e("Q5Aö?ÄXL&SOOÏÉÉéÕ«WTá‡~¨óTWW§¦¦nܸQ]]Éd’K;JJJcÞhooÿã?BCC ªªjÈ! |ð………¦¦fiiieeåœ9s˜L¦¿¿iii~~>›Í>{öl@@€ªªê˜1cæÎ{òäIðõõ6mšà²X¬Ï?ÿ\EEåƒ>˜2eJqq1)ÿä“O™L¦••Uïœ<=íùóçzzz JJJÖÖÖššš¤üÒ¥K$Å  PŠ‹‹Ÿ={¶`ÁEEÅÀÀÀ¢¢¢Ð@EEźuëâãã{=2颤¤¤¤¤ô×_‘Er𨫫ñÅ***JJJÓ§O/((€ššš”””ï¾ûNUUÕÔÔÔÃÃ#..޶°/ãék´í t‡+¡££3ø ñ5 É»æ=öo¢Â™ˆ"~d OhCÖØØ¸zõê£Gª©©õ`Ä¢Ý?Ííìì>øà&“9nܸÞùÜy_‰ê29ø\× '777>>~áÂ…TáîÝ»;öôéS²˜——Ççó¯]»æèèhggwþüyÁ-´··oܸ1$$„4ýÆ===wîÜ™””tàÀ¨¨¨¶¶6R TTT ¬¬¬  €Ïç›™™‘˜™™åççwÉÝ»wÇGþnkk+++»páBlllXX˜Ä­!½¶mÛ6sæÌààà„„„]»v‘´º¾¾¾¤¤düøñ´/!mËår@UUŠ‹‹i ›šš¼½½ÃÂÂFŽÙ[I©{zz¶¶¶ÒV¸yó&¹$™ŸŸÏçó---I¹¥¥e^^maïì¹tê²=;Ù²eËÁƒ©\á­ˆïšwØ äÄ„)£]Ž ´ã‰`* ýꫯ|||BCCy<ž¿¿ÿ† ¨ ½@òQôÝNs‡SZZzæÌ™¨¨¨ÈÈHŠˆ¶¦||.Ч8kÖ¬144433[°`Á¼yó¶lÙBÊçÌ™S__?sæL’ͰÙl0`@vvöÚµk7nÜØÒÒBm'&&FGGgÆŒdÑØØXKK+//oóæÍzzzººº£GVSSKLLäp8±±±Àápš››`àÀäU,«±±Q|.\øý÷ß÷íÛG_¼xyèÐ!555ªÚÚµkÇüz!f•4033ÓÖÖÎÉÉY³fͰaÆ ™™™S§NUT¤ÿwñÆÆÆ,+..ŽÃáó­­­M¸ðõë×~~~ .œ:ujoF$µöìÙ“––æíí]SS#¸êÌ™3ÙÙÙGrLR_@Y,VCCm¡¨7òõõÕðèÑ#IVÉ1íÙIzzú‚ Ølö¤I“ÒÓÓßê]ºìšwÝ}Iц)Óñx¼.GÚA†Z+,Y²$555==ÝÃÃcß¾}¶¶¶æææ!!!ßÿýË—/{:x}çÓ¼ªªjÿþý{÷îe±X½“¼¯ˆ„kJÒû2¡‹¹8VVVÔ &˜8qâÔ©S7mÚôõ×_ïÝ»”••ÀÃÃÁ`Ìž=»¥¥…šÁZQQqôèÑÿüç? š››W¬X±gÏžää䨨Ø{÷ª9r$##cΜ9zzz ­­­®®Nê“í477³X,11¤¤¤DEE%''1‚” ><<<üÂ… šššþþþT̓– .‰_Õçššš–,YrøðáK—.%%%ݹs‡Ü+½xñ¢³³³¨W©ªªÆÅÅ>}ÚÑÑQ__´µµ… kkk/^¼¸uëVjF¤½½}ïÏg”*óçC³Ì­ÐIDATÏ'w²—,YBþôÓOááá/^$ƒ—††455‘µÍÍÍêêê´…¢ÞåÿûßK’¬’E´í)lòäÉ3fÌØ¾}»¿¿?5]C’tM7v_RÂaÊtDÅÅÅ]Ž ´ƒ m‚Ξ=[VVàãããàà`kkÛ 3W$E»sšüðÃ7nÜ4hвeËd("áš’ô¾Lèb.NXXؽ{÷„ïûêé鑼›\f$é¹ûHî7@hh¨“““‘‘Y,**ª¯¯Ÿ0aƒÁ˜2eJpp0yÖÉÁÁ!##ãÒ¥KcÆŒQPP°²²255e2™Ôu”ÂÂBsssQ;™šš• ««ÛiƒÁ°··/))‘´1¤ÕŸþYWWgggÇ`0¦OŸ¾sçÎÌÌL.—{íÚµN““:™6mÚÕ«Woß¾mjjª  @.]v*\¼xñs••åëëÛK±I«Aƒíر#77—,ž:u*<<<55•|Osss&“ùðáC²˜ŸŸommM[Øû;/…:µ§xúúúÕÕÕnY®y‡}~¢Â”ňŒ%há(………ÑÑчf0÷îÝ›6mš‹‹ õÐnÏ‘d}/§9ƒÁpttìôP’”G$\SÂÞ—~]L‰244 # ù½‡êêêÄÄÄÉ“'€¹¹¹‘‘QTTTGGÇÙ³g‡>jÔ((((¸víÚâÅ‹©M(++ÇÅÅutt´´´üöÛoVVVðøñãöööúúú½{÷Λ7OGGGSSÓÍÍíÈ‘#---åååiii¢¾üýý÷ß›7oöññár¹äû.)ÏÉÉéèèhnnÎÈÈ5UE†Œ5JYY9::º½½½¥¥åüùóãÆ»{÷®©©©ø/sÅÅÅ\.·®®nÛ¶mžžždÂc§Â¡C‡* eeeQ7¿ä^ccã¹sçÚÚÚZ[[cccÉANæÜùûûs¹ÜêêjòY¥¥¥åîî¾ÿ~rå2))iùòå´…}S_¢mOQÈ ¿/^ÄÅʼn¿<”––oÓ5ï5¬ÎD…)»€‚‚‚¨‘Ú[ dhC êêêÖ¬YsìØ1òMX[[»ººº²²rÈ!=N—£h÷Oó[·nµ··755¥¤¤L˜0A†"®)¦÷e ãøñã“&M,244”••ÀìÙ³Ÿ={Æãñ>ùä“;v <´óÚnß¾­££#fÕ[µæ AƒÞª¾ä²³³·oß^ZZª¬¬ìàà°{÷îÈÈH===êïĉ«ªªÈóeÙÙÙ}ôѦM›çλ{÷nÒ¶´…--­7n˜ššöP R®¹¹yÙ²e999MMMÎÎÎáááƒ>sæ õ4&A¦ 566®_¿þ×_UQQY³f é ÚBaÔ¯¤***qΜ9C¾ô®\¹’ú1¡ž#~íþiîààðôéSgggwàÀá+XR‘¨š)ù\xýú5ù#(((!!\^£ªªŠ&ÅAï¬çRaŸ|òÉO?ýÔ›Ï#ô+aaa6lèë½ý¤=ûI˜rCþFQù‹HÐ;¤8òð›1ý¹X%¯Ç±4Àª÷«Ÿ´g? S>Èß(*u¦82IMM­Ÿÿ¦Bu‡ü¢òQ÷ÉÞì!C† é… z!$¯äo•¿ˆº¯â „BHaŠƒB!9¤ä—lB!„¤S—P ë8!„’C˜â „BHaŠƒB!9„)B!„ä¦8!„’C˜â „BHaŠƒB!9„)B!„ä¦8!„’C˜â „BHaŠƒB!9„)B!„ä¦8!„’C˜â „BHaŠƒB!9„)B!„ä¦8!„’C˜â „BHaŠƒB!9„)B!„ä¦8!„’C˜â „BHaŠƒB!9„)B!„ä¦8!„’C˜â „BHaŠƒB!9„)B!„ä¦8!„’C˜â „BHaŠƒB!9„)B!„ä¦8!„’CŠ}½!„Bo§ªªªË:˜â „BH–|ùå—’TÃ!„B²$!!A’j˜â „BHÆ<þ\|…ªª*œnŒB!9„)B!„ä¦8!„’U®®®´ÎÅA!„Œ"9M§,çÂ… äo¼ŠƒB!™De3´%˜â „BHV æ42LqB!$ÃHf#|ES„BÉ6áü0ÅA!„\úå›=oÅŒ.IEND®B`‚gbonds-2.0.3/help/C/figures/add-dialog.png0000644000076400007640000003316211107720364015200 00000000000000‰PNG  IHDRBÄeQ¿ºbKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ "2‹É— IDATxœíw\ÇßÇç:Gïå(JS@©*‚RDPTTK5jÔXò¤hb‰å—¨‰5”‚Ñ$Š¥© ‚H¥swp\¿{þXΣx*‚§ó~ùÂûÌîÌÎîÞggvnw¾¸šš FâýFƶDì4°D"y­âbbb~>š¶råª~©Ü yé¿wº~\± é}õ·®Í;=¨¯µáþª‰¤Ëzã*H:kàÈáß î~ÝRp82s‡i44ð¿ÿþKz`ö¿¯ç¿Ý¾!>п8IW’˜˜"‘(¿ïD"€@ @'ãA§‡SSSSSS tuuµ´´ÔÔÔ”••Éd2@…BÇf³Y,Vsssccc]]]ÏÕ•ˆñx&Å"‘ˆÇ¤HÈ£˜ 8Jä.)àµ)+uõø¦ª2 “¼öfuU2&¹ì&-u &9­ :J˜lgÖêjvIvKµ¾6“mÍU†ºÊ˜l¥Wë«`’ÕTfj¨ŠIfCÉ#5L¶ÔZ˜¨c²¹6ÿe™gm¦IFMî𡚘¤¿È¶³ÐÂdSU¦½•6&+Œ¦ƒÉ†Š ‡á]²¾<ÕѦKÖ•Ýu±ÓÃdmÉ7{}LÖ'e€ÉêÂîH´¬)¾í:¢ë±Kuµº¾“±XL$-,,ÌÌÌä4`UUÕóçϳ³³a'/]™LÆápx<Çï” ‰'ˆÅ’Î* ÉdŠP(†R$äQ©Ê<J¡€£¢¢ÊåwH­¡¡ÙÎBÉç²´utÛÚPòÚ›õô Xm|(¹ì&CCZ3‹%§µÁÄÄŒÎäBÙΪ3bÞÔÒ!Ù-ÕæV ”mÍUVÖ6uMíP¶2*llGT7°;ŽuSù{‡çumP2JF98UÖ¶vÈú"G'·ò,(›ëò]ÇvÉÚ<·1ãKª˜P2jrǹO(ªhé/{xúä—7CÙô§EGWÅÆ<ÌÐ70’ö°Í„Áìl–Yu¦fC±k^;³fÈP‹Æf¬Y~ai5¬ŽÞÙ,3ª¬‡Ùj¨RÔ”ñÍuO[›ÊmìF¾¨ïl–KíG®ªÅšåb'—ŠêK·Ô:9»•wɧ.®ãJŸwXZM¯­©šžvJFõcwO¯Âg–¦¿xäéå+åáLo_)ߟ490k–Ÿ¥Mž:íqg³\_ž25(äQæá»AÁ3»<\r;äe‡ÍŠôïôÇ'oΜ‘žÛÐyÊR½}&WvôÑøœ%%*Öc•1àW_}Àáp+V¬À< S"##eÚTXB—¥= {Ë_~ù¥Œ‡aú¢E‹°•8ç–ˆEd2)ÀÓœËêk+Ûq(²@ªk­¬¬Ât¶Ò"šš:‡‡u­[qx‡©­£‹yøÆÑ0“{àÌãesF+S‰‡â22ò(Í,ž¹ö²9Vfš­l~ô¿O“R*>™fûÙt»ÿÛ—ò0¯~ãbWß1f_|{¶]Û:ræ(›¿ïtv[s•æaŸÌðøòs¿gÕÌŸe”•äÙtpµ7ÚºÒRO›ZßÈJylüï§X5ZZy¿Çfo_å©L%þvâFyÃØ²ç¬Ž]p3VQÊeÔäŽ?±°óp¶çß®ÛãªL/Ÿ—n}ý¦¾t{<%(§ËéS‚vz¸ìnÐô0éÛãà³¥oCgÍC·Çƒ+kŠoϘõ•X¥–ÖöX»‘1àþýûW¬X!ãgø÷ĉ=ÞËvªq8ܤ3GEEÉx8&&Fž!®À‰æ×SJo¥ä•TÒ=ÇØ¨“y‘·0Ì1`‚ybrÞÜå˜,)ÙNó²¸rû¥té!.~{3@M…ôiÕÍ´*…¸(Ì©¶ú…†eÇjmuÒŠbŸä?[=ßIK™—™] ÐVb íÃõÃL•këšlôR565oláÂ’¹¬j—'X¹éÔ¶ýc,ËJ‹ƒ}¬;÷Ÿ«ªcý§0ÃÏŽU—?ÚÅ«ÆÎßã›YÕ ñ>nF€}Ç¥w¡ô nˆUŸç>Ñ»ø9Jf]îDŸÉ…•-P¶Ôf{Ožšÿ¬SVgNš”WÞ!›Ÿ?𠜞[Ú %£*cêôÐÇÅ’^™6mƬGE (›*î…„ÍÉ, CÙøìîÌðOî?m‚²¡ü?$@6–ß 5; -5Çó¬nâ@ €€L!ˆ=@ t·žôRâT›.íò£Gv¿ÄÄÄôØ5W"•ÈD%2J!QH%21h‚9‡‹Û·(õìšuŸ»fLq%ˆØxNW“ `²ÚL,Ag $ ÐÓR†éÚú¦2%%톆†¡Àfó˜¬öáv®bx  uÕñ€y!îwÎ~³öóq}õººúÒª'û¡£¬5K«š³ŸV޲5s´Ñ+«jjni•àU`Éâö[[[@;‡Ïç‹B@UY‰ÏaéiQ5õ-*Zf `¨§Ç‹ëé\X{ÌXO±¤£æ3}]ul@çµnˆ×\âáéUUˆ’Ë(šàåó¬ºJNSïäòç²!o’_@i Êöú'~S‚J*;$»>gJ@pÑ3&”mµÙÓBóË:dkMfpȬ¼Ò–ùâþŒÐðœâf(Y/î‡Íœƒä»—BÃÂsK:λ.×Û×ïyC{Ç÷YÌÑTW# Jä—îj1sEEEuïT/X° ¯{c™ñnl¥ãÇ/^¼¸c]sX€ëxP…@Àùrú߬;©à a®S½GÛ[©Õ0 \¾HY‰¨­¥ª¬¬L¥t\N´´5°tU*^Y‰„•,ä³µôô8\QÇV Hb@Ä:ôB pæBÚ΃‰i@×À¬¨¢ÅÆÜ"lŠÓƒ¼çt:ÃâÈIã‡å×S”T••©Nkƒ•µ56ÄÃ㜜 t–H,lb´é«Ó 4UUUà%¦®‘Éåñ°j)äæ6 V ‡ÑÎ\^Ç.DMª*JØ.´ÒË\\Ç>¯cü¬¦·1ã«jÛ d6?¡¢ºÊ–úÂñ|Ê_° l®Ë÷ðò-Þ!uy½&—>gvÈš\ŸISŠ+;$½:g’Pá³–ùâÑ䀂òf(›žgM É/CòÝË€àüÎÃN¯Éà=©¬ã Jxlº¾¾~;WD wØGÆ€=zþýì³ÏNŸ>ÝÝ€]ƒîFÇãñÑÑÑ .ìÍÃØÅ€Lìz à—¥©¥ÓÎé8û‰‡'‰äÊÅØ´‹?¿±³²²<<š¾V¤ÞÞHp8œ´ÄãqbLKÄx<^n)Âã ]R,"¢.)$I"ì™±D$ 1)’È$¡¨7) ‘ÉR’O&+ °§GE|ÊËR‰¢Äv=[ª¤$-yJJÔ—$•Úõˆ‹G¥Ry½J.•ªÜ%\ªr— 8Ê**<~—”~]$ਨªr;žñÛUÕÔ8½ÈާåX)p”•U° Ä"Ÿ³8Ÿzaû033ÓÃãkˆ‹Çã½nX›®£ÙõªP/H`Ëß©$÷’”1<ßõ@ØÛI1ïMJ$b<^¹IÀ+‹{“b1¨,Ë)EPªvI±XòzR¹C‰*"±DEFR_’ÊRˆä{ _:¡@"ÆáðÒï*¾½»l ªzÝf–¢£)ûî“·7 ÷Æ5ÐÔÔ,›ãÔ/ûƒ@|l˜:F¼!8€D"©­­…úÆ~~~o[5ñθqãÆüùó¡gsss§L™Òý…a¡` # ²1¡ð # ²1¡ð # ²1¡ð # ²1¡ð # ²1¡ð # ²1¡ð # ²1¡ð_½ B ±X,‹á,¤b±ÎÆ0Ø•ú`AG[Nè øùù988ÈŸîààÐï³ô¶­×âÑ£Gfff[·n‰‰133;wî\¿Ô­_øöÛowîÜ9صx=ú>)ïóÑ~¯èïÝ»—F£¹ººŠD¢W Óéò§766Òéô~©Û+·õðáÃëׯËYˆ®®.ÀÐÐû Ñh4-$$[mùòå4mÒ¤IrûìÙ³E‹1ÂØØØÂÂÂÓÓóæÍ›ræÅˆŽŽNHHxÝ\râééI“bÈ!“'Oþï¿ÿÞ²ØÞN ¤Ç£èN?tªE"ÑéÓ§©TjuuõíÛ·åÿî¾'Nž}útXXØÔ©Síííoݺ…ÍηgÏžS§N…‡‡_¿~]KK [¿·tètúµk×<<<=zôÓO?Ž;¶yóf›þùÇÖÖvóæÍ0ì#¶þ®]»BBBØlöîÝ»åÜÖ† ºººÉÉÉW®\é£|‡;s挭­­™™ÙÙ³gÕÕÕaº@€ßþ¤¤$,KXXàüùó‡·páB™¡šI“& ‚ñãÇoݺµ¸¸Kçñx^^^ññññññµµµk×®„††à¢D"9þ|XXX÷±Ÿî„ÅbÍ;·¬¬,99¹¬¬Lºúå—_VTTÄÄÄ\¾|yóæÍ&&&=ž”{÷îÝ»wïêÕ«QQQjjj;vìèǓҽ½m„ okãêêê[·nÁÀ‹‘‘‘b±›­~qW­ZeooO¡P°,½¥Ë@¥RO:µk×.¼‹ŽŽlÞ¼ÙÉÉ ¦@(Ê¿ÿþ»iÓ&==½ææf9·/ðD"ÑÆÆ&66¶òûFCCc̘1·oßæñxIIIS¦LÁùøøhhh\»vÅbýý÷ß"‘hÖ¬Y2Ù>üÃ?P©Ôƒzyy…‡‡WTTÌÍÍ—-[¦¥¥¥¤¤¤§§×ÐЀxýúu‹•••UUU¯2t? III cêÔ©–––T*Uºß.‘HÚÚÚîܹC¡P¦M›ƒÅv'<<<<<|Ñ¢E)))6l˜|¸­­müøñX:‰D æóù—/_>qâÄœ9sTUUeò’É䨨¨ôôôsçÎùúúÞ»wï³Ï>“H$OžÝÜ8µ¸ gΜ™8qâ‘#G¼¼¼‚ƒƒŸ>>d2Yzl-wíÚUPPƒ\öwww?tè ¤¤D(nÛ¶­²²òÎ;×®]³°°)ðÌ™3.\˜9s¦œ5ÔÐÐTWW˜L&“ÙÒÞÞ>..îþýû ,xøðá’%Kz+‡Ã}÷Ýw€³gÏöãI‘¿Þj¤úæÍ› #22»i¡P(ÿüóÏŸþ9yòdww÷¤¤¤õë×s¹\‡ƒåê-]—ŸŸA ,\¸ð‡~ؼyóÊ•+÷ïßøüóÏû®¡<ÛÒÖÖf0÷îÝ›5kÖîÝ»_«|iÌÍÍ­¬¬JKK§N*³ÈÅÅÅÔÔôùóç¾¾¾æææÝó~þùçcÇŽ533‹ÅIIIGGG‰‡‹.^¼¨®®^^^¸}û¶···«««±±qVV@€G¼½½ñxü¥K—h4Ú;w¸\.¶èÇ„cH...ÑÑѽ݅^¸pA"‘ðxÝØØøûᅩŒì»†òlkãÆ[¶lùì³Ï®^½J¥R_«|~þùç²²2___™tºoß¾E‹õ˜±µµõðáà $ÉÐÐ0""â믿†u[±bÅÎ;7lذ}ûöƒB7†††þþûï'NÔÓÓ“³zC‡ݱcǶmÛΞ=ûã?nÙ²ûqþÉ“'ñññL&S]]ÝßßÓ¦M=–°téRøL&»¸¸lÙ²eÔ¨QýuR䬢;(øË±hÑ¢âââÿþûo'”H$X|z‹eooO£Ñ222«>ˆ7£{ðôLõ@píÚµ«W¯nÛ¶mp ÎÎÎþßÿþçç秬¬œ  ¥ŸØUcccøÛ8â½ö…@(<ÈÆ„ƒlŒ@(<ÈÆ„ƒlŒ@( Μ9ï JKKi4ZDDL¯ªª ÊËËÃæ …AAAååå ÃØØøÓO?…é[·nmhh`2™AAAóçÏÇJ¾}ûv÷™ºsrrj;)Ë–-«¨¨(++kllŒŠŠ˜šš>‘"<<ÜÓÓY__Ï`0BCCgΜ) þüòK‹åææ†ÕîÆãÇev¹ÇE'ƒlãšš‘H¬¦¦F$aGGG¸4+++00ÐÁÁÁÕÕ‹ND£Ñ<8jÔ¨C‡a“B;vÌÝÝ}ذañññ}oÔÏÏoýúõpÎMih4ZZZšÌg?~üx++«Ó§Oß¹sÇÎÎÎÖÖVúBPYYéëëkaañÝ,ÙžüóIDATwßÁoaß5¿wïžô¶ú`ff„M½nÝ:™ƒ444"""”••Édr@@6ƒì„ H$@pssÃæ')//ŒŒì~¡Ô××7ìP[[³k×.MMM8Ý7€B¡Øw"RSS8¨®®666Æãñp*/mmíüüüªªªyóæ‰Äï¾ûîéÓ§YYYýxX>ÙÆÎÎÎÎÎÎÓ§O?qâ„LÏ–Éd~òÉ' ,ÈÉÉ‰ŽŽ^·n]YY\tîܹ¸¸8,Ð ÀÆÆæÒ¥KEEEK–,“ž÷ÁÆÕÕÕ¿ùæ9+sòäÉåË—oÚ´éï¿ÿNNNö÷÷‡ßKÈÞ½{7mÚtâĉ“'O^¾|Yžš'$$Œ1BÎ È—ËMOOß·oß_|!ÏúwïÞ7nüÌãñ Ï;÷믿Â-­­­¡¡¡°´´”ɸvíÚ;v`{”‘‘!‘H’’’ÌÍÍÿúë/é•Á¢E‹öíÛg«Þ¹sç„ V¯^}ìØ±ï¾ûîüùó<®PVV¼ÅaøHd“H¤¿ÿþ{éÒ¥III'Nôðð8pà<µ·nÝâr¹&&&6ÑÒ=ç>}œ þ‰DŠˆˆ8{öìÓ§O׬Y ç§Óé8îøñãG=zô¨³³³¾¾>Ì/íÒÄÆÆlܸQλegg稨¨7Âp*}£¦¦€#:ð¾Ý`#mL&óµjþöÀE@àææ&O$ÇS§Nmß¾=55kiÍÍÍOŸ>ýäÉmmíY³fåçç'&&~ýõר8ÖÈ‘#÷îÝ ðöö ܽ{÷Úµk×­[€Aç`ôŸððp6›5§%%%[¶lÙ½{7,¤µµ5$$䨱ciii—/_NMMýôÓOUTTΜ9ãääYÀŽU\\œP éq¬>}œ¼GÏT«ªª†††²Ùl‘ÀÔÔT$íÙ³§{¨ŠŠŠÖ­[—žž>dÈ´´49ƒ¯[·îæÍ›ëׯ—N„cÎoa”N§ÛÚÚÊ_ó~„H$ž:uÊÑÑqÏž=pZ‰Ù¾}{zzz÷ ‡›4iR||¼ô,ðT*533S&˜¸™™œ_FZjmm¥R©0 ìV®\„Ý;äææ2Œ‰'âp¸€€€_~ù§M™2†¼ÊÌÌÄãñcÆŒyëƒñÑ1È­ñãÇùå—¬¬,‹%‹kjj®\¹âìì ðöö¦Ñh7n„䆆†çÏŸ÷XÔihhhll¼|ù2 ªªê•›¦P({÷î•n¾TUUsssóóóßl¾È’’’G…††ÊSó´´4‹õ[é›;v|óÍ7ÙÙÙ=®G­Ö®]Ëçóëêê°yÞïÝ»' [[[á`W’@¡P`Ü68~Q[[{èÐ!Øåvvv1bÄöíÛE"Q||¼¹¹9åÊÎÎNJJ¦§XYY)))íÙ³G(²Ùì .¸¹¹òóóƒÁX¿~ýüùóQ,ò7`m¬©©YYY¹víÚÑ£G›˜˜øûû>|@¡PΞ=Ëf³ÝÜܬ­­CBBzüpuu9sæÌ™3ƒƒƒÝÝÝ{Œ0ØÑ£GKÿ†¼|ùò;vDFFÂh©ò³téÒÀÀÀ¥K—îÙ³ÇÙÙYžšÏœ9û1¶Y±bÅøñãçÍ›×ÞÞngg£®kjj–——?zôˆÇã-Y²Ä¨,—®®®±±1@ŽPÝñãÇ«««;88Œ=†áñøóçÏgddhiiýöÛoç΃mrbb¢ºº:ü b``pñâÅsçÎiii 2D$Á1üÇkkk[ZZZ[[KÂ{~i°ëN‹>NPÔ#11ÑÏϽ¨øñÇÈ?m@÷¨ƒ?Ä…@ ÞdcBáA6F dcBáA6F ž÷èñ„œ¼å,Šˆdcãmf3F|¨ N5¡ð # ²1¡ð # ²1¡ð ‘jETüPA?.Ð+h(¢âÇzQ! º7F dcÄë!3 â}ÙPx…ÙPx߯4íÂ… ¶-ˆ©©©³³óªU«° &=róæMá=G&î! ¨¨ÈÎÎôWôİÇÄÞÊG¼W ¾˜C‡½xñ"??ÿÈ‘#ÕÕÕþþþùùù½­<þü’’’¬ÞÐcÜÃÄÄDø8Aq»1ì#²aå#Þ+Þ#K$’Ý»w;::>ÜÖÖ666¶·DÐKôÃãvÇ«©©¹¸¸œ>}ZGGgçΠ§˜Œ³gÏÌŸ?Ó¦M½Þï_—Þâ^ºt Ú¸{\ŃöÙ°·òïïÑã………{öìIII±°°àp8l6»·Äq ·lÙgrpqqéP%%¥iÓ¦>}tÆdÔÒÒ:tèÐO?ý4gΜ³gÏÒh´˜˜ww÷Þ ï÷Àˆ¯Eoq››› ÆŽÛc.,ˆ¡’’ÄÆp‘I´±±é-®"â½â=j544ˆDâ‰'òóó•””tuu{Kì‘>âö¶¶6ŒØwLÆÞ ïÇÀˆ¯Kq“’’&Ož õt§Ç †Ý9Noå#Þ7Þ#Óh´ØØØ¢¢"ÿ‰'>xð ·Äé#Ža444À(}Çd|³Âß)}Ä=LLL ê-cA »'655õV>â}ã=êT<=====[ZZ¶nݺdÉR¬ÇDÐ-úáÄ1äp8W®\ñ÷÷eLÆA ’Ø7½Å=·nÝ:tèPy{ b(“¸`ÁéÈŒXù«W¯~W»„xSÞ£Ö¸¦¦&##C hhhXXXô‘zŠ~(FÇËÊÊš?>_½zuo1UTTètz…¿‹ÀˆrÒ[Üô´4{{û¾»ú=1”I¤Ñh½ÅUD¼o¼G6ær¹?þø£½½½­­mbb"Œ«Øc"è)ú¡œ—.]J£Ñ,--—/_nggwåÊÞb2._¾ü«¯¾ú믿z+üF|dzÔÝã*‚^‚öÙñþƒ"**¯Œ¨hcc“˜˜hmmýŽ*€Ãáàí ¢A]À‡UÞ‡ï'ÈÆªªª}<÷‚øPA#FFFð÷³wêQ¿‡ ÖPx…uªQ!²±‚"*"ºƒ:Õ„ƒlŒ@(<ÈÆ„ƒlŒ@(<ÈÆ„ƒlŒ@(<ÈÆ„ƒlŒ@(<ÈÆ„ƒlŒ@(<ÈÆ„ÂóVÏT×ÕÕõW=ˆ8±á›ñV6~› #ˆþuª…ÙPx…ÙPx…ÙPx…ÙPx…ÙPx…ÙPx…ÙPx…ÙPx…F}·¬_¿~°«0˜ìÚµ«¥èàôWQÈÆïœ?ÿüs°«08|ú駯\œ~Ùx ¨­­ì* 4òO·ˆÎÛƒî…ÙPx…ÙPx?„B¡D"ìZ dã§OŸ8p ²²r°+‚ž†††ëÿ]¯Öœ:sŠÏçvuÞeeeÑ»v%8ðüùséôŠŠŠ3û÷Çlß^Q^>XuÃH$B¡pà·‹l¬ØðùüKI—„ZÂÙg嵿^¹våƒìZ×××ßþ¿oì/ý«sêæ¶m¥……b±X,?¾Ÿ‘ñó–Wÿ~9ñÜêÕmmmƒ[Ïôôt33³ß.²±b“—ŸWÞRî5oâÝgwøãÚ÷žÝ“““#‹»¯yñâÅ   ¡C‡:4(((11[D£ÑÒÒÒàç7n8::VTT Lý夰°ÐðÜ=i.VšÆÞÛµ«07÷ñýŒÊ„ƒ³M¸£õTI8&³¾¾¾{^‰DrñâÅÐÐÐaÆÛÚÚN›6-55uà÷âÝl¬x`Ý6&“ùgŸ^s¼ªØÙ™b²HdÅ?qâ“É”ÉrðàÁ¯¾újÞ¼y¹¹¹¹¹¹sçÎ]¹råáÇeVËÎÎ^³fMttôСC`GäÇÆÆ¦F_OD"XÙë: Ó1~š“±woù™CÓ´¸Zdâ‹ &#h53ÓÓÓëž÷×_]±b…¿¿jjjEEÅõë×/^¬¤¤4ð{ñî@6V0*++=Êb±çÏŸ7q2Q3SM+Ma¶·°«8Z º E:KccãÎ;¿ùæ›yóæ©«««««GDDlܸqÇŽt:[­¢¢báÂ…¿þúëèÑ£z¯^…휱Ž@d5B×ÉZÇ­µ"T—§‰'”ä6U0ŸÐLlØ0‡øøx˜…F£]¼xqöìÙfffŸþ¹H$”––FDDXZZZZZFDDÀ5³²²\]]ðxÈ‚l¬`ÜK½—œ‘|5éjaaáã’Ç^³½²*>k(c•¶Jþ#lZ´Ù××WYYY:KJJŠ@ ˜>}ºtâôéÓù|>Ö·d0«W¯öóó¸ydzY¼úT1›+ ¥7ÁÍX_™\”ÓPXÚ’«oì±aÃH'§î¹RSSE"QhhheÚØØ\ºt©¨¨hÉ’%?ýô–¾cÇŽ¨¨¨þùçúõëyyy\.wΜ9 åáÇÅÅÅÛ¶m0™ÌO>ùdÁ‚999ÑÑÑëÖ­+++{GûþJ >ŸŸt+iñÎÅžgmø¿ žážívrÞuÆ£‹òáûÿ£‘(ûº ƒÁèèèH'êêêššš [YYýõ×_2ÙMMM£££e¥³ÈÆŠ‡¦¦fä‚Èö½íÃ' WQQyåú4­ïå›÷ZÐh´ª°Ï3/]9( ³9@ \'zhjý•˜Øneì6{vw÷½ïïÿŽË ²±B¢®®¾páBuuuðÊ•?Œ/ëX±2‰ÁÞÉɾ§_Œ!ƾ¿dcE¥Ç_P'hˆ Px…ÙPx… q ý%àCœ·ÙøÓ¿Ñz>0ÐÁéß-ý5ïÜþÝ# ²1¡ðŸ{­ìY×Låïë,.Ž&q“‹:<›rf €6¶µÐ¶µÐ†k\º•=ˆõC ò€Ì=’rfIÇWA9cÐj„@ ÞtoŒ@(<ÈÆ„ƒlŒ@(<ÈÆ„ƒlŒ@(<ÈÆ„ƒlŒ@(<ÈÆ„ƒlŒ@(<ÈÆ„ƒlŒ@(<ÈÆ„ƒlŒ@(<²“øXš™½6ñµŠøbŠRÿÕøèH.2~áÿ•ù:ʼ’ˆ“H$8nDZÒ ºÞf|匓Ûüå¯açñ‡¯µ>fÕ²g•)g–H$’ž§Ô“ÿõã²g•µµµ¯U !Ã[¾ðOÀÙcùþ©xg`3øH$€ÝC'ÀÜ#¯[bnnnVøÈ((¯uo :§à‚ðÞXzq‡™Ä{ŒŒmÿR¦}*P8ú1IEND®B`‚gbonds-2.0.3/help/C/figures/print-dialog.png0000644000076400007640000005203211107720364015601 00000000000000‰PNG  IHDR5ßÂ…‚bKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ %.ЉÔ IDATxœìÝy\×þ?þ“„}_ «l²)`Áqi¥zk«~l+m¨·¶_kÕ^koÕKi?ÕâÅ¥B­ÞZ»ˆh­B¬â‚ ²oa !{B¶ß&! b@ƒú~>úð‘wæÌÉæÅÌÉL, i¡Óé裨¨H»$ã°äP©TOÕ]VVÖ¿¾c¾÷Þ†aܤêçÑH5L#4à†>ƒ—~ú.ŸûöüwÖS{Ò&ˆ÷ØKøsïŸ û§÷ö~û͇׾yÚ®ÒJu~Ðét,9þûßÿRž¶ú™Üzo€gË‚n‚ „PVV™Lü_¡P „H$!DÔÎÎÎŽŽŽvvvÖÖÖæææ&&&FFF$ !$—Ë¥R©P(äñx§½½½¥¥åq&´ ¥‚HÔÔJ¥œL"jJ…ŒBÖ” ¹ÔˆBÒ”2‰E³T.ÓŒ4KåÝBcšæJ&å›h—¾©1/»Å]榚R*âX˜iJa§¥V)vX[P5¥ ÝÆRSŠù­¶–4MÉk±³Ö”".Ë^«v59Øk•޶šRÀ©w²3Ñ”ut{MÉg×:;˜jÊŽjGMÉk¯ts2ÃKn[…Û(íò‘Ý/»ZËF;[hÊ–‡žÎš¥œæž.ÚKï{»jJëž›%^v²îŽñ°Ò”M·ý´Jvc‰ÿhkMÙp+ÀKSvÔyÛh•7ÇúhÊöºÂq¾¶xÙVûw°¯fi[ 3dŒfikuA¨ŸVY•?Þß/[ª®†ØkÊÊ¿Â5esÅ•ˆ ¼d=ºŠîÒÉU—b~›‹‹;›+Q—¼WwŽºq›ÝÜ=Û{JaW“Çh¯¶NqOÙèéåÓÊV—N½·_K‡H]vÖùøú³ÚÕ%Ÿ]ëçØÔ&T—Õþc[Õ%¯£*hlH}‹@]¶WŽ ­oV—ܶGÁ!ŒZ+»ZËBÇGÔ4ñÔeËÃñaª›ÔK9Íá«ñ¥÷ÃÂ'U6ðz––FLŒª¨çªKÖ݉“¢Ëk»°²³éNääie=%»±$*zÆÃNOy+zêÌUê²£¾hêôÙ¥•=åÍé3cïU¨ËöºÂ™1sï>b«ËÚ¿cfÏ¿óH½´­æzÌœ…·ËÕKÛª™sæ-*)S—­ÕùsÄßzØ•-UWç/L(zЮ.+ÿZ—Tt_]6W\‰[œ\XÚ¦.]^œøú{ê’U~)aIÊßw[±²©ìâ’×–3ï@ å‹Q²Êò—,ÅßÏíõ7'LŠÂw ¹K„J¥¢P(ƒÜÕk—¨‘N§Ëd²ÿþ÷¿z„‡vG8ð IÚáA&“uÂc]ò¸Uñ!¥¼»WxÈ¥&&¦xx(dbSS3©&á¡.»Å\[;Ï’.{{Gž°'É[;<ÌÌÌÅR¶.]k1@xHx:áakg¯ö½ÂÃÑiTïðp¦;˜M …óÛœ]\5áÁouuóФ¯E'<Ü=zˆŒöôшp¼¼}[ð‘Îz_?íð3&@ì¿€±xÉë¨ nxlxTŒ îÁãÃj{5ºZÊÆ‡Eô Æ­ðxÀ(<îõ ÖÝI½Ã#2zÚ@á1-F+<ЦÍÐ MY{£WxÔþÝ7<ðux”i‡Çb­ð¸Ú7‹¥ž4ç«Qîå¿Ý=}µÎbµººº÷푾áá­}K'<¼û„‡ÖY¬?ÿ Þá1®WxŒÕ ñuÍ=áÑöh€ðèjyÈ`hÎbuµ<`„O¬z|xDLŒê‘S´ÎbÝŽŒžVVƒŸÅº­ ví)ÓfõÍY¬¾á1sö¼^á1{ž&õåüs­\2™Ã“¦¯ Ã^ýï3S)‰1>YŸÏùý›Åg­œîŠý4ļ–_þïÍvÏ}î˜ÿìŒýèÍà‚œw½ÝÔ“Æ«Žþéë7µÏbyzù´hOøöšéµÚáÁ飼-šðÚ+þꡞªµÉã*ªYooúþ~yíÚäq‹¢%¼Ww¥J…mÔå‚û¿æ!„¢Ç™KE]Jqk\ÌØ“?²›î©õž?öž?öž?ôž?ôž?ç÷ž?ç÷ž?çéNôš?çöž?ïê=Îí=ÒÕ{þ¼«÷ü9§÷üygïùóÎÞóçìÞóçìÞS ½çÏ;zÏŸ·÷ž?oï=ÞV?wA­UWç/\Œ‡Gkå_ â´D®Ä-ÖL´T\^œ¨9i~¤3rqÉk)Z¿™PB9¢Ëæò¼Ä%š?†:êoN˜4yóçháïá5ç¯H$ÞâÛo¿]»vm¿A”••Õ÷,Ië¸ÂçÏKþø{PÛÄùlßYŠ‘)•¦þŒì[›sø2Ssõ§3 !Ô-“¯úà[¾H3ÙËÆÒ„Ëi¤Y8 „äreMC§õ(…J åÝ"+++|]•BÔkÝHO+ÓÎŽ†â‡Ž|¡têD?ó#z8[:Ù™þr¡pî´ñ¦&FÿÍ-ª¨n**÷™:‰0ÞßöÊ=!ÞƒP¢ˆâoci"à557cŸ`SV7tþïöÉ¡Ýÿm窾;[6=2`qLÀùË8ünBÏFñD Sk¾P:u’ÿç_ÿ¾,y.‘@øïo¦–ŽÝ‚fOoßö. öãqš||ýZ9êRØÙèëÐÒ)ÆJAg½`«C¤.;jýƒÆá%¿£&h\Hc›°§¬ÚЪ.yí•!ãÃêZê²­"4,¢®Y]r[1"&Ö°øXÙÕZ6a^r[†Oˆ¬jêYÚò`¤¨ÊFžºl.8yJEƒºä°îEFO{TÏU—Mw£¦Î,¯ëÂÊΦÛÑÓf•ÕªKvcÉÔ™±k8겡xZÌœU=e}ÑôÙsïãe]áÌ9 J+;±²£öƬy K+zÊš¿cæ/ºÛS¶×0ç,X|ç+Ûª™óâo—õ”Uùó'•Å…7:räÈÀá§M+?°ÿ°î Š5rh2²£‡w¨O@¸©©9¾!D¥Òh=Ù@$H=I$+kÍg’!D B4#2™¨°²¶D‚öºøu•DÑÁQs™Io•sBñ±Œ¨ñô?®Ü515çð¡~f†Äþûï묋•zÊ@"™˜ピv«°WG*ö)^º£•¹™©ƒ¥!ÔÒΕ˻iFdÔsJÑÔĘfDþëF9BèÞ˜åN·8yöª™…•—§—@¬À~8*ÇÓË‹/ê)¥^>><º /ížž^OÉoóôôæpÕ¥ˆßêéå£]zyûvr¤X)ä5ûøú±9uÉeùúúuàK¹,_߀ÍÒ&?¿ öNMéïÔ¦)ýýǵuˆÕeWC@@Hk»ºpꃂƷ´‹zʺ±ãÆ7·©K~gmpH«Uˆ—¡ã#šZzJvMèø =%]Í?QSvT2Â&56«KnGexؤ¼l¯˜\Ï`eWû£ ¢k›´Ê‰Ñ5=e[ù¤È©5 |uÙZ9­º/DFͬªça%§åAÔ”™•uPBùb”]-'EN­iT¿ŸÜ&OOo·çÖ*õþYgϯ™™™D"qÕªUø3ýîùû9þÐ9ÉÊÊz\xà)dD%jÿG¥‘ð¿ß¨ccŠ¥g©‘fçnD%i¨Ä~“È„³—+»»å{ÿßRk3"BJ¬+ YñÄuQŒØL)³øQ[G—½Ó(™B±óÛüü¢Š¤¹Á阮.ž9)ùH%Ó¼"Qª½ig.>ìî–õÉRæ­ªÃ97ÆxÑÿõẃIƉ«ÇÏäÛÙ;:8ÙãS>D$vtrÊ•7KÛB'ÎæÛØÚ)4lÌD$tå(•)ðr.é–«K•N§‹{J‚Jàââ,ÂK%ßÅÕE(U—HÉsuwJ4¥›‡»¦TpÝ=ÜbVªä\ÏÑ|QwOÙ5ÚË“'—rF{yò4K9ž^^\!^vzzywiJ¶—·O—@Š•JÛÛ×—£);|Æøuò%šÒÏŸÍë)»ÛÇøtpÅ=e›_@@{WO)mó Ò”’Ö€À±m=¥BÒÜÆÁË– ±Á­=¥\ÒÒÚ)ê)YcƒC›ñRÌ2¾™­.eâ¦àP«£§53šðR؈hjbe·°a|XDc”P¾0ehX8þöVv·yy{ %r#*‰J%Q͘B¥’úîù>¬ØÎ{æäÉ“ýîù ¡ÎÎN>ŸßÝÝÝ7žXæääüë;æ¼E)Ú»lìo÷kW󺻻gÆÌGZ÷ô%*•*?ÿ²T"™9k.HT)U—ò~£ÒhQQÓ‰DÒÅÜóT-*j† © òÿ”J$3gÍC55ÖUT–«TªˆˆÉ¦¦f*•’D"+•JlÝÈÉÓ(drîõºJ¥‚Éü _W©”×ÕVWWWÚÙ9‡„a—.ò¸¼ÊʲN[¡PS©ž^cœF9_ÊûJ¥NŸ1[&S`ƒœ6=†F£ÕÖÖTT”©T*#‚ÇçÖÕÔH¤cîìâã3F&S"„°ösç.Ä®‚\`cNZ¸r÷¸0[[{„ÝÅĤ»[û{ü¢H…Lbbj&íVŸF“Ë$¦ffR)^ŠMÍ̵J‘™™…D«47³÷”2™ÈÂÜR,Q'¢¬[da¡] -,­ÄâÇ•KKk^J–V½J++Í]ad¾µµ@»´±Á¯¶‘IxÖ6Zß`rö\¹Ù-áÚÚÚóWй¶öö|^vÙÚ;h—vöš wÄ{{'ž@}iNÏe=Z¥£ßs7ÇÑщ«);œFuá÷ª±œèÚå(í;ÙÙ£FA å SJE]¶öø/R!'Q(*¥ !ôÛ¹ÌsÿÒ{Ï_\\E@±Ùl©T*‹Ÿ¶ ý¯ï˜‰¯­Bý! í»%«Â%‘HPªW*‰Dâ0• "‘¤)• ‰¤Ð.É$…R»Ô\3¯RÊ)dŠ|¥ÿhë”ù¾Çÿ:q¦`êŒDP)ä#мç•ú”2Š‘Ñ¥‘U¦¹ïK7Õˆ6@I3¢uk—TZwÏE§Jy76øRJ36Æo!óÄÒØØX:ØRbllòØR&16Ñ” ™ØÄÔTÚýØRû®hý”ffiOÙ-637kJ‘™¹ù KõýÖ „ò)2±©‰©¤ç÷H¥“Èd|×÷SvfÁÏŸë½ç/**ŠŠŠÒÌ¢H¥Ò§í?бµÒÜ2vpÔö_ª4Ó'ƒ) DÍ·FHiomüÇÕGÇOÿ4v¬•)R) D¢Vã^¥J¥$M_’ˆ&JýJ¥’D6Q*µJÒ€K{•ŠÁ”fšÒT©T gi2PiÚS’ɦо¥q¯ÒD]Ê¡„òå-{ÞüØï‘JIÔÞ©Ÿêž¿×õOµ~ïü ! ¥¥SrÿaeHp`hˆ¿…òäàùúžŸŒ:yò¤Þ#À.âûŸ×ÇËö¼|þcè@_®¡)CÙócÔW!677cõÅ‹cbb†:4/—‹/¦¦¦baq÷îÝ9sæ<îˆÀ@ ?èò€> ?èò€>ÈOn‚ÐÆŸõ8žÊîÝ» =xÕ *?BÇŽ{¦ã¤’’’={ö6Ï ½ >?Bø5"g¨0ÃÒË / #ÍÓÍ`øê_\±èýS€—Ï ®?߸qã±cÇ {ü±qãÆÝ»w·´´ìÙ³'--Í c ‰{öìóW€WÐP¯?7àÄìµ`Dyºü0àN|¤} ^qpü@pü@zе¸ºº†„„lß¾]‰B!&“I§Óè-//¯½½}/ý¸è Óû¿ÿû¿:#0ìô?þÈÈÈ`±X÷îÝKOOÏÈȸ|ù²vã   Ó§OÐ[jjjEEÅ _z€ãÏ?ÿ¼¨¨¨°°0//oíڵǎc2™ƒì€~†:ÿA$­¬¬âããB!:þõ×_7.###)) kF§ÓÏ;—œœìææ¶råJ…B‘œœŒJMMݺu+B¨¸¸xþüùÁÁÁáááÙÙÙøZXW×®]{â©3"‘haa‹êêêBýðË/ž2eÊìÙ³Ï;‡5 ËÉÉY´hÑÌ™3ÿøãìÉ{÷î½ñƳgÏ^°`vˬ¬¬Ù³g>ÕO ^CÿP(uuu[¶l¡ÑhQQQØ“§OŸ>yòäøñ½¾Ôv×®]k×®={ölnnniiiNNB(++kÛ¶m\.wùòå«V­ºsçNfffzzzUU•NWOœÿP*•MMM»wï¦R©ááá!//¯ÌÌÌ¿þúkùòåûöíÃ[ž:ujÇŽ‹/Þ¾};Çãñx6lxíµ×rss¿úê«;wÖÕÕa-ýõ×=ÕO ^ú¬[·›üˆíèèøé§ŸðÙŽ>ø ((ÈÔÔT{Ý÷߯Œ¡¡¡!§½èÒ¥K‰ÄÅÅ¥°°P$ÙÙÙåççët5ÀñÇG}„M~¤¤¤tvvþßÿýŸ££#B(""ÂÊÊJ,;;;k¿âÚµkÇ·téR©TzïÞ½‚‚‰Dâäätûöm±Xlkk{óæM¬åÛo¿=fÌ“§ú)À«à)î…z--íǤR©999B¡0""ÂÇÇ'>>þáÇ:Ÿ6ºBBBæÍ›·fÍšüãaaao¿ý6¶èwÞ™6mZQQÑW_}E&“ŒŒ222D"Ñ‚ ¦L™òæ›oVVVÏÀËë•»ÿnXXØ·ß~Ë`0ôXî¿ xeÁýw WîþWŸ}öÙèÑ£‡¥+x•½0ß?8\Ñ5oÞ¼~?^ ੼0óøþA0ˆ¡Î˜á¹ð9Ó¾™ÕóßDxé Ysû IDATæDË‹—ÇŽ3ôàe¶bÅŠÁ4{ÁòÃÉÉi$LÃÀ˪¥¥e-aþ€> ?èò€> ?èò€> ?ècx>¿»lÙ2ü1‘H´°°ˆŠŠZºt)@ÀŸðàÁŽ;Nž<ù¸NJJJ<==---‡eHž©a»þãÝwß4i’J¥‰D7nÜ8|ø°¿¿hh(ÞÀÃÃãã? ‡/¿üòã?†ü€Â0Ÿ¿"¦¦¦‘‘‘!>ŸZ¶lÙ/¿ü²víÚóçÏïØ±k¶lÙ²¿ÿþ{çÎ+V¬ø÷¿ÿ­T*wî܉úòË/±ËË+**>ùä“uëÖ½ûî»ýõ¾ÖÕðŽ€ô9þ¨®®Æ{zzj/R*•gΜ122 ÄžÌÏÏß¼ysgg§vËììì7Þx#99yëÖ­µµµ[¶lY¶lYzzz@@€P(ܽ{wjjjtttmmí'Ÿ|âëë;jÔ(¼+1ŠÐÐP.—û´kéyþ ?1…¿ä8€211ñõõýä“Olmm±E "‘H»‡„„„•J…ÒYtûöíîîn{{ûòòr„……Eii)–XWÚ0%%%ú­¨ÿü‡NX­_¿~âĉD"Q{ÎcnnÞwu,]ú6Fñx<ðÇ`¥•••NWzD%€a4lóçD"‘D" KWöööJ¥rÍš5ÆÆÆÃÒ!€a7‚®ÿ Ñh<!lccóý÷ß …B„PWWW{{»¡G —tÿö… ~óÍ72™,::zË–-YYYï½÷žJ¥²´´\±b…½½½¡@cxòc€«ñEøcíöøãÅ‹/^¼{looÿá‡þU|¨Ó8))©´´tè/ºtéR???&“™™™I¡P†Þ!x<{3ôpx±øü‹Åzâ¢ÈÈHü±v{üqZZZZZöØÕÕ533s€Wà¦= „ÐéÓ§###õë ^†Ÿÿ˜ö•çzïú »‘ž#338 sU ¼jFz~ŒL‰‰‰†ØË0àùƒü 8Õ¿––C III‰¡‡ÀKò£+V¬0ô`¤ƒüе{÷nC^0ÿ@ôù@ôù@ôù@pý‡®7zÀÀw ÐKðހ˛À0‚üèDZcÇ =0$“'OÖoÝï>ðB¿7àÆ `xA~ô¯¹¹ÙÐCC¥ÇÿÄÁÜ÷ŒÃáè5«­­5ôÀËæ?èò€> ?èò€> ?èòcdQ©Tr¹ÜУ€'ƒüx†²³³fÍš5øU®_¿îææöì†ôŠ›;wn¿ ëîÝ»û÷ïÏÌÌ4ô@x:Ïüú .8p ¬¬L,›››{zznÚ´iêÔ©kŸ——loo¯ý˜Éd&%%±X¬g=ÚÑétì‰DrppˆŠŠzï½÷¼¼¼×~çÎ[·n×ïå´`è°ÀЉßÿ}(}ªTªòòò[·nµ¶¶Êd2*•jcc3eÊww÷ÁwrõêÕ˜˜˜ðð𺺺ÇoÚ´i(Cà¹y¶Çõõõ«W¯NLL,))©««»råJZZš……Å«¤¦¦VTTè< :}úô3ê edd466>xðàÛo¿mjjŠ}ðàÁãwttŒ5ŠJ¥ê÷ZÚ? 0t}£bˆá*((8þ¼ŸŸß|°}ûö 6L™2ÅÒÒ’L~Š¿Ì„B¡]ww·™™ÙòåË­­­‡8*žg›,K¡PÄÅÅ™››“Éd''§Ù³g‡††bK‹‹‹çÏŸžJNNF¥¦¦nݺUûqiiiRR¶N?wî\rr²››ÛÊ•+ BèáÇIIIÓ§O ¡Óéþù§J¥úòË/CCCÇŒãïïâÄ |u&“9”"‰æææaaaÇ·µµýâ‹/úÝìþ«V­:xð BèðáÑ‘‘¾¾¾ÁÁÁ§Nê;ioþPF ´iÆÐÃC \¿~}úôé3gΤR©B¡!4zôh„Pgggvvö¾}û8pùòeìúÅ_”••eggùå—gΜQ*•ß}÷BèØ±c­­­Ççóù¡¶¶¶~øáÈ‘#üâ‹/jjj°Õëëë±WÇñÅ………¬««c±XYYYÈÈȸ{÷î7€=Ûü`0 cÑ¢Eßÿ½Îí¸\îòåËW­ZuçÎÌÌÌôôôªªªœœ„PVVÖ¶mÛ´ët»k×®µkמ={677·´´T$-]ºtÞ¼yþùçíÛ·ŒŒBeee{÷îýé§Ÿ°Ó ±±±ØºÙÙÙòu4máÂ…7nÜèw[ BG}çwB~~~çÏŸ///_³fÍgŸ}öÄÎØ|0Xl =<BuuuJ¥2""B,K$¥R‰R*•ÝÝÝR©ôôéÓ¶¶¶ÿüç?7lØP]]]XXˆ­•ŸŸ?iÒ¤·Þz«¢¢‚Ïç¿õÖ[¡7Þx#&&{ëš››Ëd²œœ??¿´´´>úˆL&›™™Q(l)~pƒ?~ðàÁòåË=<<~üñÇððð>ú(55õÂ… XðŒ<Ûü P(gΜY·nÝü1uêÔ¨¨¨C‡I¥R„Ð¥K—$‰‹‹Kaa¡H$²³³ËÏÏd·ï¿ÿþŒ3°ãwíÚµŽŽŽeË–i·ÁÎ!|ÿý÷< ÑhvvvØóÑÑÑ–––õ666`0Ûecc# ÝÜܺºº†k@Ã!±XŒ233ëîîÖYÔÔÔÄápbbb‚R©;vì;wŒB3gÎ;v,ö†”Ëå$ [E(âýÔÖÖŠD¢É“'wwwóx¼'ŽdÖ¬Ynnn<ËåNNN•••ÇÔÔ”Åbáý0ìžùü9…BIIIIII¹¹¹ŸþùÍ›7=Êf³ ‘#G°f ;ê ggg„‘¨¿––ccc¦Ý†N§Ÿ8qbÿþý±±±£Gþ÷¿ÿ1|›¥ÖÖÖ6jÔ¨Álˉ'Nœ8áéé)†}À °·—Ëí»;—eaa˜˜˜ðù|ìðÂÊÊJ,ãŸÒÆßÆÚ™L¦R©ƒüSÃÔÔT"‘Àd2±ÎÍÌÌÈd2vê €a÷üî¿kff–  ?þøc„«««B¡Ø»w¯™™Ù{¶¶¶ …<Ï¢¾¾^&“aÏGGGGGGwuuíØ±cÍš5%%%C݆ÞÄbño¿ýûÄm)//OOO¿~ýº»»;“ÉÌÍÍÅ©T*„Á?ZöЍ®®Ö.===‡Ò›»»;@(,,œ8q"vò gjjŠØóÀÌÌ Æ}Ëd2±X¬R©ººº´{Ãô=1¥T*---•JeRR’v&õ=6`¸<ÛóW·oßþê«¯Š‹‹y<žR©d±X¿ýöƒÁ@MŸ>N§oÞ¼û «­­­¡¡!djjÊf³±Õµ 22ÒÈÈèÀ>|çw@`±Xÿý·L&³´´ÔÞM0™ÌÁœ˜T*-..NMM%‰ï¿ÿþ㶇Ýñ»­­­½½ý×_Ea3ŸfffwïÞ}ðàAZZZßWäæC177Ÿ4iÒ•+W®^½ÚÙÙ)•J9έ[·ªªªœ­­­¯\¹‚âóùwïÞ yblà\]]Édò•+WÚÛÛÏŸ??oddÔÔÔÔÚÚŠ½‹txyy™››ÿüóÏl6[(¶µµ±X,üÏ)†Ý³Í++«ººº?ü0$$ÄÅÅ%66ÖÑÑñ›o¾AQ©Ôœœ¡PáããÿðáC„ÐúõëÓÒÒ~üñGǰ³³Û½{÷Ñ£G-Z´zõj‰D¥R%ɶmÛ‚‚‚üýýùåìEBIII¥¥¥zoѺuëètº——×úõë~ûí7[[ÛÇm .<<<))))))...22244411ÛÀ]»v½ýöÛý~ä›ϳ·¡wßÐÐpôèÑ}ûö8q¢¡¡ÁÁÁF£-Y²¤¥¥eß¾}ÿùÏ|}}cbb(`jj{ýúõãÇGDD‰Dlž|„ .\8{öì´iÓú®E"‘–.]*‘H¾ùæ›={öœ8q¢£££ßóc BH¥Ráß´sñâŘ˜F7nža~<·9a.—ûñÇ744P(”ˆˆˆ£G„çóÒ ÞàoL"‘HòòòºººÈd²‹‹ËŠ+”Jåà§Ox>^†ï?Ÿ8qb^^ž¡GÀ°quu}ë­·LLL°Ù ¹\‡`zò€—\.úx¦à³ôÇýkii1ôÀ ûå¢8;¹ðÊ‚üèÇŠ+ =0BÁ{ä‡.ø€ ?èò€> ?èò€> ?è®ÿеqãFCaØÀõ €gò£ÇŽ3ôÔ &Ož¬ßºp¥4à™‚üè߈úþAý¾GïYŒp0ÿ@ôù@ôù@ôùñBš;wn¿à¹y¶ùA§Óþùçáí3//¯½½!Äd2étúðv>0•Juîܹ„„___gggÿ…  þ¶”N§—••ap®®®!!!Û·oW*•¡ .,X°ÀÛÛÛÙÙÙÏÏoÞ¼yýõׇÆÜ"`/ÞñGjjjEEB(((èôéÓÏó¥÷ìÙóî»ïÆÆÆÔÖÖæææ®^½šF£=qÅŒŒ ‹ÕØØxïÞ½ôôôŒŒŒË—/××ׯ^½:11±¤¤¤®®îÊ•+iiiOìí÷ßâ3ð¬ ?jjj–.]êçç¼mÛ6™L†ª¬¬LIIñòòòòòJIIÁZ>|822Ò××788øÔ©S¡ääd„PjjêÖ­[KKK“’’è“N§Ÿ;w.99ÙÍÍmåÊ• …{’Édê1ì–––}ûömÚ´iÍš5ööö ÅÕÕ5..ŽÁ` ²"‘heeêììd±X …"..ÎÜÜœL&;99Íž=;44t0]i„À žw~Èd²””OOÏ{÷î]¸páÂ… {öì‘H$¯¿þ:•J½yóæ£Gvî܉5öóó;þ|yyùš5k>ûì3„PNNB(++kÛ¶m÷‰-Úµk×ÚµkÏž=›››[ZZŠÊÎÎ Ôcä …"!!AïmW(uuu[¶l¡ÑhQQQ ƒÁ`,Z´èû￯­­}ÚÞ°Ø€ðÊó΢¢¢ÚÚÚ÷Þ{B¡899-[¶ìÇÌÏÏg±X[·nµ±±!‘HX㨨(¡PèææÖÕÕõT}b‹Þÿý3f`Ôóx<„Ptt´¥¥¥#çp8!;;;=Ö]·n6ùÛÑÑñÓO?Ñét …ræÌ™uëÖýñÇS§NŠŠ:tèT*|·zÞ÷OlkkCZ{a{{û¶¶6ìIgggÆ'Nœ8qâ„§§§@ xÚ>±ÇXŸDâ0Ĥ••B¨¥¥ÅÅÅ¥ß*• ŒMã<¸hÑ""‘¨3 …’’’’’’"rss?ÿüó›7o=zt裀gíy燃ƒB¨££ÃÑÑ!ÔÚÚêàà€=®¯¯÷ôôÄ[–——§§§_¿~ÝÝÝÉdæææ>UŸÃ>òÈÈH"‘xüøñÍ›7÷]joo `°Oˆá“á$‰LèGmff–  ?þøãÁ ¦ººZ»Ôþ¹Àóñ¼Ï_………yxx8p@.—777ŸnL&;‘õ´ètúúõë8°cÇŽÊÊJW]]}ôèѼ¼<„ТE‹222 e2Yggç®]»üýýG5@‡·oßþê«¯Š‹‹y<žR©d±X¿ýöÛàgãÀ°žy~`§þ1ÞÞÞ åøñã= Œ;wî|@¥ROž<)—Ë###CBB<ˆ OJJJJJŠ‹‹‹ŒŒ MLLD­_¿>-- Ÿá@õÛçãÆ“””„M¤ëaóæÍûöí»qãFll¬ŸŸ_||F¥ÍÛÛ[;B$iÿþýû÷ïÇÊùóçcÒÒÒÒÒÒtúï·OíWÇ÷;¤A"K–,é÷à†F£}úé§Ÿ~úißE{E|ëà…ó óãq‡e`„x†ù9/±ïþ%FÈú€ü ç}ýà‹¢¥¥ÅÐCP+))1ô ýX±b…¡‡#䇮ݻwzð€ùú€ü Èú€ü Èú€ü Èú€ü Èú€ü Èú‰ùqáÂ… x{{;;;ûùùÍ›7ﯿþÂåååµ··°î#.?êëëW¯^˜˜XRRRWWwåÊ•´´4 lijjjEEÅ«?±€a1âòƒÅb)Џ¸8sss2™ìää4{öìÐÐP„Prr2B(55uëÖ­¡Ã‡GFFúúúŸ:uªoƒâââùó燇‡gggcýÓét&“i¨­€—ƈ˃Á`0-Zôý÷ß×ÖÖj/ÊÉÉAeeemÛ¶ !äççwþüùòòò5kÖ|öÙg: ¸\îòåËW­ZuçÎÌÌÌôôôªª*„Pvvv``àóß.xÉŒ¸ü P(gΜY·nÝü1uêÔ¨¨¨C‡I¥Ò¾-£¢¢lll„B¡››[WW—ÎÒK—.I$—ÂÂB‘Hdgg—ŸŸŠŽŽ¶´´|[/µ‘øýQ %%%%%%E äææ~þùç7oÞ|ˆJJJ*--5äÀKaÄ¿òððØ¿ÿã–¦¥¥¥¥¥a÷ïß·œ?~ß®®®™™™:=°X¬a1¼’FÜñ€ä}@~Ðä}@~Ðä}@~Ðä}@~Ðä}@~Ðä}@~Ðä}Œ¸û·#„ÊÊÊf̘Ñ÷ù 6lÚ´éù@_#1?üüüðoé Óéqqq†/Øù«”””O>ù{¬T*#""ŠŠŠBt:=33sâĉgÏžÅÏŸ??888<<<;;{’N§3™Lƒ ^&/X~$$$üüóÏr¹!”ŸŸO£Ñð¯F?|øð¡C‡RRR>üðC.—Ëår—/_¾jÕª;wîdff¦§§WUU!„²³³ ¹ ðRxÁòcΜ9B¡°  !tòäÉ¥K—lÑÆ ÆêÕ«%IQQÑ¥K—$‰‹‹Kaa¡H$²³³ËÏÏGEGG[ZZrà¥0ç?`jj{æÌ™qãÆ]ºtiûöíø"{{{„ BH °ÙlpäÈl)ƒÁppp0Șà¥ô‚åB(!!aݺu¾¾¾S¦LÁ2C[GGBhÔ¨QT*U¡PìÝ»×ÌÌÌÀ—Ü vþ !4uêT*•úå—_.]ºTûy™L¦T*9âââ:}út:¾yóæ®®.„P[[[CCBˆÉdòx<à ^"/^~P(”… Z[[O›6Mûù¥K—úùù1™ÌÌÌL …B¥Rsrr„BaDD„O||üÇBIII¥¥¥†:¼DFúù+üBm¯½ö™Ükð§OŸŽŒŒÔ~ÆÕÕ533s0xZ/ÞñGuuõŸþùúë¯z ðJ{ñòC"‘8pÀÃÃCûÉøøøhDð*éç¯ú Ðy211Ñ ƒ€WÖ‹wü`$€ü Èú€ü Èú€ü Èú€ü Èú€ü Èú¶üP©TçÎKHHðõõuvvö÷÷_¸p!öEå———×ÞÞnèQÀKeØòcÏž=ï¾ûnlllAAAmmmnnîêÕ«i4Úpõ?©©©†¼T†'?ZZZöíÛ·iÓ¦5kÖØÛÛS(WW׸¸8ƒª©©Á¾088xÛ¶m2™ !D§ÓO:5yòdooïãÇ_¹r% Àßßÿ?þÀú|bƒâââùó燇‡gggãk;w.99ÙÍÍmåÊ• …"99!”ššºu…ÌÒIDATëV¬“É–­€WÙðäGAAB¡HHHè»H&“¥¤¤xzzÞ»wïÂ… .\سg¶(++ëèÑ£ëׯߺuë™3g._¾{èÐ!|Ýp¹ÜåË—¯ZµêÎ;™™™éééUUUØZ»víZ»víÙ³gsssKKKsrr°®¶mÛ†ÊÎÎ –­€WÙðä‡ÃAÙÙÙõ]TTTT[[ûÞ{ïQ(''§eË–ýøãØ¢ 6øøø0 ±X¼cÇ''§ÐÐP@€¯;@ƒK—.I$—ÂÂB‘Hdgg—ŸŸ­õþûïϘ1#44!ÄãñtÆmii9,[ ¯²áùþ(+++„PKK‹‹‹‹Î¢¶¶6¤-öööØ3!sss„@@YXXàq4`³ÙáÈ‘#XÉ`0°ÇÎÎÎ!">ZÏÐðäGdd$‘H<~üøæÍ›ua»õŽŽGGG„Pkk+¾£ WWW…B±wï^33³¡÷ài Ïét:}ýúõرcGee%Ç«®®>zôh^^^XX˜‡‡ÇäryssóÉ“'—,Y2ôWœ>}:Nß¼ysWWB¨­­­¡¡áqMMMÙl6ö˜Édö=©ài ÛIžÍ›7ïÛ·ïÆ±±±~~~ñññׯ_www§P(ÇôèQ```llìܹs?øàƒ¡¿•JÍÉÉ …>>>ñññ>|\ãõë×§¥¥aó.III¥¥¥C¼â!•JÕÜÜŒÕ/^Œ‰‰Ñi´qãÆcÇŽámª««CCC¹\îó(€gAg—ÞÒÒ²gϞݻwë4»xñbjj*wïÞ3gL2Ðä}@~Ðä}@~Ðä}èyýyIIÉðŽÀ‹EŸüÀnMàU¦O~À•ƒ`þ€> ?èc°ç¯`€¶Áæþ¥³d~ô½#€WÌÐä}@~ÐÇcç?ZZZžç8ŒLNNNý>ÿØüxÜ ‚óWôù@ôù@ô1Øû_mܸñ™ŽãwˆyÁ/Å35ð/Nn#y±X¬Á4{Šï:v옾ƒY±b…¡‡ô¿ÏÈ`~)T*ÕsÉ+ˆ@ ²åÓ}ÿ`ssóÓ ®Ó|ÑÁ/Űü/üð‡ÝSí‘`þ€> ?èò€>žnþc0 ;::° T*µ—Ξ=›Lþ€g vn:†k¿ýöÛÀÀ@"‘¨R©ˆD¢R©$‘Hr¹!ô믿N:õUû^°sÓ1ü[ÛÕÕµuëV„J¥Â‚ûA«Tª›7oûËÀó;7߇ÇãÕÔÔH$¥RI¡PB&&&nnn|>>² À`TUU]ýé'SÓÈE‹\]]ñçkkk¯Ÿ?/ãñ¦¼þº‡§§GˆR©T …âÕù£›Ãáp¹Üšš©TŠíÜT*•©©©‡‡Ç«¹s¶ÿñ …B¡P „Éd²»»»öR‰D"‘<<< Eww7V×Kð’immýó£77²¥ò¼{÷¢ÓÒ<}}Bwo–}ÿµWcª«ûôkOœ0333à8¯_¿ž””4Èk•_\Ú;7 …âíí'vB"‘ˆD⫹sžüJ¥·nÝjnn«¨3k¡PØÚÚŠb³Ùl6»³³ÓÎÎÎÙÙ¹KÐ}êL®¥±ÂÉÉ)""ÂÄÄïAûn$ÉÖÖ611qË–-D¢æbL&sà7k^^^pp°½½½Îóƒé|ðž8 †¨¬¬ÌI#£é͵¼[·n^Û½»û½÷$bQÃß$»Hhvö%,G.·µµµo~¨Tª_~ùåèÑ£¥¥¥B¡ÐÂÂÂÛÛ{óæÍ“'O6ȶ¼è¤Riqqqss³ÑÌÌÌñÎÚÚÚÆÆF¦¢dçfXÓÕÕÕ×®]3fÌ]®#=<^,„›7o–””ÈJ®HfaannLasøY?]MŠñ½s玹¹9ƒÁÐî$###..N©Tòx¼_ý5==}Ò¤I³fÍÂ>}z€a¤¦¦ž>}ºßñ;¼'€!òóó»è`¯ ð½ƒì¡ûwþÞ·ÏÂB‘`/µ6"W”µ³Å2þï~ßê{öìÙ¿ÿG}ôí·ßZYYµ´´Üºu‹F£=ÿ­x9TWWçççûúú–t9¸N\"‹u~˜J¥’ÅbI¨^?üM‹ lº}ûösÞ¹Ð0\ÿ!—Ë+**,,,æÌ™c8ÝÔwr~úϹ«¿þq‘O²3Œ ˆ}Óyb2ÙsúôE¯…øXIÄbssóªª*™LÖÏ€ˆD++«øøx„Pgg'BˆN§ýõ×ãÆËÈÈHJJšÑéôsçÎ%''»¹¹­\¹R¡P$''#„RSS± ®þ·öñ_»v­¸¸xþüùÁÁÁáááÙÙÙ¡eË–mÛ¶ [W©T†……–––âÃè»ÊÌ™3?Žâóùîîî_~ù%¶îرc‡þ£¯GGGÿ×W¨•‰e ï@»ñ>¶üÚ;©‘Tq·½¼–{îµaƒ………Ί---ûöíÛ´iÓš5kìíí)Š««k\\¶;;|øpdd¤¯¯oppð©S§°Uúþ*!„*++SRR¼¼¼¼¼¼RRR°–}ßí/=|ç6wî\§ éDïi7;Mÿî²Ïkwü­Éá»b«}WÍwýN:”'ã˜GÉì§:yG[[[×ÔÔ<ÿ›A C~ˆD¢ööö1cÆP(© QLL«Øâšª2§€)“®HM^;!8*ÌkÊ4FÌäy‰b‘ »»»¡¡ËåöíM¡PÔÕÕmÙ²…F£EEEaOž>}úäÉ“ãÇ×n¹k×®µkמ={677·´´4''!”••…ïñŸªs//¯åË—¯ZµêÎ;™™™éééUUU‹/þù矱ß(&“iddŽ÷Æårû®2a„7n „®\¹B¡P®]»†ºÿ>•JâϼRB'Mò[ýþ %2…ï8û)Î&FåwÚÊ*»î:8GmÚ4¶÷¯¦  @¡P$$$ôÛ§ŸŸßùóçËËË׬YóÙgŸáÏëü*I$’×_J¥Þ¼yóÑ£G;wîDy·?£m9°›¯¯/…B‘Ê•Fé2v’XØ+,í$fvbK‡’6³Kå´ßXÿÿíÝLSÛðsïm)¥åµôA+µˆ­Rå—PÂúp( BtC`f6õ%æÍòŒ²©$&óÅð’½,QÝ{ñ©™>A#ާ§(‘ «R@Ä‚ØBi±ôôÇÝW»¦ ?[~ùýüy{Ϲç¶çžoï=çÜÓçXMú1”fhh¨J¥šûÆm^x!~X,N·råʾaÌ4â4XÈAƒÝO¸a£4AÊâñ˜8‡È箌• ¾D*•Z­VFc4ÝóÙ¿¿P( ËÈÈÐjµååå®ç†………111,Ë}ÿC‡¥¥¥Éd2„Á`˜¸“f^__oµZE"QCCƒÙl®©©ÉÌÌÔëõT<(++ËÏÏw3åÇÇ&qÅÊÊÊ´´´ÆêêêM›6Íò{Çc’’9[u«CGÐp“¦îîU ?÷ˆÜ»7&1qÜ—¤êõz„Pppð¸y¦¤¤ðx<“É´bÅŠ¡¡!×vK©¦¦¦¯¯ïøñã<ö‚>PÛ}qâ Õ¸‰Åâרن™FÈ! n°`F+2ÛA'ÂŬP&IÐÍFR×?Ú©¦s8µZ=—Û<òBÿ‡ÍfÓëõAà˜9ˆ¡µ©ƒŒ]½4ç3íí&{·ƒn'1Fúã˜æŒ c߯ ª>õ¿ÞåìÙ³YYY8ŽíÖæñxc»|ùr„ÐûÀ'Í|ppð‹/Rׯ_ÏçóÓÓÓoÞ¼¹nݺ»wïVUU¹'7‰L&ëíííééyôèщ'ÊÊÊêëë«««÷ìÙ3•ràÒúô‰óIå/¥¼‹ÝL’ËÂÅZ‹¾cðÕ?*E¢È¸¸±!„Ëå"„ÔjµH$›aiiiii©D"ñhÝ<.¥þþ~×F—qk»wÎs³ÙlCCC4$-ºÖ¦æ½µX!§Ãiµ‘f³ƒ6ê°í|§-ÀŽY-’Q6›MÎrÏǧÛ<òNÿ9I’N§³}¨ñáÖ— qÝ¿šqRUãoì5Û9˜?‹ãÈ`3™Þ(»ººBBBÆU‚ |7|ÒÌÃÂÂÇ©S§<´äääÆÅÅÅÇÇ»ß ÉŠ+¾ýö[©TÊårSSSïÝ»÷äÉ“ .xñtÀ’÷´¡¡·ìûl®•…aíŠÅö™€êN'Ûu>M;rTé‘J.—ã8^RRRTTäñ‘R©<|øp]]]xxxmmíýû÷?th@€R©T·ù%ãÖöÚÚZ/œêÂF’$I’]†µáÖ— ñÛ·¤q÷»sddÔδ;ìÛ¨}”o#œ#l?Û' «qØ>v"ˆO·yä…øF§Óy<Žã?ÎjvD@H`Äg±4çˆNó&Š"I½èm7o ¥éQµ5>®koo·Z­8Ž{}”4‹ÅœYÚÍ›7 …¢¢"ê¾¾¿¿¿§§!”––F’dqqq~~þ“$%%•””lÙ²!´qãÆëׯGGGs8œÙœø¨h4š{׳¸6Žw<Ó*»ßÖ¼¿vZÞw§óÂÿû¬úôiÛ„P(,((8sæLqqqgg§Á`èêêºtéÒƒ¨G[ýýýwîÜA©Tªqž’’"‰Ž;öúõk£ÑX__>\Û—6:„a˜«q㯠YÉÔ‡3%l½˜­êÄŸ J8ƒË‡ü‘Îj1êt:_L™Mãæ;^ˆL&“ËåvttðIþ†€$MÌ:"5U*•VTT\¾|YÛ×C1Žêû{_v¢QkªV‘eèV>zèïïïõ©O¼qãÆ Ò2Œ²²2“É´aƈˆˆììì¶¶6jûÖ­[ívû¶mÛ¦˜$99ÙápPñC.—“$ `ZZ[[Ê4~Ê$”ÿéoï~û\(J9z4rßï©îô51!«øl?¥’zÐ䡨¨èôéÓ?ÎÈÈX»vmvv6uÏ‘˜˜˜—————·}ûv¹\.“ÉrssÇ=:ƒÁ¸zõªÝn—ËåñññgÏžE®íK“Éäp8J¥ÒÕ¸ ¬Y£Õjõzýðð°ÙlqM$d2™,K¯×-¨ÆÍw0„I’®e¼*++ÓÓÓÇîwäÈ‘+W®|hµ¯–––òòr™,A x÷H”$I«ÕÚÜÜÜØØ800@ÍõÏ]Ã?*Æõ=šÝõ¨ß~õuTLŒoÎkÑP«Õ'Ož„õÏ£‰/ŠÙèëëSüéáÝ]=}¦W«W'Æ&$8ÎÆêGêëç· ÈŽMøë~ òúÑçÝT. ¡PèÞpùÎûÆM&&^ØÕétªTª§OŸæääÈåò©¯» ¨Õê„„„qg2VVVîÞ½›úÎ Eff& !ôù±{/^¾rí4^ø˜Dlllssséµk~ãAP#V£££©}†‡‡ÿÝôÏç8+^ÄÏK°ù·>¿ðÕÑ“»3£sœ î³F=ÀäsàSB¡P•ûyÓíÛŽ8ÿÏrs£bcBA$¦njãݨ¨0¯^¾aÇŽ±Ác‚J‹ ÞÎÕ¸•””…B†ã¸«qó`±XT*U^^^rr²+x,¥_äü?¬UÊwÁ¢æÚ>DõŸGJx‘’wcn?lžA¾A$%%™L&“É„ÞO“{§—HÎß¹²×ÚJ³ÿLH´¾x6›“ñµÅõÓ‚%&9%%ùý‚ bbÆ›ùAJëuSlÜB~~~X¶l™ûÆ%ö‹¸"Úy®æÚ¾wCÚºt³Ì7*****jâ}ìvûßC>½øÝ7Ûú`©µ8&ÞæÝT·Óœ)£ÑhÛ²²iûþü_t= Y¿™Ë£ð¢¹’Ì`0²òwdåï˜ããð®…>¿ÀÂñÀLLïù•Z­öQ9X¤à¢˜GðåϯiÄ]»vù®,FpQÌ£E:Ao)™jü€ Òx€‹b-±y‹ô˜ ˆf’€ø`& ~˜ ˆfÂsüî*qøŽßUL+‹/2ý½Ws¡J)p_ùiR¿ø¹ÌãMíI’†ýñBƒûÿÉûdÚºt—¾Î˜z ,ß\lœÖþ®ñâ嫚kûšššÆŸ?8õå@^¼|5KHðºY®üDCQ· );Ï!„V‰Ã½S.K‹kñÚ¦¦&äêÿ BBí<7Ý …7 À÷ںдú?ÐûeÏ©à¨þ÷á•dÆåŠ”ÿzojÂ6 ÙIEND®B`‚gbonds-2.0.3/help/C/figures/delete-question.png0000644000076400007640000003767611107720364016340 00000000000000‰PNG  IHDR˜½Oü3bKGDÿÿÿ ½§“ pHYs ÙÂMÑ¢EtIMEÓ $),ˆ IDATxœíw\GÿÇ¿×8ê*‚GPED,±bï…˜˜hl‰å±$±å‰‰%ÅÄX0š'1X1jlù±Fì‚H¤W»®nûý±w{{tñP.Îûu¯ó>³³s;ËÞÇ™ïÌÎr(Š*..=b±¢uSTTÄ–|æmaE=WqQQQ›÷Æ-[¶Ü$×rPFÿ¼Â#x ;½„’›°wËú+ü6N=×¢Çüê/ì禦ÇìùiW꟞·‡,;Ó™X,¦‹ÿóÏ?ϽûÉ‹)/P1ñZ@Pª㊊âóùMw‚ €ÇãÑ^ƽ‹Ý¼yóæÍ›®®®ÎÎÎíÚµstt´³³³¶¶¶°°àñx€ã¸F£Q(•••R©´¼¼¼¤¤¤îÃ¥(Ú/u’$x\ƒ$ LÀç2’À5B‘8¦Z°¤Vaeih6bê*+ƒÔªä¶ÖFj”R‘­…A*$v©®.w ©ª*mç`ÉHee [*d…NŽlYàÒÖŠ‘ÕyÚY3²J’ãÚÞ†‘•ϲÝ]l ²ü‰Gƒ”—exŠí)+Ióv1RZ’–²’ÇÝY[‹ùt´gdEa¢¯§#%ü¼ 2ÿ~÷Nmù,ïN.Yž{»§O[F–å$ø¶–eÇú¶–fÅöökÇÈ’'ÿôéæÄÈâÌk}ýÛ3²(ãJ¿,™~i@OgF¦Å„ ùºÈ¢ôËì‹AZôȃõÓ (’þ@’$ŸÏ÷öööððh¢ååååçç?xð@,—””pß}÷]¦\ ‡Ãår¹\.ý¡Q µ (ŠËå2ÍGŠ$ø|>Aê$I`B!†ë*@àk+k Fè$¦²±±Õhu×*ììD*5NKLSåàè¨Pé¤V%oÓ¶]µ£¥F)urr®¬Öꤢ¢½sY•Nª«Ÿu»I+5´TU•¹¹u|&SÓRYYâÑÑÓ åEž^Ê¥:©xwêR"QѲº"¯³oñ3%-«*r|ýº–)tòYv·î=òKªiYYþÄ¿G¯¼b”—eô Ê)ª¢¥¬4-0¨ovA¥îÏ\’Ô‘²’Ç}‚<É×o-NîÛ?4#WNËŠ¢¤¥åÈt²àahØÐÔ§RZJòï‡ ö8«‚–Ïòî:òQ¦N–çÞ>:)CB˲œ„ðc3t[ËžÆ=þAšnkivìèq“î§>£eIÖ?ã&L½›RNËâÌk&M¿\¦“W&Oqë‘N¥_š:}f|R)- Ób¦¿ùN\"’¯…,J»4uú[ÌÅPžw§ß€Ð<ýOƒÀ5´=EQ ‰žÃ–ôîÛ·oç>|ð?ÿüÓÕÕõy]Œ)ˆÅårv1œåbVF.¦¶6r1¥H¥ÑILSmoÏr1u%ÛÅ´*™““s¥‚íb.òj¶‹¹»˜‡D®ó)íbRƒ‹uôô®áb¥Œ‹Ió:ûø–°\¬k×nlóíÖ£ T'+Ÿeù÷èÅüåäe™= .&/MïÕ;øi!c[©AAý² õW’TÃÅú ÌÌc¹XÈé, lp±‚ûaƒ†¥déä³¼»ƒ‡ŽH~bp±¡ÃG1.Vž“>bl"cjOãFŒÿ0åbcŒ\lìø)Œ‹•<¹>aÒô;S»:ÉÈÅ.OA.öúÊKÓ#fÆéÿú¥Ù7‡÷è‰îšÔªd6vm˜ mdl“Y±bìÞ½›ñœÅ‹ÀÞ½{ÙÔ¾}ûØØØÐÐP.Û!½yùòåË–-«m[ï¿ÿþ‚ ØßÆp8&’GQ$íb$naap1×ZYYkY.femÍv1[[;csP2M3u•£c[¶‹µmçdp1¥±‹)jº˜«›;ÛÅÜr±B/oƒ‹)¤ù»\¬º"·k×nEåzS“<õíÖƒ1µÊgYÝýŒ]¬wn±ÁÅz÷É1ØVZï>“§÷ϪÇŤEIý„\¬ðaHØà´§:))¸öư”lƒ‹ bp±gyw†ehšåÜnäbñáF.vsÔ˜‰÷Ó»1vü”{)zùäú¸‰ÓØ.6qò›˸2eúÛ ÈÅ^[Ér±â'×G™¬w1eeq»¶NŒ‹A- ¢]ŒÃá,]º”íbçý÷߯Ѯ¢K0ÛÅè>ãþóŸ.F§Ï›7É Æ°]ŒË呤¡if!°À ƒ‹ -- .†k¬­m´˜n+Ž©lmíÔZÆÅ"csptT¨Œ\¬JÁê`¶7r11ãbêêrW7÷ 9cj¥îl+öèXÃÅ:—U\¬Sg–‹åuññ3r1?–‹ew÷`w0{\¬,£–‹±:˜Æ.&+y\ÃÅú 3t0 C²]ì‘‹åß4d«ƒygȰ‘l6bL"»ƒ9j\¢‘‹M0t0³bÇŒ›Ìr±ÆMœv×àb×&N~“é`e\™ÏäZª«Šºøú•ËÔ´TUøúu/©Pé¤,ÏÏ¿g±D'•²Ü…Ï”´THŸöÉ/SèdEV`Ÿ¾y¥Õ´¬–dö îŸ[ªÐËŒ>ýBžë¶V=Kë7 4»¨Š–•å)!¡ƒžTêdirÈ !ùrZÊK“† OÏÕIYñÃAÃG¦æÈt²èþ£gKu²ðîðQã’³u[¥·ÃÇLx”¥ÛZ‘Ÿ0jÜäÄL”äÅ™8õAF…NæÆŸ<ý~ºN>ˉ8uÆÝT -ËŸþ3yúÌÛ)ÏhY–}}Ú›ïÜzŒäk"ÿ™1óvŠD!ÝaÍÿè–¡7DIabHè tÆ  ’–Íïî… n˜’ïÁH¾.RRø0dà`zPÊ Å®žÌÏ ’n¹ý×wl ªÏÅè÷dz-())Igd2™¬¸¸¸¶‹ÑïsçέÏÅ8ÎÉ“'7ï ,( 8°G0y\}\HçóLK 1¡À'ô’Ð …B×K\ciee05\emm؆)mlmµzSôJ;;;53iC[-ªáqöŽÌèg Ó¨ämÚ²¥´m;§j…A:9µ¯Ô; Z)iïÜ¡²ª~Ësu•Ê –'vsc¤²ªÔÍÝ£B¦s@…¼¸£§þTÈ‹:zz³d¡§W§ò ƒôòêTÆHY¾w'£9nìÙ!ÒÜ.>ÝŠõm@ÝÄ]¦ (yêÛÍŸ‘•’ìnF3àžt÷`üQ^žéß30_ï²òŒ€ž½sY–Þ+0(§P/KÓ{÷yj)Aý÷”–¤÷ËÎGòµ²’Ô^AÁ̵Q-/t÷ð’Ê5úÎÝØS ç¾e[ÐÂ… Aï\àr¹sæÌaRŽ=ʶ ÄÄD‘I¥R‰DB’dmŸjTþñÇ›÷Æ 6 Xp8†9±@Q\.—4H’Çã1± >_€“ŒÉá|v÷“ÀB¶Z ™Y$®µ´²2šÃa<½ÖÆÚFm<ŒÀ UÙÙÙ:§Z¥H$RFªÙ>pM•½ƒaWWÙ;¶aæ`êÊ6mÚ2=Yz‚Õ±•µkמ™ã¦UJÚ;Ë ãªÒö.Îò*Ã0«³ k€B!qqé 5Èg..®Ò*ýx…¢\Ì„UW—»ºæÇ©«Ê\Ý=˜¢ºªÔÍ£#ãêÊ÷Ž^åRªäÅ=½Ê¤¬±ÏN¥ú­Jy¡—wgÆ.•òooŸ‰Î.²üN»2î©æwfµ.y>]} ËÙ3ïü|=¥ºª¤ƒkGfÀ" .OQÔÍËÄŸý¦†-X°ô.F»ÍìÙ³¡–‹q¹Ü茬¢¢¢ªªJ«Õ>¯‹q¹ÜèèèÍ{ãÆL˜ £{ñL (—K1Q3 x\I2³{I_Ÿ$)RÀgwN @À’ôl[}ÄÀ„BKL/ ³´´Ä°ú¤ÖÊÒÈfêâkÖL]W[[Ûj˜h¦¶±µÕ0†ˆ©llíXRig+bìÔ"[{•FoyZ¥Hd¯R3R!9°¥½½ƒ’±KMµ½ƒ#[:88²Ì´Ê±MfSW:¶aMVËÛ´uªfÌT-oÛÖ©Š‘*y['§*f´W%kçÔÞ0…E%urr©¬Ö]|ô4=¶lïì"g¼UYáâÒAÆ +%..bƒTH:t`ÍéCòu’¥¬­S{æ"$ œ'ÐVð×™#qg67Û‚îÝ»§32‰D¢ÑhT*ÕóÁápŽ;¶yoÜÔ7çÐÇglbÆ’¢8[r¹Ò`q$—Ëm®$¸\žA’Ç#Ø’5ÿƒ"q_€ A˜Ž-Eà‹¦KL`aÁ–BÌ0]N+´°dKK K-[ -µ¬û,-K++VS´¦´²²ÒÔ+ÕVVÖõJú† ½$0•µFk666j#ihÕ˜ÊÆÖ–éÈZ¥­áfŒR7“É×R˜ÊÆÚF1]+œÇç3?ØÇÜ<ýu³-èîÝ»¡¡¡|Ð}j4šç-‚«ŸÖÖÁ°D“ (`ÏAkLr¸V«®å$Éár›()Šär­<®5ÙDI’<¾5Ó½nLuJ[ƒ´!Iê…¤µ‘´ÑK>߆¨-­Œ¤µNâH"©—úKEñsÙ?+]â‹ZÁÈè‰ÏÛ´£KiËZ@ ž‹· >=z´ÙGààà‹gô6I}Äë†{à̱ °—퉉 ÑCC ˆ#&&fÖ¬Y´k%%%5ªî»¾ÂŒ@F†@ ÌddÂìAF†@ ÌddÂìAF†@ ÌddÂìAF†@ ÌddÂìAF†@ ÌddÂìAF†@ ÌddÂìAF†@ ÌddÂìá¿„ï(((¸páB\\\eeåóî+‰ºwï>zôènݺµÄ±!ˆ-kdñññÛ¶mãñã'NZ±rMGOOOŠŠ~(‰þ½€7UKÊd²äG“nݱëqÒý?þ8""¢E¸)œ>}úöíÛ¡C“þùçŸÀ[o½åççgòÂ_É!/–2²ÊÊÊ+V(”ªýxxzÒž ·0&…þ‡ÎH{‡ÐÁBÏ_²"?'çóµ+¢££###ÝÜÜ^䨢¢¢Ö®]ËH‘HÔ³gÏwß}wܸqöCOêaÑ¢E°ÿþ–0²}ûö@HHHKû û‹233¿øâ‹ŒŒŒ²²2µZmeeååå5vìØÅ‹ …Â= Â$´ˆ‘¥¤¤,_¾|öÜùÿY¶8\.ðŒ-Âø)*ºZ[µ(1pëè¹ïÈ©ógOMž2õà¯LÒÓœ3gŽB¡¸qãFlllllììÙ³7oÞüâÅÒlÛ¶­  àwÞ 2U™-DAAA|||¿~ý†naa‘’’òÏ?ÿ¤¤¤dffþïÿ{ÕG‡@4Žé¬  `Μ¹ÇOžîÐ (pÏ{¡-x`kJ *”ÔðQã\Üf½7-Ê^öÕW_€F£Y²dÉ_ýuðàÁaÆ >ü‹¥Ù¶mŒ9Ò$¥µ(AAAÉÉÉìÆ×¢E‹NŸ>}þüùWxTDÓ1ñ¨eeeåœ9söî?Ø# @È7r1’œ¬ùÂHÀ£—VÿÒ?íÀZb;Ÿ >~=¾Ûóû¬Ùsš1tP'B¡pëÖ­VVVpèÐ!:‘¢¨}ûö…„„¸¹¹õíÛwÿþýuî[_¶‰'ÒæÎÖôi‚زe‹ŸŸŸ¯¯ïŽ;˜GµSuðàÁ!C†¸»»ûúú.X°àéÓ§Ì^b±X,_¸páôéÓáááîîîýû÷¿uë½ð­[·ÑÙØ_'‰jt!E"8995å"¯Ù¶mÛ&N™:h0íb\E–€j-(0Pa Ä@‰B ÕZˆ¿ó0ú??[¿aÝú {~ùõæ‡2 ÈÕ SƒT ”VƒL ô#·¹\ޛ߂Ïéìë?û?kæÎkªÃvpp €‡Ò)Û·oÿüóϵZíÊ•+ ‚X·nÝ… jïX_¶yóæÑf̘±téÒ¦H³eË–_~ùE(VVV~÷Ýw'Ož¤Ó7oÞüÉ'Ÿ.[¶¬oß¾çÏŸ3fLnn.{ß;w.Z´¨ººšÃáäåå­[·ŽN_·nÝöíÛ1 [³fÍÊ•+8©©©'Ožtttܽ{wÓÎñŠ1¥‘ÅÇÇ'ܺýßu€ ¾îaá 4P”!ÀŸ››³xÁ{>âÏ–¿•wв:Ѫ:ñYÊéÈÏçùyîù!@'#T”+(©ŠÂŠÇåx;  | Jhÿ÷ß›êàé‰D2™l×®]ðå—_®X±bÅŠUc—²M˜0Î3bĈˆˆˆ&È`aa‘pëÖ­N:19‹ŠŠèˆÕ¦M›V­ZuàÀ¹\N÷aJJJΞ=ÿÙgŸ@ZZ>|¾ýöÛåË—ôÑGõ}õ±cÇÆ?~üøëׯ÷ïßÿyN!ñÊ0eŒlÛ¶mßn¤,xºÐ>N‚ 7 DÒïŽ>0ò³·lª#².«T®øâ貤‡‘?ýJï@ÈUdya'䏨 ¼,æjç}´ñóÅSM„Âq$$$hµZ ›i´›$%%ÕØ¥‰Ùž+'ÍòåË`ذaYYY)))K’$ÐQ<7lذŒŒŒk×®±÷ݸq#=¼@[3ApóæMº:pàÀN¡C‡Ö¬YcÚAâ%`2#‹çò¡o  Ié\Œ‚¤‡&ý{örY¿7-@£…œ|(.ƒªj(.‡¶Ž¿ïòÞ¾+[¿Þðñ7лQ$EAR¥•س*MWk;K^[gWïý¢££M2¹Œî yxx@II èëëËd¨¨¨ÀqœÏ7œ±&f{®œ4L"mg*• ¤R);‘ùPQQÁÞׂþÀžJB·4ÀÖÖ¶îú@dd$ 0 <D+ÄdF½è?+(K}t_…>Hm˜]A'tï=ðaJ^/÷6pâ/ÐbFI¤ ‘F†yuü_äÇŸl H Š"H’ I‚ žœ_åédU Q†OýË—/nd¥¥¥tP<44lllèô;wÚÙÙÕ·W³=WÎÈårÐÝÿ’J¥íÚµ½µµmÛ¶Ñrè¡ º@GGGº™V›ž={öìÙó§é!/“Y\\üžƒ¿s<œܨ%fèZcÆOúõÄo‘Ÿ½}-OzíI)¼×CìioÅ”æ`)´ç&'=ìÖ#€$)‚ ’ 'Iœ ž©0KÇÚ‚ëêå›W"-((x‘ß^YYÙÂ… 1 óçÏ€p¹\’$¥RéôéÓu• jL}k$›@ À0L­V7½À$yãÆ  Ç=ÃÂÂx<A—.]š1cA—/_€7Þx£Ñ:2Ókcbb¦OŸ¾eË–:³8p Ñ¢ˆVˆiŒ,>>>tЊ2L¶Ðw*ÁxBÿ˜q“†l\õçÅûõA ÚöUâÛþ–v±r¹Œ¢€ )‚$q‚$ 'H‚ q‚L-¬r´æãÙsÀ°¸¸¸æ5ÊÞzë­ÊÊÊääd Ãx<ÞÖ­[½¼¼ÀÍÍmÙ²e‘‘‘6l¸råJ§NärùÝ»w/_¾Ì´­ÍæïïÿàÁƒ;w>xð`ãÆM)áÔ©Syyyñññ?¶¶¶^¾|9tèÐañâÅ»víZ¿~}~~~rrrFF†H$úøã­iŸ>}:uꔕ•µråÊmÛ¶ñxuOí£{¾»wï6Õd:âå`#‹‹‹££c|.EFê6Õ¸ñˆFäà0jÒÌï¼çß³ÝFû¿sæöêeÍ…{˜bEöö©s.úýÊ—(1‚ôêÞ'>þÿšgdׯ_''§,^¼¸gϞ̦U«VuîÜùÀ·oß¾q㆓“SïÞ½é¡6 dûꫯ–-[–™™I¼šX ÍÙ³gÏž=+ ÃÂÂÖ­[GÀÚµk;tè°ÿþ;wÚØØŒ3æ“O>ñôôl´¦|>ÿ—_~YºtiZZš§§çöíÛƒƒƒkg£§æÑã„ÁТЋ‹iþ¼¥L›6míç_…¾1ØÁ8Р _ìóÁ8üOQwãÚ†f?<¿ àl —ÉÔXÇåTà©Å -Fht/\­%ÔZ\­ÅU\¥Å+**޳ &&¦¹g@˜111³fÍ¢]+))iÔ¨Q¦i‘Éåòo 0Ì«ÿ©Ý.cM.“-ÿíÓ?.ÒeÕby7oîÂåt’ýÂp'HÌð"ø–6?6I-„™b#{üø1¥ïWFßnܯ¬±úÅäу7.Û«›@N>H¤K«~É%ÎG-à 'H×ÛNàô;N`8†“Nzø¶ö»²D‹b²QKŠbM¶ êèTB- €ßÿ:¼³nNYU5\‹—©±‰çŸì9þ·µ­#½…‘Nè?Z\÷ÃIŒ þC ÿnZj=²:ý j˶~½!éÌ.þZlðÑ»Ÿn;èÓ­‡ÞªÖ;©Å -A·Å˜Y£ý‡@ ^7LÚ"c>›Ôö5 9é¡w+‘5@rH¤b³¿÷ÑÐQãu1Bg^Œ‹a8aºF™VŸˆdÄkŽéŒ ]KÔ öC]í2¹\6¸¿þ–GiðgFÙþ_ÿCGôµ8A¿0£ºAL&à µ¢ÊTµ@ æˆiV¿ ‘ËdZýÜ1Ýl2ö‹^ú‚24Ö(v3­¨”¬L,«¶²azc5¾Æ¿ /Zb$^Uf’Z 3Å4-2ww÷GI† &HàqAÀJ«ÛTÇ’Ö ÷Sp-!mü UÕ‘MoÑ⎓Z‚À0R‹Œ1,Bƒ“ZZ²¥†¥×?IDATe…þþþ&©0SLcdÝ»wONz6XK€W·úEÃñ~Š¢üz,Z÷IR$E$EÔÞ¥LDŒÐêmK£Ÿ«{Ç Nè<'Êò3ºwïn’Z 3Å4F²uÇ®KV¨q°ù ¢ot©=¹Ÿ¢( Hв¶õéÿ†î>J’¢ç»j1##3¸Nh1œi£é #òÝœûŸ·LR a¦˜&FÖ­[·ÇI÷åR™ ’°µÐÍ,£ca$E·¼Hœ¤0½gÑÑ®øØëº;p\úIƒãZ ×`ìDÝ‹ñ²ò¬D´~ñšc²QËQ£Fýß¹?#fήւHÈásAÈ£˜…éVíeL_R&“.›ÉrDÖ»*•;÷E«¿ôèÜ­Æè¤Î¼´¸ÎÝX^V˜|süÈÁô“2Äk‹ÉŒlÁ‚S¦NŸ<ã]™ l\—#äA•šnŠÝ—¤X.FÔÒ9ÿ™Òõ½iºçt\KH{s鬟ÏÜÒM­0ûuæ¥Æ–q4‚ ©Ì›§Vn]oª* 3ÅdqssÒÿØá_ÕZB¢ ÀVÈ!)R‹‘ZŒÐ`¸n } K"‘àò\Â×Ò ´~ŽÔ½„-®Öj Wkq †«1B­s1\­oáYžèÓÁõ+„)oQÚ¸qã°ááo «µ·pŽ6üvÖ܉ÆÐ©¤(’’" ’Ò°ZyîH¤Õ ¥#´˜nú«Á ^†c ‰ç~*ʸ8wìªkˆéÖÓ5ÇÔZ\çb¸ÎÅæ¿=ùÅ6Ž@ þ˜ø½…y9j §\îm„.06¤ÑâºÏZ|õ–_þ¼¹NüvðÑ»;®þ¬íºâÛ(½h¢–Pc8ýY÷µVçb9÷.¶§J›²Ä3x0ýê$E©µ8ÏVW2ŸÇð@­Åé`?AR¤þÙn<¡õ¼5[è•øß$Hœ 0œTkq£QKÖT2œÐ¹˜:õÿŽœ8aò#G fŠéŒ )µ—Tk™”J%F3dI{NIêVO$Hf¡Dú3÷‚v4‚¤´ªê¤s?ºZ*Žœ8¦\ ÓY^æc¥gß¡¤Á•§]Œ4´ÈHöÞèænX·Çx*™²º(%®ðΟ3§MD=JQÓYHHHúã$ÎÝJ¤*g+à€ÃUüþÍ‹ùORIÖÌXzr™‘ÁQI’tÇ“¤ÍŽ ¤ÅYüªüˆˆˆ7WEÏŽE µ1½‘5êXô/³W~sû‰d\+PÐÖÖ"»¤êïズy=¯¹»»ûûÏF£“¢LodÿûéçŠ ©RgWur±Õâ¤Rƒ“$ñ:Ì_ýûï¿wíÚ•––¦R©ììì¼½½×¬Y3hÐ ‹ÅS§Nݵk“Y,ÇÅÅ5ðlJ±XÌ|¾¾¾ëׯ €3gÎÄÆÆÞ½{wÓ¦M¡¡¡ T*?þøã¸¸8…Bѽ{÷-[¶tíÚ&OžœššŠã¸‡‡Çºuë†Ê”ù믿þ÷¿ÿ½rå ýt^ö×@QQ¨Tª 6œ={–þ#nÚ´)''‡>—û÷ï?yòdÆ >T«Õ¾¾¾ëÖ­ëß¿bbâªU«žßÅÅeĈL†ðððÕ«WWTTÔØ‘nš5P2Çsuu>|¸\.§S/^\ãiÊ"‘hÊ”)VVV`èСiiitzÿþýÇ äruôÜÜÜU«VíÝ»·ÆµmÛ¶½(--=~üøgŸ}&‰ø|~çÎÀÂÂÂWŽãwîÜÙ¼y3”””¸¸¸p¹\@гgO‡ÌÌÌÂÂÂÉ“'óùü+V¤§§'%%=çIE ¡EŒ "##³cß»r:µ@–Z Sj0×îO>ÿ¯o”M˜0aÿþý999µ3¬]»V$}òÉ'5Ò;Öð ‘æÞ½{ûöí›9sfSŽ$!!!(H÷ÄO­VûäÉ“sçÎíÙ³'22ª««çÍ›·yóæÚ½Ú7îÞ½›9øû÷ïSuõêÕ~ýúž={–ð>úè‹/¾ppp€O?ýtòäÉëׯ?zôè·ß~»oß>FCg+++ÈÌÌlÊñ#M§¥ŒL$8q‚Stçô÷«eR©R\¡k`xíÿÿÿe‚“'O.Z´èÂ… ƒ ýá‡è3••ÕÎ;ÏŸ?æÌöŽaaaöööu–¹hÑ"±Xìåå5~üøéÓ§oܸ±ÑÃ8wîÜ?ÿü³cÇZ–””DFFnÛ¶ÍÎÎÎËË‹$É%K–L›6ŽÜ±9~üøäÉ“¥Ré°aÃhÏ’H$`ii™°zõê?üP¡P0ù÷ìÙÓ¾}ûÑ£GÓÒÏϯmÛ¶÷ïß_¹r¥«««X,öññ±³³‹ŠŠÒh4{öì­V7ÇpñâÅî,ØOŒo`Q›–22‰Dû÷ïŸ;-ü¯­ób_ô4ÝgÈ;ûŽžúûï¿[îK[`æÌ™ÑÑÑ?þè£8ðÁ°3-\¸píÚµeeMzl 0ÊËË ¼qãF£ù£££¿ÿþû3gÎ0­-Ý»w_¹rÅÁÁaÁ‚111›6m‹Åtd}èСôÿ1>|øgŸ}¶páÂ/¾ø„B!¼ýöÛg„ J¥’iR=}útÇŽŸ}ö‡Ã€êêê9sælÛ¶íÌ™3‡º}ûöÒ¥K­­­úé§S§N1ÂÕÕÚµkGïþ¿ÿý/Ÿ»AÚÀ&¢6-hd4óçÏýçꢩaœ´Sn˜„©Ë—/OIIiéïm ØÚÚN™2eùòåW¯^­±iÕªUíÛ·_½zuÓKãóù;wî¼}ûöÏ?7´æÇñãÇ¿ÿþûèèèÚc',,,##ÃÇÇç) ¸páœ9sØ™]]]iŸíÒ¥ TWWÇ}Ö­[NŒ@jjªL&0`‡Ã6l؆ èŠ2$&&æúõë¾¾¾\.—1D LB‹ˆD¢ˆˆˆýû÷çfgÞO¸~àÀ—𥯊‡nÛ¶íÞ½{•••$Iýõ×_L¬ŠA(FFF^¾|™I‰‹‹k4€Ø¹sçO?ýtóæÍÉÉÉuf ã÷ .ÔjµeeeL‹ïÖ­[8ŽWWWŸ>}:88˜Ëå Y€……ŸÏ€üü|(--=xð ÝñìÙ³g×®]¿ÿþ{‚ NŸ>íááAÇû“““¯^½JbÒxzz …ŸþÇq¥RyáÂÚ³2220 “Éd_~ùåôéÓé1„¼ #c#‰ ð/žàêàà››ûñÇ÷êÕËÍÍmäÈ‘ÎÎÎ?ýôS휽zõb¦GÀ´iÓê³'6sçÎ ^¼x±J¥4h=ùë½÷ÞóõõÍÍÍ}ôè‘V«]½zu/=ô^Ÿ~ú©¿¿ïÞ½y<{[m&L˜àãã3|øðîÝ»ïܹ¸\î¾}ûîß¿ïçç·oß¾½{÷Òí²‹/ÚÙÙѳ.hœœœ@´*bbbfÍšE»VRRÒ¨Q£^v‹ @ L22aö #C f22aö #C f2²îîîñññ¯ú(ˆW22Ó#‹OŸ>ýò¿— f=ŸÚ\ºt©¼¼Ü$_ô믿ŠÅbfi ÈÊÊ¢gÏž9sfõêÕC‡e¶&&&Ž1ÂÛÛ{ܸqYYY $ÖW>Ñ0ÈÈ^fÍše’e'ê\ÂìâÅ‹ôôÃ:—H«½Y‹”ÕY>Ñ0ÈÈZŠ¢¾ûî»ÀÀÀ®]»úùùÑ¿Ï:Áx=2æó½{÷ÆŽ|ìØ±Ú_‘’’2uêÔððð>}ú0‰ûöí ñññ øý÷ß ""fÍšµ~ýúúŠmtA4¨ ³K—.1êZ"­ÎõÈê[¤¬¾òˆ†1ýR׆´´´;vÄÆÆz{{«T*zõ›:ëD.—¿óÎ;_|ñ}÷Ò˜1cúôéC¯M£T*ß~ûí?üpöìÙÀZ!Ú××÷ܹsŽŽŽ?þøã¦M›f̘AßCR_±.ˆVßfr¹<33³wïÞuîŬG& ™õÈèÑk$vîܹ¾%Òˆ†A-²ÄÞÞžÏçïß¿?%%ÅÒÒ’^¾¦ÎÄ:¹|ù²Z­vss»}û¶R©l×®;ð×®]«¨¨xë­·jìÚ¦M…Bááá!“ÉšXl ¢@K˜]½zuРAô=絩s=²Ú‰jµº¾òˆFAFÖ‚ˆÅâ#Gޤ§§9rРA·oß®/±N$ ‡Ãùå—_öîÝ»wïÞ   ëFŠD" ‹;9rd̘1k×®ýã?šQl4°„ «“:×#«XQQQ_ùD£ ®eËF¯`óÁ}:œ‘µ—HƒzÖ#«o‘2¢ õÈ/DXXXTT”——׫>ÄkZ aJè¨r1Ä+¢ùX[[Ó“'ˆW ¦"š³³³³³ó«> µÈ„ùƒŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=üfï)‹MxfGQQQ[W¯^ýÒŽ¤²eË–¶¢“ÓÀVtrš·có (Šz‘Ý͇ÓhžC‡½„#i…¼ûî»æA'§ÐÉi/ddP\\ü‚%˜%%%M̉NN “Óèäü°ººúU©‰1—Š¿œë§5¶È’S’³eÙƒßôÏÓkÚÊÈ艉‰$I²óüöÛo;vÌÌÌdR$I¯^½bccM{0lZ¢EÖ¹téRyyùsíòõ×_‹ÅâG5ûK_iiiÞ  ÷éìàzÿÎ-[Ò’’ÞJÈ=ö¿7uh/'[ÇY./--­½¯X,^ºti”œœœ—tè/Æ‹Tœ¢¨3gÎL™2ÅÇÇÇÕÕÕÏÏoüøñ7oÞ|ùµ0­¥EÆ4>årù¡c‡Ïœ§Èys—´ ˆÎÚýû÷Ëårvþ3f¯\¹’68Š¢Ö¬Y3qâÄÐÐÐ?˜úh‰YKTdÖ¬Ylgl ÃŽ;æäätôèÑfé«Â××·¨½!àuöo×Û§­ëãÄ„ÈÈìß~ï¨v´àäÈ%*¬ÊÃÃÉÉ©ÎÝOœ8qáÂ…—|Ì&áE*¾}ûö¥K—Ž9òæÍ›999/^œ?¾¥¥å˯…©h-²ÜÜܽ{÷VVVÀ‰'Üz»ÙyØÆ=‰•+eŠ<•cY»±cÇ …Bö.ç»ï¾KJJ¢oLûã?222>ùäzë½{÷ÆŽ|ìØ1 (ê»ï¾ ìÚµ«ŸŸß‘#G^IMkcòŠDDDÀ¬Y³Ö¯_OŸ>}ë­·|}}6n܈aXícˆ‰‰qvvþì³ÏNž<©R©L^ÇÅÙÙÙoÆœ#9˜ #:wo×»KÛ¾U9SÚi¸¼Ì¤òôù#±[èòå"‘¨ÎÝÃÃÃW¯^]QQQ#½)çíÕÒ슗””DFF®Y³æƒ>prrîîî'N €}ûö…„„øøøüþûïô.b±øÌ™3ï½÷AðäÉ“™3gvêÔ©S§N3gΤsÖ¾b_­¢Evãæ+ WþïÂÿ¥¥¥=Ì|88bð½œ;O˲*ŸTQ×yëçm6l˜µµu½¼¼¼V®\ùÕW_Ý»woÆ »ví¢ÿK‘Ëåï¼óΜ9s8°jÕª¬¬¬´´´;vœ8q"==ýþýû#GŽ|%5­ÓV$::¢¢¢èŸßÌ™3½½½=zô÷ßÿý÷ßÛ·o¯}GŽ™?þ„ ,--Ï;×ulQ ðÿáÁ …#|z:½Ñ×µ½µEzbYÚYR{×Ð5kzôî]ß¾k×®‰DÌÿ4M¿î›ÛßÿýŽ;Nžèë6gê<ŸFw·°°@À¤¸»»±cÇ[[[vΰ°°°°0™Löå—_~ðÁ}úo¿ý¶nÝ:ÓլŹûvAôÏ“Ô6NFRy© ëèÜÙ¿p€JMŠßÉ_½ÆÇϯV­ZuéÒ%¦ÅÝèyk%4¯â!!!\.÷ðáÃk×®­±)==}ÕªUñññ;vŒ‹‹»xñb}_MŸ™¼¼JKKËÿ>6ÁAeËåf>z–ž#åµ9ðD¥·éøøÑõÈȆ§S …ÂÈÈÈË—/Ó²ÑóÖhvÅÅbñ’%KvíÚõå—_>yò¤²²2;;û×_½téÝë,+++//?þ<äååÕùí¡¡¡nnnŸ~úiaaauuuBBÔsŶìYÐóêcdžžž ß[ø†ãÙJL‰=½–3¦Ûø°°°æ¹…Âèèh…BÑ·oß.]ºLš4)55U­VoܸÑßßßÏÏïìÙ³?ýôS3J~É3û›]‘%K–¬X±âøñãàðáÃÝ»w9räèÑ£?úè#vÎÇ;–Ýû=z´D"‰‰‰iñꙈ”””VÕm­xé‰e9òd±[èš5~¬¤Cà]ý:µ·µHOo´oØ«W/¦_ßèyk ¼HÅ×®]yëÖ­‘#GúúúNš4‰n…O›6mÚ´i'N œ:ujß. =ŠãxHHH¯^½vïÞ õ\±-{ô´–õÈd2Ù¾ƒûNgœà O_¤ÈíܹßGõèÝ›$É;ׯ•Û;Ö™Ê|Xz…²›åèèh’ol6¦=9fTñ¦ð‚둽úƒƒÃûsÞWF*»¾ÑÕÆÆ¦Ñü ?ú¤a—i6-#C4±Xœ7õ½»çΖ§NíÖ£ðx¼àAƒSŸ=«ììÚ7"¢öù•\B&äµ­x¼úQK‘H4wî\‘HÄãñÍüJN7r±ÖIÿÐÐþµn„àñxþ½{û×?ƒÌL±l^ÛŠ×æÕÇÈØ¸¹¹µæNåkµúaF¼úQK3âõ©)a^´®Y+çõ©)a^˜¦EÖžÒöÞQ‹ hp`ö/d=5¬(½m|SöDƒk š~Ñ@trȃNNS2G||¶“WGÚµbûèQK?ï6~Þmèç.?ß;/ø|à7èä4:9 €NN£0–oí‰ýíÝô‹Ôìšë15…nÄE¼ûúZ/èä4:9Í ùóÈþ•³QLЦ5:9 €NNó0A°@ ^-ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈȄكŒ @˜=ÈÈ„ÙSó¦ñN^#>>û\E,eiºãA ¯WÒÙK"6ʸa5ìáPÅáp¾Ùw›½Á°ÖOc¤fWüúÕȦ@ÔàÛ_î Jim Evins (evins@snaught.com) GBonds 12-23-2003 User manual for the GBonds savings bond inventory program. user's guide gbonds-2.0.3/help/C/gbonds.xml0000664000076400007640000013240111106721177013037 00000000000000 ]>

GBonds Manual V&manversion; 2000 2001 2003 Jim Evins Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found here or in the file COPYING-DOCS which shipped as part of this package. This is version &manversion; of the GBonds manual. Introduction GBonds is a program for maintaining inventories of U.S. Savings Bonds for the GNOME desktop environment. It allows you to track the current redemption value and performance of both individual bonds and an entire inventory. It supports series S (savings notes), E, EE, and I savings bonds. It also allows you to print your inventories to provide a permanent record of the bonds you own. GBonds uses redemption tables published by the U.S. Department of Treasury GBonds is not affiliated with or endorsed by the U.S. Department of Treasury or the U.S. Government. to provide up-to-date redemption values. It can also import inventories created with the Treasury Department's Savings Bond Wizard Savings Bond Wizard is a trademark of the U.S. Department of the Treasury, Bureau of the Public Debt. program. This document describes version &appversion; of GBonds. Basic Usage This section describes the basic usage of GBonds, a U.S. Savings Bond inventory program for the GNOME desktop. Main Window Starting GBonds opens the Main window, shown in .
GBonds Main Window GBonds Main Window
From here you will see the menu bar which provides all the options, commands and tools for GBonds. You will also see the toolbar which provides quick access the basic commands you will probably use the most when using GBonds. Below the menu bar and toolbar is an inventory worksheet.
Menus The menu bar (shown in ) provides access to all tools, commands and options for GBonds.
GBonds Menu Bar GBonds Menu Bar
The menu bar contains the following menus: File This menu contains: CtrlN New — This creates a new empty GBonds worksheet. CtrlO Open — This opens an existing inventory file reads it into a new GBonds worksheet. Import — This imports an existing Savings Bond Wizard (.SBW) file into a new GBonds worksheet. CtrlS Save — This saves the current inventory to file. CtrlShiftS Save As — This saves the current inventory to a new file with a different name. CtrlP Print — This prints the current inventory. See Printing Inventories for more information on printing inventories.. CtrlW Close — This closes the current GBonds worksheet. CtrlQ Quit — This closes all GBonds worksheets and exits the application. Edit This menu contains: CtrlX Cut — Moves selected bonds to the clipboard. See Using the Clipboard. CtrlC Copy — Copies selected bonds to the clipboard. See Using the Clipboard. CtrlV Paste — Pastes bonds from the clipboard into the inventory. See Using the Clipboard. Select All — Selects all bonds in the inventory. See Selecting Bonds in an Inventory. Unselect All — Removes all selections in the inventory. See Selecting Bonds in an Inventory. Add — Adds a bond to the inventory. See Adding Bonds to an Inventory. Delete Delete — Deletes the currently selected bond(s) from the inventory. See Deleting Bonds from an Inventory. Title — Creates or modifies the inventory title. See Editing an Inventory's Title. Preferences — Set user preferences. See Customization. Tools This menu contains: Update redemption tables — Launches a druid to download and install new redemption tables. See Updating Redemption Data. Help This menu contains: F1 Contents — This opens the GNOME Help Browser and displays this manual. About — This opens the About dialog which shows basic information about GBonds, such as author, version number, URL of the GBonds web page, copyright, and license information.
Toolbar The toolbar (shown in ) provides quick access to several commonly used commands.
GBonds Toolbar GBonds Toolbar
The following commands are available from the toolbar: Add Adds a bond to the inventory. See Adding Bonds to an Inventory. Delete Deletes the currently selected bond from the inventory. See Deleting Bonds from an Inventory. Save Saves the current inventory. Print Prints the inventory. See Printing Inventories. Cut Moves selected bonds to the clipboard. See Using the Clipboard. Copy Copies selected bonds to the clipboard. See Using the Clipboard. Paste Pastes bonds from the clipboard into the inventory. See Using the Clipboard.
Inventory Worksheet Each open savings bond inventory will have a worksheet (as shown in ).
Inventory Worksheet Inventory Worksheet
This worksheet has 3 distinct components, the redemption date entry, the inventory totals, and the bond inventory itself. Redemption Date Entry and Display Area The redemption date entry (shown in ) shows the current redemption date (month and year) used to calculate the current values of all bonds in the inventory.
Redemption Date Entry and Display Area Redemption Date Entry and Display Area
The default value for this date is the current month and year, if redemption data is available. Otherwise, this date is set to closest date for which redemption data exists. For more information on updating redemption data, see Updating Redemption Data. To change the current redemption date simply press the small arrow button to the right of this display. This will produce a dropdown list of all dates for which redemption data exists. Once a new date is selected, the value and related information of all bonds in the inventory will be updated for the given date.
Inventory Totals Display Area The Inventory Totals display (shown in ) shows several total values associated with the current inventory.
Inventory Totals Display Area Inventory Totals Display Area
The following totals are displayed: Inventory Value This is the total value of all bonds in the inventory, including bonds which are not yet eligible for redemption. When a bond is not eligible for redemption, the purchase price is used for the current value of the bond for this total. Redemption Value This is the total value of all bonds in the inventory which are eligible for redemption. Interest This is the total interest earned on all bonds in the inventory.
Bond Inventory Area The bond inventory area (shown in ) displays all bonds and associated information in the inventory.
Bond Inventory Bond Inventory
This area is composed of one line or row per savings bond or note. The inventory can be sorted by any of the bond data shown simply by pressing the corresponding column header. The following data is represented by columns in this table: Serial Number This is the Serial Number printed on the bond. For more information on the makeup of this serial number, see Adding Bonds to an Inventory. Issue Date This is the issue or purchase date (month and year) of the bond. Denomination This is the denomination printed on the bond. For series EE bonds, this is twice the purchase price. Series This is the bond series (E, EE, I or S). Value This is the current value of the bond if redeemed on the given redemption date. Interest This is the total interest earned on the bond since purchase. Yield To Date This is the effective semi-annual (6 month) yield of the bond. Next Accrual This is the date (month and year) of the next accrual of the bond (the next time it will increase in value). Final Maturity This is the date (month and year) that the bond ceases to earn interest. Flags The last unmarked column may contain one or more of the following flags: * — The bond is not yet eligible for redemption. M — The bond has reached final maturity.
Editing Inventories This section describes the inventory editing capabilities of GBonds. Adding Bonds to an Inventory The Add Bond dialog (shown in ) is activated from either the Edit->Add or the Add toolbar button. This dialog is used to create a new bond entry in the current inventory.
Add Bond Dialog Add Bond Dialog
All necessary information for a single bond is derived from just two text fields. These fields are: Serial Number: This is the serial number printed on the bond. A couple of key pieces of information are extracted from the serial number by GBonds, so the serial number must be entered in its entirety. Issue Date: This is the issue or purchase date of the bond. The format must be MM/YYYY, where MM (month) is an integer from 1 to 12, and YYYY (year) is a four digit integer greater than or equal to 1940. Once both fields are entered, pressing the OK button will add the bond to the inventory. Pressing the Cancel button will dismiss the dialog without adding the bond. Anatomy of a Serial Number The first digit/character indicates denomination: Q = $25 L = $50 K = $75 C = $100 R = $200 D = $500 M = $1,000 V = $5,000 X = $10,000 The last 1 or 2 digits/characters indicate series. If the last digit is a numeral (0-9), then the bond is a series S (Savings Note). Otherwise, the last alphabetic digits indicate the series: EE, E, or I. GBonds does not currently handle any other series of bond. All other digits provide a unique identification of a bond.
Selecting Bonds in an Inventory A prerequisite for the delete and cut/copy operations is the selection of a bond or set of bonds. Selecting a single bond A single bond can be selected simply by clicking on the desired bond (row) in the bond inventory area of a worksheet. Once selected the bond will be highlighted. Aggregate bond selections Multiple adjacent bonds can be selected by first selecting the first bond as above and then by holding the Shift key while selecting the last bond in the sequence. Individual bonds can be added to an existing selection by holding the Ctrl key while selecting the desired bonds. All bonds in an inventory can also be selected by using the Edit->Select All menu item. All bonds in an aggregate bond selection will be highlighted. Unselecting bonds Individual bonds can be removed from an existing selection by holding the Ctrl key while clicking on a previously selected bond. An entire selection can be dismissed by using the Edit->Unselect All menu item. Once a bond is unselected the highlight is removed from its entry. Deleting Bonds from an Inventory Before a bond can be deleted, it must be selected (see above). Both individual bonds and groups of bonds can be deleted at one time. Once a bond (or group of bonds) is selected, the delete command is activated from either the Edit->Delete menu item or the Delete toolbar button. This will activate a confirmation dialog (shown in ) for each selected bond.
Delete Bond Confirmation Dialog Delete Bond Confirmation Dialog
This is a simple Yes or No dialog to confirm the intent to delete the selected bond. When multiple bonds are selected, there are 2 additional options: Yes to All (to confirm the deletion of this bond and all remaining bonds in the selection) and Cancel (to cancel the deletion of this bond and all remaining bonds in the selection). Important Bonds deleted with this command are not placed on the clipboard.
Using the Clipboard Bonds can also be manipulated using the standard clipboard operations Cut, Copy and Paste. CtrlX Cut Moves selected bonds to the clipboard. The bonds are then available for pasting into another inventory, or as text into an external application such as a spreadsheet or word processor. CtrlC Copy Copies selected bonds to the clipboard without deleting them. The bonds are then available for pasting into another inventory, or as text into an external application such as a spreadsheet or word processor. CtrlV Paste Pastes bonds from the clipboard into the inventory. GBonds can only paste bonds from another GBonds worksheet. Editing an Inventory's Title The Edit Inventory Title dialog (shown in ) is activated from the Edit->Title menu item. This dialog is used to create or edit the title of an inventory.
Edit Inventory Title Dialog Edit Inventory Title Dialog
Once a title is entered or modified, pressing the OK button will activate the new title. Pressing the Cancel button will dismiss the dialog without changing the current title.
Printing Inventories The Print Inventory dialog (shown in ) is activated from either the File->Print menu item or the Print toolbar button. This dialog is the standard Gnome Print dialog to select a printer and its options. Once these options have been selected, pressing the Print button will print the inventory. Pressing the Preview button will launch the Print Preview shown in . Important It is important to keep a permanent record of your U.S. Savings Bonds in a separate location should you ever need to replace them. Customization This section describes how to customize the behavior of GBonds. Preferences Dialog To customize GBonds, select the Settings->Preferences menu command. This opens the Preferences Dialog (shown in ). This dialog allows you to modify the default behavior of the GBonds application. This dialog consists of the following tabbed pages. Startup Tab The Startup page (shown in ) allows you to select the default startup behavior of GBonds. Options are to start up by opening a new blank inventory, by opening the most recently accessed inventory, or by opening a default inventory. If a default inventory is selected, the location of this file must also be specified in the corresponding file selection entry.
Preferences Dialog / Startup Tab Preferences Dialog / Startup Tab
Redemption Dates Tab The Redemption Dates page (shown in ) allows you to select the scope of redemption date choices available in the Redemption Date Entry's dropdown list. Options are to limit the choices to only the latest 12 months for which redemption data exists (the default) or to include all dates for which redemption data exists.
Preferences Dialog / Redemption Dates Tab Preferences Dialog / Redemption Dates Tab
Updating Redemption Data GBonds cannot predict the future. It requires redemption tables which are published by the U.S. Treasury Department every 6 months. GBonds version &appversion; is pre-configured with redemption data for Sep 2000 through Aug 2001. New redemption data can be downloaded and installed either Manually or with the Update Redemption Tables Druid. Update Redemption Tables Druid To update redemption data, select the Settings->Update redemption tables menu command. This launches the Update redemption tables druid (illustrated in - ). This druid automates and guides the process of downloading and installing new redemption data.
Update Druid Start Page Update Druid Start Page
Update Druid Select Download Site Page Update Druid Select Download Site Page
Update Druid Downloading Page Update Druid Downloading Page
Update Druid Finish Page Update Druid Finish Page
Manually Updating Redemption Data New redemption tables can be downloaded from one of the following sites. http://snaught.com/gbonds/data/ ftp://ftp.snaught.com/gbonds/data/ http://www.publicdebt.treas.gov/sav/savvalue.htm ftp://208.131.225.4/ Redemption table file names are of the format sbyyyymm.asc where yyyymm is the first year and month of the data in the file. For example, data for March 2001 through August 2001 would be in a file named sb200103.asc. To install a new redemption file, simply download it into the .gbonds/ directory under your home directory. GBonds will automatically find the new data the next time it is started. Filename of Redemption Table Do not change the name of the redemption file -- it must have a .asc extension for GBonds to find it. Manually updating redemption data using FTP from command line $ ftp ftp.snaught.com Name (ftp.snaught.com:jsmith): anonymous Password:jsmith@ 230 Logged in anonymously. ftp>cd gbonds/data 250 "/gbonds" is new cwd ftp>lcd ~/.gbonds Local directory now /home1/jsmith/.gbonds ftp> get ~/sb200109.asc local: sb200109.asc remote: sb200109.asc 226 Transfer completed. 35700 bytes received in 0.902 secs (39 Kbytes/sec) ftp>quit 221 Goodbye. $ gbonds
Known Bugs and Limitations At the time of this writing GBonds &appversion; has no known bugs. Up to date information can be found on the GBonds Web Page. Version &appversion; should be considered a beta release, however it should be perfectly usable. Please send any bug reports, suggestions, or patches to evins@snaught.com. Authors GBonds was written by Jim Evins (evins@snaught.com). To find more information about GBonds, please visit the GBonds Web page. Please send all comments, suggestions, and bug reports to the evins@snaught.com. This manual was written by Jim Evins (evins@snaught.com). Please send all comments and suggestions regarding this manual to the evins@snaught.com. License 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. A copy of the GNU General Public License is included as an appendix to the GNOME Users Guide. You may also obtain a copy of the GNU General Public License from the Free Software Foundation by visiting their Web site or by writing to
Free Software Foundation, Inc. 59 Temple Place - Suite 330 Boston, MA 02111-1307 USA
gbonds-2.0.3/help/Makefile.am0000664000076400007640000000011111106721177012703 00000000000000## Process this file with automake to produce Makefile.in. SUBDIRS = C gbonds-2.0.3/INSTALL0000664000076400007640000002202411106721200010742 00000000000000Copyright 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Basic Installation ================== These are generic installation instructions. 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 only 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. If you're using `csh' on an old version of System V, you might need to type `sh ./configure' instead to prevent `csh' from trying to execute `configure' itself. Running `configure' takes awhile. 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. 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=c89 CFLAGS=-O2 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 must use a version of `make' that supports the `VPATH' variable, such as 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 `..'. If you have to use a `make' that does not support the `VPATH' variable, you have 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' will install the package's files in `/usr/local/bin', `/usr/local/man', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PATH'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you give `configure' the option `--exec-prefix=PATH', the package will use PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=PATH' 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 `--target=TYPE' option 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 will cause the specified gcc to be used as the C compiler (unless it is overridden in the site shell script). `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. gbonds-2.0.3/Makefile.in0000664000076400007640000005267611107465252012013 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 $(srcdir)/config.h.in \ $(srcdir)/gbonds.spec.in $(top_srcdir)/configure ABOUT-NLS \ AUTHORS COPYING ChangeLog INSTALL NEWS TODO config.guess \ config.sub depcomp install-sh ltmain.sh missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = gbonds.spec SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ install-html-recursive install-info-recursive \ install-pdf-recursive install-ps-recursive install-recursive \ installcheck-recursive installdirs-recursive pdf-recursive \ ps-recursive uninstall-recursive RECURSIVE_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 GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GBONDS_CFLAGS = @GBONDS_CFLAGS@ GBONDS_LIBS = @GBONDS_LIBS@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ HAVE_FILE_CHOOSER = @HAVE_FILE_CHOOSER@ 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@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ 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@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@ UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ 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@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ 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_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = po src pixmaps help data EXTRA_DIST = \ README \ COPYING \ COPYING-DOCS \ AUTHORS \ ChangeLog \ INSTALL \ NEWS \ TODO \ ABOUT-NLS \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ gbonds.spec \ gbonds.spec.in all: config.h $(MAKE) $(AM_MAKEFLAGS) 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) config.h: stamp-h1 @if test ! -f $@; then \ rm -f stamp-h1; \ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ else :; fi stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_srcdir) && $(AUTOHEADER) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 gbonds.spec: $(top_builddir)/config.status $(srcdir)/gbonds.spec.in cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool # 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) config.h.in $(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) config.h.in $(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) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ list='$(SOURCES) $(HEADERS) config.h.in $(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 $(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 config.h installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -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 clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr \ distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive info: info-recursive info-am: install-data-am: 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 mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .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 \ clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \ distclean distclean-generic distclean-hdr distclean-libtool \ distclean-tags distcleancheck distdir distuninstallcheck dvi \ dvi-am html html-am info info-am install install-am \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-recursive uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gbonds-2.0.3/config.guess0000755000076400007640000012751611107465252012260 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: gbonds-2.0.3/README0000664000076400007640000000340411106721200010572 00000000000000Copyright ========= Gbonds - a GNOME-based Savings Bond Inventory Program Copyright (C) 2000 Jim Evins 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 For more details see the file COPYING. What is Gbonds ============== Gbonds is a program for maintaining inventories of U.S. Savings Bonds for the GNOME desktop environment. It allows you to track the current redemption value and performance of your bonds. Gbonds is similar in functionality to "Savings Bond Wizard[TM]" program distributed by the U.S. Department of the Treasury. Gbonds can import inventories created by the Savings Bond Wizard. System Requirements =================== GTK+-2.2.x LIBGNOME-2.2.x LIBGNOMEUI-2.2.x LIBGNOMEPRINT-2.2.x LIBGNOMEPRINTUI-2.2.x LIBXML-2.5.x GNOME-VFS-2.2.x All of these libraries are available as part of Gnome 2.2. Note: to compile GBonds on RPM based systems, you will need the development RPMs (e.g. gnome-vfs-devel) installed for each of these libraries. Author ====== Jim Evins Disclaimer ========== GBonds is not affiliated with or endorsed by the U.S. Treasury or the U.S. Government. gbonds-2.0.3/Makefile.am0000664000076400007640000000046611106721200011753 00000000000000## Process this file with automake to produce Makefile.in SUBDIRS = po src pixmaps help data EXTRA_DIST = \ README \ COPYING \ COPYING-DOCS \ AUTHORS \ ChangeLog \ INSTALL \ NEWS \ TODO \ ABOUT-NLS \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ gbonds.spec \ gbonds.spec.in gbonds-2.0.3/aclocal.m40000664000076400007640000111617311107465243011600 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.61],, [m4_warning([this file was generated for autoconf 2.61. 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 GNOME_COMPILE_WARNINGS dnl Turn on many useful compiler warnings dnl For now, only works on GCC AC_DEFUN([GNOME_COMPILE_WARNINGS],[ dnl ****************************** dnl More compiler warnings dnl ****************************** AC_ARG_ENABLE(compile-warnings, AC_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@], [Turn on compiler warnings]),, [enable_compile_warnings="m4_default([$1],[yes])"]) warnCFLAGS= if test "x$GCC" != xyes; then enable_compile_warnings=no fi warning_flags= realsave_CFLAGS="$CFLAGS" case "$enable_compile_warnings" in no) warning_flags= ;; minimum) warning_flags="-Wall" ;; yes) warning_flags="-Wall -Wmissing-prototypes" ;; maximum|error) warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith" CFLAGS="$warning_flags $CFLAGS" for option in -Wno-sign-compare; do SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $option" AC_MSG_CHECKING([whether gcc understands $option]) AC_TRY_COMPILE([], [], has_option=yes, has_option=no,) CFLAGS="$SAVE_CFLAGS" AC_MSG_RESULT($has_option) if test $has_option = yes; then warning_flags="$warning_flags $option" fi unset has_option unset SAVE_CFLAGS done unset option if test "$enable_compile_warnings" = "error" ; then warning_flags="$warning_flags -Werror" fi ;; *) AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings) ;; esac CFLAGS="$realsave_CFLAGS" AC_MSG_CHECKING(what warning flags to pass to the C compiler) AC_MSG_RESULT($warning_flags) AC_ARG_ENABLE(iso-c, AC_HELP_STRING([--enable-iso-c], [Try to warn if code is not ISO C ]),, [enable_iso_c=no]) AC_MSG_CHECKING(what language compliance flags to pass to the C compiler) complCFLAGS= if test "x$enable_iso_c" != "xno"; then if test "x$GCC" = "xyes"; then case " $CFLAGS " in *[\ \ ]-ansi[\ \ ]*) ;; *) complCFLAGS="$complCFLAGS -ansi" ;; esac case " $CFLAGS " in *[\ \ ]-pedantic[\ \ ]*) ;; *) complCFLAGS="$complCFLAGS -pedantic" ;; esac fi fi AC_MSG_RESULT($complCFLAGS) WARN_CFLAGS="$warning_flags $complCFLAGS" AC_SUBST(WARN_CFLAGS) ]) dnl For C++, do basically the same thing. AC_DEFUN([GNOME_CXX_WARNINGS],[ AC_ARG_ENABLE(cxx-warnings, AC_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@] [Turn on compiler warnings.]),, [enable_cxx_warnings="m4_default([$1],[minimum])"]) AC_MSG_CHECKING(what warning flags to pass to the C++ compiler) warnCXXFLAGS= if test "x$GXX" != xyes; then enable_cxx_warnings=no fi if test "x$enable_cxx_warnings" != "xno"; then if test "x$GXX" = "xyes"; then case " $CXXFLAGS " in *[\ \ ]-Wall[\ \ ]*) ;; *) warnCXXFLAGS="-Wall -Wno-unused" ;; esac ## -W is not all that useful. And it cannot be controlled ## with individual -Wno-xxx flags, unlike -Wall if test "x$enable_cxx_warnings" = "xyes"; then warnCXXFLAGS="$warnCXXFLAGS -Wshadow -Woverloaded-virtual" fi fi fi AC_MSG_RESULT($warnCXXFLAGS) AC_ARG_ENABLE(iso-cxx, AC_HELP_STRING([--enable-iso-cxx], [Try to warn if code is not ISO C++ ]),, [enable_iso_cxx=no]) AC_MSG_CHECKING(what language compliance flags to pass to the C++ compiler) complCXXFLAGS= if test "x$enable_iso_cxx" != "xno"; then if test "x$GXX" = "xyes"; then case " $CXXFLAGS " in *[\ \ ]-ansi[\ \ ]*) ;; *) complCXXFLAGS="$complCXXFLAGS -ansi" ;; esac case " $CXXFLAGS " in *[\ \ ]-pedantic[\ \ ]*) ;; *) complCXXFLAGS="$complCXXFLAGS -pedantic" ;; esac fi fi AC_MSG_RESULT($complCXXFLAGS) WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS" AC_SUBST(WARN_CXXFLAGS) ]) dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) # serial 36 IT_PROG_INTLTOOL AC_DEFUN([IT_PROG_INTLTOOL], [AC_PREREQ([2.50])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=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in` [INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in` ] 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 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) 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 # Use the tools built into the package, not the ones that are installed. AC_SUBST(INTLTOOL_EXTRACT, '$(top_builddir)/intltool-extract') AC_SUBST(INTLTOOL_MERGE, '$(top_builddir)/intltool-merge') AC_SUBST(INTLTOOL_UPDATE, '$(top_builddir)/intltool-update') 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]) dnl The following is very similar to dnl dnl AC_CONFIG_FILES([intltool-extract intltool-merge intltool-update]) dnl dnl with the following slight differences: dnl - the *.in files are in ac_aux_dir, dnl - if the file haven't changed upon reconfigure, it's not touched, dnl - the evaluation of the third parameter enables a hack which computes dnl the actual value of $libdir, dnl - the user sees "executing intltool commands", instead of dnl "creating intltool-extract" and such. dnl dnl Nothing crucial here, and we could use AC_CONFIG_FILES, if there were dnl a reason for it. AC_CONFIG_COMMANDS([intltool], [ for file in intltool-extract intltool-merge intltool-update; do sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \ -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \ -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \ < ${ac_aux_dir}/${file}.in > ${file}.out if cmp -s ${file} ${file}.out 2>/dev/null; then rm -f ${file}.out else mv -f ${file}.out ${file} fi chmod ugo+x ${file} chmod u+w ${file} done ], [INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}' prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir" INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}']) ]) # 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], [ 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" ] if test ! -f "$1/Makefile"; then AC_MSG_ERROR([$1/Makefile is not ready.]) fi mv "$1/Makefile" "$1/Makefile.tmp" [sed '/^POTFILES =/,/[^\\]$/ { /^POTFILES =/!d r $1/POTFILES } ' "$1/Makefile.tmp" >"$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-*- # serial 51 AC_PROG_LIBTOOL # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) # ----------------------------------------------------------- # If this macro is not defined by Autoconf, define it here. m4_ifdef([AC_PROVIDE_IFELSE], [], [m4_define([AC_PROVIDE_IFELSE], [m4_ifdef([AC_PROVIDE_$1], [$2], [$3])])]) # AC_PROG_LIBTOOL # --------------- AC_DEFUN([AC_PROG_LIBTOOL], [AC_REQUIRE([_AC_PROG_LIBTOOL])dnl dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX. AC_PROVIDE_IFELSE([AC_PROG_CXX], [AC_LIBTOOL_CXX], [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX ])]) dnl And a similar setup for Fortran 77 support AC_PROVIDE_IFELSE([AC_PROG_F77], [AC_LIBTOOL_F77], [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77 ])]) dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly. dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [AC_LIBTOOL_GCJ], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [AC_LIBTOOL_GCJ], [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ], [AC_LIBTOOL_GCJ], [ifdef([AC_PROG_GCJ], [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])]) ifdef([A][M_PROG_GCJ], [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])]) ifdef([LT_AC_PROG_GCJ], [define([LT_AC_PROG_GCJ], defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])]) ])])# AC_PROG_LIBTOOL # _AC_PROG_LIBTOOL # ---------------- AC_DEFUN([_AC_PROG_LIBTOOL], [AC_REQUIRE([AC_LIBTOOL_SETUP])dnl AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl # Prevent multiple expansion define([AC_PROG_LIBTOOL], []) ])# _AC_PROG_LIBTOOL # AC_LIBTOOL_SETUP # ---------------- AC_DEFUN([AC_LIBTOOL_SETUP], [AC_PREREQ(2.50)dnl AC_REQUIRE([AC_ENABLE_SHARED])dnl AC_REQUIRE([AC_ENABLE_STATIC])dnl AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_LD])dnl AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl AC_REQUIRE([AC_PROG_NM])dnl AC_REQUIRE([AC_PROG_LN_S])dnl AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! AC_REQUIRE([AC_OBJEXT])dnl AC_REQUIRE([AC_EXEEXT])dnl dnl AC_LIBTOOL_SYS_MAX_CMD_LEN AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE AC_LIBTOOL_OBJDIR AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl _LT_AC_PROG_ECHO_BACKSLASH case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='sed -e 1s/^X//' [sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'] # Same as above, but do not quote variable references. [double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'] # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Constants: rm="rm -f" # Global variables: default_ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a ltmain="$ac_aux_dir/ltmain.sh" ofile="$default_ofile" with_gnu_ld="$lt_cv_prog_gnu_ld" AC_CHECK_TOOL(AR, ar, false) AC_CHECK_TOOL(RANLIB, ranlib, :) AC_CHECK_TOOL(STRIP, strip, :) old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru test -z "$AS" && AS=as test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$LD" && LD=ld test -z "$LN_S" && LN_S="ln -s" test -z "$MAGIC_CMD" && MAGIC_CMD=file test -z "$NM" && NM=nm test -z "$SED" && SED=sed test -z "$OBJDUMP" && OBJDUMP=objdump test -z "$RANLIB" && RANLIB=: test -z "$STRIP" && STRIP=: test -z "$ac_objext" && ac_objext=o # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_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_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then AC_PATH_MAGIC fi ;; esac AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no) AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], enable_win32_dll=yes, enable_win32_dll=no) AC_ARG_ENABLE([libtool-lock], [AC_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes AC_ARG_WITH([pic], [AC_HELP_STRING([--with-pic], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [pic_mode="$withval"], [pic_mode=default]) test -z "$pic_mode" && pic_mode=default # Use C for the default configuration in the libtool script tagname= AC_LIBTOOL_LANG_C_CONFIG _LT_AC_TAGCONFIG ])# AC_LIBTOOL_SETUP # _LT_AC_SYS_COMPILER # ------------------- AC_DEFUN([_LT_AC_SYS_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_AC_SYS_COMPILER # _LT_CC_BASENAME(CC) # ------------------- # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. AC_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_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. AC_DEFUN([_LT_COMPILER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_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. AC_DEFUN([_LT_LINKER_BOILERPLATE], [AC_REQUIRE([LT_AC_PROG_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 conftest* ])# _LT_LINKER_BOILERPLATE # _LT_AC_SYS_LIBPATH_AIX # ---------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX], [AC_REQUIRE([LT_AC_PROG_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_AC_SYS_LIBPATH_AIX # _LT_AC_SHELL_INIT(ARG) # ---------------------- AC_DEFUN([_LT_AC_SHELL_INIT], [ifdef([AC_DIVERSION_NOTICE], [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)], [AC_DIVERT_PUSH(NOTICE)]) $1 AC_DIVERT_POP ])# _LT_AC_SHELL_INIT # _LT_AC_PROG_ECHO_BACKSLASH # -------------------------- # Add some code to the start of the generated configure script which # will find an echo command which doesn't interpret backslashes. AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH], [_LT_AC_SHELL_INIT([ # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','` ;; esac echo=${ECHO-echo} if test "X[$]1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X[$]1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then # Yippee, $echo works! : else # Restart under the correct shell. exec $SHELL "[$]0" --no-reexec ${1+"[$]@"} fi if test "X[$]1" = X--fallback-echo; then # used as fallback echo shift cat </dev/null 2>&1 && unset CDPATH if test -z "$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 && echo_test_string=`eval $cmd` && (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null then break fi done fi if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$echo" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. echo='print -r' elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"} else # Try using printf. echo='printf %s\n' if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL echo="$CONFIG_SHELL [$]0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$CONFIG_SHELL [$]0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "[$]0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"} else # Oops. We lost completely, so just stick with echo. echo=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. ECHO=$echo if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo" fi AC_SUBST(ECHO) ])])# _LT_AC_PROG_ECHO_BACKSLASH # _LT_AC_LOCK # ----------- AC_DEFUN([_LT_AC_LOCK], [AC_ARG_ENABLE([libtool-lock], [AC_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '[#]line __oline__ "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*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*) libsuff=64 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*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; 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" ;; *) LD="${LD-ld} -64" ;; esac ;; esac fi rm -rf conftest* ;; AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL], [*-*-cygwin* | *-*-mingw* | *-*-pw32*) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; ]) esac need_locks="$enable_libtool_lock" ])# _LT_AC_LOCK # AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [AC_REQUIRE([LT_AC_PROG_SED]) AC_CACHE_CHECK([$1], [$2], [$2=no ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) 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 ifelse([$5], , :, [$5]) else ifelse([$6], , :, [$6]) fi ])# AC_LIBTOOL_COMPILER_OPTION # AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ------------------------------------------------------------ # Check whether the given compiler option works AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [AC_REQUIRE([LT_AC_PROG_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 conftest* LDFLAGS="$save_LDFLAGS" ]) if test x"[$]$2" = xyes; then ifelse([$4], , :, [$4]) else ifelse([$5], , :, [$5]) fi ])# AC_LIBTOOL_LINKER_OPTION # AC_LIBTOOL_SYS_MAX_CMD_LEN # -------------------------- AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [# find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; 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 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \ = "XX$teststring") >/dev/null 2>&1 && new_result=`expr "X$teststring" : ".*" 2>&1` && lt_cv_sys_max_cmd_len=$new_result && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done teststring= # Add a significant safety factor because C++ compilers can tack on massive # amounts of additional arguments before passing them to the linker. # It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` 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 ])# AC_LIBTOOL_SYS_MAX_CMD_LEN # _LT_AC_CHECK_DLFCN # ------------------ AC_DEFUN([_LT_AC_CHECK_DLFCN], [AC_CHECK_HEADERS(dlfcn.h)dnl ])# _LT_AC_CHECK_DLFCN # _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # --------------------------------------------------------------------- AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl if test "$cross_compiling" = yes; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif #ifdef __cplusplus extern "C" void exit (int); #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); exit (status); }] 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_AC_TRY_DLOPEN_SELF # AC_LIBTOOL_DLOPEN_SELF # ---------------------- AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[ lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen="shl_load"], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen="dlopen"], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"]) ]) ]) ]) ]) ]) ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" 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_AC_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test "x$lt_cv_dlopen_self" = xyes; then 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_AC_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi ])# AC_LIBTOOL_DLOPEN_SELF # AC_LIBTOOL_PROG_CC_C_O([TAGNAME]) # --------------------------------- # Check to see if options -c and -o are simultaneously supported by compiler AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O], [AC_REQUIRE([LT_AC_PROG_SED])dnl AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $rm -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out 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_AC_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 .. rmdir conftest $rm conftest* ]) ])# AC_LIBTOOL_PROG_CC_C_O # AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME]) # ----------------------------------------- # Check to see if we can do hard links to lock some files if needed AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_REQUIRE([_LT_AC_LOCK])dnl hard_links="nottested" if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test "$hard_links" = no; then AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi ])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS # AC_LIBTOOL_OBJDIR # ----------------- AC_DEFUN([AC_LIBTOOL_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir ])# AC_LIBTOOL_OBJDIR # AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME]) # ---------------------------------------------- # Check hardcoding attributes. AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_AC_TAGVAR(hardcode_action, $1)= if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \ test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \ test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then # We can hardcode non-existant directories. if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no && test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then # Linking always hardcodes the temporary library directory. _LT_AC_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_AC_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_AC_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)]) if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi ])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH # AC_LIBTOOL_SYS_LIB_STRIP # ------------------------ AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP], [striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi ])# AC_LIBTOOL_SYS_LIB_STRIP # AC_LIBTOOL_SYS_DYNAMIC_LINKER # ----------------------------- # PORTME Fill in your ld.so characteristics AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_REQUIRE([LT_AC_PROG_SED])dnl AC_MSG_CHECKING([dynamic linker characteristics]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" 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]) need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; 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*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 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 # 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 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; nto-qnx*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos 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 export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; 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 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' shlibpath_overrides_runpath=no else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' shlibpath_overrides_runpath=yes 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' ;; 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 ])# AC_LIBTOOL_SYS_DYNAMIC_LINKER # _LT_AC_TAGCONFIG # ---------------- AC_DEFUN([_LT_AC_TAGCONFIG], [AC_REQUIRE([LT_AC_PROG_SED])dnl AC_ARG_WITH([tags], [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@], [include additional configurations @<:@automatic@:>@])], [tagnames="$withval"]) if test -f "$ltmain" && test -n "$tagnames"; then if test ! -f "${ofile}"; then AC_MSG_WARN([output file `$ofile' does not exist]) fi if test -z "$LTCC"; then eval "`$SHELL ${ofile} --config | grep '^LTCC='`" if test -z "$LTCC"; then AC_MSG_WARN([output file `$ofile' does not look like a libtool script]) else AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile']) fi fi if test -z "$LTCFLAGS"; then eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" fi # Extract list of available tagged configurations in $ofile. # Note that this assumes the entire list is on one line. available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for tagname in $tagnames; do IFS="$lt_save_ifs" # Check whether tagname contains only valid characters case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in "") ;; *) AC_MSG_ERROR([invalid tag name: $tagname]) ;; esac if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null then AC_MSG_ERROR([tag name \"$tagname\" already exists]) fi # Update the list of available tags. if test -n "$tagname"; then echo appending configuration tag \"$tagname\" to $ofile case $tagname in CXX) if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then AC_LIBTOOL_LANG_CXX_CONFIG else tagname="" fi ;; F77) if test -n "$F77" && test "X$F77" != "Xno"; then AC_LIBTOOL_LANG_F77_CONFIG else tagname="" fi ;; GCJ) if test -n "$GCJ" && test "X$GCJ" != "Xno"; then AC_LIBTOOL_LANG_GCJ_CONFIG else tagname="" fi ;; RC) AC_LIBTOOL_LANG_RC_CONFIG ;; *) AC_MSG_ERROR([Unsupported tag name: $tagname]) ;; esac # Append the new tag name to the list of available tags. if test -n "$tagname" ; then available_tags="$available_tags $tagname" fi fi done IFS="$lt_save_ifs" # Now substitute the updated list of available tags. if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then mv "${ofile}T" "$ofile" chmod +x "$ofile" else rm -f "${ofile}T" AC_MSG_ERROR([unable to update list of available tagged configurations.]) fi fi ])# _LT_AC_TAGCONFIG # AC_LIBTOOL_DLOPEN # ----------------- # enable checks for dlopen support AC_DEFUN([AC_LIBTOOL_DLOPEN], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP]) ])# AC_LIBTOOL_DLOPEN # AC_LIBTOOL_WIN32_DLL # -------------------- # declare package support for building win32 DLLs AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_BEFORE([$0], [AC_LIBTOOL_SETUP]) ])# AC_LIBTOOL_WIN32_DLL # AC_ENABLE_SHARED([DEFAULT]) # --------------------------- # implement the --enable-shared flag # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. AC_DEFUN([AC_ENABLE_SHARED], [define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE([shared], [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_shared=]AC_ENABLE_SHARED_DEFAULT) ])# AC_ENABLE_SHARED # AC_DISABLE_SHARED # ----------------- # set the default shared flag to --disable-shared AC_DEFUN([AC_DISABLE_SHARED], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_ENABLE_SHARED(no) ])# AC_DISABLE_SHARED # AC_ENABLE_STATIC([DEFAULT]) # --------------------------- # implement the --enable-static flag # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. AC_DEFUN([AC_ENABLE_STATIC], [define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE([static], [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_static=]AC_ENABLE_STATIC_DEFAULT) ])# AC_ENABLE_STATIC # AC_DISABLE_STATIC # ----------------- # set the default static flag to --disable-static AC_DEFUN([AC_DISABLE_STATIC], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_ENABLE_STATIC(no) ])# AC_DISABLE_STATIC # AC_ENABLE_FAST_INSTALL([DEFAULT]) # --------------------------------- # implement the --enable-fast-install flag # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'. AC_DEFUN([AC_ENABLE_FAST_INSTALL], [define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl AC_ARG_ENABLE([fast-install], [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac], [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT) ])# AC_ENABLE_FAST_INSTALL # AC_DISABLE_FAST_INSTALL # ----------------------- # set the default to --disable-fast-install AC_DEFUN([AC_DISABLE_FAST_INSTALL], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_ENABLE_FAST_INSTALL(no) ])# AC_DISABLE_FAST_INSTALL # AC_LIBTOOL_PICMODE([MODE]) # -------------------------- # implement the --with-pic flag # MODE is either `yes' or `no'. If omitted, it defaults to `both'. AC_DEFUN([AC_LIBTOOL_PICMODE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl pic_mode=ifelse($#,1,$1,default) ])# AC_LIBTOOL_PICMODE # AC_PROG_EGREP # ------------- # This is predefined starting with Autoconf 2.54, so this conditional # definition can be removed once we require Autoconf 2.54 or later. m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP], [AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep], [if echo a | (grep -E '(a|b)') >/dev/null 2>&1 then ac_cv_prog_egrep='grep -E' else ac_cv_prog_egrep='egrep' fi]) EGREP=$ac_cv_prog_egrep AC_SUBST([EGREP]) ])]) # AC_PATH_TOOL_PREFIX # ------------------- # find a file program which can recognize shared library AC_DEFUN([AC_PATH_TOOL_PREFIX], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="ifelse([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/$1; then lt_cv_path_MAGIC_CMD="$ac_dir/$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac]) MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi ])# AC_PATH_TOOL_PREFIX # AC_PATH_MAGIC # ------------- # find a file program which can recognize a shared library AC_DEFUN([AC_PATH_MAGIC], [AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# AC_PATH_MAGIC # AC_PROG_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([AC_PROG_LD], [AC_ARG_WITH([gnu-ld], [AC_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test "$withval" = no || with_gnu_ld=yes], [with_gnu_ld=no]) AC_REQUIRE([LT_AC_PROG_SED])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some 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 ;; 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=unknown ;; 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 ;; 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 ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown ])# AC_DEPLIBS_CHECK_METHOD # AC_PROG_NM # ---------- # find the pathname to a BSD-compatible name lister AC_DEFUN([AC_PROG_NM], [AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_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 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm fi]) NM="$lt_cv_path_NM" ])# AC_PROG_NM # AC_CHECK_LIBM # ------------- # check for math library AC_DEFUN([AC_CHECK_LIBM], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw") AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM="-lm") ;; esac ])# AC_CHECK_LIBM # AC_LIBLTDL_CONVENIENCE([DIRECTORY]) # ----------------------------------- # sets LIBLTDL to the link flags for the libltdl convenience library and # LTDLINCL to the include flags for the libltdl header and adds # --enable-ltdl-convenience to the configure arguments. Note that # AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided, # it is assumed to be `libltdl'. LIBLTDL will be prefixed with # '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/' # (note the single quotes!). If your package is not flat and you're not # using automake, define top_builddir and top_srcdir appropriately in # the Makefiles. AC_DEFUN([AC_LIBLTDL_CONVENIENCE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl case $enable_ltdl_convenience in no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;; "") enable_ltdl_convenience=yes ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;; esac LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) # For backwards non-gettext consistent compatibility... INCLTDL="$LTDLINCL" ])# AC_LIBLTDL_CONVENIENCE # AC_LIBLTDL_INSTALLABLE([DIRECTORY]) # ----------------------------------- # sets LIBLTDL to the link flags for the libltdl installable library and # LTDLINCL to the include flags for the libltdl header and adds # --enable-ltdl-install to the configure arguments. Note that # AC_CONFIG_SUBDIRS is not called here. If DIRECTORY is not provided, # and an installed libltdl is not found, it is assumed to be `libltdl'. # LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with # '${top_srcdir}/' (note the single quotes!). If your package is not # flat and you're not using automake, define top_builddir and top_srcdir # appropriately in the Makefiles. # In the future, this macro may have to be called after AC_PROG_LIBTOOL. AC_DEFUN([AC_LIBLTDL_INSTALLABLE], [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl AC_CHECK_LIB(ltdl, lt_dlinit, [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no], [if test x"$enable_ltdl_install" = xno; then AC_MSG_WARN([libltdl not installed, but installation disabled]) else enable_ltdl_install=yes fi ]) if test x"$enable_ltdl_install" = x"yes"; then ac_configure_args="$ac_configure_args --enable-ltdl-install" LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl']) else ac_configure_args="$ac_configure_args --enable-ltdl-install=no" LIBLTDL="-lltdl" LTDLINCL= fi # For backwards non-gettext consistent compatibility... INCLTDL="$LTDLINCL" ])# AC_LIBLTDL_INSTALLABLE # AC_LIBTOOL_CXX # -------------- # enable support for C++ libraries AC_DEFUN([AC_LIBTOOL_CXX], [AC_REQUIRE([_LT_AC_LANG_CXX]) ])# AC_LIBTOOL_CXX # _LT_AC_LANG_CXX # --------------- AC_DEFUN([_LT_AC_LANG_CXX], [AC_REQUIRE([AC_PROG_CXX]) AC_REQUIRE([_LT_AC_PROG_CXXCPP]) _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX]) ])# _LT_AC_LANG_CXX # _LT_AC_PROG_CXXCPP # ------------------ AC_DEFUN([_LT_AC_PROG_CXXCPP], [ AC_REQUIRE([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 fi ])# _LT_AC_PROG_CXXCPP # AC_LIBTOOL_F77 # -------------- # enable support for Fortran 77 libraries AC_DEFUN([AC_LIBTOOL_F77], [AC_REQUIRE([_LT_AC_LANG_F77]) ])# AC_LIBTOOL_F77 # _LT_AC_LANG_F77 # --------------- AC_DEFUN([_LT_AC_LANG_F77], [AC_REQUIRE([AC_PROG_F77]) _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77]) ])# _LT_AC_LANG_F77 # AC_LIBTOOL_GCJ # -------------- # enable support for GCJ libraries AC_DEFUN([AC_LIBTOOL_GCJ], [AC_REQUIRE([_LT_AC_LANG_GCJ]) ])# AC_LIBTOOL_GCJ # _LT_AC_LANG_GCJ # --------------- AC_DEFUN([_LT_AC_LANG_GCJ], [AC_PROVIDE_IFELSE([AC_PROG_GCJ],[], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[], [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[], [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])], [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])], [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])]) _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ]) ])# _LT_AC_LANG_GCJ # AC_LIBTOOL_RC # ------------- # enable support for Windows resource files AC_DEFUN([AC_LIBTOOL_RC], [AC_REQUIRE([LT_AC_PROG_RC]) _LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC]) ])# AC_LIBTOOL_RC # AC_LIBTOOL_LANG_C_CONFIG # ------------------------ # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG]) AC_DEFUN([_LT_AC_LANG_C_CONFIG], [lt_save_CC="$CC" AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_AC_SYS_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) AC_LIBTOOL_PROG_COMPILER_PIC($1) AC_LIBTOOL_PROG_CC_C_O($1) AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) AC_LIBTOOL_PROG_LD_SHLIBS($1) AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) AC_LIBTOOL_SYS_LIB_STRIP AC_LIBTOOL_DLOPEN_SELF # 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 ;; aix4* | aix5*) 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]) AC_LIBTOOL_CONFIG($1) AC_LANG_POP CC="$lt_save_CC" ])# AC_LIBTOOL_LANG_C_CONFIG # AC_LIBTOOL_LANG_CXX_CONFIG # -------------------------- # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)]) AC_DEFUN([_LT_AC_LANG_CXX_CONFIG], [AC_LANG_PUSH(C++) AC_REQUIRE([AC_PROG_CXX]) AC_REQUIRE([_LT_AC_PROG_CXXCPP]) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(allow_undefined_flag, $1)= _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(archive_expsym_cmds, $1)= _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= _LT_AC_TAGVAR(hardcode_minus_L, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_AC_TAGVAR(hardcode_automatic, $1)=no _LT_AC_TAGVAR(module_cmds, $1)= _LT_AC_TAGVAR(module_expsym_cmds, $1)= _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_AC_TAGVAR(no_undefined_flag, $1)= _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Dependencies to place before and after the object being linked: _LT_AC_TAGVAR(predep_objects, $1)= _LT_AC_TAGVAR(postdep_objects, $1)= _LT_AC_TAGVAR(predeps, $1)= _LT_AC_TAGVAR(postdeps, $1)= _LT_AC_TAGVAR(compiler_lib_search_path, $1)= # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # 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_AC_SYS_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_AC_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) # We don't want -fno-exception wen compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration AC_PROG_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ grep 'no-whole-archive' > /dev/null; then _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_AC_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_AC_TAGVAR(archive_cmds, $1)='' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes if test "$GXX" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' 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 # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_AC_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty executable. _LT_AC_SYS_LIBPATH_AIX _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${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_AC_SYS_LIBPATH_AIX _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_AC_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_AC_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--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_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[[012]]) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[[012]]) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_automatic, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes if test "$GXX" = yes ; then lt_int_apple_cc_single_mod=no output_verbose_link_cmd='echo' if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then lt_int_apple_cc_single_mod=yes fi if test "X$lt_int_apple_cc_single_mod" = Xyes ; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' else _LT_AC_TAGVAR(archive_cmds, $1)='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' fi _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds if test "X$lt_int_apple_cc_single_mod" = Xyes ; then _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' fi _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac fi ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd[[12]]*) # C++ shared libraries reported to be fairly broken before switch to ELF _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_AC_TAGVAR(ld_shlibs, $1)=yes ;; gnu*) ;; hpux9*) _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_AC_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_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_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_AC_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_AC_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_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${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_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' fi fi _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ;; linux* | 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_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc*) # Intel C++ with_gnu_ld=yes # 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_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_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_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC*) # Portland Group C++ compiler _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' _LT_AC_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' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' _LT_AC_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_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_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' # 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_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; openbsd2*) # C++ shared libraries are fairly broken _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_AC_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_AC_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_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd='echo' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; osf3*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; cxx*) _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; cxx*) _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~ $rm $lib.exp' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_AC_TAGVAR(link_all_deplibs, $1)=yes 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_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs' if $CC --version | grep -v '^2\.7' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_AC_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_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_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. # 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. # So that behaviour is only enabled if SCOABSPATH is set to a # non-empty value in the environment. Most likely only useful for # creating official distributions of packages. # This is a hack until libtool officially supports absolute path # names for shared libraries. _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$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_AC_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no _LT_AC_TAGVAR(GCC, $1)="$GXX" _LT_AC_TAGVAR(LD, $1)="$LD" AC_LIBTOOL_POSTDEP_PREDEP($1) AC_LIBTOOL_PROG_COMPILER_PIC($1) AC_LIBTOOL_PROG_CC_C_O($1) AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) AC_LIBTOOL_PROG_LD_SHLIBS($1) AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) AC_LIBTOOL_CONFIG($1) AC_LANG_POP CC=$lt_save_CC LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ldcxx=$with_gnu_ld with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld ])# AC_LIBTOOL_LANG_CXX_CONFIG # AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME]) # ------------------------------------ # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],[ dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... ifelse([$1],[],[cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&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_AC_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_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun' fi ;; esac ;; esac ]) case " $_LT_AC_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac ])# AC_LIBTOOL_POSTDEP_PREDEP # AC_LIBTOOL_LANG_F77_CONFIG # -------------------------- # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)]) AC_DEFUN([_LT_AC_LANG_F77_CONFIG], [AC_REQUIRE([AC_PROG_F77]) AC_LANG_PUSH(Fortran 77) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(allow_undefined_flag, $1)= _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(archive_expsym_cmds, $1)= _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= _LT_AC_TAGVAR(hardcode_minus_L, $1)=no _LT_AC_TAGVAR(hardcode_automatic, $1)=no _LT_AC_TAGVAR(module_cmds, $1)= _LT_AC_TAGVAR(module_expsym_cmds, $1)= _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_AC_TAGVAR(no_undefined_flag, $1)= _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_AC_TAGVAR(objext, $1)=$objext # 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_AC_SYS_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" CC=${F77-"f77"} compiler=$CC _LT_AC_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix4* | aix5*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; 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_AC_TAGVAR(GCC, $1)="$G77" _LT_AC_TAGVAR(LD, $1)="$LD" AC_LIBTOOL_PROG_COMPILER_PIC($1) AC_LIBTOOL_PROG_CC_C_O($1) AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) AC_LIBTOOL_PROG_LD_SHLIBS($1) AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) AC_LIBTOOL_CONFIG($1) AC_LANG_POP CC="$lt_save_CC" ])# AC_LIBTOOL_LANG_F77_CONFIG # AC_LIBTOOL_LANG_GCJ_CONFIG # -------------------------- # Ensure that the configuration vars for the C compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)]) AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG], [AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_AC_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_AC_SYS_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" CC=${GCJ-"gcj"} compiler=$CC _LT_AC_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1) AC_LIBTOOL_PROG_COMPILER_PIC($1) AC_LIBTOOL_PROG_CC_C_O($1) AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1) AC_LIBTOOL_PROG_LD_SHLIBS($1) AC_LIBTOOL_SYS_DYNAMIC_LINKER($1) AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1) AC_LIBTOOL_CONFIG($1) AC_LANG_RESTORE CC="$lt_save_CC" ])# AC_LIBTOOL_LANG_GCJ_CONFIG # AC_LIBTOOL_LANG_RC_CONFIG # ------------------------- # Ensure that the configuration vars for the Windows resource compiler are # suitably defined. Those variables are subsequently used by # AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'. AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)]) AC_DEFUN([_LT_AC_LANG_RC_CONFIG], [AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_AC_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_AC_SYS_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" CC=${RC-"windres"} compiler=$CC _LT_AC_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes AC_LIBTOOL_CONFIG($1) AC_LANG_RESTORE CC="$lt_save_CC" ])# AC_LIBTOOL_LANG_RC_CONFIG # AC_LIBTOOL_CONFIG([TAGNAME]) # ---------------------------- # If TAGNAME is not passed, then 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 # TAGNAME from the matching tagged config vars. AC_DEFUN([AC_LIBTOOL_CONFIG], [# The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ _LT_AC_TAGVAR(compiler, $1) \ _LT_AC_TAGVAR(CC, $1) \ _LT_AC_TAGVAR(LD, $1) \ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \ _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \ _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \ _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \ _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \ _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \ _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \ _LT_AC_TAGVAR(old_archive_cmds, $1) \ _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \ _LT_AC_TAGVAR(predep_objects, $1) \ _LT_AC_TAGVAR(postdep_objects, $1) \ _LT_AC_TAGVAR(predeps, $1) \ _LT_AC_TAGVAR(postdeps, $1) \ _LT_AC_TAGVAR(compiler_lib_search_path, $1) \ _LT_AC_TAGVAR(archive_cmds, $1) \ _LT_AC_TAGVAR(archive_expsym_cmds, $1) \ _LT_AC_TAGVAR(postinstall_cmds, $1) \ _LT_AC_TAGVAR(postuninstall_cmds, $1) \ _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \ _LT_AC_TAGVAR(allow_undefined_flag, $1) \ _LT_AC_TAGVAR(no_undefined_flag, $1) \ _LT_AC_TAGVAR(export_symbols_cmds, $1) \ _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \ _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \ _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \ _LT_AC_TAGVAR(hardcode_automatic, $1) \ _LT_AC_TAGVAR(module_cmds, $1) \ _LT_AC_TAGVAR(module_expsym_cmds, $1) \ _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \ _LT_AC_TAGVAR(fix_srcfile_path, $1) \ _LT_AC_TAGVAR(exclude_expsyms, $1) \ _LT_AC_TAGVAR(include_expsyms, $1); do case $var in _LT_AC_TAGVAR(old_archive_cmds, $1) | \ _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \ _LT_AC_TAGVAR(archive_cmds, $1) | \ _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \ _LT_AC_TAGVAR(module_cmds, $1) | \ _LT_AC_TAGVAR(module_expsym_cmds, $1) | \ _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \ _LT_AC_TAGVAR(export_symbols_cmds, $1) | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\[$]0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'` ;; esac ifelse([$1], [], [cfgfile="${ofile}T" trap "$rm \"$cfgfile\"; exit 1" 1 2 15 $rm -f "$cfgfile" AC_MSG_NOTICE([creating $ofile])], [cfgfile="$ofile"]) cat <<__EOF__ >> "$cfgfile" ifelse([$1], [], [#! $SHELL # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # Originally by Gordon Matzigkeit , 1996 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 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. # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="$SED -e 1s/^X//" # 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 # The names of the tagged configurations supported by this script. available_tags= # ### BEGIN LIBTOOL CONFIG], [# ### BEGIN LIBTOOL TAG CONFIG: $tagname]) # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1) # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_[]_LT_AC_TAGVAR(compiler, $1) # Is the compiler the GNU C compiler? with_gcc=$_LT_AC_TAGVAR(GCC, $1) # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_[]_LT_AC_TAGVAR(LD, $1) # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1) # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1) # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1) # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1) # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1) old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1) # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) # Commands used to build and install a shared archive. archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1) archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1) postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1) module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1) # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1) # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1) # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1) # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1) # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1) # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1) # Flag that forces no undefined symbols. no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1) # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1) # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1) # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1) # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1) # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1) # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1) # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1) # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1) # The commands to list exported symbols. export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1) # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1) # Symbols that must always be exported. include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1) ifelse([$1],[], [# ### END LIBTOOL CONFIG], [# ### END LIBTOOL TAG CONFIG: $tagname]) __EOF__ ifelse([$1],[], [ case $host_os in aix3*) cat <<\EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi EOF ;; esac # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || \ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ]) else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ])# AC_LIBTOOL_CONFIG # AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------------------- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test "$GCC" = yes; then _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi ])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE # --------------------------------- AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([LT_AC_PROG_SED]) AC_REQUIRE([AC_PROG_NM]) AC_REQUIRE([AC_OBJEXT]) # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Transform an extracted symbol line into a proper C declaration lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32*) symcode='[[ABCDGISTW]]' ;; hpux*) # Its linker distinguishes data from code symbols if test "$host_cpu" = ia64; then symcode='[[ABCDEGRST]]' fi lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; linux* | k*bsd*-gnu) if test "$host_cpu" = ia64; then symcode='[[ABCDGIRSTW]]' lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" 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 # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac # Try without a prefix undercore, then with it. for ac_symprfx in "" "_"; do # 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. lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext < $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if grep ' nm_test_var$' "$nlist" >/dev/null; then if grep ' nm_test_func$' "$nlist" >/dev/null; then cat < conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' cat <> conftest.$ac_ext #if defined (__STDC__) && __STDC__ # define lt_ptr_t void * #else # define lt_ptr_t char * # define const #endif /* The mapping between symbol names and symbols. */ const struct { const char *name; lt_ptr_t address; } lt_preloaded_symbols[[]] = { EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext cat <<\EOF >> conftest.$ac_ext {0, (lt_ptr_t) 0} }; #ifdef __cplusplus } #endif EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -f conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi ]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE # AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME]) # --------------------------------------- AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC], [_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)= _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= _LT_AC_TAGVAR(lt_prog_compiler_static, $1)= AC_MSG_CHECKING([for $compiler option to produce PIC]) ifelse([$1],[CXX],[ # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ;; 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_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix4* | aix5*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; esac ;; dgux*) case $cc_basename in ec++*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_AC_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_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; icpc* | ecpc*) # Intel C++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC*) # Portland Group C++ compiler. _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_AC_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_AC_TAGVAR(lt_prog_compiler_pic, $1)= _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; vxworks*) ;; *) _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test "$GCC" = yes; then _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; 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_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; sysv4*MP*) if test -d /usr/nec; then _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; esac ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; newsos6) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='' ;; esac ;; esac ;; osf3* | osf4* | osf5*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)]) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works], _LT_AC_TAGVAR(lt_prog_compiler_pic_works, $1), [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])" ;; esac # # Check to make sure the static flag actually works. # wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\" AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_AC_TAGVAR(lt_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=]) ]) # AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME]) # ------------------------------------ # See if the linker supports building shared libraries. AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_REQUIRE([LT_AC_PROG_SED])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) ifelse([$1],[CXX],[ _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in aix4* | aix5*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' else _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds" ;; cygwin* | mingw*) _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' ;; *) _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ],[ runpath_var= _LT_AC_TAGVAR(allow_undefined_flag, $1)= _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_AC_TAGVAR(archive_cmds, $1)= _LT_AC_TAGVAR(archive_expsym_cmds, $1)= _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)= _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= _LT_AC_TAGVAR(thread_safe_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)= _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_minus_L, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown _LT_AC_TAGVAR(hardcode_automatic, $1)=no _LT_AC_TAGVAR(module_cmds, $1)= _LT_AC_TAGVAR(module_expsym_cmds, $1)= _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_AC_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. _LT_AC_TAGVAR(exclude_expsyms, $1)="_GLOBAL_OFFSET_TABLE_" # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. extract_expsyms_cmds= # Just being paranoid about ensuring that cc_basename is set. _LT_CC_BASENAME([$compiler]) case $host_os in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac _LT_AC_TAGVAR(ld_shlibs, $1)=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # 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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else _LT_AC_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v 2>/dev/null` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then _LT_AC_TAGVAR(ld_shlibs, $1)=no cat <&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. EOF fi ;; amigaos*) _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can't use # them. _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_AC_TAGVAR(always_export_symbols, $1)=no _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--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_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; interix[[3-9]]*) _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_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_AC_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_AC_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* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_AC_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_AC_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' ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_AC_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' tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; *) tmp_sharedflag='-shared' ;; esac _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then _LT_AC_TAGVAR(ld_shlibs, $1)=no cat <&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. EOF elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_AC_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 ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then runpath_var= _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)= _LT_AC_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_AC_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_AC_TAGVAR(always_export_symbols, $1)=yes _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' else _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[[23]]|aix4.[[23]].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_AC_TAGVAR(archive_cmds, $1)='' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes if test "$GCC" = yes; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' 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 # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_AC_TAGVAR(always_export_symbols, $1)=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an empty executable. _LT_AC_SYS_LIBPATH_AIX _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib' _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${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_AC_SYS_LIBPATH_AIX _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok' _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes # This is similar to how AIX traditionally builds its shared libraries. _LT_AC_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*) _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # see comment about different semantics on the GNU ld section _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; bsdi[[45]]*) _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`' _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[[012]]) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[[012]]) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_automatic, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes if test "$GCC" = yes ; then output_verbose_link_cmd='echo' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac fi ;; dgux*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; freebsd1*) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test "$GCC" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: _LT_AC_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_AC_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_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir' fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; openbsd*) if test -f /usr/libexec/ld.so; then _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E' else case $host_os in openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' ;; *) _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' ;; esac fi else _LT_AC_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' else _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text' if test "$GCC" = yes; then wlarc='${wl}' _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else wlarc='' _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # 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_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_AC_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_direct, $1)=yes _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_AC_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_AC_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_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_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text' _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs' _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_AC_TAGVAR(link_all_deplibs, $1)=yes _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_AC_TAGVAR(ld_shlibs, $1)=no ;; esac fi ]) AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)]) test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no # # Do we need to explicitly link libc? # case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $_LT_AC_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_MSG_CHECKING([whether -lc should be explicitly linked in]) $rm conftest* 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_AC_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1) _LT_AC_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) then _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no else _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $rm conftest* AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)]) ;; esac fi ;; esac ])# AC_LIBTOOL_PROG_LD_SHLIBS # _LT_AC_FILE_LTDLL_C # ------------------- # Be careful that the start marker always follows a newline. AC_DEFUN([_LT_AC_FILE_LTDLL_C], [ # /* ltdll.c starts here */ # #define WIN32_LEAN_AND_MEAN # #include # #undef WIN32_LEAN_AND_MEAN # #include # # #ifndef __CYGWIN__ # # ifdef __CYGWIN32__ # # define __CYGWIN__ __CYGWIN32__ # # endif # #endif # # #ifdef __cplusplus # extern "C" { # #endif # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved); # #ifdef __cplusplus # } # #endif # # #ifdef __CYGWIN__ # #include # DECLARE_CYGWIN_DLL( DllMain ); # #endif # HINSTANCE __hDllInstance_base; # # BOOL APIENTRY # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved) # { # __hDllInstance_base = hInst; # return TRUE; # } # /* ltdll.c ends here */ ])# _LT_AC_FILE_LTDLL_C # _LT_AC_TAGVAR(VARNAME, [TAGNAME]) # --------------------------------- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])]) # old names AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL]) AC_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AC_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) AC_DEFUN([AM_PROG_LD], [AC_PROG_LD]) AC_DEFUN([AM_PROG_NM], [AC_PROG_NM]) # This is just to silence aclocal about the macro not being used ifelse([AC_DISABLE_FAST_INSTALL]) AC_DEFUN([LT_AC_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj, no) test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS) ]) AC_DEFUN([LT_AC_PROG_RC], [AC_CHECK_TOOL(RC, windres, no) ]) # Cheap backport of AS_EXECUTABLE_P and required macros # from Autoconf 2.59; we should not use $as_executable_p directly. # _AS_TEST_PREPARE # ---------------- m4_ifndef([_AS_TEST_PREPARE], [m4_defun([_AS_TEST_PREPARE], [if test -x / >/dev/null 2>&1; then as_executable_p='test -x' else as_executable_p='test -f' fi ])])# _AS_TEST_PREPARE # AS_EXECUTABLE_P # --------------- # Check whether a file is executable. m4_ifndef([AS_EXECUTABLE_P], [m4_defun([AS_EXECUTABLE_P], [AS_REQUIRE([_AS_TEST_PREPARE])dnl $as_executable_p $1[]dnl ])])# AS_EXECUTABLE_P # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # # LT_AC_PROG_SED # -------------- # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. AC_DEFUN([LT_AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done 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]) ]) # 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` ]) # Copyright (C) 1996, 1997, 1999, 2000, 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 4 # This was merged into AC_PROG_CC in Autoconf. AU_DEFUN([AM_PROG_CC_STDC], [AC_PROG_CC AC_DIAGNOSE([obsolete], [$0: your code should no longer depend upon `am_cv_prog_cc_stdc', but upon `ac_cv_prog_cc_stdc'. Remove this warning and the assignment when you adjust the code. You can also remove the above call to AC_PROG_CC if you already called it elsewhere.]) am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc ]) AU_DEFUN([fp_PROG_CC_STDC]) # 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"]) ]) # 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 8 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS. AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)]) # 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 m4_include([acinclude.m4]) gbonds-2.0.3/ChangeLog0000664000076400007640000001416311107720271011500 000000000000002008-11-15 Jim Evins * data/download-sites.xml: Search Treasury ftp site by default. * data/Makefile.am: * data/sb200506.asc: * data/sb200512.asc: * data/sb200606.asc: * data/sb200612.asc: * data/sb200706.asc: * data/sb200712.asc: * data/sb200806.asc: * data/sb200812.asc: Added historical redemption data since last release. 2008-11-15 Jim Evins * configure.in: Preparation for version 2.0.3. * src/commands.c: (gb_cmd_help_about): * src/doc-sbw.c: (gb_doc_sbw_open): * src/doc-sbw.h: * src/doc-xml.c: (xml_to_doc), (xml_parse_doc), (doc_to_xml): * src/file.c: (open_response), (gb_file_open_real), (import_response), (import_real), (gb_file_save), (save_as_response), (gb_file_close): * src/gbonds.c: (main): * src/prefs-dialog.c: (gb_prefs_dialog_construct), (rdate_range_page): * src/prefs.c: (gb_prefs_load_settings): * src/print-dialog.c: (gb_print_dialog), (print_response): * src/print.c: (gb_print), (print_info_new), (print_font), (print_bold), (print_bold_end), (print_show), (print_show_right), (print_show_center): * src/recent.c: (gb_recent_get_filename): * src/table-model.c: (append_tables_from_dir): * src/ui.c: (gb_ui_init): * src/update.c: (add_finish_page), (read_site_list): * src/view.c: (gb_view_get_selected_bond_list), (gb_view_copy), (selection_received_cb): * src/window.c: (gb_window_set_doc): Fixed various compiler warnings if compiled with "-O1 -Wall". 2008-11-15 Jim Evins * src/doc-xml.c: (gb_doc_xml_open): Test xmldoc -- not doc. This typo would test doc after xmlParseFile() which is not initialized. * src/recent.c: Include string.h. * src/splash.c: (gb_splash): Fix 2 small memory leaks. 2004-12-23 Jim Evins * gbonds.spec.in: Don't install two .desktop files. 2004-12-23 Jim Evins * data/Makefile.am: Added all historical redemption data files -- they get downloaded anyway, the 1st time update is run. Backed out previous @icondir@ change. * data/gbonds.keys.in: Backed out previous @icondir@ change. * data/sb*.asc Added all historical redemption data files. 2004-12-22 Jim Evins * src/update.c: (read_remote_file_callback), (close_remote_file_callback), (download_done): Although the 2nd download still fails on FC2 (G2.6), it will not poison the .gbonds directory with partial downloads. 2004-12-17 Jim Evins * data/Makefile.am: New rule for creating gbonds.keys: substitute @icondir@. * data/gbonds.keys.in: Removed a couple of fields,and prefixed the icon filename with @icondir@/. 2004-12-17 Jim Evins * gbonds.spec.in: Updated. 2004-12-17 Jim Evins * pixmaps/gbonds-application-x-gbonds.png: * pixmaps/gbonds.png: * pixmaps/gbonds_logo.png: Renamed image files and checked in as binary. * pixmaps/Makefile.am: Renamed image files, added app_icon class of images. * data/gbonds.desktop.in: * data/gbonds.keys.in: Refer to mime icon. * src/gbonds.c: * src/update.c: Refer to app icon. 2004-12-17 Jim Evins * src/update.c: (download_files), (read_remote_file_callback), (close_remote_file_callback): Code cleanup and additional debug points. 2004-12-17 Jim Evins * src/update.c: (add_downloading_page), (download_files), (open_remote_file_callback), (read_remote_file_callback), (update_progress_bar): Removed deprecated use of GtkProgress APIs. 2004-12-16 Jim Evins * Makefile.am: * acinclude.m4: * configure.in: Screwing with build environment. 2004-12-16 Jim Evins * src/debug.c: (gb_debug_init), (gb_debug): * src/debug.h: Updated debug module to the cleaner design used in the CVS version of glabels, which is based on the similar module in the latest version of gedit. * src/gbonds.c: (main): Updated initialization of debug module. 2004-12-16 Jim Evins * src/doc-sbw.c: (gb_doc_sbw_open): Fixed to match prototype. 2004-12-16 Jim Evins * src/doc-xml.c: (xml_parse_doc): Fixed to match prototype. 2004-12-16 Jim Evins * src/file.c: (gb_file_open), (open_response), (gb_file_import), (import_response), (gb_file_save_as), (save_as_response): Imported the wrong version of this file previously. This one actually has all the glabels artifacts removed. 2004-12-16 Jim Evins * src/doc.c: (gb_doc_get_type): * src/hig.c: (gb_hig_alert_get_type), (gb_hig_dialog_get_type), (gb_hig_category_get_type), (gb_hig_vbox_get_type), (gb_hig_hbox_get_type): * src/hig.h: * src/view.c: (gb_view_get_type): * src/view.h: * src/window.c: (gb_window_get_type): * src/window.h: * src/prefs-dialog.c: (gb_prefs_dialog_get_type): * src/table-model.c: (gb_table_model_get_type): Cleanup of get_type functions: unify style, and make sure they return GType. * src/Makefile.am: * src/file.c: (gl_file_open), (open_response), (gb_file_open_real), (import_real), (gl_file_save_as), (save_as_response): Use new file chooser, if available. * src/ui.c: (gb_ui_init), (gb_ui_unref): * src/ui.h: * src/window.c: (gb_window_destroy): * src/window.h: Added book-keeping to unreference recent-view at window destruction. 2004-12-16 Jim Evins * data/Makefile.am: Added 2004 redemption files. Added new freedesktop.org mime database stuff. * data/gbonds.desktop.in: Brought up-to-date. * data/gbonds.xml.in: New mime data database file. * data/sb200406.asc: * data/sb200412.asc: 2004 redemption files. 2004-12-15 Jim Evins * configure.in: * src/recent-files/Makefile.am: * src/recent-files/egg-recent-item.c: * src/recent-files/egg-recent-item.h: * src/recent-files/egg-recent-model.c: * src/recent-files/egg-recent-util.c: * src/recent-files/egg-recent-view-gtk.c: * src/recent-files/egg-recent-view.h: Updated to use newer version of egg-recent-files. * src/recent-files/egg-recent-vfs-utils.c: * src/recent-files/egg-recent-vfs-utils.h: Removed. * src/recent-files/egg-recent.h: Added. gbonds-2.0.3/src/0000777000076400007640000000000011107720363010574 500000000000000gbonds-2.0.3/src/window.c0000664000076400007640000003010311107634625012167 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * window.c: a gbonds app window * * Copyright (C) 2002-2003 Jim Evins . * * 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 */ #include #include #include "ui.h" #include "window.h" #include "util.h" #include "doc.h" #include "file.h" #include "doc-xml.h" #include "debug.h" /*============================================================================*/ /* Private macros and constants. */ /*============================================================================*/ #define DEFAULT_WINDOW_WIDTH 620 #define DEFAULT_WINDOW_HEIGHT 500 /*============================================================================*/ /* Private globals */ /*============================================================================*/ static BonoboWindowClass *parent_class; static GList *window_list = NULL; /*============================================================================*/ /* Local function prototypes */ /*============================================================================*/ static void gb_window_class_init (gbWindowClass *class); static void gb_window_init (gbWindow *window); static void gb_window_finalize (GObject *object); static void gb_window_destroy (GtkObject *gtk_object); static void set_window_title (gbWindow *window, gbDoc *doc); static gboolean window_delete_event_cb (gbWindow *window, GdkEvent *event, gpointer user_data); static void selection_changed_cb (gbView *view, gbWindow *window); static void name_changed_cb (gbDoc *doc, gbWindow *window); static void modified_changed_cb (gbDoc *doc, gbWindow *window); /****************************************************************************/ /* Boilerplate Object stuff. */ /****************************************************************************/ GType gb_window_get_type (void) { static GType window_type = 0; if (!window_type) { static GTypeInfo window_info = { sizeof (gbWindowClass), NULL, NULL, (GClassInitFunc) gb_window_class_init, NULL, NULL, sizeof (gbWindow), 0, (GInstanceInitFunc) gb_window_init, }; window_type = g_type_register_static (bonobo_window_get_type (), "gbWindow", &window_info, 0); } return window_type; } static void gb_window_class_init (gbWindowClass *class) { GObjectClass *object_class = (GObjectClass *) class; GtkObjectClass *gtk_object_class = (GtkObjectClass *) class; gb_debug (DEBUG_WINDOW, "START"); parent_class = g_type_class_peek_parent (class); object_class->finalize = gb_window_finalize; gtk_object_class->destroy = gb_window_destroy; gb_debug (DEBUG_WINDOW, "END"); } static void gb_window_init (gbWindow *window) { BonoboUIContainer *ui_container; BonoboUIComponent *ui_component; gb_debug (DEBUG_WINDOW, "START"); ui_container = bonobo_window_get_ui_container(BONOBO_WINDOW(window)); ui_component = bonobo_ui_component_new_default (); bonobo_ui_component_set_container (ui_component, BONOBO_OBJREF (ui_container), NULL); gb_ui_init (ui_component, BONOBO_WINDOW (window)); gtk_window_set_default_size (GTK_WINDOW (window), DEFAULT_WINDOW_WIDTH, DEFAULT_WINDOW_HEIGHT); g_signal_connect (G_OBJECT(window), "delete-event", G_CALLBACK(window_delete_event_cb), NULL); window->uic = ui_component; window->view = NULL; window_list = g_list_append (window_list, window); gb_debug (DEBUG_WINDOW, "END"); } static void gb_window_finalize (GObject *object) { gbWindow *window; gb_debug (DEBUG_WINDOW, "START"); g_return_if_fail (object != NULL); g_return_if_fail (GB_IS_WINDOW (object)); window = GB_WINDOW (object); G_OBJECT_CLASS (parent_class)->finalize (object); gb_debug (DEBUG_WINDOW, "END"); } static void gb_window_destroy (GtkObject *gtk_object) { gbWindow *window; gb_debug (DEBUG_WINDOW, "START"); g_return_if_fail (gtk_object != NULL); g_return_if_fail (GB_IS_WINDOW (gtk_object)); window = GB_WINDOW (gtk_object); window_list = g_list_remove (window_list, window); if (window->uic) { gb_ui_unref(window->uic); window->uic = NULL; } if (GTK_OBJECT_CLASS (parent_class)->destroy) { GTK_OBJECT_CLASS (parent_class)->destroy (gtk_object); } gb_debug (DEBUG_WINDOW, "END"); } /****************************************************************************/ /* Create an app window. */ /****************************************************************************/ GtkWidget * gb_window_new (void) { gbWindow *window; gb_debug (DEBUG_WINDOW, "START"); window = g_object_new (gb_window_get_type (), "win_name", "gbonds", "title", _("(none) - gbonds"), NULL); gb_debug (DEBUG_WINDOW, "window=%p", window); gb_debug (DEBUG_WINDOW, "view=%p", window->view); gb_debug (DEBUG_WINDOW, "END"); return GTK_WIDGET(window); } /****************************************************************************/ /* Create an app window from a doc. */ /****************************************************************************/ GtkWidget* gb_window_new_from_doc (gbDoc *doc) { gbWindow *window; gb_debug (DEBUG_WINDOW, "START"); window = GB_WINDOW (gb_window_new ()); gb_window_set_doc (window, doc); gb_debug (DEBUG_WINDOW, "END"); return GTK_WIDGET(window); } /****************************************************************************/ /* Create an app window from a file. */ /****************************************************************************/ GtkWidget* gb_window_new_from_file (const gchar *filename) { gbWindow *window; gchar *abs_filename; gbDoc *doc; gbDocXMLStatus status; gb_debug (DEBUG_WINDOW, "START"); window = GB_WINDOW (gb_window_new ()); abs_filename = gb_util_make_absolute (filename); doc = gb_doc_xml_open (abs_filename, &status); g_free (abs_filename); gb_window_set_doc (window, doc); gb_debug (DEBUG_WINDOW, "END"); return GTK_WIDGET(window); } /****************************************************************************/ /* Is window empty? */ /****************************************************************************/ gboolean gb_window_is_empty (gbWindow *window) { gbDoc *doc; g_return_val_if_fail (window && GB_IS_WINDOW (window), FALSE); if (window->view == NULL) return TRUE; g_return_val_if_fail (GB_IS_VIEW (window->view), FALSE); doc = GB_VIEW(window->view)->doc; g_return_val_if_fail (doc && GB_IS_DOC (doc), FALSE); if (gb_doc_is_untitled(doc) && !gb_doc_is_modified(doc)) return TRUE; return FALSE; } /****************************************************************************/ /* Create view from doc and place in window. */ /****************************************************************************/ void gb_window_set_doc (gbWindow *window, gbDoc *doc) { gb_debug (DEBUG_WINDOW, "START"); g_return_if_fail (GB_IS_WINDOW (window)); g_return_if_fail (GB_IS_DOC (doc)); gb_doc_clear_modified (doc); set_window_title (window, doc); if ( window->view != NULL ) { gtk_widget_destroy (window->view); window->view = NULL; } window->view = gb_view_new (doc); bonobo_window_set_contents (BONOBO_WINDOW(window), window->view); gtk_widget_show_all (window->view); gb_ui_update_all (window->uic, GB_VIEW(window->view)); g_signal_connect (G_OBJECT(window->view), "selection_changed", G_CALLBACK(selection_changed_cb), window); g_signal_connect (G_OBJECT(doc), "name_changed", G_CALLBACK(name_changed_cb), window); g_signal_connect (G_OBJECT(doc), "modified_changed", G_CALLBACK(modified_changed_cb), window); gb_debug (DEBUG_WINDOW, "END"); } /****************************************************************************/ /* Return list of app windows. */ /****************************************************************************/ const GList * gb_window_get_window_list (void) { gb_debug (DEBUG_WINDOW, ""); return window_list; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Set window title based on name and state of doc. */ /*---------------------------------------------------------------------------*/ static void set_window_title (gbWindow *window, gbDoc *doc) { gchar *name, *title; gb_debug (DEBUG_WINDOW, "START"); g_return_if_fail (window && GB_IS_WINDOW (window)); g_return_if_fail (doc && GB_IS_DOC (doc)); name = gb_doc_get_title (doc); if ( name == NULL ) { name = gb_doc_get_short_name (doc); g_return_if_fail (name != NULL); } if (gb_doc_is_modified (doc)) { title = g_strdup_printf ("%s %s - gbonds", name, _("(modified)")); } else { title = g_strdup_printf ("%s - gbonds", name); } gtk_window_set_title (GTK_WINDOW(window), title); g_free (name); g_free (title); gb_debug (DEBUG_WINDOW, "END"); } /*-------------------------------------------------------------------------*/ /* PRIVATE. Window "delete-event" callback. */ /*-------------------------------------------------------------------------*/ static gboolean window_delete_event_cb (gbWindow *window, GdkEvent *event, gpointer user_data) { gb_debug (DEBUG_WINDOW, "START"); g_return_val_if_fail (window && GB_IS_WINDOW (window), TRUE); gb_file_close (window); gb_debug (DEBUG_WINDOW, "END"); return TRUE; } /*---------------------------------------------------------------------------*/ /* PRIVATE. View "selection state changed" callback. */ /*---------------------------------------------------------------------------*/ static void selection_changed_cb (gbView *view, gbWindow *window) { gb_debug (DEBUG_WINDOW, "START"); g_return_if_fail (view && GB_IS_VIEW (view)); g_return_if_fail (window && GB_IS_WINDOW (window)); gb_ui_update_selection_verbs (window->uic, view); gb_debug (DEBUG_WINDOW, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Doc "name changed" callback. */ /*---------------------------------------------------------------------------*/ static void name_changed_cb (gbDoc *doc, gbWindow *window) { gb_debug (DEBUG_WINDOW, "START"); g_return_if_fail (doc && GB_IS_DOC (doc)); g_return_if_fail (window && GB_IS_WINDOW (window)); set_window_title (window, doc); gb_debug (DEBUG_WINDOW, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Doc "modified state changed" callback. */ /*---------------------------------------------------------------------------*/ static void modified_changed_cb (gbDoc *doc, gbWindow *window) { gb_debug (DEBUG_WINDOW, "START"); g_return_if_fail (doc && GB_IS_DOC (doc)); g_return_if_fail (window && GB_IS_WINDOW (window)); set_window_title (window, doc); gb_ui_update_modified_verbs (window->uic, doc); gb_debug (DEBUG_WINDOW, "END"); } gbonds-2.0.3/src/prefs.h0000664000076400007640000000356011106721174012006 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * prefs.h: Application preferences module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __PREFS_H__ #define __PREFS_H__ G_BEGIN_DECLS typedef struct _gbPrefs gbPrefs; typedef enum { GB_PREFS_STARTUP_BLANK, GB_PREFS_STARTUP_RECENT, GB_PREFS_STARTUP_DEFAULT, } gbPrefsStartupAction; typedef enum { GB_PREFS_RDATE_RANGE_ALL, GB_PREFS_RDATE_RANGE_YEAR, } gbPrefsRdateRange;; typedef enum { GB_TOOLBAR_SYSTEM = 0, GB_TOOLBAR_ICONS, GB_TOOLBAR_ICONS_AND_TEXT } gbToolbarSetting; struct _gbPrefs { gbPrefsStartupAction startup_action; gchar *startup_file; gbPrefsRdateRange rdate_range; /* User Interface/Main Toolbar */ gboolean main_toolbar_visible; gbToolbarSetting main_toolbar_buttons_style; gboolean main_toolbar_view_tooltips; /* Recent files */ gint max_recents; }; gbPrefs *gb_prefs; void gb_prefs_save_settings (void); void gb_prefs_load_settings (void); void gb_prefs_init (void); G_END_DECLS #endif /* __PREFS_H__ */ gbonds-2.0.3/src/gbonds.c0000664000076400007640000002042611107545506012142 00000000000000 /* * (GBONDS) GNOME based Savings Bond Inventory Program * * gbonds.c: main program module * * Copyright (C) 2000-2003 Jim Evins . * * 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 */ #include #include #include #include #include "splash.h" #include "prefs.h" #include "recent.h" #include "table.h" #include "hig.h" #include "window.h" #include "file.h" #include "libbonoboui.h" #include "update.h" #include "debug.h" /*========================================================*/ /* Private macros and constants. */ /*========================================================*/ #define ICON_PIXMAP gnome_program_locate_file (NULL,\ GNOME_FILE_DOMAIN_APP_PIXMAP,\ "gbonds.png",\ FALSE, NULL) /*========================================================*/ /* Private globals */ /*========================================================*/ /*========================================================*/ /* Local function prototypes */ /*========================================================*/ gint save_session_cb (GnomeClient *client, gint phase, GnomeRestartStyle save_style, gint shutdown, GnomeInteractStyle interact_style, gint fast, gpointer client_data); void client_die_cb (GnomeClient *client, gpointer client_data); /****************************************************************************/ /* main program */ /****************************************************************************/ int main (int argc, char **argv) { GnomeProgram *program; GnomeClient *client; GValue value = { 0, }; poptContext ctx; char **args; GList *file_list = NULL, *p; gint i; GtkWidget *win; gchar *utf8_filename; GList *dates; gbTableModel *table_model; bindtextdomain (GETTEXT_PACKAGE, GBONDS_LOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); /* Initialize gnome program */ program = gnome_program_init ("gbonds", VERSION, LIBGNOMEUI_MODULE, argc, argv, GNOME_PROGRAM_STANDARD_PROPERTIES, NULL); /* Splash screen */ gb_splash (); /* Set default icon */ if (!g_file_test (ICON_PIXMAP, G_FILE_TEST_EXISTS)) { g_warning ("Could not find %s", ICON_PIXMAP); } else { gnome_window_icon_set_default_from_file (ICON_PIXMAP); } if (bonobo_ui_init ("gbonds", VERSION, &argc, argv) == FALSE) { g_error (_("Could not initialize Bonobo!\n")); } /* Load user preferences */ gb_debug_init (); gb_prefs_init (); gb_prefs_load_settings (); gb_recent_init (); gb_table_init (); /* Handle session management */ client = gnome_master_client(); g_signal_connect (G_OBJECT (client), "save_yourself", G_CALLBACK (save_session_cb), (gpointer)argv[0]); g_signal_connect (G_OBJECT (client), "die", G_CALLBACK (client_die_cb), NULL); /* Make sure we are configured with some redemption data */ table_model = gb_table_get_model (); dates = gb_table_model_get_rdate_list (table_model, 1); if (!dates) { GtkWidget *alert; alert = gb_hig_alert_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, _("Missing Redemption Data!"), _("Could not find any valid redemption data. " "Is gbonds installed?")); gtk_dialog_run (GTK_DIALOG(alert)); return -1; } gb_table_model_free_rdate_list (dates); /* Parse args and build the list of files to be loaded at startup */ g_value_init (&value, G_TYPE_POINTER); g_object_get_property (G_OBJECT (program), GNOME_PARAM_POPT_CONTEXT, &value); ctx = g_value_get_pointer (&value); g_value_unset (&value); args = (char**) poptGetArgs(ctx); for (i = 0; args && args[i]; i++) { utf8_filename = g_filename_to_utf8 (args[i], -1, NULL, NULL, NULL); if (utf8_filename) file_list = g_list_append (file_list, utf8_filename); } /* Any files on command line? */ for (p = file_list; p; p = p->next) { win = gb_window_new_from_file (p->data); if ( win != NULL ) { gtk_widget_show_all (win); } } /* If not, consult preferences for how to start up */ if ( gb_window_get_window_list() == NULL ) { win = gb_window_new (); switch (gb_prefs->startup_action) { case GB_PREFS_STARTUP_BLANK: gb_file_new (GTK_WINDOW (win)); break; case GB_PREFS_STARTUP_RECENT: { EggRecentModel *recent_model; GList *recent_list; recent_model = gb_recent_get_model (); recent_list = egg_recent_model_get_list (recent_model); if ( recent_list != NULL ) { if ( !gb_file_open_real (recent_list->data, GTK_WINDOW (win)) ) { gb_file_new (GTK_WINDOW (win)); } } } break; case GB_PREFS_STARTUP_DEFAULT: if ( !gb_file_open_real (gb_prefs->startup_file, GTK_WINDOW (win)) ) { gb_file_new (GTK_WINDOW (win)); } break; default: g_warning ("Unknown startup action\n"); break; } gtk_widget_show_all (win); } g_list_free (file_list); /* If our redemption data is about to expire, or has expired, help the user download new data. */ if (gb_table_model_get_rdate_today()>=gb_table_model_get_rdate_max(table_model)) { gb_update_druid(); } /* Begin main loop */ bonobo_main (); return 0; } /*---------------------------------------------------------------------------*/ /* PRIVATE. "Save session" callback. */ /*---------------------------------------------------------------------------*/ gint save_session_cb (GnomeClient *client, gint phase, GnomeRestartStyle save_style, gint shutdown, GnomeInteractStyle interact_style, gint fast, gpointer client_data) { gchar *argv[128]; gint argc; const GList *window_list; GList *p; gbWindow *window; gbDoc *doc; argv[0] = (gchar *)client_data; argc = 1; window_list = gb_window_get_window_list(); for ( p=(GList *)window_list; p != NULL; p=p->next ) { window = GB_WINDOW(p->data); if ( !gb_window_is_empty (window) ) { doc = GB_VIEW(window->view)->doc; argv[argc++] = gb_doc_get_filename (doc); } } gnome_client_set_clone_command(client, argc, argv); gnome_client_set_restart_command(client, argc, argv); return TRUE; } /*---------------------------------------------------------------------------*/ /* PRIVATE. "Die" callback. */ /*---------------------------------------------------------------------------*/ void client_die_cb (GnomeClient *client, gpointer client_data) { gb_file_exit (); } gbonds-2.0.3/src/marshal.h0000664000076400007640000000463611107710607012323 00000000000000 #ifndef __gb_marshal_MARSHAL_H__ #define __gb_marshal_MARSHAL_H__ #include G_BEGIN_DECLS /* VOID:VOID (marshal.list:1) */ #define gb_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID /* VOID:BOOLEAN (marshal.list:2) */ #define gb_marshal_VOID__BOOLEAN g_cclosure_marshal_VOID__BOOLEAN /* VOID:INT (marshal.list:3) */ #define gb_marshal_VOID__INT g_cclosure_marshal_VOID__INT /* VOID:INT,INT (marshal.list:4) */ extern void gb_marshal_VOID__INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:INT,DOUBLE (marshal.list:5) */ extern void gb_marshal_VOID__INT_DOUBLE (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:DOUBLE (marshal.list:6) */ #define gb_marshal_VOID__DOUBLE g_cclosure_marshal_VOID__DOUBLE /* VOID:DOUBLE,DOUBLE (marshal.list:7) */ extern void gb_marshal_VOID__DOUBLE_DOUBLE (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); /* VOID:STRING (marshal.list:8) */ #define gb_marshal_VOID__STRING g_cclosure_marshal_VOID__STRING /* BOOLEAN:OBJECT (marshal.list:9) */ extern void gb_marshal_BOOLEAN__OBJECT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); G_END_DECLS #endif /* __gb_marshal_MARSHAL_H__ */ gbonds-2.0.3/src/table-model.c0000664000076400007640000004224111107643132013044 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * table-model.c: gbonds redemption table model module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include #include #include #include #include #include #include #include #include #include #include "table-model.h" #include "marshal.h" #include "rules.h" #include "debug.h" /*========================================================*/ /* Private macros and constants. */ /*========================================================*/ #define REDEMPTION_DATA_DIR gnome_program_locate_file (NULL,\ GNOME_FILE_DOMAIN_APP_DATADIR,\ "gbonds/",\ FALSE, NULL) /*========================================================*/ /* Private types. */ /*========================================================*/ typedef struct _RedemptionEntry { gbSeries series; /* Bond Series */ gint r_year; /* Redemption Year (see gbDate) */ gint r_month; /* Redemption Month (see gbDate) */ gint i_year; /* Issue Year (see gbDate) */ gdouble r_value[12]; /* Redemption value vs. Issue month ( 0 = NO PAY ) */ } RedemptionEntry; struct _gbTableModelPrivate { GList *table; /* List of redemption entries */ }; enum { CHANGED, LAST_SIGNAL }; /*========================================================*/ /* Private globals. */ /*========================================================*/ static GObjectClass *parent_class = NULL; static guint signals[LAST_SIGNAL] = {0}; /*========================================================*/ /* Private function prototypes. */ /*========================================================*/ static void gb_table_model_class_init (gbTableModelClass *klass); static void gb_table_model_instance_init (gbTableModel *doc); static void gb_table_model_finalize (GObject *object); static gchar *get_home_data_dir (void); static GList *append_tables_from_dir (GList *table, const gchar *dirname); static GList *append_table_from_file (GList *table, const gchar *fname); static GList *append_entry_from_line (GList *table, const gchar *line); static void free_table (GList *table); static gint extract_int (const gchar *ptr, gint digits ); /*****************************************************************************/ /* Boilerplate object stuff. */ /*****************************************************************************/ GType gb_table_model_get_type (void) { static GType type = 0; if (!type) { static GTypeInfo info = { sizeof (gbTableModelClass), NULL, NULL, (GClassInitFunc) gb_table_model_class_init, NULL, NULL, sizeof (gbTableModel), 0, (GInstanceInitFunc) gb_table_model_instance_init, }; type = g_type_register_static (G_TYPE_OBJECT, "gbTableModel", &info, 0); } return type; } static void gb_table_model_class_init (gbTableModelClass *klass) { GObjectClass *object_class = (GObjectClass *) klass; gb_debug (DEBUG_TABLE, "START"); parent_class = g_type_class_peek_parent (klass); object_class->finalize = gb_table_model_finalize; signals[CHANGED] = g_signal_new ("changed", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (gbTableModelClass, changed), NULL, NULL, gb_marshal_VOID__VOID, G_TYPE_NONE, 0); gb_debug (DEBUG_TABLE, "END"); } static void gb_table_model_instance_init (gbTableModel *table_model) { gb_debug (DEBUG_TABLE, "START"); table_model->private = g_new0 (gbTableModelPrivate, 1); gb_debug (DEBUG_TABLE, "END"); } static void gb_table_model_finalize (GObject *object) { gbTableModel *table_model; gb_debug (DEBUG_TABLE, "START"); g_return_if_fail (object && GB_IS_TABLE_MODEL (object)); table_model = GB_TABLE_MODEL (object); free_table ( table_model->private->table ); g_free (table_model->private); G_OBJECT_CLASS (parent_class)->finalize (object); gb_debug (DEBUG_TABLE, "END"); } /*****************************************************************************/ /* New table model object. */ /*****************************************************************************/ GObject * gb_table_model_new (void) { gbTableModel *table_model; gb_debug (DEBUG_TABLE, "START"); table_model = g_object_new (gb_table_model_get_type(), NULL); gb_table_model_update (table_model); gb_debug (DEBUG_TABLE, "END"); return G_OBJECT (table_model); } /*****************************************************************************/ /* Update table model from disk. */ /*****************************************************************************/ void gb_table_model_update (gbTableModel *table_model) { gchar *home_data_dir; GList *table; gb_debug (DEBUG_TABLE, "START"); g_return_if_fail (table_model && GB_IS_TABLE_MODEL (table_model)); if ( table_model->private->table != NULL ) { free_table (table_model->private->table); table_model->private->table = NULL; } table = NULL; table = append_tables_from_dir( table, REDEMPTION_DATA_DIR ); home_data_dir = get_home_data_dir(); table = append_tables_from_dir( table, home_data_dir ); g_free( home_data_dir ); if ( table == NULL ) { g_warning( _("No redemption data found!") ); } table_model->private->table = table; g_signal_emit (G_OBJECT(table_model), signals[CHANGED], 0); gb_debug (DEBUG_TABLE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. get '~/.gbonds' directory path. */ /*--------------------------------------------------------------------------*/ static gchar * get_home_data_dir (void) { gchar *dir = gnome_util_prepend_user_home( ".gbonds" ); /* Try to create ~/.gbonds directory. If it already exists, no problem. */ mkdir( dir, 0775 ); return dir; } /*--------------------------------------------------------------------------*/ /* PRIVATE. Read all redemption table files in the given directory. */ /* Append to redemption table. */ /*--------------------------------------------------------------------------*/ static GList * append_tables_from_dir (GList *table, const gchar *dirname) { DIR *dp; struct dirent *d_entry; gchar *filename, *extension; gchar *full_filename = NULL; gb_debug (DEBUG_TABLE, "START"); if ( dirname == NULL ) return NULL; dp = opendir( dirname ); if ( dp == NULL ) return NULL; while ( (d_entry = readdir(dp)) != NULL ) { filename = d_entry->d_name; extension = strrchr( filename, '.' ); if ( extension != NULL ) { if ( g_strcasecmp( extension, ".asc" ) == 0 ) { gb_debug (DEBUG_TABLE, "d=\"%s\", f=\"%s\"", dirname, filename); full_filename = g_build_filename (dirname, filename, NULL); table = append_table_from_file (table, full_filename); g_free( full_filename ); } } } closedir( dp ); gb_debug (DEBUG_TABLE, "END"); return table; } /*=========================================================================*/ /* Read a redemption table from a file, and add it to the given table. */ /* New files are released by the U.S. Treasury every six months */ /* (see http://publicdebt.treas.gov/). */ /*=========================================================================*/ static GList * append_table_from_file (GList *table, const gchar *fname ) { FILE *fp; gchar line[256]; gb_debug (DEBUG_TABLE, "START"); gb_debug (DEBUG_TABLE, "f=\"%s\"", fname); fp = fopen( fname, "r" ); if ( fp == NULL ) { return table; } while ( fgets( line, 255, fp ) ) { table = append_entry_from_line (table, line); } fclose( fp ); gb_debug (DEBUG_TABLE, "END"); return table; } /*=========================================================================*/ /* Add a new redemption table entry from the given string. This string is */ /* a line from a redemption table file (sbXXXXXX.asc). New files are */ /* released by the U.S. Treasury every six months (see */ /* http://publicdebt.treas.gov/). */ /*=========================================================================*/ static GList * append_entry_from_line (GList *table, const gchar *line) { RedemptionEntry *p_entry; gint i, i_char, n_char; /* Allocate a new table entry */ p_entry = g_new0( RedemptionEntry, 1 ); if ( p_entry == NULL ) { g_warning( _("Cannot allocate redemption table entry.") ); return table; } switch (line[0]) { case 'I': p_entry->series = GB_SERIES_I; break; case 'E': p_entry->series = GB_SERIES_E; break; case 'N': p_entry->series = GB_SERIES_EE; break; case 'S': p_entry->series = GB_SERIES_S; break; default: g_free( p_entry ); p_entry = NULL; g_warning (_("Problem parsing redemption table entry, unknown series.")); return table; } p_entry->r_year = extract_int( &line[1], 4 ); p_entry->r_month = extract_int( &line[5], 2 ); p_entry->i_year = extract_int( &line[7], 4 ); if ( !p_entry->r_year || !p_entry->r_month || !p_entry->i_year ) { g_free( p_entry ); p_entry = NULL; g_warning (_("Problem parsing redemption table entry, bad date strings.")); return table; } i_char = 11; n_char = strlen( line ) - 1; for ( i=0; i<12; i++ ) { if ( i_char < n_char ) { p_entry->r_value[i] = ((gdouble)extract_int(&line[i_char],6)) / 100.0; } else { p_entry->r_value[i] = 0.0; } i_char += 6; } /* Add new table entry to top of table */ table = g_list_prepend( table, p_entry ); return table; } /*=========================================================================*/ /* PRIVATE. Free up previously allocated redemption table. */ /*=========================================================================*/ void free_table (GList *table) { GList *p; for ( p=table; p!=NULL; p=p->next ) { g_free( p->data ); p->data = NULL; } g_list_free( table ); return; } /*=========================================================================*/ /* PRIVATE. Converts a given n ASCII characters to the integer they */ /* represent. Returns zero, if 1st char is non-numeric. */ /*=========================================================================*/ static gint extract_int (const gchar *ptr, gint digits ) { gint i, ret; if ( !isdigit(ptr[0]) ) { return 0; } ret = (*ptr++ - '0'); for ( i=1; iprivate->table) { return NULL; } date_min = gb_table_model_get_rdate_min (table_model); date_max = gb_table_model_get_rdate_max (table_model); /* Limit dates? */ if ( max_dates > 0 ) { limit_date_min = date_max - max_dates + 1; if ( limit_date_min > date_min ) { date_min = limit_date_min; } } /* Assume all contiguous dates are present. */ n_dates = date_max - date_min + 1; for ( i=0; inext ) { g_free (p->data); p->data = NULL; } g_list_free (rtable); return; } /*****************************************************************************/ /* Get today's date, even if we don't have any redemption data. */ /*****************************************************************************/ gbDate gb_table_model_get_rdate_today (void) { gbDate date; time_t t; struct tm *tm; t = time(NULL); tm = localtime(&t); date = GB_DATE( tm->tm_mon+1, tm->tm_year+1900 ); return date; } /*****************************************************************************/ /* Get valid redemption date most closely matching today's date. */ /*****************************************************************************/ gbDate gb_table_model_get_best_rdate_today (gbTableModel *table_model) { gbDate date_max, date_min, date; date_min = gb_table_model_get_rdate_min (table_model); date_max = gb_table_model_get_rdate_max (table_model); date = gb_table_model_get_rdate_today(); if ( date < date_min ) date = date_min; if ( date > date_max ) date = date_max; return date; } /*****************************************************************************/ /* Get maximum valid redemption date. */ /*****************************************************************************/ gbDate gb_table_model_get_rdate_max (gbTableModel *table_model) { GList *p; RedemptionEntry *p_entry; gbDate date_max, date; p = table_model->private->table; if ( p == NULL ) { return GB_DATE(0,0); } p_entry = (RedemptionEntry *)p->data; date_max = GB_DATE( p_entry->r_month, p_entry->r_year ); for ( p = p->next; p != NULL; p = p->next ) { p_entry = (RedemptionEntry *)p->data; date = GB_DATE( p_entry->r_month, p_entry->r_year ); if ( date > date_max ) date_max = date; } return date_max; } /*****************************************************************************/ /* Get minimum valid redemption date. */ /*****************************************************************************/ gbDate gb_table_model_get_rdate_min (gbTableModel *table_model) { GList *p; RedemptionEntry *p_entry; gbDate date_min, date; p = table_model->private->table; if ( p == NULL ) { return GB_DATE(0,0); } p_entry = (RedemptionEntry *)p->data; date_min = GB_DATE( p_entry->r_month, p_entry->r_year ); for ( p = p->next; p != NULL; p = p->next ) { p_entry = (RedemptionEntry *)p->data; date = GB_DATE( p_entry->r_month, p_entry->r_year ); if ( date < date_min ) date_min = date; } return date_min; } /*****************************************************************************/ /* For a given bond series and redemption date, determine the current */ /* value of bond. */ /*****************************************************************************/ gdouble gb_table_model_get_value (gbTableModel *table_model, gbSeries series, gdouble denom, gdouble issue_price, gbDate idate, gbDate rdate, gboolean *nopay_flag) { GList *p; RedemptionEntry *p_entry; gdouble rvalue; for ( p = table_model->private->table; p != NULL; p = p->next ) { p_entry = (RedemptionEntry *)p->data; if ( series == p_entry->series ) { if ( GB_YEAR(rdate) == p_entry->r_year ) { if ( GB_MONTH(rdate) == p_entry->r_month ) { if ( GB_YEAR(idate) == p_entry->i_year ) { rvalue = p_entry->r_value[GB_MONTH(idate)-1]; if ( rvalue > 0.0 ) { rvalue *= denom/25.0; *nopay_flag = FALSE; } else { rvalue = issue_price; *nopay_flag = TRUE; } return rvalue; } } } } } gb_rules_determine_nopay (series, idate, rdate, nopay_flag); if ( *nopay_flag ) { return issue_price; } g_warning (_("No matching redemption value")); *nopay_flag = TRUE; return 0.0; } gbonds-2.0.3/src/splash.c0000664000076400007640000000630111107444227012152 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * splash.c: Splash screen module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include "config.h" #include #include #include "splash.h" #define SPLASH_PIXMAP gnome_program_locate_file (NULL,\ GNOME_FILE_DOMAIN_APP_PIXMAP,\ "gbonds/gbonds_logo.png",\ FALSE, NULL) #define SPLASH_TIMEOUT 2000 static GtkWidget *splash = NULL; static gint splash_timeout (gpointer not_used); /***************************************************************************/ /* Create splash screen. */ /***************************************************************************/ void gb_splash (void) { GtkWidget *wimage, *wvbox, *wframe1, *wframe2; gchar *label; GdkPixbuf *pixbuf; GError *gerror = NULL; if (splash) return; splash = gtk_window_new (GTK_WINDOW_POPUP); gtk_window_set_position (GTK_WINDOW (splash), GTK_WIN_POS_CENTER); wframe1 = gtk_frame_new (NULL); gtk_frame_set_shadow_type (GTK_FRAME (wframe1), GTK_SHADOW_OUT); wframe2 = gtk_frame_new (NULL); wvbox = gtk_vbox_new (FALSE, 5); gtk_container_set_border_width (GTK_CONTAINER (wvbox), 2); if (!g_file_test (SPLASH_PIXMAP, G_FILE_TEST_EXISTS)) { g_warning ("Could not find %s", SPLASH_PIXMAP); } pixbuf = gdk_pixbuf_new_from_file (SPLASH_PIXMAP, &gerror); if (gerror != NULL) { g_warning ("cannot open splash pixbuf: %s", gerror->message ); gtk_widget_destroy (splash); return; } wimage = gtk_image_new_from_pixbuf (pixbuf); g_object_unref (pixbuf); gtk_container_add (GTK_CONTAINER (splash), wframe1); gtk_container_add (GTK_CONTAINER (wframe1), wframe2); gtk_container_add (GTK_CONTAINER (wframe2), wvbox); gtk_box_pack_start (GTK_BOX (wvbox), wimage, TRUE, TRUE, 0); label = g_strdup_printf ("Version %s", VERSION); gtk_box_pack_start (GTK_BOX (wvbox), gtk_label_new (label), TRUE, TRUE, 0); g_free (label); gtk_widget_show_all (splash); gtk_timeout_add (SPLASH_TIMEOUT, splash_timeout, NULL); while (gtk_events_pending ()) { gtk_main_iteration (); } } /*-------------------------------------------------------------------------*/ /* PRIVATE. Callback to tear-down splash screen once timer has expired. */ /*-------------------------------------------------------------------------*/ static gint splash_timeout (gpointer not_used) { if (splash) { gtk_widget_destroy (splash); splash = NULL; } return FALSE; } gbonds-2.0.3/src/print-dialog.h0000664000076400007640000000207711106721173013261 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * print-dialog.h: Print dialog module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __PRINT_DIALOG_H__ #define __PRINT_DIALOG_H__ #include #include "view.h" extern void gb_print_dialog (gbView *view, BonoboWindow *win); #endif gbonds-2.0.3/src/print.h0000664000076400007640000000223011106721173012013 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * print.h: Print module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __PRINT_H__ #define __PRINT_H__ #include #include #include #include "view.h" G_BEGIN_DECLS void gb_print (GnomePrintJob *job, gbView *view); G_END_DECLS #endif gbonds-2.0.3/src/Makefile.in0000664000076400007640000006131211107465252012565 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@ bin_PROGRAMS = gbonds$(EXEEXT) subdir = src DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(uidir)" binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) PROGRAMS = $(bin_PROGRAMS) am__objects_1 = marshal.$(OBJEXT) am_gbonds_OBJECTS = gbonds.$(OBJEXT) splash.$(OBJEXT) window.$(OBJEXT) \ ui.$(OBJEXT) commands.$(OBJEXT) recent.$(OBJEXT) \ file.$(OBJEXT) print-dialog.$(OBJEXT) prefs-dialog.$(OBJEXT) \ view.$(OBJEXT) edit.$(OBJEXT) doc.$(OBJEXT) doc-xml.$(OBJEXT) \ doc-sbw.$(OBJEXT) table.$(OBJEXT) table-model.$(OBJEXT) \ rules.$(OBJEXT) types.$(OBJEXT) print.$(OBJEXT) \ prefs.$(OBJEXT) update.$(OBJEXT) util.$(OBJEXT) hig.$(OBJEXT) \ debug.$(OBJEXT) $(am__objects_1) gbonds_OBJECTS = $(am_gbonds_OBJECTS) am__DEPENDENCIES_1 = gbonds_DEPENDENCIES = $(am__DEPENDENCIES_1) recent-files/librecent.la gbonds_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(gbonds_LDFLAGS) \ $(LDFLAGS) -o $@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(gbonds_SOURCES) DIST_SOURCES = $(gbonds_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|^.*/||'`; uiDATA_INSTALL = $(INSTALL_DATA) DATA = $(ui_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@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GBONDS_CFLAGS = @GBONDS_CFLAGS@ GBONDS_LIBS = @GBONDS_LIBS@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ HAVE_FILE_CHOOSER = @HAVE_FILE_CHOOSER@ 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@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ 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@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@ UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ 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@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ 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_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = recent-files INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir) \ $(GBONDS_CFLAGS) \ -DPREFIX=\""$(prefix)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(libdir)"\" \ -DGBONDS_LOCALEDIR=\""$(datadir)/locale"\" \ -DGBONDS_UI_DIR=\""$(datadir)/gbonds/ui/"\" \ $(HAVE_FILE_CHOOSER) BUILT_SOURCES = \ marshal.c \ marshal.h gbonds_SOURCES = \ gbonds.c \ splash.c \ splash.h \ window.c \ window.h \ ui.c \ ui.h \ commands.c \ commands.h \ recent.c \ recent.h \ file.c \ file.h \ print-dialog.c \ print-dialog.h \ prefs-dialog.c \ prefs-dialog.h \ view.c \ view.h \ edit.c \ edit.h \ doc.c \ doc.h \ doc-xml.c \ doc-xml.h \ doc-sbw.c \ doc-sbw.h \ sbw4.h \ table.c \ table.h \ table-model.c \ table-model.h \ rules.c \ rules.h \ types.c \ types.h \ print.c \ print.h \ prefs.c \ prefs.h \ update.c \ update.h \ util.c \ util.h \ hig.c \ hig.h \ debug.c \ debug.h \ $(BUILT_SOURCES) gbonds_LDFLAGS = gbonds_LDADD = \ $(GBONDS_LIBS) \ recent-files/librecent.la uidir = $(datadir)/gbonds/ui/ ui_DATA = gbonds-ui.xml EXTRA_DIST = \ $(ui_DATA) \ marshal.list CLEANFILES = $(BUILT_SOURCES) all: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && 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 \ || test -f $$p1 \ ; then \ f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ else :; fi; \ done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ rm -f "$(DESTDIR)$(bindir)/$$f"; \ done clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ done gbonds$(EXEEXT): $(gbonds_OBJECTS) $(gbonds_DEPENDENCIES) @rm -f gbonds$(EXEEXT) $(gbonds_LINK) $(gbonds_OBJECTS) $(gbonds_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commands.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/doc-sbw.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/doc-xml.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/doc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gbonds.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hig.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/marshal.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs-dialog.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prefs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print-dialog.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recent.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rules.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/splash.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table-model.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/types.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/update.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/view.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-uiDATA: $(ui_DATA) @$(NORMAL_INSTALL) test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)" @list='$(ui_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ f=$(am__strip_dir) \ echo " $(uiDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(uidir)/$$f'"; \ $(uiDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(uidir)/$$f"; \ done uninstall-uiDATA: @$(NORMAL_UNINSTALL) @list='$(ui_DATA)'; for p in $$list; do \ f=$(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(uidir)/$$f'"; \ rm -f "$(DESTDIR)$(uidir)/$$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: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(PROGRAMS) $(DATA) installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(uidir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) 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." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-recursive clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive info: info-recursive info-am: install-data-am: install-uiDATA install-dvi: install-dvi-recursive install-exec-am: install-binPROGRAMS 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 -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-uiDATA .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-binPROGRAMS \ clean-generic clean-libtool ctags ctags-recursive distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-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 install-uiDATA \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-uiDATA marshal.h: marshal.list $(GLIB_GENMARSHAL) $(GLIB_GENMARSHAL) $< --header --prefix=gb_marshal > $@ marshal.c: marshal.list $(GLIB_GENMARSHAL) echo "#include \"marshal.h\"" > $@ && \ $(GLIB_GENMARSHAL) $< --body --prefix=gb_marshal >> $@ # 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: gbonds-2.0.3/src/hig.c0000664000076400007640000005303111106721173011426 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * hig.c: HIG inspired dialogs and layout tools * * Copyright (C) 2002-2003 Jim Evins . * * 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 */ #include #include #include "hig.h" /*========================================================*/ /* Private macros and constants. */ /*========================================================*/ #define HIG_ALERT_BORDER 6 #define HIG_ALERT_SPACING 12 #define HIG_DIALOG_BORDER 12 #define HIG_DIALOG_VBOX_SPACING 18 #define HIG_DIALOG_OUTER_VBOX_SPACING 12 #define HIG_VBOX_OUTER_SPACING 18 #define HIG_VBOX_OUTER_BORDER 12 #define HIG_VBOX_INNER_SPACING 6 #define HIG_HBOX_SPACING 12 /*===========================================*/ /* Private globals */ /*===========================================*/ static GtkDialogClass *hig_alert_parent_class; static GtkDialogClass *hig_dialog_parent_class; static GtkVBoxClass *hig_category_parent_class; static GtkVBoxClass *hig_vbox_parent_class; static GtkHBoxClass *hig_hbox_parent_class; /*===========================================*/ /* Local function prototypes */ /*===========================================*/ static void gb_hig_alert_class_init (gbHigAlertClass *class); static void gb_hig_alert_init (gbHigAlert *hig_alert); static void gb_hig_alert_finalize (GObject *object); static void gb_hig_dialog_class_init (gbHigDialogClass *class); static void gb_hig_dialog_init (gbHigDialog *hig_dialog); static void gb_hig_dialog_finalize (GObject *object); static void add_buttons_valist (gbHigDialog *dialog, const gchar *first_button_text, va_list args); static void gb_hig_category_class_init (gbHigCategoryClass *class); static void gb_hig_category_init (gbHigCategory *hig_category); static void gb_hig_category_finalize (GObject *object); static void gb_hig_vbox_class_init (gbHigVBoxClass *class); static void gb_hig_vbox_init (gbHigVBox *hig_vbox); static void gb_hig_vbox_finalize (GObject *object); static void gb_hig_hbox_class_init (gbHigHBoxClass *class); static void gb_hig_hbox_init (gbHigHBox *hig_hbox); static void gb_hig_hbox_finalize (GObject *object); /****************************************************************************/ /****************************************************************************/ /* Boilerplate Alert Object stuff. */ /****************************************************************************/ /****************************************************************************/ GType gb_hig_alert_get_type (void) { static GType hig_alert_type = 0; if (!hig_alert_type) { static GTypeInfo hig_alert_info = { sizeof (gbHigAlertClass), NULL, NULL, (GClassInitFunc) gb_hig_alert_class_init, NULL, NULL, sizeof (gbHigAlert), 0, (GInstanceInitFunc) gb_hig_alert_init, }; hig_alert_type = g_type_register_static (gtk_dialog_get_type (), "gbHigAlert", &hig_alert_info, 0); } return hig_alert_type; } static void gb_hig_alert_class_init (gbHigAlertClass *class) { GObjectClass *object_class = (GObjectClass *) class; hig_alert_parent_class = g_type_class_peek_parent (class); object_class->finalize = gb_hig_alert_finalize; } static void gb_hig_alert_init (gbHigAlert *hig_alert) { } static void gb_hig_alert_finalize (GObject *object) { gbHigAlert *hig_alert; g_return_if_fail (object != NULL); g_return_if_fail (GB_IS_HIG_ALERT (object)); hig_alert = GB_HIG_ALERT (object); G_OBJECT_CLASS (hig_alert_parent_class)->finalize (object); } /****************************************************************************/ /* Create a message dialog that attempts to be HIG compliant. */ /****************************************************************************/ GtkWidget* gb_hig_alert_new (GtkWindow *parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, const gchar *primary_text, const gchar *secondary_text) { GtkWidget *dialog, *hbox, *image, *label; gchar *label_text; const gchar *stock_id = NULL; GtkStockItem item; /* Bare dialog */ dialog = g_object_new (gb_hig_alert_get_type (), NULL); /* Parent */ if (parent) { gtk_window_set_transient_for (GTK_WINDOW(dialog), parent); } /* Flags */ if ( flags & GTK_DIALOG_MODAL ) { gtk_window_set_modal (GTK_WINDOW(dialog), TRUE); } if ( flags & GTK_DIALOG_DESTROY_WITH_PARENT ) { gtk_window_set_destroy_with_parent (GTK_WINDOW(dialog), TRUE); } /* Create HBOX */ hbox = gtk_hbox_new (FALSE, HIG_ALERT_SPACING); gtk_box_pack_start (GTK_BOX(GTK_DIALOG(dialog)->vbox), hbox, FALSE, FALSE, 0); /* Create image */ switch (type) { case GTK_MESSAGE_INFO: stock_id = GTK_STOCK_DIALOG_INFO; break; case GTK_MESSAGE_QUESTION: stock_id = GTK_STOCK_DIALOG_QUESTION; break; case GTK_MESSAGE_WARNING: stock_id = GTK_STOCK_DIALOG_WARNING; break; case GTK_MESSAGE_ERROR: stock_id = GTK_STOCK_DIALOG_ERROR; break; default: stock_id = GTK_STOCK_DIALOG_INFO; g_warning ("Unknown GtkMessageType %d", type); break; } if (gtk_stock_lookup (stock_id, &item)) { image = gtk_image_new_from_stock (stock_id, GTK_ICON_SIZE_DIALOG); } else { image = gtk_image_new_from_stock (NULL, GTK_ICON_SIZE_DIALOG); g_warning ("Stock dialog ID doesn't exist?"); } gtk_box_pack_start (GTK_BOX(hbox), image, FALSE, FALSE, 0); /* Create label containing primary and secondary text */ label_text = g_strdup_printf ("%s\n\n%s", primary_text, secondary_text); label = gtk_label_new (label_text); g_free (label_text); gtk_box_pack_start (GTK_BOX(hbox), label, FALSE, FALSE, 0); /* Adjust dialog properties */ gtk_window_set_title (GTK_WINDOW(dialog), ""); gtk_container_set_border_width (GTK_CONTAINER(dialog), HIG_ALERT_BORDER); gtk_dialog_set_has_separator (GTK_DIALOG(dialog), FALSE); /* Adjust VBOX properties */ gtk_box_set_spacing (GTK_BOX(GTK_DIALOG(dialog)->vbox), HIG_ALERT_SPACING); /* Adjust HBOX properties */ gtk_box_set_spacing (GTK_BOX(hbox), HIG_ALERT_SPACING); gtk_container_set_border_width (GTK_CONTAINER(hbox), HIG_ALERT_BORDER); /* Adjust IMAGE properties */ gtk_misc_set_alignment (GTK_MISC(image), 0.5, 0.0); /* Adjust LABEL properties */ gtk_label_set_line_wrap (GTK_LABEL(label), TRUE); gtk_label_set_use_markup (GTK_LABEL(label), TRUE); gtk_misc_set_alignment (GTK_MISC(image), 0.5, 0.0); /* Add buttons */ switch (buttons) { case GTK_BUTTONS_NONE: /* nothing */ break; case GTK_BUTTONS_OK: gtk_dialog_add_button (GTK_DIALOG(dialog), GTK_STOCK_OK, GTK_RESPONSE_OK); break; case GTK_BUTTONS_CLOSE: gtk_dialog_add_button (GTK_DIALOG(dialog), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE); break; case GTK_BUTTONS_CANCEL: gtk_dialog_add_button (GTK_DIALOG(dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL); break; case GTK_BUTTONS_YES_NO: gtk_dialog_add_button (GTK_DIALOG(dialog), GTK_STOCK_NO, GTK_RESPONSE_NO); gtk_dialog_add_button (GTK_DIALOG(dialog), GTK_STOCK_YES, GTK_RESPONSE_YES); break; case GTK_BUTTONS_OK_CANCEL: gtk_dialog_add_button (GTK_DIALOG(dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL); gtk_dialog_add_button (GTK_DIALOG(dialog), GTK_STOCK_OK, GTK_RESPONSE_OK); break; default: g_warning ("Unknown GtkButtonsType"); break; } /* Show dialog widgets */ gtk_widget_show_all (hbox); return dialog; } /****************************************************************************/ /****************************************************************************/ /* Boilerplate Dialog Object stuff. */ /****************************************************************************/ /****************************************************************************/ GType gb_hig_dialog_get_type (void) { static GType hig_dialog_type = 0; if (!hig_dialog_type) { static GTypeInfo hig_dialog_info = { sizeof (gbHigDialogClass), NULL, NULL, (GClassInitFunc) gb_hig_dialog_class_init, NULL, NULL, sizeof (gbHigDialog), 0, (GInstanceInitFunc) gb_hig_dialog_init, }; hig_dialog_type = g_type_register_static (gtk_dialog_get_type (), "gbHigDialog", &hig_dialog_info, 0); } return hig_dialog_type; } static void gb_hig_dialog_class_init (gbHigDialogClass *class) { GObjectClass *object_class = (GObjectClass *) class; hig_dialog_parent_class = g_type_class_peek_parent (class); object_class->finalize = gb_hig_dialog_finalize; } static void gb_hig_dialog_init (gbHigDialog *hig_dialog) { gtk_container_set_border_width (GTK_CONTAINER(hig_dialog), HIG_DIALOG_BORDER); hig_dialog->vbox = gtk_vbox_new (FALSE, HIG_DIALOG_VBOX_SPACING); gtk_box_pack_start (GTK_BOX(GTK_DIALOG(hig_dialog)->vbox), hig_dialog->vbox, FALSE, FALSE, 0); gtk_box_set_spacing (GTK_BOX(GTK_DIALOG(hig_dialog)->vbox), HIG_DIALOG_OUTER_VBOX_SPACING); } static void gb_hig_dialog_finalize (GObject *object) { gbHigDialog *hig_dialog; g_return_if_fail (object != NULL); g_return_if_fail (GB_IS_HIG_DIALOG (object)); hig_dialog = GB_HIG_DIALOG (object); G_OBJECT_CLASS (hig_dialog_parent_class)->finalize (object); } /****************************************************************************/ /* Create a dialog that attempts to be HIG compliant. */ /****************************************************************************/ GtkWidget* gb_hig_dialog_new (void) { GtkWidget *dialog; dialog = g_object_new (gb_hig_dialog_get_type (), NULL); return dialog; } /****************************************************************************/ /* Create a dialog that attempts to be HIG compliant with buttons. */ /****************************************************************************/ GtkWidget *gb_hig_dialog_new_with_buttons (const gchar *title, GtkWindow *parent, GtkDialogFlags flags, const gchar *first_button_text, ...) { GtkWidget *dialog; va_list args; /* Create bare dialog */ dialog = g_object_new (gb_hig_dialog_get_type (), NULL); /* Title */ gtk_window_set_title (GTK_WINDOW(dialog), title); /* Parent */ gtk_window_set_transient_for (GTK_WINDOW(dialog), parent); /* Flags */ if ( flags & GTK_DIALOG_MODAL ) { gtk_window_set_modal (GTK_WINDOW(dialog), TRUE); } if ( flags & GTK_DIALOG_DESTROY_WITH_PARENT ) { gtk_window_set_destroy_with_parent (GTK_WINDOW(dialog), TRUE); } /* Buttons */ va_start (args, first_button_text); add_buttons_valist (GB_HIG_DIALOG(dialog), first_button_text, args); va_end (args); return dialog; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Add buttons to dialog from va_list. */ /*---------------------------------------------------------------------------*/ static void add_buttons_valist(gbHigDialog *dialog, const gchar *first_button_text, va_list args) { const gchar* text; gint response_id; g_return_if_fail (GB_IS_HIG_DIALOG (dialog)); if (first_button_text == NULL) return; text = first_button_text; response_id = va_arg (args, gint); while (text != NULL) { gtk_dialog_add_button (GTK_DIALOG(dialog), text, response_id); text = va_arg (args, gchar*); if (text == NULL) break; response_id = va_arg (args, int); } } /****************************************************************************/ /* Add widget (from top) to dialog's vbox. */ /****************************************************************************/ void gb_hig_dialog_add_widget (gbHigDialog *dialog, GtkWidget *widget) { gtk_box_pack_start (GTK_BOX (dialog->vbox), widget, FALSE, FALSE, 0); } /****************************************************************************/ /****************************************************************************/ /* Boilerplate Category Object stuff. */ /****************************************************************************/ /****************************************************************************/ GType gb_hig_category_get_type (void) { static GType hig_category_type = 0; if (!hig_category_type) { static GTypeInfo hig_category_info = { sizeof (gbHigCategoryClass), NULL, NULL, (GClassInitFunc) gb_hig_category_class_init, NULL, NULL, sizeof (gbHigCategory), 0, (GInstanceInitFunc) gb_hig_category_init, }; hig_category_type = g_type_register_static (gtk_vbox_get_type (), "gbHigCategory", &hig_category_info, 0); } return hig_category_type; } static void gb_hig_category_class_init (gbHigCategoryClass *class) { GObjectClass *object_class = (GObjectClass *) class; hig_category_parent_class = g_type_class_peek_parent (class); object_class->finalize = gb_hig_category_finalize; } static void gb_hig_category_init (gbHigCategory *hig_category) { GtkWidget *hbox; gtk_box_set_spacing (GTK_BOX(hig_category), HIG_VBOX_INNER_SPACING); /* 1st row: Label */ hig_category->label = gtk_label_new (""); gtk_label_set_use_markup (GTK_LABEL(hig_category->label), TRUE); gtk_misc_set_alignment (GTK_MISC(hig_category->label), 0.0, 0.0); gtk_box_pack_start (GTK_BOX(hig_category), hig_category->label, FALSE, FALSE, 0); /* 2nd row: HBOX */ hbox = gtk_hbox_new (FALSE, HIG_VBOX_INNER_SPACING); gtk_box_pack_start (GTK_BOX(hig_category), hbox, FALSE, FALSE, 0); /* 2nd row, Column 1: Indentation spacing */ gtk_box_pack_start (GTK_BOX(hbox), gtk_label_new (" "), FALSE, FALSE, 0); /* 2nd row, Column 2: User area (inner vbox) */ hig_category->vbox = gtk_vbox_new (FALSE, HIG_VBOX_INNER_SPACING); gtk_box_pack_start (GTK_BOX(hbox), hig_category->vbox, TRUE, TRUE, 0); } static void gb_hig_category_finalize (GObject *object) { gbHigCategory *hig_category; g_return_if_fail (object != NULL); g_return_if_fail (GB_IS_HIG_CATEGORY (object)); hig_category = GB_HIG_CATEGORY (object); G_OBJECT_CLASS (hig_category_parent_class)->finalize (object); } /****************************************************************************/ /* Create a category layout container that attempts to be HIG compliant. */ /****************************************************************************/ GtkWidget* gb_hig_category_new (const gchar *header) { GtkWidget *category; gchar *marked_up_header; category = g_object_new (gb_hig_category_get_type (), NULL); marked_up_header = g_strdup_printf ("%s", header); gtk_label_set_text (GTK_LABEL(GB_HIG_CATEGORY(category)->label), marked_up_header); g_free (marked_up_header); gtk_label_set_use_markup (GTK_LABEL(GB_HIG_CATEGORY(category)->label), TRUE); return category; } /****************************************************************************/ /* Add widget (from top) to category's vbox. */ /****************************************************************************/ void gb_hig_category_add_widget (gbHigCategory *cat, GtkWidget *widget) { gtk_box_pack_start (GTK_BOX (cat->vbox), widget, FALSE, FALSE, 0); } /****************************************************************************/ /****************************************************************************/ /* Boilerplate VBox Object stuff. */ /****************************************************************************/ /****************************************************************************/ GType gb_hig_vbox_get_type (void) { static GType hig_vbox_type = 0; if (!hig_vbox_type) { static GTypeInfo hig_vbox_info = { sizeof (gbHigVBoxClass), NULL, NULL, (GClassInitFunc) gb_hig_vbox_class_init, NULL, NULL, sizeof (gbHigVBox), 0, (GInstanceInitFunc) gb_hig_vbox_init, }; hig_vbox_type = g_type_register_static (gtk_vbox_get_type (), "gbHigVBox", &hig_vbox_info, 0); } return hig_vbox_type; } static void gb_hig_vbox_class_init (gbHigVBoxClass *class) { GObjectClass *object_class = (GObjectClass *) class; hig_vbox_parent_class = g_type_class_peek_parent (class); object_class->finalize = gb_hig_vbox_finalize; } static void gb_hig_vbox_init (gbHigVBox *hig_vbox) { /* defaults to an INNER VBox */ gtk_box_set_spacing (GTK_BOX(hig_vbox), HIG_VBOX_INNER_SPACING); gtk_container_set_border_width (GTK_CONTAINER(hig_vbox), 0); } static void gb_hig_vbox_finalize (GObject *object) { gbHigVBox *hig_vbox; g_return_if_fail (object != NULL); g_return_if_fail (GB_IS_HIG_VBOX (object)); hig_vbox = GB_HIG_VBOX (object); G_OBJECT_CLASS (hig_vbox_parent_class)->finalize (object); } /****************************************************************************/ /* Create a vbox wrapper that attempts to be HIG compliant. */ /****************************************************************************/ GtkWidget* gb_hig_vbox_new (gbHigVBoxType type) { GtkWidget *hig_vbox; hig_vbox = g_object_new (gb_hig_vbox_get_type (), NULL); switch (type) { case GB_HIG_VBOX_OUTER: gtk_box_set_spacing (GTK_BOX(hig_vbox), HIG_VBOX_OUTER_SPACING); gtk_container_set_border_width (GTK_CONTAINER(hig_vbox), HIG_VBOX_OUTER_BORDER); break; case GB_HIG_VBOX_INNER: gtk_box_set_spacing (GTK_BOX(hig_vbox), HIG_VBOX_INNER_SPACING); gtk_container_set_border_width (GTK_CONTAINER(hig_vbox), 0); default: break; } return hig_vbox; } /****************************************************************************/ /* Add widget (from top) to vbox. */ /****************************************************************************/ void gb_hig_vbox_add_widget (gbHigVBox *hig_vbox, GtkWidget *widget) { gtk_box_pack_start (GTK_BOX (hig_vbox), widget, FALSE, FALSE, 0); } /****************************************************************************/ /****************************************************************************/ /* Boilerplate HBox Object stuff. */ /****************************************************************************/ /****************************************************************************/ GType gb_hig_hbox_get_type (void) { static GType hig_hbox_type = 0; if (!hig_hbox_type) { static GTypeInfo hig_hbox_info = { sizeof (gbHigHBoxClass), NULL, NULL, (GClassInitFunc) gb_hig_hbox_class_init, NULL, NULL, sizeof (gbHigHBox), 0, (GInstanceInitFunc) gb_hig_hbox_init, }; hig_hbox_type = g_type_register_static (gtk_hbox_get_type (), "gbHigHBox", &hig_hbox_info, 0); } return hig_hbox_type; } static void gb_hig_hbox_class_init (gbHigHBoxClass *class) { GObjectClass *object_class = (GObjectClass *) class; hig_hbox_parent_class = g_type_class_peek_parent (class); object_class->finalize = gb_hig_hbox_finalize; } static void gb_hig_hbox_init (gbHigHBox *hig_hbox) { gtk_box_set_spacing (GTK_BOX(hig_hbox), HIG_HBOX_SPACING); gtk_container_set_border_width (GTK_CONTAINER(hig_hbox), 0); } static void gb_hig_hbox_finalize (GObject *object) { gbHigHBox *hig_hbox; g_return_if_fail (object != NULL); g_return_if_fail (GB_IS_HIG_HBOX (object)); hig_hbox = GB_HIG_HBOX (object); G_OBJECT_CLASS (hig_hbox_parent_class)->finalize (object); } /****************************************************************************/ /* Create a hbox wrapper that attempts to be HIG compliant. */ /****************************************************************************/ GtkWidget* gb_hig_hbox_new (void) { GtkWidget *hig_hbox; hig_hbox = g_object_new (gb_hig_hbox_get_type (), NULL); return hig_hbox; } /****************************************************************************/ /* Add widget (from left) to hbox. */ /****************************************************************************/ void gb_hig_hbox_add_widget (gbHigHBox *hig_hbox, GtkWidget *widget) { gtk_box_pack_start (GTK_BOX (hig_hbox), widget, FALSE, FALSE, 0); } /****************************************************************************/ /* Add widget (from left) to hbox with a right justification. */ /****************************************************************************/ void gb_hig_hbox_add_widget_justify (gbHigHBox *hig_hbox, GtkWidget *widget) { gtk_box_pack_start (GTK_BOX (hig_hbox), widget, TRUE, TRUE, 0); } gbonds-2.0.3/src/doc-xml.h0000664000076400007640000000313211106721173012224 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * doc-xml.h: gbonds xml inventory document module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __DOC_XML_H__ #define __DOC_XML_H__ #include "doc.h" G_BEGIN_DECLS typedef enum { GB_DOC_XML_OK = 0, GB_DOC_XML_ERROR_OPEN_PARSE = -10, GB_DOC_XML_ERROR_SAVE_FILE = -20, } gbDocXMLStatus; extern gbDoc *gb_doc_xml_open (const gchar *filename, gbDocXMLStatus *status); extern gbDoc *gb_doc_xml_open_buffer (const gchar *buffer, gbDocXMLStatus *status); extern void gb_doc_xml_save (gbDoc *doc, const gchar *filename, gbDocXMLStatus *status); extern gchar *gb_doc_xml_save_buffer (gbDoc *doc, gbDocXMLStatus *status); G_END_DECLS #endif /* __DOC_XML_H__ */ gbonds-2.0.3/src/Makefile.am0000664000076400007640000000364611106721174012557 00000000000000## Process this file with automake to produce Makefile.in SUBDIRS= recent-files INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir) \ $(GBONDS_CFLAGS) \ -DPREFIX=\""$(prefix)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(libdir)"\" \ -DGBONDS_LOCALEDIR=\""$(datadir)/locale"\" \ -DGBONDS_UI_DIR=\""$(datadir)/gbonds/ui/"\" \ $(HAVE_FILE_CHOOSER) bin_PROGRAMS = gbonds BUILT_SOURCES = \ marshal.c \ marshal.h gbonds_SOURCES = \ gbonds.c \ splash.c \ splash.h \ window.c \ window.h \ ui.c \ ui.h \ commands.c \ commands.h \ recent.c \ recent.h \ file.c \ file.h \ print-dialog.c \ print-dialog.h \ prefs-dialog.c \ prefs-dialog.h \ view.c \ view.h \ edit.c \ edit.h \ doc.c \ doc.h \ doc-xml.c \ doc-xml.h \ doc-sbw.c \ doc-sbw.h \ sbw4.h \ table.c \ table.h \ table-model.c \ table-model.h \ rules.c \ rules.h \ types.c \ types.h \ print.c \ print.h \ prefs.c \ prefs.h \ update.c \ update.h \ util.c \ util.h \ hig.c \ hig.h \ debug.c \ debug.h \ $(BUILT_SOURCES) gbonds_LDFLAGS = gbonds_LDADD = \ $(GBONDS_LIBS) \ recent-files/librecent.la uidir = $(datadir)/gbonds/ui/ ui_DATA = gbonds-ui.xml EXTRA_DIST = \ $(ui_DATA) \ marshal.list CLEANFILES = $(BUILT_SOURCES) marshal.h: marshal.list $(GLIB_GENMARSHAL) $(GLIB_GENMARSHAL) $< --header --prefix=gb_marshal > $@ marshal.c: marshal.list $(GLIB_GENMARSHAL) echo "#include \"marshal.h\"" > $@ && \ $(GLIB_GENMARSHAL) $< --body --prefix=gb_marshal >> $@ gbonds-2.0.3/src/gbonds-ui.xml0000664000076400007640000001540111106721173013123 00000000000000 gbonds-2.0.3/src/doc.c0000664000076400007640000005567611106721173011445 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * doc.c: gbonds document module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include #include "doc.h" #include "marshal.h" #include "util.h" #include "rules.h" #include "table.h" #include "debug.h" /*========================================================*/ /* Private macros and constants. */ /*========================================================*/ /*========================================================*/ /* Private types. */ /*========================================================*/ struct _gbDocPrivate { gchar *title; gchar *filename; gint untitled_instance; gboolean modified_flag; }; enum { CHANGED, NAME_CHANGED, MODIFIED_CHANGED, LAST_SIGNAL }; /*========================================================*/ /* Private globals. */ /*========================================================*/ static GObjectClass *parent_class = NULL; static guint signals[LAST_SIGNAL] = {0}; static guint untitled = 0; /*========================================================*/ /* Private function prototypes. */ /*========================================================*/ static void gb_doc_class_init (gbDocClass *klass); static void gb_doc_instance_init (gbDoc *doc); static void gb_doc_finalize (GObject *object); static gint insert_compare_fct (const gbDocBond *a, const gbDocBond *b); /*****************************************************************************/ /* Boilerplate object stuff. */ /*****************************************************************************/ GType gb_doc_get_type (void) { static GType type = 0; if (!type) { static GTypeInfo info = { sizeof (gbDocClass), NULL, NULL, (GClassInitFunc) gb_doc_class_init, NULL, NULL, sizeof (gbDoc), 0, (GInstanceInitFunc) gb_doc_instance_init, }; type = g_type_register_static (G_TYPE_OBJECT, "gbDoc", &info, 0); } return type; } static void gb_doc_class_init (gbDocClass *klass) { GObjectClass *object_class = (GObjectClass *) klass; gb_debug (DEBUG_DOC, "START"); parent_class = g_type_class_peek_parent (klass); object_class->finalize = gb_doc_finalize; signals[CHANGED] = g_signal_new ("changed", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (gbDocClass, changed), NULL, NULL, gb_marshal_VOID__VOID, G_TYPE_NONE, 0); signals[NAME_CHANGED] = g_signal_new ("name_changed", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (gbDocClass, name_changed), NULL, NULL, gb_marshal_VOID__VOID, G_TYPE_NONE, 0); signals[MODIFIED_CHANGED] = g_signal_new ("modified_changed", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (gbDocClass, modified_changed), NULL, NULL, gb_marshal_VOID__VOID, G_TYPE_NONE, 0); gb_debug (DEBUG_DOC, "END"); } static void gb_doc_instance_init (gbDoc *doc) { gb_debug (DEBUG_DOC, "START"); doc->private = g_new0 (gbDocPrivate, 1); gb_debug (DEBUG_DOC, "END"); } static void gb_doc_finalize (GObject *object) { gbDoc *doc; GList *p; gb_debug (DEBUG_DOC, "START"); g_return_if_fail (object && GB_IS_DOC (object)); doc = GB_DOC (object); for (p=doc->list; p != NULL; p=p->next) { gb_doc_bond_free (p->data); p->data = NULL; } g_list_free (doc->list); g_free (doc->private->title); g_free (doc->private->filename); g_free (doc->private); G_OBJECT_CLASS (parent_class)->finalize (object); gb_debug (DEBUG_DOC, "END"); } GObject * gb_doc_new (void) { gbDoc *doc; gb_debug (DEBUG_DOC, "START"); doc = g_object_new (gb_doc_get_type(), NULL); doc->private->modified_flag = FALSE; gb_debug (DEBUG_DOC, "END"); return G_OBJECT (doc); } /****************************************************************************/ /* return filename. */ /****************************************************************************/ gchar * gb_doc_get_filename (gbDoc *doc) { gb_debug (DEBUG_DOC, ""); return g_strdup ( doc->private->filename ); } /****************************************************************************/ /* return short filename. */ /****************************************************************************/ gchar * gb_doc_get_short_name (gbDoc *doc) { gb_debug (DEBUG_DOC, ""); if ( doc->private->filename == NULL ) { if ( doc->private->untitled_instance == 0 ) { doc->private->untitled_instance = ++untitled; } return g_strdup_printf ( "%s %d", _("Untitled"), doc->private->untitled_instance ); } else { gchar *temp_name, *short_name; temp_name = g_path_get_basename ( doc->private->filename ); short_name = gb_util_remove_extension (temp_name); g_free (temp_name); return short_name; } } /****************************************************************************/ /* Is doc modified? */ /****************************************************************************/ gboolean gb_doc_is_modified (gbDoc *doc) { gb_debug (DEBUG_DOC, "return %d", doc->private->modified_flag); return doc->private->modified_flag; } /****************************************************************************/ /* Is doc untitled? */ /****************************************************************************/ gboolean gb_doc_is_untitled (gbDoc *doc) { gb_debug (DEBUG_DOC, "return %d",(doc->private->filename == NULL)); return (doc->private->filename == NULL); } /****************************************************************************/ /* Can undo? */ /****************************************************************************/ gboolean gb_doc_can_undo (gbDoc *doc) { return FALSE; } /****************************************************************************/ /* Can redo? */ /****************************************************************************/ gboolean gb_doc_can_redo (gbDoc *doc) { return FALSE; } /****************************************************************************/ /* Set filename. */ /****************************************************************************/ void gb_doc_set_filename (gbDoc *doc, const gchar *filename) { doc->private->filename = g_strdup (filename); g_signal_emit (G_OBJECT(doc), signals[NAME_CHANGED], 0); } /****************************************************************************/ /* Clear modified flag. */ /****************************************************************************/ void gb_doc_clear_modified (gbDoc *doc) { if ( doc->private->modified_flag ) { doc->private->modified_flag = FALSE; g_signal_emit (G_OBJECT(doc), signals[MODIFIED_CHANGED], 0); } } /****************************************************************************/ /* Add bond to inventory. */ /****************************************************************************/ gbStatus gb_doc_add_bond (gbDoc *doc, gbDocBond *p_bond) { GList *li; gbDocBond *p_bond_li; gb_debug (DEBUG_DOC, "START"); /* If bond has a serial number, check for duplicate serial numbers */ /* Bonds from imported SBW inventories may not have SNs */ if ( p_bond->sn != NULL ) { for ( li=doc->list; li!=NULL; li=li->next ) { p_bond_li = (gbDocBond *)li->data; if ( p_bond_li->sn != NULL ) { if ( strcmp( p_bond->sn, p_bond_li->sn ) == 0 ) { g_warning( _("Duplicate SN = %s"), p_bond->sn ); return GB_ERROR_DUPLICATE_SN; } } } } doc->list = g_list_insert_sorted( doc->list, p_bond, (GCompareFunc)insert_compare_fct ); gb_debug (DEBUG_DOC, "Added bond %s @ list = %p", p_bond->sn, doc->list); g_signal_emit (G_OBJECT(doc), signals[CHANGED], 0); if ( !doc->private->modified_flag ) { doc->private->modified_flag = TRUE; g_signal_emit (G_OBJECT(doc), signals[MODIFIED_CHANGED], 0); } gb_debug (DEBUG_DOC, "END"); return GB_OK; } /*-------------------------------------------------------------------------*/ /* PRIVATE. Compare two bonds for sorting by issue date, and sn. */ /*-------------------------------------------------------------------------*/ static gint insert_compare_fct (const gbDocBond *a, const gbDocBond *b) { if ( a->idate > b->idate ) { return +1; } else { if ( a->idate < b->idate ) { return -1; } else { if ( a->sn == NULL ) return +1; if ( b->sn == NULL ) return -1; return strcmp( b->sn, a->sn ); } } } /****************************************************************************/ /* Delete bond from inventory. */ /****************************************************************************/ gbStatus gb_doc_delete_bond (gbDoc *doc, gbDocBond *p_bond) { GList *p; gb_debug (DEBUG_DOC, "START"); p = g_list_find( doc->list, p_bond ); if ( p != NULL ) { doc->list = g_list_remove_link( doc->list, p ); gb_doc_bond_free( p->data ); p->data = NULL; g_list_free_1( p ); g_signal_emit (G_OBJECT(doc), signals[CHANGED], 0); if ( !doc->private->modified_flag ) { doc->private->modified_flag = TRUE; g_signal_emit (G_OBJECT(doc), signals[MODIFIED_CHANGED], 0); } } else { g_warning( _("Bond not found!") ); return GB_ERROR_DELETE_BOND_NOT_FOUND; } gb_debug (DEBUG_DOC, "END"); return GB_OK; } /****************************************************************************/ /* Get inventory title. */ /****************************************************************************/ gchar * gb_doc_get_title (gbDoc *doc) { return g_strdup( doc->private->title ); } /****************************************************************************/ /* Set inventory title. */ /****************************************************************************/ void gb_doc_set_title (gbDoc *doc, const gchar *title) { g_free( doc->private->title ); doc->private->title = g_strdup( title ); g_signal_emit (G_OBJECT(doc), signals[CHANGED], 0); g_signal_emit (G_OBJECT(doc), signals[NAME_CHANGED], 0); if ( !doc->private->modified_flag ) { doc->private->modified_flag = TRUE; g_signal_emit (G_OBJECT(doc), signals[MODIFIED_CHANGED], 0); } } /****************************************************************************/ /* Create a new bond, from series, issue date, and denom. Will also */ /* store SN, but will not parse it. */ /****************************************************************************/ gbDocBond * gb_doc_bond_new (gchar *series, const gchar *idate, gdouble denom, const gchar *sn, gbStatus *status) { gbDocBond *p_bond=NULL; gb_debug (DEBUG_DOC, "START"); /*-------------------------------------*/ /* Allocate storage for bond structure */ /*-------------------------------------*/ p_bond = g_new0( gbDocBond, 1 ); if ( p_bond == NULL ) { g_warning( _("Cannot allocate bond!") ); *status = GB_ERROR_MEM_ALLOC; return NULL; } /*---------------------------------------------------------*/ /* Set fields */ /*---------------------------------------------------------*/ p_bond->denom = denom; p_bond->sn = g_strdup( sn ); /*--------------------------------*/ /* Parse and set series field */ /*--------------------------------*/ *status = gb_series_parse( series, &p_bond->series ); if ( *status != GB_OK ) { g_warning( _("Bad series") ); gb_doc_bond_free( p_bond ); p_bond = NULL; return NULL; } /*--------------------------------*/ /* Parse and set issue date field */ /*--------------------------------*/ *status = gb_date_parse( idate, &p_bond->idate ); if ( *status != GB_OK ) { g_warning( _("Cannot parse issue date") ); gb_doc_bond_free( p_bond ); p_bond = NULL; return NULL; } /*--------------------------------------------------------*/ /* Make sure series/denomination combination are valid. */ /*--------------------------------------------------------*/ *status = gb_rules_test_series_denom( p_bond->series, p_bond->denom ); if ( *status != GB_OK ) { g_warning( _("Bad denomination") ); gb_doc_bond_free( p_bond ); p_bond = NULL; return NULL; } /*-------------------------------------------*/ /* Make sure series and issue date are valid */ /*-------------------------------------------*/ *status = gb_rules_test_issue( p_bond->series, p_bond->idate ); if ( *status != GB_OK ) { g_warning( _("Bad issue date") ); gb_doc_bond_free( p_bond ); p_bond = NULL; return NULL; } /*-----------------------*/ /* Determine issue price */ /*-----------------------*/ *status = gb_rules_determine_issue (p_bond->series, p_bond->denom, &p_bond->issue); if ( *status != GB_OK ) { g_warning( _("Cannot determine issue price") ); gb_doc_bond_free( p_bond ); p_bond = NULL; return NULL; } /*-------------------------------*/ /* Determine final maturity date */ /*-------------------------------*/ *status = gb_rules_determine_maturity (p_bond->series, p_bond->idate, &p_bond->mdate); if ( *status != GB_OK ) { g_warning( _("Cannot determine maturity data") ); gb_doc_bond_free( p_bond ); p_bond = NULL; return NULL; } *status = GB_OK; gb_debug (DEBUG_DOC, "END"); return p_bond; } /****************************************************************************/ /* Create a new bond, from ascii serial number and issue date. */ /****************************************************************************/ gbDocBond *gb_doc_bond_new_from_sn_idate (gchar *sn, const gchar *idate, gbStatus *status) { gbDocBond *p_bond=NULL; gb_debug (DEBUG_DOC, "START"); /*-------------------------------------*/ /* Allocate storage for bond structure */ /*-------------------------------------*/ p_bond = g_new0( gbDocBond, 1 ); if ( p_bond == NULL ) { g_warning( _("Cannot allocate bond!") ); *status = GB_ERROR_MEM_ALLOC; return NULL; } /*---------------------------------------------------------*/ /* Parse serial number, set series and denomination fields */ /*---------------------------------------------------------*/ *status = gb_serial_number_parse( sn, &p_bond->series, &p_bond->denom ); if ( *status != GB_OK ) { g_warning( _("Cannot parse SN") ); gb_doc_bond_free( p_bond ); return NULL; } p_bond->sn = g_strdup( sn ); /*--------------------------------*/ /* Parse and set issue date field */ /*--------------------------------*/ *status = gb_date_parse( idate, &p_bond->idate ); if ( *status != GB_OK ) { g_warning( _("Cannot parse issue date") ); gb_doc_bond_free( p_bond ); return NULL; } /*--------------------------------------------------------*/ /* Make sure series/denomination combination are valid. */ /*--------------------------------------------------------*/ *status = gb_rules_test_series_denom( p_bond->series, p_bond->denom ); if ( *status != GB_OK ) { g_warning( _("Bad denomination") ); gb_doc_bond_free( p_bond ); return NULL; } /*-------------------------------------------*/ /* Make sure series and issue date are valid */ /*-------------------------------------------*/ *status = gb_rules_test_issue( p_bond->series, p_bond->idate ); if ( *status != GB_OK ) { g_warning( _("Bad issue date") ); gb_doc_bond_free( p_bond ); return NULL; } /*-----------------------*/ /* Determine issue price */ /*-----------------------*/ *status = gb_rules_determine_issue (p_bond->series, p_bond->denom, &p_bond->issue); if ( *status != GB_OK ) { g_warning( _("Cannot determine issue price") ); gb_doc_bond_free( p_bond ); return NULL; } /*-------------------------------*/ /* Determine final maturity date */ /*-------------------------------*/ *status = gb_rules_determine_maturity (p_bond->series, p_bond->idate, &p_bond->mdate); if ( *status != GB_OK ) { g_warning( _("Cannot determine maturity data") ); gb_doc_bond_free( p_bond ); return NULL; } *status = GB_OK; gb_debug (DEBUG_DOC, "END"); return p_bond; } /****************************************************************************/ /* Free memory of a previously allocate bond. */ /****************************************************************************/ void gb_doc_bond_free (gbDocBond *p_bond) { gb_debug (DEBUG_DOC, "START"); g_free( p_bond->sn ); p_bond->sn = NULL; g_free( p_bond ); gb_debug (DEBUG_DOC, "END"); } /****************************************************************************/ /* Return bond information structure for given bond with given redemption */ /* date. */ /****************************************************************************/ gbDocBondInfo * gb_doc_bond_get_info (gbDocBond *p_bond, const gchar *rdate, gbStatus *status) { gbTableModel *table_model; gbDocBondInfo *p_info; gbDate sb_rdate, sb_ladate, sb_nadate; gb_debug (DEBUG_DOC, "START"); table_model = gb_table_get_model (); /*-------------------------------------*/ /* Allocate info structure */ /*-------------------------------------*/ p_info = g_new0( gbDocBondInfo, 1 ); if ( p_info == NULL ) { g_warning( _("Cannot allocate bond information structure!") ); *status = GB_ERROR_MEM_ALLOC; return NULL; } /*-------------------------------------*/ /* Convert date string to SB_Date. */ /*-------------------------------------*/ *status = gb_date_parse( rdate, &sb_rdate ); if ( *status != GB_OK ) { g_warning( _("Cannot parse redemption date") ); gb_doc_bond_free_info( p_info ); return NULL; } /*-------------------------------------*/ /* Extract direct information first. */ /*-------------------------------------*/ p_info->sn = g_strdup( p_bond->sn ); p_info->series = g_strdup( gb_series_fmt( p_bond->series ) ); p_info->denom = p_bond->denom; p_info->denom_str = gb_value_fmt( p_info->denom, FALSE ); p_info->issue_date = gb_date_fmt( p_bond->idate ); p_info->issue_price = p_bond->issue; p_info->issue_price_str = gb_value_fmt( p_info->issue_price, FALSE ); p_info->final_maturity = gb_date_fmt( p_bond->mdate ); /*--------------------------------------------*/ /* Now, derive info based on redemption date. */ /*--------------------------------------------*/ p_info->value = gb_table_model_get_value( table_model, p_bond->series, p_bond->denom, p_bond->issue, p_bond->idate, sb_rdate, &p_info->nopay_flag ); if ( *status != GB_OK ) { g_warning( _("Cannot determine value") ); gb_doc_bond_free_info( p_info ); return NULL; } p_info->value_str = gb_value_fmt( p_info->value, TRUE ); p_info->interest = p_info->value - p_info->issue_price; *status = gb_rules_get_last_accrual( p_bond->series, p_bond->idate, sb_rdate, p_bond->mdate, &sb_ladate ); if ( *status != GB_OK ) { g_warning( _("Cannot determine last accrual date") ); gb_doc_bond_free_info( p_info ); return NULL; } *status = gb_rules_get_next_accrual( p_bond->series, p_bond->idate, sb_rdate, p_bond->mdate, &sb_nadate ); if ( *status != GB_OK ) { g_warning( _("Cannot determine next accrual date") ); gb_doc_bond_free_info( p_info ); return NULL; } *status = gb_determine_yield( p_info->issue_price, p_info->value, p_bond->idate, sb_ladate, &p_info->yield ); if ( *status != GB_OK ) { g_warning( _("Cannot determine yield") ); gb_doc_bond_free_info( p_info ); return NULL; } if ( p_bond->idate <= sb_rdate ) { p_info->interest_str = gb_value_fmt( p_info->interest, TRUE ); p_info->last_accrual = gb_date_fmt( sb_ladate ); p_info->next_accrual = gb_date_fmt( sb_nadate ); p_info->yield_str = g_strdup_printf( "%.2f%%", p_info->yield ); } else { p_info->interest_str = g_strdup( " - " ); p_info->last_accrual = g_strdup( " - " ); p_info->next_accrual = g_strdup( " - " ); p_info->yield_str = g_strdup( " - " ); } if ( sb_rdate >= p_bond->mdate ) { p_info->matured_flag = TRUE; } else { p_info->matured_flag = FALSE; } *status = gb_rules_determine_exchangeability( p_bond->series, p_bond->idate, p_bond->mdate, sb_rdate, &p_info->exchangeable_flag ); if ( *status != GB_OK ) { gb_doc_bond_free_info( p_info ); return NULL; } p_info->flag_str = g_strdup_printf( "%s%s", (p_info->matured_flag ? "M" : ""), (p_info->nopay_flag ? "*" : "") ); *status = GB_OK; gb_debug (DEBUG_DOC, "END"); return p_info; } /****************************************************************************/ /* Free memory of a previously allocate bond information structure. */ /****************************************************************************/ void gb_doc_bond_free_info (gbDocBondInfo *p_info) { gb_debug (DEBUG_DOC, "START"); g_free( p_info->sn ); p_info->sn = NULL; g_free( p_info->series ); p_info->series = NULL; g_free( p_info->denom_str ); p_info->denom_str = NULL; g_free( p_info->issue_date ); p_info->issue_date = NULL; g_free( p_info->issue_price_str ); p_info->issue_price_str = NULL; g_free( p_info->value_str ); p_info->value_str = NULL; g_free( p_info->interest_str ); p_info->interest_str = NULL; g_free( p_info->yield_str ); p_info->yield_str = NULL; g_free( p_info->last_accrual ); p_info->last_accrual = NULL; g_free( p_info->next_accrual ); p_info->next_accrual = NULL; g_free( p_info->final_maturity ); p_info->final_maturity = NULL; g_free( p_info->flag_str ); p_info->flag_str = NULL; g_free( p_info ); gb_debug (DEBUG_DOC, "END"); } gbonds-2.0.3/src/types.c0000664000076400007640000002123111106721173012020 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * types.c: Basic Savings Bond Types module. * * Copyright (C) 2000-2003 Jim Evins . * * 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 */ #include #include #include #include "types.h" /*=========================================================================*/ /* Convert an gbSERIES to a printable string. */ /*=========================================================================*/ const gchar * gb_series_fmt (gbSeries series) { switch (series) { case GB_SERIES_E: return "E"; case GB_SERIES_S: return "S"; case GB_SERIES_EE: return "EE"; case GB_SERIES_I: return "I"; default: return "?"; } } /*=========================================================================*/ /* Convert a gbDATE to a printable string. */ /*=========================================================================*/ gchar * gb_date_fmt (gbDate date) { return g_strdup_printf ("%2d/%4d", GB_MONTH(date), GB_YEAR(date)); } /*=========================================================================*/ /* Convert a gbVALUE to a printable string. (Only supports USD, which */ /* should be ok since this is for U.S. savings bonds only.) */ /*=========================================================================*/ gchar * gb_value_fmt (gdouble value, gboolean cent_flag) { gchar string[256], *p=string; gint npow; gint n = 0, i, digit; gdouble dpow; if ( value <= 0.0 ) { if ( cent_flag ) { return g_strdup( "$0.00" ); } else { return g_strdup( "$0" ); } } else { value += 0.005; /* Round to nearest cent */ npow = (int)(log10( value )); if ( npow < 0 ) npow = 0; p[n++] = '$'; dpow = pow( 10.0, (double)npow ); for ( i=npow; (i>=0) && (n<255); i-- ) { digit = (int)( value / dpow ); p[n++] = digit + '0'; value = value - ((double)digit * dpow); dpow = dpow / 10.0; if ( i && ((i % 3) == 0) ) { p[n++] = ','; } } if ( cent_flag ) { p[n++] = '.'; for ( i=0; (i<2) && (n<255); i++ ) { digit = (int)( value / dpow ); p[n++] = digit + '0'; value = value - ((double)digit * dpow); dpow = dpow / 10.0; } } } p[n] = 0; return g_strdup( string ); } /*=========================================================================*/ /* Parse serial number, extract series and denomination. */ /*=========================================================================*/ extern gbStatus gb_serial_number_parse (gchar *sn, gbSeries *series, gdouble *denom) { gchar *p; gint digits; /*-----------------------------------------*/ /* Check for NULL pointer and empty string */ /*-----------------------------------------*/ if ( sn == NULL ) { return GB_ERROR_PARSE_SN_NULL; } if ( !sn[0] ) { return GB_ERROR_PARSE_SN_EMPTY; } /*--------------------------------*/ /* Check and extract denomination */ /*--------------------------------*/ sn[0] = toupper( sn[0] ); switch ( sn[0] ) { case 'Q': *denom = 25; break; case 'L': *denom = 50; break; case 'K': *denom = 75; break; case 'C': *denom = 100; break; case 'R': *denom = 200; break; case 'D': *denom = 500; break; case 'M': *denom = 1000; break; case 'V': *denom = 5000; break; case 'X': *denom = 10000; break; default: return GB_ERROR_PARSE_SN_BAD_DENOM; } /*-------------------------------------------------------------------*/ /* Check number of digits, and position p at series at end of number */ /*-------------------------------------------------------------------*/ digits = 0; for ( p = &sn[1]; isdigit(*p) && (digits < 11); p++ ) { digits++; } if ( ( digits < 1 ) ) { return GB_ERROR_PARSE_SN_DIGITS; } if ( ( digits > 10 ) ) { return GB_ERROR_PARSE_SN_DIGITS; } /*--------------------------------------------------------*/ /* Check and extract series, p should now point at series */ /*--------------------------------------------------------*/ p[0] = toupper( p[0] ); switch ( p[0] ) { case 0: /* Empty => Series S */ *series = GB_SERIES_S; break; case 'E': /* E => Series E or EE */ p[1] = toupper( p[1] ); switch ( p[1] ) { case 0: /* Just E = > Series E */ *series = GB_SERIES_E; break; case 'E': if ( p[2] == 0 ) { *series = GB_SERIES_EE; /* EE => Series EE */ } else { return GB_ERROR_PARSE_SN_BAD_SERIES; /* Extra character(s) */ } break; default: /* E? */ return GB_ERROR_PARSE_SN_BAD_SERIES; break; } break; case 'I': if ( p[1] == 0 ) { *series = GB_SERIES_I; /* I => Series I */ } else { return GB_ERROR_PARSE_SN_BAD_SERIES; /* Extra character(s) */ } break; default: return GB_ERROR_PARSE_SN_BAD_SERIES; /* ? */ break; } return GB_OK; } /*=========================================================================*/ /* Parse series string and extract a gbSeries. */ /*=========================================================================*/ extern gbStatus gb_series_parse (gchar *string, gbSeries *series) { /*-----------------------------------------*/ /* Check for NULL pointer and empty string */ /*-----------------------------------------*/ if ( string == NULL ) { return GB_ERROR_PARSE_SERIES_NULL; } if ( !string[0] ) { return GB_ERROR_PARSE_SERIES_EMPTY; } /*--------------------------*/ /* Check and extract series */ /*--------------------------*/ string[0] = toupper( string[0] ); switch ( string[0] ) { case 'E': /* E => Series E or EE */ string[1] = toupper( string[1] ); switch ( string[1] ) { case 0: /* Just E = > Series E */ *series = GB_SERIES_E; break; case 'E': if ( string[2] == 0 ) { *series = GB_SERIES_EE; /* EE => Series EE */ } else { return GB_ERROR_PARSE_SERIES_BAD_SERIES; /* Extra character(s) */ } break; default: /* E? */ return GB_ERROR_PARSE_SERIES_BAD_SERIES; break; } break; case 'I': if ( string[1] == 0 ) { *series = GB_SERIES_I; /* I => Series I */ } else { return GB_ERROR_PARSE_SERIES_BAD_SERIES; /* Extra character(s) */ } break; case 'S': /* Empty => Series S */ if ( string[1] == 0 ) { *series = GB_SERIES_S; } else { return GB_ERROR_PARSE_SERIES_BAD_SERIES; /* Extra character(s) */ } break; default: return GB_ERROR_PARSE_SERIES_BAD_SERIES; /* ? */ break; } return GB_OK; } /*=========================================================================*/ /* Parse a date string and extract a gbDate. */ /*=========================================================================*/ extern gbStatus gb_date_parse (const gchar *string, gbDate *date) { gint n, month, year; /*-----------------------------------------*/ /* Check for NULL pointer and empty string */ /*-----------------------------------------*/ if ( string == NULL ) { return GB_ERROR_PARSE_DATE_NULL; } if ( !string[0] ) { return GB_ERROR_PARSE_DATE_EMPTY; } n = sscanf( string, "%d/%d", &month, &year ); if ( n != 2 ) { return GB_ERROR_PARSE_DATE_FORMAT; } if ( (month < 1) || (month >12) ) { return GB_ERROR_PARSE_DATE_MONTH; } if ( year < 1940 ) { return GB_ERROR_PARSE_DATE_YEAR; } *date = GB_DATE( month, year ); return GB_OK; } /*=========================================================================*/ /* Determine the effective yield of a bond, given the initial value, its */ /* current value, its issue date, and the last accrual date. */ /*=========================================================================*/ gbStatus gb_determine_yield (gdouble issue_price, gdouble value, gbDate idate, gbDate adate, gdouble *yield) { gdouble months; months = adate - idate; if ( months > 0 ) { #ifdef ANNUAL_YIELD /* Annual Yield */ *yield = (exp( (12.0/months) * log(value/issue_price) ) - 1.0) * 100.0; #else /* Semi-Annual Yield, i.e. 6 months */ *yield = 2.0*(exp( (6.0/months) * log(value/issue_price) ) - 1.0) * 100.0; #endif } else { *yield = 0.0; } return GB_OK; } gbonds-2.0.3/src/doc-sbw.c0000664000076400007640000001756111107642662012233 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * doc-sbw.c: gbonds sbw import module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include #include #include "doc-sbw.h" #include "sbw4.h" #include "util.h" #include "debug.h" /*========================================================*/ /* Private macros and constants. */ /*========================================================*/ /*========================================================*/ /* Private types. */ /*========================================================*/ /*========================================================*/ /* Private globals. */ /*========================================================*/ /*========================================================*/ /* Private function prototypes. */ /*========================================================*/ static gbDoc *read_sbw2 (FILE *fp, gbStatus *status); static gbDoc *read_sbw4 (FILE *fp, gbStatus *status); /****************************************************************************/ /* Open and read doc from sbw file. */ /****************************************************************************/ gbDoc * gb_doc_sbw_open (const gchar *filename, gbStatus *status) { FILE *fp; gchar line[256]; gint version = 0; gbDoc *doc = NULL; gb_debug (DEBUG_XML, "START"); fp = fopen( filename, "r" ); if ( fp == NULL ) { g_warning( _("Cannot open \"%s\""), filename ); *status = GB_ERROR_OPEN_SBW_CANNOT_OPEN_FILE; return NULL; } /* Look for magic numbers to determine version. */ /* 1st try the SBW 2 or 3 format */ fgets( line, 256, fp ); rewind( fp ); if ((strncmp("\"SBW 2\"", line, 7) == 0) || (strncmp("\"SBW 3\"", line, 7) == 0)) { version = 2; } else { /* Failing that try for version 4 */ fseek( fp, sizeof(SBW4_Head), SEEK_SET ); fread( line, SBW4_CBOND_SIZE, 1, fp); rewind( fp ); if ( strncmp( "CBond", line, sizeof(SBW4_CBOND_SIZE)) == 0 ) { version = 4; } } /* Now import using the proper format. */ switch (version) { case 2: g_message( "Importing SBW 2 or 3 file" ); doc = read_sbw2 (fp, status); break; case 4: g_message( "Importing SBW 4 file" ); doc = read_sbw4 (fp, status); break; default: g_warning( _("Problem parsing SBW file, bad magic number.") ); *status = GB_ERROR_OPEN_SBW_BAD_MAGIC; } fclose( fp ); gb_debug (DEBUG_XML, "END"); return doc; } /*-------------------------------------------------------------------------*/ /* PRIVATE. Read an SBW 2 or 3 file. */ /*-------------------------------------------------------------------------*/ static gbDoc * read_sbw2 (FILE *fp, gbStatus *status) { gbDoc *doc; gchar *p_title; gchar **field; gchar *p_series, *p_idate, *p_denom, *p_sn; gdouble xdenom; gint i, n; gchar line[256]; gbDocBond *p_bond; doc = GB_DOC(gb_doc_new()); *status = GB_OK; fgets( line, 256, fp ); /* "SBW 2" or "SBW 3" */ if ( (strncmp( "\"SBW 2\"", line, 7 ) != 0) && (strncmp( "\"SBW 3\"", line, 7 ) != 0) ) { g_warning( _("Problem parsing SBW file, bad magic number.") ); *status = GB_ERROR_OPEN_SBW_BAD_MAGIC; g_object_unref (G_OBJECT(doc)); return NULL; } fgets( line, 256, fp ); /* "title" */ p_title = strtok( line, "\"" ); /* Strip quotes */ gb_doc_set_title (doc, p_title); fgets( line, 256, fp ); /* "redemption date" -- IGNORE */ fgets( line, 256, fp ); /* N */ if ( sscanf( line, "%d", &n ) != 1 /* Line should contain only 1 field */ ) { g_warning( _("Problem parsing SBW file, line 4 should have N.") ); *status = GB_ERROR_OPEN_SBW_PARSE; g_object_unref (G_OBJECT(doc)); return NULL; } for ( i=0; i 0 ) { fread (notes, n_bytes, 1, fp); notes[n_bytes] = 0; } fread (&n_bytes, sizeof(guchar), 1, fp); if ( n_bytes > 0 ) { fread (sn, n_bytes, 1, fp); sn[n_bytes] = 0; } fread (&n_bytes, sizeof(guchar), 1, fp); if ( n_bytes > 0 ) { fread (series, n_bytes, 1, fp); series[n_bytes] = 0; } if (i < (n-1)) { fread (&inter_record, sizeof(gshort), 1, fp); } if ( (strcasecmp("E", series) == 0) || (strcasecmp("S", series) == 0) || (strcasecmp("EE", series) == 0) || (strcasecmp("I", series) == 0) ) { idate_string = gb_date_fmt( info_fixed.idate + SBW4_EPOCH ); p_bond = gb_doc_bond_new( series, idate_string, info_fixed.denom, sn, status); g_free( idate_string ); if ( *status != GB_OK ) { g_warning( _("Cannot create bond, status = %d"), *status ); g_object_unref (G_OBJECT(doc)); return NULL; } *status = gb_doc_add_bond( doc, p_bond ); if ( *status != GB_OK ) { gb_doc_bond_free( p_bond ); g_warning( _("Cannot add bond to list, status = %d"), *status ); g_object_unref (G_OBJECT(doc)); return NULL; } } else { g_message( _("Skipping unsupported bond series (%s)"), series ); } } return doc; } gbonds-2.0.3/src/file.h0000664000076400007640000000333711106721174011610 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * file.h: FILE menu dialog module header file * * Copyright (C) 2000-2003 Jim Evins . * * 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 */ #ifndef __FILE_H__ #define __FILE_H__ #include "recent-files/egg-recent-view.h" #include #include "doc.h" #include "window.h" G_BEGIN_DECLS void gb_file_new (GtkWindow *window); void gb_file_open (GtkWindow *window); gboolean gb_file_open_recent (EggRecentView *view, EggRecentItem *item, GtkWindow *window);; gboolean gb_file_open_real (const gchar *filename, GtkWindow *window); void gb_file_import (GtkWindow *window); gboolean gb_file_save (gbDoc *doc, GtkWindow *window); gboolean gb_file_save_as (gbDoc *doc, GtkWindow *window); gboolean gb_file_close (gbWindow *window); void gb_file_exit (void); G_END_DECLS #endif /* __FILE_H__ */ gbonds-2.0.3/src/table.c0000664000076400007640000000226011106721174011745 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * table.c: gbonds redemption table module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include "table.h" #include "debug.h" static gbTableModel *model; gbTableModel * gb_table_get_model (void) { return model; } void gb_table_init (void) { gb_debug (DEBUG_TABLE, "BEGIN"); model = GB_TABLE_MODEL (gb_table_model_new ()); gb_debug (DEBUG_TABLE, "END"); } gbonds-2.0.3/src/debug.c0000664000076400007640000000630011106721173011742 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * debug.c: gbonds debug module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ /* * This file is based on gedit-debug.c from gedit2: * * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi * */ #include "debug.h" gbDebugSection debug_flags = GBONDS_DEBUG_NONE; /****************************************************************************/ /* Initialize debug flags, based on environmental variables. */ /****************************************************************************/ void gb_debug_init (void) { if (g_getenv ("GBONDS_DEBUG") != NULL) { /* enable all debugging */ debug_flags = ~GBONDS_DEBUG_NONE; return; } if (g_getenv ("GBONDS_DEBUG_VIEW") != NULL) debug_flags |= GBONDS_DEBUG_VIEW; if (g_getenv ("GBONDS_DEBUG_PRINT") != NULL) debug_flags |= GBONDS_DEBUG_PRINT; if (g_getenv ("GBONDS_DEBUG_PREFS") != NULL) debug_flags |= GBONDS_DEBUG_PREFS; if (g_getenv ("GBONDS_DEBUG_FILE") != NULL) debug_flags |= GBONDS_DEBUG_FILE; if (g_getenv ("GBONDS_DEBUG_DOC") != NULL) debug_flags |= GBONDS_DEBUG_DOC; if (g_getenv ("GBONDS_DEBUG_XML") != NULL) debug_flags |= GBONDS_DEBUG_XML; if (g_getenv ("GBONDS_DEBUG_TABLE") != NULL) debug_flags |= GBONDS_DEBUG_TABLE; if (g_getenv ("GBONDS_DEBUG_UPDATE") != NULL) debug_flags |= GBONDS_DEBUG_UPDATE; if (g_getenv ("GBONDS_DEBUG_UNDO") != NULL) debug_flags |= GBONDS_DEBUG_UNDO; if (g_getenv ("GBONDS_DEBUG_RECENT") != NULL) debug_flags |= GBONDS_DEBUG_RECENT; if (g_getenv ("GBONDS_DEBUG_COMMANDS") != NULL) debug_flags |= GBONDS_DEBUG_COMMANDS; if (g_getenv ("GBONDS_DEBUG_WINDOW") != NULL) debug_flags |= GBONDS_DEBUG_WINDOW; if (g_getenv ("GBONDS_DEBUG_UI") != NULL) debug_flags |= GBONDS_DEBUG_UI; } /****************************************************************************/ /* Print debugging information. */ /****************************************************************************/ void gb_debug (gbDebugSection section, const gchar *file, gint line, const gchar *function, const gchar *format, ...) { if (debug_flags & section) { va_list args; gchar *msg; g_return_if_fail (format != NULL); va_start (args, format); msg = g_strdup_vprintf (format, args); va_end (args); g_print ("%s:%d (%s) %s\n", file, line, function, msg); g_free (msg); } } gbonds-2.0.3/src/table-model.h0000664000076400007640000000576011106721173013057 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * table-model.h: gbonds redemption table model header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __TABLE_MODEL_H__ #define __TABLE_MODEL_H__ #include #include "types.h" G_BEGIN_DECLS #define GB_TYPE_TABLE_MODEL (gb_table_model_get_type ()) #define GB_TABLE_MODEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GB_TYPE_TABLE_MODEL, gbTableModel)) #define GB_TABLE_MODEL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GB_TYPE_TABLE_MODEL, gbTableModelClass)) #define GB_IS_TABLE_MODEL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GB_TYPE_TABLE_MODEL)) #define GB_IS_TABLE_MODEL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GB_TYPE_TABLE_MODEL)) typedef struct _gbTableModel gbTableModel; typedef struct _gbTableModelClass gbTableModelClass; typedef struct _gbTableModelPrivate gbTableModelPrivate; struct _gbTableModel { GObject object; gbTableModelPrivate *private; }; struct _gbTableModelClass { GObjectClass parent_class; void (*changed) (gbTableModel *table_model, gpointer user_data); }; GType gb_table_model_get_type (void); GObject *gb_table_model_new (void); void gb_table_model_update (gbTableModel *table_model); GList *gb_table_model_get_rdate_list (gbTableModel *table_model, gint max_dates ); void gb_table_model_free_rdate_list (GList *dates); gbDate gb_table_model_get_rdate_today (void); gbDate gb_table_model_get_best_rdate_today (gbTableModel *table_model); gbDate gb_table_model_get_rdate_max (gbTableModel *table_model); gbDate gb_table_model_get_rdate_min (gbTableModel *table_model); gdouble gb_table_model_get_value (gbTableModel *table_model, gbSeries series, gdouble denom, gdouble issue_price, gbDate idate, gbDate rdate, gboolean *nopay_flag); G_END_DECLS #endif /* __TABLE_MODEL_H__ */ gbonds-2.0.3/src/debug.h0000664000076400007640000000603711106721173011756 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * debug.h: gbonds debug module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ /* * This file is based on gedit-debug.h from gedit2: * * Copyright (C) 1998, 1999 Alex Roberts, Evan Lawrence * Copyright (C) 2000, 2001 Chema Celorio, Paolo Maggi * */ #ifndef __DEBUG_H__ #define __DEBUG_H__ #include G_BEGIN_DECLS /* * Set an environmental var of the same name to turn on * debugging output. Setting GBONDS_DEBUG will turn on all * sections. */ typedef enum { GBONDS_DEBUG_NONE = 0, GBONDS_DEBUG_VIEW = 1 << 0, GBONDS_DEBUG_PRINT = 1 << 1, GBONDS_DEBUG_PREFS = 1 << 2, GBONDS_DEBUG_FILE = 1 << 3, GBONDS_DEBUG_DOC = 1 << 4, GBONDS_DEBUG_XML = 1 << 5, GBONDS_DEBUG_TABLE = 1 << 6, GBONDS_DEBUG_UPDATE = 1 << 7, GBONDS_DEBUG_UNDO = 1 << 8, GBONDS_DEBUG_RECENT = 1 << 9, GBONDS_DEBUG_COMMANDS = 1 << 10, GBONDS_DEBUG_WINDOW = 1 << 11, GBONDS_DEBUG_UI = 1 << 12, } gbDebugSection; #ifndef __GNUC__ #define __FUNCTION__ "" #endif #define DEBUG_VIEW GBONDS_DEBUG_VIEW, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_PRINT GBONDS_DEBUG_PRINT, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_PREFS GBONDS_DEBUG_PREFS, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_FILE GBONDS_DEBUG_FILE, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_DOC GBONDS_DEBUG_DOC, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_XML GBONDS_DEBUG_XML, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_TABLE GBONDS_DEBUG_TABLE, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_UPDATE GBONDS_DEBUG_UPDATE, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_UNDO GBONDS_DEBUG_UNDO, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_RECENT GBONDS_DEBUG_RECENT, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_COMMANDS GBONDS_DEBUG_COMMANDS,__FILE__, __LINE__, __FUNCTION__ #define DEBUG_WINDOW GBONDS_DEBUG_WINDOW, __FILE__, __LINE__, __FUNCTION__ #define DEBUG_UI GBONDS_DEBUG_UI, __FILE__, __LINE__, __FUNCTION__ void gb_debug_init (void); void gb_debug (gbDebugSection section, const gchar *file, gint line, const gchar *function, const gchar *format, ...); G_END_DECLS #endif /* __DEBUG_H__ */ gbonds-2.0.3/src/print.c0000664000076400007640000005222511107710036012014 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * print.c: Savings Bond Print module * * Copyright (C) 2000-2003 Jim Evins . * * 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 */ #include #include #include #include #include "print.h" #define GBONDS_PRINT_HEADER_FONT "sans" #define GBONDS_PRINT_HEADER_FONT_SIZE 11 #define GBONDS_PRINT_BODY_FONT "courier" #define GBONDS_PRINT_BODY_FONT_SIZE 10 #define GBONDS_PRINT_BONDS_PER_PAGE 50 /*===========================================*/ /* Private types. */ /*===========================================*/ typedef struct _PrintInfo { /* gnome print context */ GnomePrintContext *pc; /* gnome print config */ GnomePrintConfig *config; /* paper characteristics */ gdouble page_width; gdouble page_height; gdouble margin_top; gdouble margin_bottom; gdouble margin_left; gdouble margin_right; /* position of main printing area margins */ gdouble x_lmargin, x_rmargin; gdouble y_tmargin, y_bmargin; /* Current font info */ GnomeFont *font; gchar *font_name; gint font_size; gdouble font_spacing; gboolean font_italic; /* Current position */ gdouble x, y; } PrintInfo; /*===========================================*/ /* Private function prototypes. */ /*===========================================*/ static void print_page_header( PrintInfo *pi, gchar *title, gchar *name, gint i_page, gint n_pages, const gchar *date_string ); static void print_empty_inventory( PrintInfo *pi ); static void print_redemption_date( PrintInfo *pi, gchar *rdate ); static void print_table_headers( PrintInfo *pi ); static void print_bond_info( PrintInfo *pi, gbDocBondInfo *info ); static void print_legend( PrintInfo *pi ); static void print_summary( PrintInfo *pi, gchar *rdate, gint n_bonds, gdouble inventory_value, gdouble redemption_value, gdouble total_interest ); static PrintInfo *print_info_new( GnomePrintJob *job ); static void print_info_free( PrintInfo *pi ); static void print_font( PrintInfo *pi, gchar *name, gint size ); static void print_bold( PrintInfo *pi ); static void print_bold_end( PrintInfo *pi ); static void print_show( PrintInfo *pi, gchar *text ); static void print_show_right( PrintInfo *pi, gchar *text ); static void print_show_center( PrintInfo *pi, gchar *text ); static void print_goto_line( PrintInfo *pi, gint n ); static void print_goto_next_line( PrintInfo *pi ); static void print_goto_header( PrintInfo *pi ); static void print_goto_footer( PrintInfo *pi ); static void print_goto_eol( PrintInfo *pi ); static void print_goto_center( PrintInfo *pi ); static void print_goto_column( PrintInfo *pi, gint n ); static void print_hbar( PrintInfo *pi, gint n ); /******************************************************************************/ /* Print the inventory. */ /******************************************************************************/ void gb_print (GnomePrintJob *job, gbView *view) { PrintInfo *pi; gint i_page, n_pages; gint i_bond, n_bonds; gchar *page_str; gchar *basename, *title; GList *p; gbDocBond *p_bond; gbDocBondInfo *info; gbStatus status; gdouble inventory_value=0.0, redemption_value=0.0, total_interest=0.0; time_t t; struct tm *tm; gchar *date_string; pi = print_info_new (job); basename = gb_doc_get_short_name (view->doc); title = gb_doc_get_title (view->doc); /* Format date string */ t = time(NULL); tm = localtime(&t); date_string = g_strdup_printf( "%02d/%02d/%4d %2d:%02d %s", tm->tm_mon+1, tm->tm_mday, tm->tm_year+1900, (tm->tm_hour%12) ? tm->tm_hour%12 : 12, tm->tm_min, (tm->tm_hour/12) ? "PM" : "AM" ); /* Count bonds in inventory */ n_bonds = 0; for ( p=view->doc->list; p!=NULL; p=p->next ) { n_bonds++; } /* Calculate total number of pages */ if ( n_bonds == 0 ) { n_pages = 1; } else { n_pages = ( (n_bonds-1) / GBONDS_PRINT_BONDS_PER_PAGE ) + 2; } i_page = 1; i_bond = 0; /* Begin new page */ page_str = g_strdup_printf( "%d", i_page ); gnome_print_beginpage( pi->pc, (guchar *)page_str ); g_free( page_str ); print_page_header( pi, title, basename, i_page, n_pages, date_string ); if ( view->doc->list == NULL ) { print_empty_inventory( pi ); gnome_print_showpage( pi->pc ); } else { /*---------------------------------------------*/ /* Traverse bond list and print information. */ /*---------------------------------------------*/ print_goto_line( pi, 3 ); print_redemption_date( pi, view->rdate ); for ( p=view->doc->list; p!=NULL; p=p->next ) { p_bond = (gbDocBond *)p->data; if ( (i_bond % GBONDS_PRINT_BONDS_PER_PAGE) == 0 ) { if ( i_bond != 0 ) { /* Finish old page */ gnome_print_showpage( pi->pc ); /* Begin new page */ i_page++; page_str = g_strdup_printf( "%d", i_page ); gnome_print_beginpage( pi->pc, (guchar *)page_str ); g_free( page_str ); print_page_header( pi, title, basename, i_page, n_pages, date_string ); print_goto_line( pi, 3 ); print_redemption_date( pi, view->rdate ); } print_table_headers( pi ); } info = gb_doc_bond_get_info( p_bond, view->rdate, &status ); if ( info == NULL ) { return; } print_bond_info( pi, info ); i_bond++; inventory_value += info->value; total_interest += info->interest; if ( !info->nopay_flag ) redemption_value += info->value; gb_doc_bond_free_info( info ); info = NULL; } gnome_print_showpage( pi->pc ); /*---------------------------------------------*/ /* Finish up with a summary page. */ /*---------------------------------------------*/ i_page++; page_str = g_strdup_printf( "%d", i_page ); gnome_print_beginpage( pi->pc, (guchar *)page_str ); g_free( page_str ); print_page_header( pi, title, basename, i_page, n_pages, date_string ); print_summary( pi, view->rdate, n_bonds, inventory_value, redemption_value, total_interest ); print_legend( pi ); gnome_print_showpage( pi->pc ); } print_info_free( pi ); g_free( basename ); g_free( title ); g_free( date_string ); } /*==================================================*/ /* PRIVATE. Print page header and footer */ /*==================================================*/ static void print_page_header( PrintInfo *pi, gchar *title, gchar *name, gint i_page, gint n_pages, const gchar *date_string ) { gchar *string; if ( title == NULL ) { title = ""; } if ( name == NULL ) { name = _("Unsaved Inventory"); } print_goto_header( pi ); print_font( pi, GBONDS_PRINT_HEADER_FONT, GBONDS_PRINT_HEADER_FONT_SIZE ); print_goto_center( pi ); print_show_center( pi, title ); print_goto_next_line( pi ); print_font( pi, GBONDS_PRINT_HEADER_FONT, GBONDS_PRINT_HEADER_FONT_SIZE-2 ); print_goto_center( pi ); print_show_center( pi, _("Savings Bond Inventory Report") ); print_goto_footer( pi ); print_font( pi, GBONDS_PRINT_HEADER_FONT, GBONDS_PRINT_HEADER_FONT_SIZE-2 ); string = g_strdup_printf( "%s %s", date_string, name ); print_show( pi, string ); g_free( string ); print_goto_eol( pi ); string = g_strdup_printf( _("%d of %d"), i_page, n_pages ); print_show_right( pi, string ); g_free( string ); } /*==================================================*/ /* PRIVATE. Print "empty inventory" message. */ /*==================================================*/ static void print_empty_inventory (PrintInfo *pi) { print_font( pi, GBONDS_PRINT_BODY_FONT, GBONDS_PRINT_BODY_FONT_SIZE ); print_goto_line( pi, 2 ); print_show( pi, _("(Empty Inventory)") ); } /*==================================================*/ /* PRIVATE. Print redemption date */ /*==================================================*/ static void print_redemption_date (PrintInfo *pi, gchar *rdate) { print_font( pi, GBONDS_PRINT_BODY_FONT, GBONDS_PRINT_BODY_FONT_SIZE ); print_bold( pi ); print_show( pi, _("Redemption Date: ") ); print_bold_end( pi ); print_show( pi, rdate ); print_goto_next_line( pi ); } /*==================================================*/ /* PRIVATE. Print table headers */ /*==================================================*/ static void print_table_headers (PrintInfo *pi) { gint n = 5, m=1; gnome_print_setlinewidth( pi->pc, 1.0 ); print_font( pi, GBONDS_PRINT_BODY_FONT, GBONDS_PRINT_BODY_FONT_SIZE ); print_bold( pi ); print_goto_line( pi, n+1 ); print_goto_column( pi, m ); print_show( pi, _("Serial Number") ); print_goto_column( pi, m ); print_hbar( pi, 13 ); m += 14; print_goto_line( pi, n ); print_goto_column( pi, m ); print_show( pi, _(" Denom. &") ); print_goto_line( pi, n+1 ); print_goto_column( pi, m ); print_show( pi, _(" Series") ); print_goto_column( pi, m ); print_hbar( pi, 10 ); m += 11; print_goto_line( pi, n ); print_goto_column( pi, m ); print_show( pi, _(" Issue") ); print_goto_line( pi, n+1 ); print_goto_column( pi, m ); print_show( pi, _(" Date") ); print_goto_column( pi, m ); print_hbar( pi, 7 ); m += 8; print_goto_line( pi, n+1 ); print_goto_column( pi, m ); print_show( pi, _(" Value") ); print_goto_column( pi, m ); print_hbar( pi, 10 ); m += 11; print_goto_line( pi, n+1 ); print_goto_column( pi, m ); print_show( pi, _(" Interest") ); print_goto_column( pi, m ); print_hbar( pi, 10 ); m += 11; print_goto_line( pi, n ); print_goto_column( pi, m ); print_show( pi, _(" Yield") ); print_goto_line( pi, n+1 ); print_goto_column( pi, m ); print_show( pi, _("To Date") ); print_goto_column( pi, m ); print_hbar( pi, 7 ); m += 8; print_goto_line( pi, n ); print_goto_column( pi, m ); print_show( pi, _(" Next") ); print_goto_line( pi, n+1 ); print_goto_column( pi, m ); print_show( pi, _("Accrual") ); print_goto_column( pi, m ); print_hbar( pi, 7 ); m += 8; print_goto_line( pi, n ); print_goto_column( pi, m ); print_show( pi, _(" Final") ); print_goto_line( pi, n+1 ); print_goto_column( pi, m ); print_show( pi, _("Maturity") ); print_goto_column( pi, m ); print_hbar( pi, 8 ); print_bold_end( pi ); print_goto_line( pi, n+2 ); } /*==================================================*/ /* PRIVATE. Print bond information (table line) */ /*==================================================*/ static void print_bond_info (PrintInfo *pi, gbDocBondInfo *info) { gchar *line; print_font( pi, GBONDS_PRINT_BODY_FONT, GBONDS_PRINT_BODY_FONT_SIZE ); print_goto_next_line( pi ); line = g_strdup_printf( "%-13s %7s %-2s %7s %10s %10s %6s %7s %7s %s", info->sn, info->denom_str, info->series, info->issue_date, info->value_str, info->interest_str, info->yield_str, info->next_accrual, info->final_maturity, info->flag_str ); print_show( pi, line ); g_free( line ); } /*==================================================*/ /* PRIVATE. Print legend at bottom of each page. */ /*==================================================*/ static void print_legend (PrintInfo *pi) { print_font( pi, GBONDS_PRINT_BODY_FONT, GBONDS_PRINT_BODY_FONT_SIZE ); print_goto_next_line( pi ); print_goto_next_line( pi ); print_goto_next_line( pi ); print_show( pi, _("Notes:") ); print_goto_next_line( pi ); print_show( pi, _("* = Bond is not yet eligible for redemption.") ); print_goto_next_line( pi ); print_show( pi, _("M = Bond has reached final maturity.") ); } /*==================================================*/ /* PRIVATE. Print inventory summary information. */ /*==================================================*/ static void print_summary (PrintInfo *pi, gchar *rdate, gint n_bonds, gdouble inventory_value, gdouble redemption_value, gdouble total_interest) { gchar *string; gchar *buf; print_font( pi, GBONDS_PRINT_BODY_FONT, GBONDS_PRINT_BODY_FONT_SIZE ); print_goto_line( pi, 3 ); print_bold( pi ); print_show( pi, _("Summary") ); print_bold_end( pi ); print_goto_next_line( pi ); print_goto_next_line( pi ); print_bold( pi ); print_show( pi, _("Redemption Date: ") ); print_bold_end( pi ); string = g_strdup_printf( "%12s", rdate ); print_show( pi, string ); g_free( string ); print_goto_next_line( pi ); print_bold( pi ); print_show( pi, _("Number of Bonds: ") ); print_bold_end( pi ); string = g_strdup_printf( "%12d", n_bonds ); print_show( pi, string ); g_free( string ); print_goto_next_line( pi ); print_bold( pi ); print_show( pi, _("Inventory Value: ") ); print_bold_end( pi ); buf = gb_value_fmt( inventory_value, TRUE ); string = g_strdup_printf( "%12s", buf ); g_free( buf ); print_show( pi, string ); g_free( string ); print_goto_next_line( pi ); print_bold( pi ); print_show( pi, _("Redemption Value: ") ); print_bold_end( pi ); buf = gb_value_fmt( redemption_value, TRUE ); string = g_strdup_printf( "%12s", buf ); g_free( buf ); print_show( pi, string ); g_free( string ); print_goto_next_line( pi ); print_bold( pi ); print_show( pi, _("Total Interest: ") ); print_bold_end( pi ); buf = gb_value_fmt( total_interest, TRUE ); string = g_strdup_printf( "%12s", buf ); g_free( buf ); print_show( pi, string ); g_free( string ); } /*==================================================*/ /* PRIVATE. new print info structure */ /*==================================================*/ static PrintInfo * print_info_new (GnomePrintJob *job) { PrintInfo *pi = g_new0( PrintInfo, 1 ); pi->pc = gnome_print_job_get_context (job); pi->config = gnome_print_job_get_config (job); gnome_print_config_get_length (pi->config, (guchar *)GNOME_PRINT_KEY_PAPER_WIDTH, &pi->page_width, NULL); gnome_print_config_get_length (pi->config, (guchar *)GNOME_PRINT_KEY_PAPER_HEIGHT, &pi->page_height, NULL); gnome_print_config_get_length (pi->config, (guchar *)GNOME_PRINT_KEY_PAGE_MARGIN_TOP, &pi->margin_top, NULL); gnome_print_config_get_length (pi->config, (guchar *)GNOME_PRINT_KEY_PAGE_MARGIN_BOTTOM, &pi->margin_bottom, NULL); gnome_print_config_get_length (pi->config, (guchar *)GNOME_PRINT_KEY_PAGE_MARGIN_LEFT, &pi->margin_left, NULL); gnome_print_config_get_length (pi->config, (guchar *)GNOME_PRINT_KEY_PAGE_MARGIN_RIGHT, &pi->margin_right, NULL); pi->x_lmargin = pi->margin_left; pi->x_rmargin = pi->page_width - pi->margin_right; pi->y_tmargin = pi->page_height - pi->margin_top; pi->y_bmargin = pi->margin_bottom; pi->font_name = NULL; return pi; } /*==================================================*/ /* PRIVATE. free print info structure */ /*==================================================*/ static void print_info_free( PrintInfo *pi ) { gnome_print_context_close( pi->pc ); g_free( pi->font_name ); pi->font_name = NULL; g_free( pi ); } /*==================================================*/ /* PRIVATE. Set new font. */ /*==================================================*/ static void print_font( PrintInfo *pi, gchar *name, gint size ) { pi->font = gnome_font_find_closest_from_weight_slant ((guchar *)name, GNOME_FONT_BOOK, FALSE, size); gnome_print_setfont( pi->pc, pi->font ); g_free( pi->font_name ); pi->font_name = g_strdup( name ); pi->font_size = size; pi->font_spacing = size; pi->font_italic = FALSE; } /*==================================================*/ /* PRIVATE. Embolden current font. */ /*==================================================*/ static void print_bold( PrintInfo *pi ) { pi->font = gnome_font_find_closest_from_weight_slant ((guchar *)pi->font_name, GNOME_FONT_BOLD, pi->font_italic, pi->font_size); gnome_print_setfont( pi->pc, pi->font ); } /*==================================================*/ /* PRIVATE. End Embolden. */ /*==================================================*/ static void print_bold_end( PrintInfo *pi ) { pi->font = gnome_font_find_closest_from_weight_slant ((guchar *)pi->font_name, GNOME_FONT_BOOK, pi->font_italic, pi->font_size); gnome_print_setfont( pi->pc, pi->font ); } /*===================================================*/ /* PRIVATE. Show text starting at current position. */ /*===================================================*/ static void print_show( PrintInfo *pi, gchar *text ) { gnome_print_show( pi->pc, (guchar *)text ); pi->x += gnome_font_get_width_utf8( pi->font, text ); gnome_print_moveto( pi->pc, pi->x, pi->y ); } /*===================================================*/ /* PRIVATE. Show text anchored on the right. */ /*===================================================*/ static void print_show_right( PrintInfo *pi, gchar *text ) { pi->x -= gnome_font_get_width_utf8( pi->font, text ); gnome_print_moveto( pi->pc, pi->x, pi->y ); gnome_print_show( pi->pc, (guchar *)text ); } /*=====================================================*/ /* PRIVATE. Show text centered about current position */ /*=====================================================*/ static void print_show_center( PrintInfo *pi, gchar *text ) { pi->x -= gnome_font_get_width_utf8( pi->font, text ) / 2.0; gnome_print_moveto( pi->pc, pi->x, pi->y ); gnome_print_show( pi->pc, (guchar *)text ); } /*=============================================================*/ /* PRIVATE. Goto line n. Assume current font's line spacing. */ /*=============================================================*/ static void print_goto_line( PrintInfo *pi, gint n ) { pi->x = pi->x_lmargin; pi->y = pi->y_tmargin - n*pi->font_spacing; gnome_print_moveto( pi->pc, pi->x, pi->y ); } /*=============================================================*/ /* PRIVATE. Goto next line. */ /*=============================================================*/ static void print_goto_next_line( PrintInfo *pi ) { pi->x = pi->x_lmargin; pi->y -= pi->font_spacing; gnome_print_moveto( pi->pc, pi->x, pi->y ); } /*===================================================*/ /* PRIVATE. Goto header, just above top margin. */ /*===================================================*/ static void print_goto_header( PrintInfo *pi ) { pi->x = pi->x_lmargin; pi->y = pi->y_tmargin + 24; gnome_print_moveto( pi->pc, pi->x, pi->y ); } /*===================================================*/ /* PRIVATE. Goto footer, just below bottom margin. */ /*===================================================*/ static void print_goto_footer( PrintInfo *pi ) { pi->x = pi->x_lmargin; pi->y = pi->y_bmargin - 6; gnome_print_moveto( pi->pc, pi->x, pi->y ); } /*===================================================*/ /* PRIVATE. Goto right margin. */ /*===================================================*/ static void print_goto_eol( PrintInfo *pi ) { pi->x = pi->x_rmargin; gnome_print_moveto( pi->pc, pi->x, pi->y ); } /*===================================================*/ /* PRIVATE. Goto center of line. */ /*===================================================*/ static void print_goto_center( PrintInfo *pi ) { pi->x = (pi->x_lmargin + pi->x_rmargin) / 2.0; gnome_print_moveto( pi->pc, pi->x, pi->y ); } /*===============================================================*/ /* PRIVATE. Goto column n. Assumes current font is fixedwidth. */ /*===============================================================*/ static void print_goto_column( PrintInfo *pi, gint n ) { pi->x = pi->x_lmargin + (n-1)*gnome_font_get_width_utf8( pi->font, "#" ); gnome_print_moveto( pi->pc, pi->x, pi->y ); } /*===============================================================*/ /* PRIVATE. Draw n column horizontal line. */ /*===============================================================*/ static void print_hbar( PrintInfo *pi, gint n ) { gnome_print_moveto( pi->pc, pi->x, pi->y - 0.3*pi->font_spacing ); pi->x += (n)*gnome_font_get_width_utf8( pi->font, " " ); gnome_print_lineto( pi->pc, pi->x, pi->y - 0.3*pi->font_spacing ); gnome_print_stroke( pi->pc ); } gbonds-2.0.3/src/sbw4.h0000664000076400007640000000274611106721173011552 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * sbw4.h: SBW version 4 file format definitions * * Copyright (C) 2002 Jim Evins . * * 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 */ #ifndef __SBW4_H__ #define __SBW4_H__ #include "types.h" #define SBW4_EPOCH GB_DATE(APR,1941) typedef struct { short rdate; short dummy1; short n_bonds; short dummy3; short dummy4; short dummy5; } SBW4_Head; #define SBW4_CBOND_SIZE 5 typedef struct { long dummy0; long dummy1; long dummy2; long dummy3; long dummy4; long dummy5; long denom; long mdate; long dummy8; long dummy9; long idate; long dummy11; long dummy12; long adate; long dummy14; long dummy15; long dummy16; long dummy17; long dummy18; long dummy19; long dummy20; } SBW4_BondInfoFixed; #endif /* __SBW4_H__ */ gbonds-2.0.3/src/marshal.c0000664000076400007640000002002711107710607012306 00000000000000#include "marshal.h" #include #ifdef G_ENABLE_DEBUG #define g_marshal_value_peek_boolean(v) g_value_get_boolean (v) #define g_marshal_value_peek_char(v) g_value_get_char (v) #define g_marshal_value_peek_uchar(v) g_value_get_uchar (v) #define g_marshal_value_peek_int(v) g_value_get_int (v) #define g_marshal_value_peek_uint(v) g_value_get_uint (v) #define g_marshal_value_peek_long(v) g_value_get_long (v) #define g_marshal_value_peek_ulong(v) g_value_get_ulong (v) #define g_marshal_value_peek_int64(v) g_value_get_int64 (v) #define g_marshal_value_peek_uint64(v) g_value_get_uint64 (v) #define g_marshal_value_peek_enum(v) g_value_get_enum (v) #define g_marshal_value_peek_flags(v) g_value_get_flags (v) #define g_marshal_value_peek_float(v) g_value_get_float (v) #define g_marshal_value_peek_double(v) g_value_get_double (v) #define g_marshal_value_peek_string(v) (char*) g_value_get_string (v) #define g_marshal_value_peek_param(v) g_value_get_param (v) #define g_marshal_value_peek_boxed(v) g_value_get_boxed (v) #define g_marshal_value_peek_pointer(v) g_value_get_pointer (v) #define g_marshal_value_peek_object(v) g_value_get_object (v) #else /* !G_ENABLE_DEBUG */ /* WARNING: This code accesses GValues directly, which is UNSUPPORTED API. * Do not access GValues directly in your code. Instead, use the * g_value_get_*() functions */ #define g_marshal_value_peek_boolean(v) (v)->data[0].v_int #define g_marshal_value_peek_char(v) (v)->data[0].v_int #define g_marshal_value_peek_uchar(v) (v)->data[0].v_uint #define g_marshal_value_peek_int(v) (v)->data[0].v_int #define g_marshal_value_peek_uint(v) (v)->data[0].v_uint #define g_marshal_value_peek_long(v) (v)->data[0].v_long #define g_marshal_value_peek_ulong(v) (v)->data[0].v_ulong #define g_marshal_value_peek_int64(v) (v)->data[0].v_int64 #define g_marshal_value_peek_uint64(v) (v)->data[0].v_uint64 #define g_marshal_value_peek_enum(v) (v)->data[0].v_long #define g_marshal_value_peek_flags(v) (v)->data[0].v_ulong #define g_marshal_value_peek_float(v) (v)->data[0].v_float #define g_marshal_value_peek_double(v) (v)->data[0].v_double #define g_marshal_value_peek_string(v) (v)->data[0].v_pointer #define g_marshal_value_peek_param(v) (v)->data[0].v_pointer #define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer #define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer #define g_marshal_value_peek_object(v) (v)->data[0].v_pointer #endif /* !G_ENABLE_DEBUG */ /* VOID:VOID (marshal.list:1) */ /* VOID:BOOLEAN (marshal.list:2) */ /* VOID:INT (marshal.list:3) */ /* VOID:INT,INT (marshal.list:4) */ void gb_marshal_VOID__INT_INT (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { typedef void (*GMarshalFunc_VOID__INT_INT) (gpointer data1, gint arg_1, gint arg_2, gpointer data2); register GMarshalFunc_VOID__INT_INT callback; register GCClosure *cc = (GCClosure*) closure; register gpointer data1, data2; g_return_if_fail (n_param_values == 3); if (G_CCLOSURE_SWAP_DATA (closure)) { data1 = closure->data; data2 = g_value_peek_pointer (param_values + 0); } else { data1 = g_value_peek_pointer (param_values + 0); data2 = closure->data; } callback = (GMarshalFunc_VOID__INT_INT) (marshal_data ? marshal_data : cc->callback); callback (data1, g_marshal_value_peek_int (param_values + 1), g_marshal_value_peek_int (param_values + 2), data2); } /* VOID:INT,DOUBLE (marshal.list:5) */ void gb_marshal_VOID__INT_DOUBLE (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { typedef void (*GMarshalFunc_VOID__INT_DOUBLE) (gpointer data1, gint arg_1, gdouble arg_2, gpointer data2); register GMarshalFunc_VOID__INT_DOUBLE callback; register GCClosure *cc = (GCClosure*) closure; register gpointer data1, data2; g_return_if_fail (n_param_values == 3); if (G_CCLOSURE_SWAP_DATA (closure)) { data1 = closure->data; data2 = g_value_peek_pointer (param_values + 0); } else { data1 = g_value_peek_pointer (param_values + 0); data2 = closure->data; } callback = (GMarshalFunc_VOID__INT_DOUBLE) (marshal_data ? marshal_data : cc->callback); callback (data1, g_marshal_value_peek_int (param_values + 1), g_marshal_value_peek_double (param_values + 2), data2); } /* VOID:DOUBLE (marshal.list:6) */ /* VOID:DOUBLE,DOUBLE (marshal.list:7) */ void gb_marshal_VOID__DOUBLE_DOUBLE (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { typedef void (*GMarshalFunc_VOID__DOUBLE_DOUBLE) (gpointer data1, gdouble arg_1, gdouble arg_2, gpointer data2); register GMarshalFunc_VOID__DOUBLE_DOUBLE callback; register GCClosure *cc = (GCClosure*) closure; register gpointer data1, data2; g_return_if_fail (n_param_values == 3); if (G_CCLOSURE_SWAP_DATA (closure)) { data1 = closure->data; data2 = g_value_peek_pointer (param_values + 0); } else { data1 = g_value_peek_pointer (param_values + 0); data2 = closure->data; } callback = (GMarshalFunc_VOID__DOUBLE_DOUBLE) (marshal_data ? marshal_data : cc->callback); callback (data1, g_marshal_value_peek_double (param_values + 1), g_marshal_value_peek_double (param_values + 2), data2); } /* VOID:STRING (marshal.list:8) */ /* BOOLEAN:OBJECT (marshal.list:9) */ void gb_marshal_BOOLEAN__OBJECT (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { typedef gboolean (*GMarshalFunc_BOOLEAN__OBJECT) (gpointer data1, gpointer arg_1, gpointer data2); register GMarshalFunc_BOOLEAN__OBJECT callback; register GCClosure *cc = (GCClosure*) closure; register gpointer data1, data2; gboolean v_return; g_return_if_fail (return_value != NULL); g_return_if_fail (n_param_values == 2); if (G_CCLOSURE_SWAP_DATA (closure)) { data1 = closure->data; data2 = g_value_peek_pointer (param_values + 0); } else { data1 = g_value_peek_pointer (param_values + 0); data2 = closure->data; } callback = (GMarshalFunc_BOOLEAN__OBJECT) (marshal_data ? marshal_data : cc->callback); v_return = callback (data1, g_marshal_value_peek_object (param_values + 1), data2); g_value_set_boolean (return_value, v_return); } gbonds-2.0.3/src/view.c0000664000076400007640000013361211107637505011643 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * view.c: gbonds View module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include #include #include #include #include "view.h" #include "doc.h" #include "table.h" #include "prefs.h" #include "marshal.h" #include "debug.h" /*==========================================================================*/ /* Private macros and constants. */ /*==========================================================================*/ /*==========================================================================*/ /* Private types. */ /*==========================================================================*/ enum { SELECTION_CHANGED, LAST_SIGNAL }; enum { /* Visible columns. */ BOND_COLUMN_SN, BOND_COLUMN_ISSUE, BOND_COLUMN_DENOM, BOND_COLUMN_SERIES, BOND_COLUMN_VALUE, BOND_COLUMN_INTEREST, BOND_COLUMN_YIELD, BOND_COLUMN_NEXT, BOND_COLUMN_FINAL, BOND_COLUMN_FLAGS, /* Hidden columns. */ BOND_COLUMN_RECORD, BOND_COLUMN_COLOR, N_BOND_COLUMNS }; /*==========================================================================*/ /* Private globals */ /*==========================================================================*/ static GtkContainerClass *parent_class; static guint signals[LAST_SIGNAL] = {0}; /* Public "CLIPBOARD" selection, for sharing data with other apps */ static GdkAtom clipboard_atom = GDK_NONE; /* Private "GBONDS" selection, for sharing data between gbonds windows/apps */ static GdkAtom gbonds_selection_atom = GDK_NONE; /*==========================================================================*/ /* Local function prototypes */ /*==========================================================================*/ static void gb_view_class_init (gbViewClass *class); static void gb_view_init (gbView *view); static void gb_view_finalize (GObject *object); static void gb_view_construct (gbView *view); static GtkWidget *gb_view_construct_rdate_selector (gbView *view); static GtkWidget *gb_view_construct_totals_list (gbView *view); static GtkWidget *gb_view_construct_bond_list (gbView *view); static GtkWidget *gb_view_construct_legend (gbView *view); static void gb_view_construct_selection (gbView *view); static void table_model_changed_cb (gbTableModel *table_model, gpointer data); static void rdate_changed_cb (GtkWidget *widget, gbView *view); static gint compare_strings_cb (GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, gpointer user_data); static gint compare_dates_cb (GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, gpointer user_data); static gint compare_values_cb (GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, gpointer user_data); static gint compare_percents_cb (GtkTreeModel *model, GtkTreeIter *a, GtkTreeIter *b, gpointer user_data); static void update_view (gbView *view); static void foreach_selected_cb (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer data); static void selection_changed_cb (GtkTreeSelection *treeselection, gbView *view); static void selection_clear_cb (GtkWidget *widget, GdkEventSelection *event, gpointer data); static void selection_get_cb (GtkWidget *widget, GtkSelectionData *selection_data, guint info, guint time, gpointer data); static void selection_received_cb (GtkWidget *widget, GtkSelectionData *selection_data, guint time, gpointer data); /****************************************************************************/ /* Boilerplate Object stuff. */ /****************************************************************************/ GType gb_view_get_type (void) { static GType view_type = 0; if (!view_type) { static GTypeInfo view_info = { sizeof (gbViewClass), NULL, NULL, (GClassInitFunc) gb_view_class_init, NULL, NULL, sizeof (gbView), 0, (GInstanceInitFunc) gb_view_init, }; view_type = g_type_register_static (gtk_vbox_get_type (), "gbView", &view_info, 0); } return view_type; } static void gb_view_class_init (gbViewClass *class) { GObjectClass *object_class = (GObjectClass *) class; gb_debug (DEBUG_VIEW, "START"); parent_class = g_type_class_peek_parent (class); object_class->finalize = gb_view_finalize; signals[SELECTION_CHANGED] = g_signal_new ("selection_changed", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (gbViewClass, selection_changed), NULL, NULL, gb_marshal_VOID__VOID, G_TYPE_NONE, 0); gb_debug (DEBUG_VIEW, "END"); } static void gb_view_init (gbView *view) { gb_debug (DEBUG_VIEW, "START"); view->doc = NULL; gb_debug (DEBUG_VIEW, "END"); } static void gb_view_finalize (GObject *object) { gbView *view; gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (object != NULL); g_return_if_fail (GB_IS_VIEW (object)); view = GB_VIEW (object); g_object_unref (view->bond_store); g_object_unref (view->doc); g_free (view->rdate); G_OBJECT_CLASS (parent_class)->finalize (object); gb_debug (DEBUG_VIEW, "END"); } /****************************************************************************/ /* NEW view object. */ /****************************************************************************/ GtkWidget * gb_view_new (gbDoc *doc) { gbView *view; gbTableModel *model; gb_debug (DEBUG_VIEW, "START"); view = g_object_new (gb_view_get_type (), NULL); view->doc = g_object_ref (doc); model = gb_table_get_model (); view->rdate = gb_date_fmt (gb_table_model_get_best_rdate_today (model)); gb_view_construct (view); gb_debug (DEBUG_VIEW, "END"); return GTK_WIDGET (view); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Construct composite widget. */ /*---------------------------------------------------------------------------*/ static void gb_view_construct (gbView *view) { GtkWidget *wvbox, *whbox, *w; gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); wvbox = GTK_WIDGET (view); w = gb_view_construct_rdate_selector( view ); gtk_box_pack_start( GTK_BOX(wvbox), w, FALSE, FALSE, 5 ); w = gb_view_construct_bond_list( view ); gtk_box_pack_start( GTK_BOX(wvbox), w, TRUE, TRUE, 5 ); whbox = gtk_hbox_new (FALSE, 0); gtk_box_pack_start( GTK_BOX(wvbox), whbox, FALSE, FALSE, 5 ); w = gb_view_construct_totals_list( view ); gtk_box_pack_start( GTK_BOX(whbox), w, FALSE, FALSE, 0 ); w = gb_view_construct_legend( view ); gtk_box_pack_end( GTK_BOX(whbox), w, FALSE, FALSE, 0 ); gb_view_construct_selection (view); update_view (view); g_signal_connect_swapped (G_OBJECT(view->doc), "changed", G_CALLBACK(update_view), view); gb_debug (DEBUG_VIEW, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Create rdate selection widgets. */ /*---------------------------------------------------------------------------*/ static GtkWidget * gb_view_construct_rdate_selector (gbView *view) { GtkWidget *whbox; GList *rdate_list; int n_dates; gbTableModel *table_model; /* Find out desired rdate range behavior. */ switch ( gb_prefs->rdate_range ) { case GB_PREFS_RDATE_RANGE_ALL: n_dates = 0; break; case GB_PREFS_RDATE_RANGE_YEAR: n_dates = 12; break; default: n_dates = 12; break; } whbox = gtk_hbox_new (FALSE, 0); gtk_box_pack_start (GTK_BOX(whbox), gtk_label_new (_("Redemption Date:")), FALSE, FALSE, 5); /* Combo */ view->rdate_combo = gtk_combo_new(); gtk_container_set_border_width( GTK_CONTAINER(view->rdate_combo), 5 ); table_model = gb_table_get_model (); rdate_list = gb_table_model_get_rdate_list( table_model, n_dates ); gtk_combo_set_popdown_strings( GTK_COMBO(view->rdate_combo), rdate_list ); gb_table_model_free_rdate_list( rdate_list ); gtk_box_pack_start (GTK_BOX(whbox), view->rdate_combo, FALSE, FALSE, 10); g_signal_connect( G_OBJECT(table_model), "changed", G_CALLBACK(table_model_changed_cb), view ); view->rdate_entry = GTK_COMBO(view->rdate_combo)->entry; gtk_entry_set_max_length( GTK_ENTRY(view->rdate_entry), 8 ); gtk_entry_set_editable( GTK_ENTRY(view->rdate_entry), FALSE ); gtk_entry_set_text( GTK_ENTRY(view->rdate_entry), view->rdate ); g_signal_connect( G_OBJECT(GTK_COMBO(view->rdate_combo)->entry), "changed", G_CALLBACK(rdate_changed_cb), view ); return whbox; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Create bond list. */ /*---------------------------------------------------------------------------*/ static GtkWidget * gb_view_construct_bond_list (gbView *view) { GtkWidget *w; GtkCellRenderer *renderer; GtkTreeViewColumn *column; GtkTreeSelection *bond_selection; w = gtk_scrolled_window_new (NULL, NULL); gtk_scrolled_window_set_policy( GTK_SCROLLED_WINDOW(w), GTK_POLICY_NEVER, GTK_POLICY_ALWAYS ); view->bond_store = gtk_list_store_new (N_BOND_COLUMNS, G_TYPE_STRING /* SN */, G_TYPE_STRING /* Issue date */, G_TYPE_STRING /* Denomination */, G_TYPE_STRING /* Series */, G_TYPE_STRING /* Value */, G_TYPE_STRING /* Interest */, G_TYPE_STRING /* Yield */, G_TYPE_STRING /* Next Accrual */, G_TYPE_STRING /* Final Maturity */, G_TYPE_STRING /* Flags */, G_TYPE_POINTER /* Pointer to record */, G_TYPE_STRING /* Foreground color */); view->bond_list = gtk_tree_view_new_with_model (GTK_TREE_MODEL(view->bond_store)); gtk_tree_view_set_rules_hint (GTK_TREE_VIEW(view->bond_list), TRUE); renderer = gtk_cell_renderer_text_new (); g_object_set (G_OBJECT(renderer), "xalign", 0.0, NULL); column = gtk_tree_view_column_new_with_attributes (_("Serial Number"), renderer, "text", BOND_COLUMN_SN, "foreground", BOND_COLUMN_COLOR, NULL); gtk_tree_view_column_set_min_width (column, 110); gtk_tree_view_column_set_alignment (column, 0.5); gtk_tree_view_column_set_clickable (column, TRUE); gtk_tree_view_column_set_sort_column_id (column, BOND_COLUMN_SN); gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_SN, compare_strings_cb, GINT_TO_POINTER (BOND_COLUMN_SN), NULL); gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_SN, GTK_SORT_ASCENDING); gtk_tree_view_append_column (GTK_TREE_VIEW (view->bond_list), column); renderer = gtk_cell_renderer_text_new (); g_object_set (G_OBJECT(renderer), "xalign", 1.0, NULL); column = gtk_tree_view_column_new_with_attributes (_("Issue\nDate"), renderer, "text", BOND_COLUMN_ISSUE, "foreground", BOND_COLUMN_COLOR, NULL); gtk_tree_view_column_set_min_width (column, 70); gtk_tree_view_column_set_alignment (column, 0.5); gtk_tree_view_column_set_clickable (column, TRUE); gtk_tree_view_column_set_sort_column_id (column, BOND_COLUMN_ISSUE); gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_ISSUE, compare_dates_cb, GINT_TO_POINTER (BOND_COLUMN_ISSUE), NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (view->bond_list), column); renderer = gtk_cell_renderer_text_new (); g_object_set (G_OBJECT(renderer), "xalign", 1.0, NULL); column = gtk_tree_view_column_new_with_attributes (_("Denomination"), renderer, "text", BOND_COLUMN_DENOM, "foreground", BOND_COLUMN_COLOR, NULL); gtk_tree_view_column_set_min_width (column, 110); gtk_tree_view_column_set_alignment (column, 0.5); gtk_tree_view_column_set_clickable (column, TRUE); gtk_tree_view_column_set_sort_column_id (column, BOND_COLUMN_DENOM); gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_DENOM, compare_values_cb, GINT_TO_POINTER (BOND_COLUMN_DENOM), NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (view->bond_list), column); renderer = gtk_cell_renderer_text_new (); g_object_set (G_OBJECT(renderer), "xalign", 0.0, NULL); column = gtk_tree_view_column_new_with_attributes (_("Series"), renderer, "text", BOND_COLUMN_SERIES, "foreground", BOND_COLUMN_COLOR, NULL); gtk_tree_view_column_set_min_width (column, 60); gtk_tree_view_column_set_alignment (column, 0.5); gtk_tree_view_column_set_clickable (column, TRUE); gtk_tree_view_column_set_sort_column_id (column, BOND_COLUMN_SERIES); gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_SERIES, compare_strings_cb, GINT_TO_POINTER (BOND_COLUMN_SERIES), NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (view->bond_list), column); renderer = gtk_cell_renderer_text_new (); g_object_set (G_OBJECT(renderer), "xalign", 1.0, NULL); column = gtk_tree_view_column_new_with_attributes (_("Value"), renderer, "text", BOND_COLUMN_VALUE, "foreground", BOND_COLUMN_COLOR, NULL); gtk_tree_view_column_set_min_width (column, 70); gtk_tree_view_column_set_alignment (column, 0.5); gtk_tree_view_column_set_clickable (column, TRUE); gtk_tree_view_column_set_sort_column_id (column, BOND_COLUMN_VALUE); gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_VALUE, compare_values_cb, GINT_TO_POINTER (BOND_COLUMN_VALUE), NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (view->bond_list), column); renderer = gtk_cell_renderer_text_new (); g_object_set (G_OBJECT(renderer), "xalign", 1.0, NULL); column = gtk_tree_view_column_new_with_attributes (_("Interest"), renderer, "text", BOND_COLUMN_INTEREST, "foreground", BOND_COLUMN_COLOR, NULL); gtk_tree_view_column_set_min_width (column, 70); gtk_tree_view_column_set_alignment (column, 0.5); gtk_tree_view_column_set_clickable (column, TRUE); gtk_tree_view_column_set_sort_column_id (column, BOND_COLUMN_INTEREST); gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_INTEREST, compare_values_cb, GINT_TO_POINTER (BOND_COLUMN_INTEREST), NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (view->bond_list), column); renderer = gtk_cell_renderer_text_new (); g_object_set (G_OBJECT(renderer), "xalign", 1.0, NULL); column = gtk_tree_view_column_new_with_attributes (_("Yield\nTo Date"), renderer, "text", BOND_COLUMN_YIELD, "foreground", BOND_COLUMN_COLOR, NULL); gtk_tree_view_column_set_min_width (column, 70); gtk_tree_view_column_set_alignment (column, 0.5); gtk_tree_view_column_set_clickable (column, TRUE); gtk_tree_view_column_set_sort_column_id (column, BOND_COLUMN_YIELD); gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_YIELD, compare_percents_cb, GINT_TO_POINTER (BOND_COLUMN_YIELD), NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (view->bond_list), column); renderer = gtk_cell_renderer_text_new (); g_object_set (G_OBJECT(renderer), "xalign", 1.0, NULL); column = gtk_tree_view_column_new_with_attributes (_("Next\nAccrual"), renderer, "text", BOND_COLUMN_NEXT, "foreground", BOND_COLUMN_COLOR, NULL); gtk_tree_view_column_set_min_width (column, 70); gtk_tree_view_column_set_alignment (column, 0.5); gtk_tree_view_column_set_clickable (column, TRUE); gtk_tree_view_column_set_sort_column_id (column, BOND_COLUMN_NEXT); gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_NEXT, compare_dates_cb, GINT_TO_POINTER (BOND_COLUMN_NEXT), NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (view->bond_list), column); renderer = gtk_cell_renderer_text_new (); g_object_set (G_OBJECT(renderer), "xalign", 1.0, NULL); column = gtk_tree_view_column_new_with_attributes (_("Final\nMaturity"), renderer, "text", BOND_COLUMN_FINAL, "foreground", BOND_COLUMN_COLOR, NULL); gtk_tree_view_column_set_min_width (column, 70); gtk_tree_view_column_set_alignment (column, 0.5); gtk_tree_view_column_set_clickable (column, TRUE); gtk_tree_view_column_set_sort_column_id (column, BOND_COLUMN_FINAL); gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_FINAL, compare_dates_cb, GINT_TO_POINTER (BOND_COLUMN_FINAL), NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (view->bond_list), column); renderer = gtk_cell_renderer_text_new (); g_object_set (G_OBJECT(renderer), "xalign", 0.0, NULL); column = gtk_tree_view_column_new_with_attributes ("", renderer, "text", BOND_COLUMN_FLAGS, "foreground", BOND_COLUMN_COLOR, NULL); gtk_tree_view_column_set_min_width (column, 40); gtk_tree_view_column_set_clickable (column, TRUE); gtk_tree_view_column_set_sort_column_id (column, BOND_COLUMN_FLAGS); gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (view->bond_store), BOND_COLUMN_FLAGS, compare_strings_cb, GINT_TO_POINTER (BOND_COLUMN_FLAGS), NULL); gtk_tree_view_append_column (GTK_TREE_VIEW (view->bond_list), column); bond_selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(view->bond_list)); gtk_tree_selection_set_mode (bond_selection, GTK_SELECTION_MULTIPLE); g_signal_connect (G_OBJECT (bond_selection), "changed", G_CALLBACK (selection_changed_cb), view); gtk_container_add( GTK_CONTAINER(w), view->bond_list ); return w; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Create totals list widgets. */ /*---------------------------------------------------------------------------*/ static GtkWidget * gb_view_construct_totals_list(gbView *view) { GtkWidget *wouter_hbox, *wframe, *wvbox, *whbox, *wlabel; wouter_hbox = gtk_hbox_new (FALSE, 0); wframe = gtk_frame_new( _("Totals") ); gtk_box_pack_start( GTK_BOX(wouter_hbox), wframe, FALSE, FALSE, 5 ); wvbox = gtk_vbox_new (FALSE, 0); gtk_container_add( GTK_CONTAINER(wframe), wvbox ); whbox = gtk_hbox_new (FALSE, 10); gtk_box_pack_start( GTK_BOX(wvbox), whbox, TRUE, TRUE, 0 ); wlabel = gtk_label_new (_("Inventory value:")); gtk_box_pack_start( GTK_BOX(whbox), wlabel, FALSE, FALSE, 5 ); view->inventory_value_label = gtk_label_new ("$0.00"); gtk_misc_set_alignment (GTK_MISC(view->inventory_value_label), 1.0, 0.5); gtk_box_pack_end( GTK_BOX(whbox), view->inventory_value_label, FALSE, FALSE, 5 ); whbox = gtk_hbox_new (FALSE, 10); gtk_box_pack_start( GTK_BOX(wvbox), whbox, TRUE, TRUE, 0 ); wlabel = gtk_label_new (_("Redemption value:")); gtk_box_pack_start( GTK_BOX(whbox), wlabel, FALSE, FALSE, 5 ); view->redemption_value_label = gtk_label_new ("$0.00"); gtk_misc_set_alignment (GTK_MISC(view->redemption_value_label), 1.0, 0.5); gtk_box_pack_end( GTK_BOX(whbox), view->redemption_value_label, FALSE, FALSE, 5 ); whbox = gtk_hbox_new (FALSE, 10); gtk_box_pack_start( GTK_BOX(wvbox), whbox, TRUE, TRUE, 0 ); wlabel = gtk_label_new (_("Interest:")); gtk_box_pack_start( GTK_BOX(whbox), wlabel, FALSE, FALSE, 5 ); view->total_interest_label = gtk_label_new ("$0.00"); gtk_misc_set_alignment (GTK_MISC(view->total_interest_label), 1.0, 0.5); gtk_box_pack_end( GTK_BOX(whbox), view->total_interest_label, FALSE, FALSE, 5 ); return wouter_hbox; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Create legend widgets. */ /*---------------------------------------------------------------------------*/ static GtkWidget * gb_view_construct_legend(gbView *view) { GtkWidget *wouter_hbox, *wframe, *wvbox, *whbox, *wlabel; GdkColor gdk_color = {0,0,0,0}; GtkSizeGroup *size_group; size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); wouter_hbox = gtk_hbox_new (FALSE, 0); wframe = gtk_frame_new( _("Legend") ); gtk_box_pack_start( GTK_BOX(wouter_hbox), wframe, FALSE, FALSE, 5 ); wvbox = gtk_vbox_new (FALSE, 0); gtk_container_add( GTK_CONTAINER(wframe), wvbox ); whbox = gtk_hbox_new (FALSE, 0); gtk_box_pack_start( GTK_BOX(wvbox), whbox, TRUE, TRUE, 0 ); wlabel = gtk_label_new (_("*")); gtk_size_group_add_widget (size_group, wlabel); gdk_color_parse (GB_VIEW_NOPAY_COLOR, &gdk_color); gtk_widget_modify_fg (wlabel, GTK_STATE_NORMAL, &gdk_color); gtk_misc_set_alignment (GTK_MISC(wlabel), 0.0, 0.5); gtk_box_pack_start( GTK_BOX(whbox), wlabel, FALSE, FALSE, 5 ); wlabel = gtk_label_new (_("- Not yet eligible for payment")); gdk_color_parse (GB_VIEW_NOPAY_COLOR, &gdk_color); gtk_widget_modify_fg (wlabel, GTK_STATE_NORMAL, &gdk_color); gtk_misc_set_alignment (GTK_MISC(wlabel), 0.0, 0.5); gtk_box_pack_start( GTK_BOX(whbox), wlabel, FALSE, FALSE, 5 ); whbox = gtk_hbox_new (FALSE, 0); gtk_box_pack_start( GTK_BOX(wvbox), whbox, TRUE, TRUE, 0 ); wlabel = gtk_label_new (_("M")); gtk_size_group_add_widget (size_group, wlabel); gdk_color_parse (GB_VIEW_MATURED_EXCH_COLOR, &gdk_color); gtk_widget_modify_fg (wlabel, GTK_STATE_NORMAL, &gdk_color); gtk_misc_set_alignment (GTK_MISC(wlabel), 0.0, 0.5); gtk_box_pack_start( GTK_BOX(whbox), wlabel, FALSE, FALSE, 5 ); wlabel = gtk_label_new (_("- Matured (exchangeable)")); gdk_color_parse (GB_VIEW_MATURED_EXCH_COLOR, &gdk_color); gtk_widget_modify_fg (wlabel, GTK_STATE_NORMAL, &gdk_color); gtk_misc_set_alignment (GTK_MISC(wlabel), 0.0, 0.5); gtk_box_pack_start( GTK_BOX(whbox), wlabel, FALSE, FALSE, 5 ); whbox = gtk_hbox_new (FALSE, 0); gtk_box_pack_start( GTK_BOX(wvbox), whbox, TRUE, TRUE, 0 ); wlabel = gtk_label_new (_("M")); gtk_size_group_add_widget (size_group, wlabel); gdk_color_parse (GB_VIEW_MATURED_NOT_EXCH_COLOR, &gdk_color); gtk_widget_modify_fg (wlabel, GTK_STATE_NORMAL, &gdk_color); gtk_misc_set_alignment (GTK_MISC(wlabel), 0.0, 0.5); gtk_box_pack_start( GTK_BOX(whbox), wlabel, FALSE, FALSE, 5 ); wlabel = gtk_label_new (_("- Matured (not exchangeable)")); gdk_color_parse (GB_VIEW_MATURED_NOT_EXCH_COLOR, &gdk_color); gtk_widget_modify_fg (wlabel, GTK_STATE_NORMAL, &gdk_color); gtk_misc_set_alignment (GTK_MISC(wlabel), 0.0, 0.5); gtk_box_pack_start( GTK_BOX(whbox), wlabel, FALSE, FALSE, 5 ); return wouter_hbox; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Create clipboard selection targets. */ /*---------------------------------------------------------------------------*/ static void gb_view_construct_selection (gbView *view) { gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); view->have_selection = FALSE; view->selection_data = NULL; view->invisible = gtk_invisible_new (); if ( !clipboard_atom ) { clipboard_atom = gdk_atom_intern( "CLIPBOARD", FALSE ); } if ( !gbonds_selection_atom ) { gbonds_selection_atom = gdk_atom_intern( "GBONDS_CLIPBOARD", FALSE ); } gtk_selection_add_target( view->invisible, clipboard_atom, GDK_SELECTION_TYPE_STRING, 1 ); gtk_selection_add_target( view->invisible, GDK_SELECTION_PRIMARY, GDK_SELECTION_TYPE_STRING, 1 ); gtk_selection_add_target( view->invisible, gbonds_selection_atom, GDK_SELECTION_TYPE_STRING, 1 ); g_signal_connect( G_OBJECT(view->invisible), "selection_clear_event", GTK_SIGNAL_FUNC(selection_clear_cb), view ); g_signal_connect( G_OBJECT(view->invisible), "selection_get", GTK_SIGNAL_FUNC(selection_get_cb), view ); g_signal_connect( G_OBJECT(view->invisible), "selection_received", GTK_SIGNAL_FUNC(selection_received_cb), view ); gb_debug (DEBUG_VIEW, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Handle table model "changed" signal (redemption tables updated) */ /*---------------------------------------------------------------------------*/ static void table_model_changed_cb (gbTableModel *table_model, gpointer data) { gbView *view = GB_VIEW (data); GList *rdate_list; int n_dates; /* Find out desired rdate range behavior. */ switch ( gb_prefs->rdate_range ) { case GB_PREFS_RDATE_RANGE_ALL: n_dates = 0; break; case GB_PREFS_RDATE_RANGE_YEAR: n_dates = 12; break; default: n_dates = 12; break; } g_signal_handlers_block_by_func( G_OBJECT(view->rdate_entry), G_CALLBACK(rdate_changed_cb), view ); rdate_list = gb_table_model_get_rdate_list( table_model, n_dates ); gtk_combo_set_popdown_strings( GTK_COMBO(view->rdate_combo), rdate_list ); gb_table_model_free_rdate_list( rdate_list ); gtk_entry_set_text( GTK_ENTRY(view->rdate_entry), view->rdate ); g_signal_handlers_unblock_by_func( G_OBJECT(view->rdate_entry), G_CALLBACK(rdate_changed_cb), view ); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Rdate selector "changed" callback. */ /*---------------------------------------------------------------------------*/ static void rdate_changed_cb (GtkWidget *widget, gbView *view) { gchar *rdate; rdate = gtk_editable_get_chars( GTK_EDITABLE(view->rdate_entry), 0, -1 ); if (strlen(rdate)) { view->rdate = rdate; update_view (view); } } /*---------------------------------------------------------------------------*/ /* PRIVATE. Compare strings "sort" callback. */ /*---------------------------------------------------------------------------*/ static gint compare_strings_cb (GtkTreeModel *model, GtkTreeIter *itera, GtkTreeIter *iterb, gpointer user_data) { gint column_id = GPOINTER_TO_INT (user_data); gchar *a_string = NULL, *b_string = NULL; gint ret_val; gtk_tree_model_get (model, itera, column_id, &a_string, -1); gtk_tree_model_get (model, iterb, column_id, &b_string, -1); g_return_val_if_fail (a_string, 0); g_return_val_if_fail (b_string, 0); ret_val = strcmp (a_string, b_string); g_free (a_string); g_free (b_string); return ret_val; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Compare dates "sort" callback. */ /*---------------------------------------------------------------------------*/ static gint compare_dates_cb (GtkTreeModel *model, GtkTreeIter *itera, GtkTreeIter *iterb, gpointer user_data) { gint column_id = GPOINTER_TO_INT (user_data); gchar *a_string = NULL, *b_string = NULL; gint a_month, a_year; gint b_month, b_year; gbDate a_date, b_date; gtk_tree_model_get (model, itera, column_id, &a_string, -1); gtk_tree_model_get (model, iterb, column_id, &b_string, -1); g_return_val_if_fail (a_string, 0); g_return_val_if_fail (b_string, 0); sscanf (a_string, "%d/%d", &a_month, &a_year); sscanf (b_string, "%d/%d", &b_month, &b_year); g_free (a_string); g_free (b_string); a_date = GB_DATE (a_month, a_year); b_date = GB_DATE (b_month, b_year); if ( a_date < b_date ) { return -1; } else if ( a_date > b_date ) { return +1; } return 0; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Compare values "sort" callback. */ /*---------------------------------------------------------------------------*/ static gint compare_values_cb (GtkTreeModel *model, GtkTreeIter *itera, GtkTreeIter *iterb, gpointer user_data) { gint column_id = GPOINTER_TO_INT (user_data); gchar *a_string = NULL, *b_string = NULL; gdouble a_val, b_val; gtk_tree_model_get (model, itera, column_id, &a_string, -1); gtk_tree_model_get (model, iterb, column_id, &b_string, -1); g_return_val_if_fail (a_string, 0); g_return_val_if_fail (b_string, 0); sscanf (a_string, "$%lf", &a_val); sscanf (b_string, "$%lf", &b_val); g_free (a_string); g_free (b_string); if ( a_val < b_val ) { return -1; } else if ( a_val > b_val ) { return +1; } return 0; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Compare percents "sort" callback. */ /*---------------------------------------------------------------------------*/ static gint compare_percents_cb (GtkTreeModel *model, GtkTreeIter *itera, GtkTreeIter *iterb, gpointer user_data) { gint column_id = GPOINTER_TO_INT (user_data); gchar *a_string = NULL, *b_string = NULL; gdouble a_val, b_val; gtk_tree_model_get (model, itera, column_id, &a_string, -1); gtk_tree_model_get (model, iterb, column_id, &b_string, -1); g_return_val_if_fail (a_string, 0); g_return_val_if_fail (b_string, 0); sscanf (a_string, "%lf", &a_val); sscanf (b_string, "%lf", &b_val); g_free (a_string); g_free (b_string); if ( a_val < b_val ) { return -1; } else if ( a_val > b_val ) { return +1; } return 0; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Update view. */ /*---------------------------------------------------------------------------*/ static void update_view (gbView *view) { GList *p, *p1, *selected_bond_list; gbDocBond *p_bond; gbDocBondInfo *info; gbStatus status; GtkTreeIter iter; GtkTreeSelection *selection; double inventory_value=0.0, redemption_value=0.0, total_interest=0.0; gchar *color; gchar *string; /*----------------------------------------------*/ /* Get list of currently selected bonds. */ /*----------------------------------------------*/ selected_bond_list = gb_view_get_selected_bond_list (view); /*----------------------------------------------*/ /* Update Bond LIST */ /*----------------------------------------------*/ gtk_list_store_clear (view->bond_store); selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(view->bond_list)); for ( p = view->doc->list; p != NULL; p=p->next ) { p_bond = (gbDocBond *)p->data; gb_debug (DEBUG_VIEW, "Updating bond %s @ %p", p_bond->sn, p); info = gb_doc_bond_get_info( p_bond, view->rdate, &status ); if ( info == NULL ) break; gb_debug (DEBUG_VIEW, "info->sn: %s", info->sn); gb_debug (DEBUG_VIEW, "info->issue_date: %s", info->issue_date); gb_debug (DEBUG_VIEW, "info->denom_str: %s", info->denom_str); gb_debug (DEBUG_VIEW, "info->series: %s", info->series); gb_debug (DEBUG_VIEW, "info->value_str: %s", info->value_str); gb_debug (DEBUG_VIEW, "info->interest_str: %s", info->interest_str); gb_debug (DEBUG_VIEW, "info->yield_str: %s", info->yield_str); gb_debug (DEBUG_VIEW, "info->next_accrual: %s", info->next_accrual); gb_debug (DEBUG_VIEW, "info->final_maturity: %s", info->final_maturity); gb_debug (DEBUG_VIEW, "info->flag_str: %s", info->flag_str); if ( info->nopay_flag ) { color = GB_VIEW_NOPAY_COLOR; } else if ( info->matured_flag ) { if ( info->exchangeable_flag ) { color = GB_VIEW_MATURED_EXCH_COLOR; } else { color = GB_VIEW_MATURED_NOT_EXCH_COLOR; } } else { color = GB_VIEW_NORMAL_COLOR; } gtk_list_store_append (view->bond_store, &iter); gtk_list_store_set (view->bond_store, &iter, BOND_COLUMN_SN, info->sn, BOND_COLUMN_ISSUE, info->issue_date, BOND_COLUMN_DENOM, info->denom_str, BOND_COLUMN_SERIES, info->series, BOND_COLUMN_VALUE, info->value_str, BOND_COLUMN_INTEREST, info->interest_str, BOND_COLUMN_YIELD, info->yield_str, BOND_COLUMN_NEXT, info->next_accrual, BOND_COLUMN_FINAL, info->final_maturity, BOND_COLUMN_FLAGS, info->flag_str, BOND_COLUMN_RECORD, p_bond, BOND_COLUMN_COLOR, color, -1); inventory_value += info->value; total_interest += info->interest; if ( !info->nopay_flag ) redemption_value += info->value; gb_doc_bond_free_info( info ); /* preserve old selections that are still valid, if any */ for ( p1 = selected_bond_list; p1 != NULL; p1=p1->next ) { if ( p1->data == p_bond ) { gtk_tree_selection_select_iter (selection, &iter); } } } /*----------------------------------------------*/ /* Update TOTALS */ /*----------------------------------------------*/ string = gb_value_fmt( inventory_value, TRUE ); gtk_label_set_text (GTK_LABEL(view->inventory_value_label), string); g_free( string ); string = gb_value_fmt( redemption_value, TRUE ); gtk_label_set_text (GTK_LABEL(view->redemption_value_label), string); g_free( string ); string = gb_value_fmt( total_interest, TRUE ); gtk_label_set_text (GTK_LABEL(view->total_interest_label), string); g_free( string ); g_list_free (selected_bond_list); } /*****************************************************************************/ /* Get selected bond list. */ /*****************************************************************************/ GList * gb_view_get_selected_bond_list (gbView *view) { GList *selected_bond_list; GtkTreeSelection *selection; gb_debug (DEBUG_VIEW, "START"); g_return_val_if_fail (GB_IS_VIEW (view), NULL); selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(view->bond_list)); selected_bond_list = NULL; gtk_tree_selection_selected_foreach (selection, foreach_selected_cb, &selected_bond_list); return selected_bond_list; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Build selected bond list callback. */ /*---------------------------------------------------------------------------*/ static void foreach_selected_cb (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, gpointer data) { GList **selected_bond_list = (GList **)data; gbDocBond *p_bond; gtk_tree_model_get (model, iter, BOND_COLUMN_RECORD, &p_bond, -1); *selected_bond_list = g_list_append (*selected_bond_list, p_bond); } /*---------------------------------------------------------------------------*/ /* Tree view selection "changed" callback. */ /*---------------------------------------------------------------------------*/ static void selection_changed_cb (GtkTreeSelection *treeselection, gbView *view) { g_signal_emit (G_OBJECT(view), signals[SELECTION_CHANGED], 0); } /*****************************************************************************/ /* Select all items. */ /*****************************************************************************/ void gb_view_select_all (gbView *view) { GtkTreeSelection *selection; gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(view->bond_list)); gtk_tree_selection_select_all (selection); gb_debug (DEBUG_VIEW, "END"); } /*****************************************************************************/ /* Remove all selections */ /*****************************************************************************/ void gb_view_unselect_all (gbView *view) { GtkTreeSelection *selection; gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(view->bond_list)); gtk_tree_selection_unselect_all (selection); gb_debug (DEBUG_VIEW, "END"); } /*****************************************************************************/ /* Is our current selection empty? */ /*****************************************************************************/ gboolean gb_view_is_selection_empty (gbView *view) { GList *selected_bond_list; gb_debug (DEBUG_VIEW, ""); g_return_val_if_fail (GB_IS_VIEW (view), FALSE); selected_bond_list = gb_view_get_selected_bond_list (view); if ( selected_bond_list == NULL ) { return TRUE; } else { g_list_free (selected_bond_list); return FALSE; } } /*****************************************************************************/ /* Delete selected objects. (Bypass clipboard) */ /*****************************************************************************/ void gb_view_delete_selection (gbView *view) { GList *selected_bond_list, *p; gbDocBond *p_bond; gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); selected_bond_list = gb_view_get_selected_bond_list (view); for ( p=selected_bond_list; p != NULL; p=p->next ) { p_bond = (gbDocBond *)p->data; gb_doc_delete_bond (view->doc, p_bond); } g_list_free (selected_bond_list); gb_debug (DEBUG_VIEW, "END"); } /*****************************************************************************/ /* "Cut" selected items and place in clipboard selections. */ /*****************************************************************************/ void gb_view_cut (gbView *view) { gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); gb_view_copy (view); gb_view_delete_selection (view); gb_debug (DEBUG_VIEW, "END"); } /*****************************************************************************/ /* "Copy" selected items to clipboard selections. */ /*****************************************************************************/ void gb_view_copy (gbView *view) { GList *selected_bond_list, *p; gbDocBond *p_bond; gbDocBondInfo *p_info; gbStatus status; gchar *string; GByteArray *array; gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); if ( view->selection_data != NULL ) { g_byte_array_free( view->selection_data, TRUE ); view->selection_data = NULL; } array = g_byte_array_new(); selected_bond_list = gb_view_get_selected_bond_list( view ); for ( p=selected_bond_list; p != NULL; p=p->next ) { p_bond = (gbDocBond *)p->data; p_info = gb_doc_bond_get_info( p_bond, view->rdate, &status ); string = g_strdup_printf( "%s %s %s %s %s %s %s %s %s %s\n", p_info->sn, p_info->denom_str, p_info->series, p_info->issue_date, p_info->value_str, p_info->interest_str, p_info->yield_str, p_info->next_accrual, p_info->final_maturity, p_info->flag_str ); g_byte_array_append( array, (guint8 *)string, strlen(string) ); g_free( string ); gb_doc_bond_free_info( p_info ); p_info = NULL; } g_byte_array_append( array, (guint8 *)"", 1 ); /* NULL terminate array */ view->selection_data = array; /* Export data not only to our private selection, but to the public */ /* clipboard and primary selections for other programs to pick up. */ gtk_selection_owner_set( view->invisible, clipboard_atom, GDK_CURRENT_TIME ); gtk_selection_owner_set( view->invisible, GDK_SELECTION_PRIMARY, GDK_CURRENT_TIME ); gtk_selection_owner_set( view->invisible, gbonds_selection_atom, GDK_CURRENT_TIME ); view->have_selection = TRUE; gb_debug (DEBUG_VIEW, "END"); } /*****************************************************************************/ /* "Paste" from private clipboard selection. */ /*****************************************************************************/ void gb_view_paste (gbView *view) { gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); /* We only expect to import selections from other GBonds windows and */ /* instances since we have very specific data requirements. */ gtk_selection_convert (GTK_WIDGET (view->invisible), gbonds_selection_atom, GDK_SELECTION_TYPE_STRING, GDK_CURRENT_TIME); gb_debug (DEBUG_VIEW, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Handle "selection-clear" signal. */ /*---------------------------------------------------------------------------*/ static void selection_clear_cb (GtkWidget *widget, GdkEventSelection *event, gpointer data) { gbView *view = GB_VIEW (data); gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); /* Ignore "PRIMARY" selection, */ /* but not the clipboard or our private selection */ if ( event->selection != GDK_SELECTION_PRIMARY ) { view->have_selection = FALSE; if ( view->selection_data != NULL ) { g_byte_array_free( view->selection_data, TRUE ); view->selection_data = NULL; } } gb_debug (DEBUG_VIEW, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Handle "selection-get" signal. */ /*---------------------------------------------------------------------------*/ static void selection_get_cb (GtkWidget *widget, GtkSelectionData *selection_data, guint info, guint time, gpointer data) { gbView *view = GB_VIEW (data); gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); if (view->have_selection) { gtk_selection_data_set( selection_data, GDK_SELECTION_TYPE_STRING, 8, view->selection_data->data, view->selection_data->len ); } gb_debug (DEBUG_VIEW, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Handle "selection-received" signal. (Result of Paste) */ /*---------------------------------------------------------------------------*/ static void selection_received_cb (GtkWidget *widget, GtkSelectionData *selection_data, guint time, gpointer data) { gchar **text, *p_sn, *p_denom, *p_series, *p_idate; int i; gbDocBond *p_bond; gbStatus errno; gbView *view = GB_VIEW (data); gb_debug (DEBUG_VIEW, "START"); g_return_if_fail (GB_IS_VIEW (view)); if (selection_data->length < 0) { return; } if (selection_data->type != GDK_SELECTION_TYPE_STRING) { return; } text = g_strsplit( (gchar *)selection_data->data, "\n", 0 ); for ( i=0; (text[i] != NULL) && (*text[i] != 0); i++ ) { p_sn = strtok( text[i], " " ); p_denom = strtok( NULL, " $" ); p_series = strtok( NULL, " " ); p_idate = strtok( NULL, " " ); p_bond = gb_doc_bond_new( p_series, p_idate, g_strtod(p_denom,NULL), p_sn, &errno ); if ( errno == GB_OK ) { errno = gb_doc_add_bond( view->doc, p_bond ); } } g_strfreev( text ); gb_view_unselect_all (view); gb_debug (DEBUG_VIEW, "END"); } gbonds-2.0.3/src/util.c0000664000076400007640000000632011106721173011633 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * util.c: various small utility functions * * Copyright (C) 2001 Jim Evins . * * 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 */ #include #include #include #include "util.h" /****************************************************************************/ /* Append ".gbonds" extension to filename if needed. */ /****************************************************************************/ gchar * gb_util_add_extension (const gchar * orig_filename) { gchar *new_filename, *extension; extension = strrchr (orig_filename, '.'); if (extension == NULL) { new_filename = g_strconcat (orig_filename, ".gbonds", NULL); } else { if (g_strcasecmp (extension, ".gbonds") != 0) { new_filename = g_strconcat (orig_filename, ".gbonds", NULL); } else { new_filename = g_strdup (orig_filename); } } return new_filename; } /****************************************************************************/ /* Remove ".gbonds" extension from filename if needed. */ /****************************************************************************/ gchar * gb_util_remove_extension (const gchar * orig_filename) { gchar *new_filename, *extension; new_filename = g_strdup (orig_filename); extension = strrchr (new_filename, '.'); if (extension != NULL) { if (g_strcasecmp (extension, ".gbonds") == 0) { *extension = 0; /* truncate string, rm extension */ } } return new_filename; } /****************************************************************************/ /* Make sure we have an absolute path to filename. */ /****************************************************************************/ gchar * gb_util_make_absolute (const gchar * filename) { gchar *pwd, *absolute_filename; if (g_path_is_absolute (filename)) { absolute_filename = g_strdup (filename); } else { pwd = g_get_current_dir (); absolute_filename = g_strjoin (G_DIR_SEPARATOR_S, pwd, filename, NULL); g_free (pwd); } return absolute_filename; } /****************************************************************************/ /* Get '~/.gbonds' directory path. */ /****************************************************************************/ gchar * gb_util_get_home_data_dir (void) { gchar *dir = gnome_util_prepend_user_home( ".gbonds" ); /* Try to create ~/.gbonds directory. If it already exists, no problem. */ mkdir( dir, 0775 ); return dir; } gbonds-2.0.3/src/prefs-dialog.c0000664000076400007640000004053611107636760013251 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * prefs-dialog.c: Preferences dialog module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include #include #include "hig.h" #include "prefs-dialog.h" #include "prefs.h" #include "debug.h" /*========================================================*/ /* Private macros and constants. */ /*========================================================*/ /*========================================================*/ /* Private types. */ /*========================================================*/ struct _gbPrefsDialogPrivate { GtkWidget *notebook; GtkWidget *startup1_radio; GtkWidget *startup2_radio; GtkWidget *startup3_radio; GtkWidget *startup_file_entry; GtkWidget *range1_radio; GtkWidget *range2_radio; }; /*========================================================*/ /* Private globals. */ /*========================================================*/ static gbHigDialogClass* parent_class = NULL; /*========================================================*/ /* Private function prototypes. */ /*========================================================*/ static void gb_prefs_dialog_class_init (gbPrefsDialogClass *klass); static void gb_prefs_dialog_init (gbPrefsDialog *dlg); static void gb_prefs_dialog_finalize (GObject *object); static void gb_prefs_dialog_construct (gbPrefsDialog *dlg); static void response_cb (gbPrefsDialog *dialog, gint response, gpointer user_data); static GtkWidget *startup_page (gbPrefsDialog *dlg); static GtkWidget *rdate_range_page (gbPrefsDialog *dlg); static void update_startup_page_from_prefs (gbPrefsDialog *dlg); static void update_rdate_range_page_from_prefs (gbPrefsDialog *dlg); static void update_prefs_from_startup_page (gbPrefsDialog *dlg); static void update_prefs_from_rdate_range_page (gbPrefsDialog *dlg); /*****************************************************************************/ /* Boilerplate object stuff. */ /*****************************************************************************/ GType gb_prefs_dialog_get_type (void) { static GType dialog_type = 0; if (!dialog_type) { static GTypeInfo dialog_info = { sizeof (gbPrefsDialogClass), NULL, /* base_init */ NULL, /* base_finalize */ (GClassInitFunc) gb_prefs_dialog_class_init, NULL, /* class_finalize */ NULL, /* class_data */ sizeof (gbPrefsDialog), 0, /* n_preallocs */ (GInstanceInitFunc) gb_prefs_dialog_init }; dialog_type = g_type_register_static (GB_TYPE_HIG_DIALOG, "gbPrefsDialog", &dialog_info, 0); } return dialog_type; } static void gb_prefs_dialog_class_init (gbPrefsDialogClass *klass) { GObjectClass *object_class = G_OBJECT_CLASS (klass); gb_debug (DEBUG_PREFS, ""); parent_class = g_type_class_peek_parent (klass); object_class->finalize = gb_prefs_dialog_finalize; } static void gb_prefs_dialog_init (gbPrefsDialog *dlg) { gb_debug (DEBUG_PREFS, ""); dlg->private = g_new0 (gbPrefsDialogPrivate, 1); } static void gb_prefs_dialog_finalize (GObject *object) { gbPrefsDialog* dlg; gb_debug (DEBUG_PREFS, ""); g_return_if_fail (object != NULL); dlg = GB_PREFS_DIALOG (object); g_return_if_fail (GB_IS_PREFS_DIALOG (dlg)); g_return_if_fail (dlg->private != NULL); G_OBJECT_CLASS (parent_class)->finalize (object); g_free (dlg->private); } /*****************************************************************************/ /* NEW preferences dialog. */ /*****************************************************************************/ GtkWidget* gb_prefs_dialog_new (GtkWindow *parent) { GtkWidget *dlg; gb_debug (DEBUG_PREFS, ""); dlg = GTK_WIDGET (g_object_new (GB_TYPE_PREFS_DIALOG, NULL)); if (parent) gtk_window_set_transient_for (GTK_WINDOW (dlg), parent); gb_prefs_dialog_construct (GB_PREFS_DIALOG(dlg)); return dlg; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Construct composite widget. */ /*---------------------------------------------------------------------------*/ static void gb_prefs_dialog_construct (gbPrefsDialog *dlg) { GtkWidget *notebook; g_return_if_fail (GB_IS_PREFS_DIALOG (dlg)); g_return_if_fail (dlg->private != NULL); gtk_dialog_add_button (GTK_DIALOG(dlg), GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE); gtk_dialog_set_default_response (GTK_DIALOG (dlg), GTK_RESPONSE_CLOSE); g_signal_connect(G_OBJECT (dlg), "response", G_CALLBACK (response_cb), NULL); notebook = gtk_notebook_new (); gb_hig_dialog_add_widget (GB_HIG_DIALOG(dlg), notebook); gtk_notebook_append_page (GTK_NOTEBOOK (notebook), startup_page (dlg), gtk_label_new (_("Startup"))); gtk_notebook_append_page (GTK_NOTEBOOK (notebook), rdate_range_page (dlg), gtk_label_new (_("Redemption dates"))); update_startup_page_from_prefs (dlg); update_rdate_range_page_from_prefs (dlg); gtk_widget_show_all (GTK_DIALOG (dlg)->vbox); gtk_window_set_modal (GTK_WINDOW (dlg), TRUE); gtk_window_set_title (GTK_WINDOW (dlg), _("gbabels Preferences")); gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE); } /*---------------------------------------------------------------------------*/ /* PRIVATE. "Response" callback. */ /*---------------------------------------------------------------------------*/ static void response_cb (gbPrefsDialog *dlg, gint response, gpointer user_data) { gb_debug (DEBUG_PREFS, "START"); g_return_if_fail(dlg != NULL); g_return_if_fail(GTK_IS_DIALOG(dlg)); switch(response) { case GTK_RESPONSE_CLOSE: gtk_widget_hide (GTK_WIDGET(dlg)); break; case GTK_RESPONSE_DELETE_EVENT: break; default: g_print ("response = %d", response); g_assert_not_reached (); } gb_debug (DEBUG_PREFS, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Build Startup action Properties Notebook Tab */ /*--------------------------------------------------------------------------*/ static GtkWidget * startup_page (gbPrefsDialog *dlg) { GtkWidget *wvbox, *wframe, *wentry; GSList *radio_group = NULL; wvbox = gb_hig_vbox_new (GB_HIG_VBOX_OUTER); wframe = gb_hig_category_new (_("GBonds always opens with")); gb_hig_vbox_add_widget (GB_HIG_VBOX(wvbox), wframe); radio_group = NULL; dlg->private->startup1_radio = gtk_radio_button_new_with_label (radio_group, _("a blank inventory")); radio_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (dlg->private->startup1_radio)); gb_hig_category_add_widget (GB_HIG_CATEGORY(wframe), dlg->private->startup1_radio); dlg->private->startup2_radio = gtk_radio_button_new_with_label (radio_group, _("the most recently accessed inventory")); radio_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (dlg->private->startup2_radio)); gb_hig_category_add_widget (GB_HIG_CATEGORY(wframe), dlg->private->startup2_radio); dlg->private->startup3_radio = gtk_radio_button_new_with_label (radio_group, _("a default inventory:")); radio_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (dlg->private->startup3_radio)); gb_hig_category_add_widget (GB_HIG_CATEGORY(wframe), dlg->private->startup3_radio); dlg->private->startup_file_entry = gnome_file_entry_new (NULL, _("select file:")); gnome_file_entry_set_modal (GNOME_FILE_ENTRY(dlg->private->startup_file_entry), TRUE); wentry = gnome_file_entry_gtk_entry (GNOME_FILE_ENTRY(dlg->private->startup_file_entry)); gb_hig_category_add_widget (GB_HIG_CATEGORY(wframe), dlg->private->startup_file_entry); g_signal_connect_swapped ( G_OBJECT(dlg->private->startup1_radio), "toggled", G_CALLBACK(update_prefs_from_startup_page), dlg); g_signal_connect_swapped ( G_OBJECT(dlg->private->startup2_radio), "toggled", G_CALLBACK(update_prefs_from_startup_page), dlg); g_signal_connect_swapped ( G_OBJECT(dlg->private->startup3_radio), "toggled", G_CALLBACK(update_prefs_from_startup_page), dlg); g_signal_connect_swapped ( G_OBJECT(wentry), "changed", G_CALLBACK(update_prefs_from_startup_page), dlg); return wvbox; } /*--------------------------------------------------------------------------*/ /* PRIVATE. Build Redemption date range page. */ /*--------------------------------------------------------------------------*/ static GtkWidget * rdate_range_page (gbPrefsDialog *dlg) { GtkWidget *wvbox, *wframe; GtkSizeGroup *label_size_group; GSList *radio_group = NULL; wvbox = gb_hig_vbox_new (GB_HIG_VBOX_OUTER); label_size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); wframe = gb_hig_category_new (_("Redemption date choices")); gb_hig_vbox_add_widget (GB_HIG_VBOX(wvbox), wframe); radio_group = NULL; dlg->private->range1_radio = gtk_radio_button_new_with_label (radio_group, _("include all dates for which data exists")); radio_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (dlg->private->range1_radio)); gb_hig_category_add_widget (GB_HIG_CATEGORY(wframe), dlg->private->range1_radio); dlg->private->range2_radio = gtk_radio_button_new_with_label (radio_group, _("limited to 1 year (newest dates for which data exists)")); radio_group = gtk_radio_button_get_group (GTK_RADIO_BUTTON (dlg->private->range2_radio)); gb_hig_category_add_widget (GB_HIG_CATEGORY(wframe), dlg->private->range2_radio); g_signal_connect_swapped ( G_OBJECT(dlg->private->range1_radio), "toggled", G_CALLBACK(update_prefs_from_rdate_range_page), dlg); g_signal_connect_swapped ( G_OBJECT(dlg->private->range2_radio), "toggled", G_CALLBACK(update_prefs_from_rdate_range_page), dlg); return wvbox; } /*--------------------------------------------------------------------------*/ /* PRIVATE. Update startup page widgets from current prefs. */ /*--------------------------------------------------------------------------*/ static void update_startup_page_from_prefs (gbPrefsDialog *dlg) { GtkWidget *wentry; g_signal_handlers_block_by_func ( G_OBJECT(dlg->private->startup1_radio), G_CALLBACK(update_prefs_from_startup_page), dlg); g_signal_handlers_block_by_func ( G_OBJECT(dlg->private->startup2_radio), G_CALLBACK(update_prefs_from_startup_page), dlg); g_signal_handlers_block_by_func ( G_OBJECT(dlg->private->startup3_radio), G_CALLBACK(update_prefs_from_startup_page), dlg); g_signal_handlers_block_by_func ( G_OBJECT(dlg->private->startup_file_entry), G_CALLBACK(update_prefs_from_startup_page), dlg); switch (gb_prefs->startup_action) { case GB_PREFS_STARTUP_BLANK: gtk_toggle_button_set_active ( GTK_TOGGLE_BUTTON(dlg->private->startup1_radio), TRUE); gtk_widget_set_sensitive (GTK_WIDGET(dlg->private->startup_file_entry), FALSE); break; case GB_PREFS_STARTUP_RECENT: gtk_toggle_button_set_active ( GTK_TOGGLE_BUTTON(dlg->private->startup2_radio), TRUE); gtk_widget_set_sensitive (GTK_WIDGET(dlg->private->startup_file_entry), FALSE); break; case GB_PREFS_STARTUP_DEFAULT: gtk_toggle_button_set_active ( GTK_TOGGLE_BUTTON(dlg->private->startup3_radio), TRUE); gtk_widget_set_sensitive (GTK_WIDGET(dlg->private->startup_file_entry), TRUE); wentry = gnome_file_entry_gtk_entry (GNOME_FILE_ENTRY(dlg->private->startup_file_entry)); gtk_entry_set_text (GTK_ENTRY(wentry), gb_prefs->startup_file); break; default: g_warning ("Illegal startup action"); /* Should not happen */ break; } g_signal_handlers_unblock_by_func ( G_OBJECT(dlg->private->startup1_radio), G_CALLBACK(update_prefs_from_startup_page), dlg); g_signal_handlers_unblock_by_func ( G_OBJECT(dlg->private->startup2_radio), G_CALLBACK(update_prefs_from_startup_page), dlg); g_signal_handlers_unblock_by_func ( G_OBJECT(dlg->private->startup3_radio), G_CALLBACK(update_prefs_from_startup_page), dlg); g_signal_handlers_unblock_by_func ( G_OBJECT(dlg->private->startup_file_entry), G_CALLBACK(update_prefs_from_startup_page), dlg); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Update redemption date range page widgets from current prefs. */ /*--------------------------------------------------------------------------*/ static void update_rdate_range_page_from_prefs (gbPrefsDialog *dlg) { g_signal_handlers_block_by_func ( G_OBJECT(dlg->private->range1_radio), G_CALLBACK(update_prefs_from_rdate_range_page), dlg); g_signal_handlers_block_by_func ( G_OBJECT(dlg->private->range2_radio), G_CALLBACK(update_prefs_from_rdate_range_page), dlg); switch (gb_prefs->rdate_range) { case GB_PREFS_RDATE_RANGE_ALL: gtk_toggle_button_set_active ( GTK_TOGGLE_BUTTON(dlg->private->range1_radio), TRUE); break; case GB_PREFS_RDATE_RANGE_YEAR: gtk_toggle_button_set_active ( GTK_TOGGLE_BUTTON(dlg->private->range2_radio), TRUE); break; default: g_warning ("Illegal rdate range"); /* Should not happen */ break; } g_signal_handlers_unblock_by_func ( G_OBJECT(dlg->private->range1_radio), G_CALLBACK(update_prefs_from_rdate_range_page), dlg); g_signal_handlers_unblock_by_func ( G_OBJECT(dlg->private->range2_radio), G_CALLBACK(update_prefs_from_rdate_range_page), dlg); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Update prefs from current state of startup page widgets. */ /*--------------------------------------------------------------------------*/ static void update_prefs_from_startup_page (gbPrefsDialog *dlg) { GtkWidget *wentry; if (gtk_toggle_button_get_active ( GTK_TOGGLE_BUTTON(dlg->private->startup1_radio))) { gb_prefs->startup_action = GB_PREFS_STARTUP_BLANK; gtk_widget_set_sensitive (GTK_WIDGET(dlg->private->startup_file_entry), FALSE); } if (gtk_toggle_button_get_active ( GTK_TOGGLE_BUTTON(dlg->private->startup2_radio))) { gb_prefs->startup_action = GB_PREFS_STARTUP_RECENT; gtk_widget_set_sensitive (GTK_WIDGET(dlg->private->startup_file_entry), FALSE); } if (gtk_toggle_button_get_active ( GTK_TOGGLE_BUTTON(dlg->private->startup3_radio))) { gb_prefs->startup_action = GB_PREFS_STARTUP_DEFAULT; gtk_widget_set_sensitive (GTK_WIDGET(dlg->private->startup_file_entry), TRUE); wentry = gnome_file_entry_gtk_entry (GNOME_FILE_ENTRY(dlg->private->startup_file_entry)); gb_prefs->startup_file = gtk_editable_get_chars (GTK_EDITABLE(wentry), 0, -1); } gb_prefs_save_settings (); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Update prefs from current state of rdate range page widgets. */ /*--------------------------------------------------------------------------*/ static void update_prefs_from_rdate_range_page (gbPrefsDialog *dlg) { if (gtk_toggle_button_get_active ( GTK_TOGGLE_BUTTON(dlg->private->range1_radio))) { gb_prefs->rdate_range = GB_PREFS_RDATE_RANGE_ALL; } if (gtk_toggle_button_get_active ( GTK_TOGGLE_BUTTON(dlg->private->range2_radio))) { gb_prefs->rdate_range = GB_PREFS_RDATE_RANGE_YEAR; } gb_prefs_save_settings (); } gbonds-2.0.3/src/print-dialog.c0000664000076400007640000000706111107636660013261 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * print-dialog.c: Print dialog module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include #include #include #include #include #include #include #include #include "print-dialog.h" #include "hig.h" #include "print.h" #include "doc.h" #include "debug.h" /*===========================================*/ /* Private types. */ /*===========================================*/ /*===========================================*/ /* Private globals. */ /*===========================================*/ /*===========================================*/ /* Private function prototypes. */ /*===========================================*/ static void print_response (GtkDialog *dlg, gint response, gbView *view); /*****************************************************************************/ /* "Print" dialog. */ /*****************************************************************************/ void gb_print_dialog (gbView *view, BonoboWindow *win) { GtkWidget *dlg; g_return_if_fail (view && GB_IS_VIEW(view)); g_return_if_fail (win && BONOBO_IS_WINDOW(win)); dlg = gnome_print_dialog_new (NULL, (guchar*)_("Print inventory"), 0); gtk_window_set_transient_for (GTK_WINDOW(dlg), GTK_WINDOW(win)); g_signal_connect (G_OBJECT(dlg), "response", G_CALLBACK (print_response), view); gtk_widget_show (dlg); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Print "response" callback. */ /*---------------------------------------------------------------------------*/ static void print_response (GtkDialog *dlg, gint response, gbView *view) { GnomePrintConfig *config; GnomePrintJob *job; GtkWidget *preview; switch (response) { case GNOME_PRINT_DIALOG_RESPONSE_PRINT: config = gnome_print_dialog_get_config (GNOME_PRINT_DIALOG(dlg)); job = gnome_print_job_new (config); gb_print (job, view); gnome_print_job_close (job); gnome_print_job_print (job); g_object_unref (G_OBJECT(job)); break; case GNOME_PRINT_DIALOG_RESPONSE_PREVIEW: config = gnome_print_dialog_get_config (GNOME_PRINT_DIALOG(dlg)); job = gnome_print_job_new (config); gb_print (job, view); gnome_print_job_close (job); preview = gnome_print_job_preview_new (job, (guchar*)_("Print preview")); gtk_widget_show (preview); g_object_unref (G_OBJECT(job)); break; default: break; } gtk_widget_destroy (GTK_WIDGET (dlg)); } gbonds-2.0.3/src/util.h0000664000076400007640000000231211106721173011635 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * util.h: various small utility functions * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __UTIL_H__ #define __UTIL_H__ G_BEGIN_DECLS gchar *gb_util_add_extension (const gchar *orig_filename); gchar *gb_util_remove_extension (const gchar *orig_filename); gchar *gb_util_make_absolute (const gchar *orig_filename); gchar *gb_util_get_home_data_dir (void); G_END_DECLS #endif /* __UTIL_H__ */ gbonds-2.0.3/src/view.h0000664000076400007640000000576311106721174011650 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * view.h: gbonds View module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __VIEW_H__ #define __VIEW_H__ #include #include "doc.h" G_BEGIN_DECLS #define GB_VIEW_NORMAL_COLOR "black" #define GB_VIEW_NOPAY_COLOR "green4" #define GB_VIEW_MATURED_EXCH_COLOR "blue" #define GB_VIEW_MATURED_NOT_EXCH_COLOR "firebrick3" #define GB_TYPE_VIEW (gb_view_get_type ()) #define GB_VIEW(obj) (GTK_CHECK_CAST((obj), GB_TYPE_VIEW, gbView )) #define GB_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), GB_TYPE_VIEW, gbViewClass)) #define GB_IS_VIEW(obj) (GTK_CHECK_TYPE ((obj), GB_TYPE_VIEW)) #define GB_IS_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GB_TYPE_VIEW)) typedef struct _gbView gbView; typedef struct _gbViewClass gbViewClass; struct _gbView { GtkVBox parent_widget; gbDoc *doc; GtkListStore *bond_store; gchar *rdate; GtkTreeViewColumn *sort_column; GtkWidget *rdate_combo; GtkWidget *rdate_entry; GtkWidget *bond_list; GtkWidget *inventory_value_label; GtkWidget *redemption_value_label; GtkWidget *total_interest_label; /* Clipboard selection stuff */ gint have_selection; GByteArray *selection_data; GtkWidget *invisible; }; struct _gbViewClass { GtkVBoxClass parent_class; /* Selection changed signal */ void (*selection_changed) (gbView *view, gpointer user_data); }; GType gb_view_get_type (void); GtkWidget *gb_view_new (gbDoc *doc); void gb_view_select_all (gbView *view); void gb_view_unselect_all (gbView *view); gboolean gb_view_is_selection_empty (gbView *view); GList *gb_view_get_selected_bond_list (gbView *view); void gb_view_delete_selection (gbView *view); void gb_view_cut (gbView *view); void gb_view_copy (gbView *view); void gb_view_paste (gbView *view); G_END_DECLS #endif gbonds-2.0.3/src/table.h0000664000076400007640000000210011106721174011743 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * table.h: gbonds redemption table module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __TABLE_H__ #define __TABLE_H__ #include "table-model.h" gbTableModel *gb_table_get_model (void); void gb_table_init (void); #endif /*__TABLE_H__*/ gbonds-2.0.3/src/commands.h0000664000076400007640000000774411106721173012477 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * commands.h: gbonds commands module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __COMMANDS_H__ #define __COMMANDS_H__ #include G_BEGIN_DECLS void gb_cmd_file_new (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_file_open (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_file_import (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_file_save (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_file_save_as (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_file_print (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_file_print_preview (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_file_close (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_file_exit (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_edit_undo (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_edit_redo (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_edit_cut (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_edit_copy (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_edit_paste (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_edit_add (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_edit_delete (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_edit_title (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_edit_select_all (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_edit_unselect_all (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_settings_preferences (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_settings_update (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_help_contents (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); void gb_cmd_help_about (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname); G_END_DECLS #endif /* __COMMANDS_H__ */ gbonds-2.0.3/src/update.c0000664000076400007640000011210511107710534012137 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * update.c: Update redemption data druid module * * Copyright (C) 2001 Jim Evins . * * 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 */ #include #include #include #include #include #include #include "table.h" #include "util.h" #include "update.h" #include "debug.h" #define ICON_PIXMAP gnome_program_locate_file (NULL,\ GNOME_FILE_DOMAIN_APP_PIXMAP,\ "gbonds.png",\ FALSE, NULL) #define REDEMPTION_DATA_DIR gnome_program_locate_file (NULL,\ GNOME_FILE_DOMAIN_APP_DATADIR,\ "gbonds/",\ FALSE, NULL) #define DRUID_WIDTH 640 #define DRUID_HEIGHT 400 #define DRUID_BG_COLOR { 0, 70*256, 85*256, 80*256 } #define DRUID_TITLE_COLOR { 0, 255*256, 255*256, 255*256 } /*===========================================*/ /* Private types */ /*===========================================*/ typedef struct { gchar *name; gchar *uri; } Site; typedef struct { gint n; GList *list; GnomeVFSURI *uri; } DirCallbackData; typedef struct { gint i, n; gint total_bytes_read, total_bytes, file_bytes_read, file_bytes; GList *list, *p; GnomeVFSURI *uri; GnomeVFSHandle *local_handle; gpointer buffer; gint buffer_length; gpointer line_buffer; gint line_offset; } DownloadCallbackData; /*===========================================*/ /* Private globals */ /*===========================================*/ GList *site_list = NULL; gchar *site_uri; GtkWidget *update_window = NULL; GtkWidget *update_druid; GtkWidget *download_page; GtkWidget *site_entry; GtkWidget *status_label; GtkWidget *file_label; GtkWidget *file_progress; GtkWidget *total_progress; GtkWidget *finish_page; GnomeVFSAsyncHandle *remote_dir_handle = NULL; GnomeVFSAsyncHandle *remote_file_handle = NULL; gboolean update_cancel_flag = FALSE; /*===========================================*/ /* Local function prototypes */ /*===========================================*/ static void add_start_page( GnomeDruid *wdruid, GdkPixbuf *logo ); static void add_select_download_page( GnomeDruid *wdruid, GdkPixbuf *logo ); static void add_downloading_page( GnomeDruid *wdruid, GdkPixbuf *logo ); static void prepare_downloading_page( GnomeDruidPage *page, GnomeDruid *druid, gpointer data ); static void got_remote_list( GnomeVFSURI *uri, GList *list, gint n ); static GList *prune_list_from_dir( GList *list, gint *n, const gchar *dirname ); static void get_remote_file_list( GnomeVFSURI *uri ); static void get_remote_file_list_cb( GnomeVFSAsyncHandle *handle, GnomeVFSResult result, GList *list, guint entries_read, gpointer callback_data ); static void download_files( GnomeVFSURI *uri, GList *list, gint n ); static void open_remote_file_callback( GnomeVFSAsyncHandle *handle, GnomeVFSResult result, gpointer callback_data ); static gchar *hash_filename( const gchar *filename ); static void read_remote_file_callback( GnomeVFSAsyncHandle *handle, GnomeVFSResult result, gpointer buffer, GnomeVFSFileSize bytes_requested, GnomeVFSFileSize bytes_read, gpointer callback_data ); static void close_remote_file_callback( GnomeVFSAsyncHandle *handle, GnomeVFSResult result, gpointer callback_data ); static void download_done( DownloadCallbackData *data ); static void no_download( void ); static void add_finish_page( GnomeDruid *wdruid, GdkPixbuf *logo ); static void prepare_finish_page( GnomeDruidPage *page, GnomeDruid *druid, gpointer data ); static void finish_cb( GnomeDruidPage *page, GnomeDruid *druid, gpointer data ); static void cancel_cb( GnomeDruid *druid, gpointer data ); static void destroy_cb( GtkWindow *window, gpointer data ); static GList *read_site_list( void ); static void update_progress_bar (GtkProgressBar *bar, gint bytes, gint total); /*--------------------------------------------------------------------------*/ /* Update command. Creates and runs druid. */ /*--------------------------------------------------------------------------*/ void gb_update_druid (void) { GdkPixbuf *logo; gb_debug (DEBUG_UPDATE, "START"); if ( update_window == NULL ) { remote_dir_handle = NULL; remote_file_handle = NULL; update_cancel_flag = FALSE; logo = gdk_pixbuf_new_from_file (ICON_PIXMAP, NULL); update_window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_window_set_default_size (GTK_WINDOW(update_window), DRUID_WIDTH, DRUID_HEIGHT); update_druid = gnome_druid_new(); gtk_container_add( GTK_CONTAINER(update_window), update_druid ); add_start_page( GNOME_DRUID(update_druid), logo ); add_select_download_page( GNOME_DRUID(update_druid), logo ); add_downloading_page( GNOME_DRUID(update_druid), logo ); add_finish_page( GNOME_DRUID(update_druid), logo ); g_signal_connect( G_OBJECT(update_druid), "cancel", G_CALLBACK(cancel_cb), NULL ); g_signal_connect( G_OBJECT(update_window), "destroy", G_CALLBACK(destroy_cb), NULL ); gtk_widget_show_all( update_window ); } gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Create and add start page to druid. */ /*--------------------------------------------------------------------------*/ static void add_start_page( GnomeDruid *wdruid, GdkPixbuf *logo ) { GtkWidget *wpage; GdkColor druid_bg_color = DRUID_BG_COLOR; GdkColor druid_title_color = DRUID_TITLE_COLOR; gbDate date_min, date_max, date_today; gchar *date_min_string, *date_max_string, *date_today_string; gchar *msg, *msg1; gbTableModel *table_model; gb_debug (DEBUG_UPDATE, "START"); table_model = gb_table_get_model (); date_min = gb_table_model_get_rdate_min (table_model); date_max = gb_table_model_get_rdate_max (table_model); date_today = gb_table_model_get_rdate_today (); date_min_string = gb_date_fmt( date_min ); date_max_string = gb_date_fmt( date_max ); date_today_string = gb_date_fmt( date_today ); if ( date_today == date_max ) { msg1 = g_strdup_printf( _( "Current redemption data will expire at the end\n" "of this month (%s)\n" ), date_today_string ); } else { if ( date_today > date_max ) { msg1 = g_strdup( _( "Current redemption data has expired.\n" ) ); } else { msg1 = g_strdup( "" ); } } msg = g_strdup_printf( _( "%s\n" "GBonds is currently configured with redemption data\n" "for %s - %s.\n\n" "New redemption data is published by the U.S. Treasury\n" "every six months. This dialog will help you\n" "download and install new redemption data.\n\n" "You can hit cancel at any point to cancel this dialog." ), msg1, date_min_string, date_max_string ); wpage = gnome_druid_page_edge_new_with_vals (GNOME_EDGE_START, TRUE, _("Update redemption tables"), msg, logo, NULL, NULL); gnome_druid_page_edge_set_bg_color (GNOME_DRUID_PAGE_EDGE(wpage), &druid_bg_color); gnome_druid_page_edge_set_logo_bg_color (GNOME_DRUID_PAGE_EDGE(wpage), &druid_bg_color); gnome_druid_page_edge_set_title_color (GNOME_DRUID_PAGE_EDGE(wpage), &druid_title_color); gnome_druid_append_page( wdruid, GNOME_DRUID_PAGE(wpage) ); g_free( date_min_string ); g_free( date_max_string ); g_free( date_today_string ); g_free( msg ); g_free( msg1 ); gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Create and add "select download site" page to druid. */ /*--------------------------------------------------------------------------*/ static void add_select_download_page( GnomeDruid *wdruid, GdkPixbuf *logo ) { GtkWidget *wvbox; GdkColor druid_bg_color = DRUID_BG_COLOR; GdkColor druid_title_color = DRUID_TITLE_COLOR; GtkWidget *whbox, *wcombo; GList *name_list = NULL; GList *p; Site *site; gb_debug (DEBUG_UPDATE, "START"); download_page = gnome_druid_page_standard_new_with_vals (_("Select download site"), logo, NULL); gnome_druid_page_standard_set_background(GNOME_DRUID_PAGE_STANDARD(download_page), &druid_bg_color); gnome_druid_page_standard_set_logo_background(GNOME_DRUID_PAGE_STANDARD(download_page), &druid_bg_color); gnome_druid_page_standard_set_title_foreground( GNOME_DRUID_PAGE_STANDARD(download_page), &druid_title_color); gnome_druid_append_page( wdruid, GNOME_DRUID_PAGE(download_page) ); wvbox = GNOME_DRUID_PAGE_STANDARD(download_page)->vbox; whbox = gtk_hbox_new( FALSE, 10 ); gtk_container_set_border_width( GTK_CONTAINER(whbox), 20 ); gtk_box_pack_start( GTK_BOX(wvbox), whbox, TRUE, TRUE, 0 ); gtk_box_pack_start( GTK_BOX(whbox), gtk_label_new( _("Download site:") ), FALSE, TRUE, 0 ); if ( site_list == NULL ) { site_list = read_site_list(); } for ( p=site_list; p!= NULL; p=p->next ) { site = (Site *)p->data; name_list = g_list_append( name_list, site->name ); } wcombo = gtk_combo_new(); gtk_combo_set_popdown_strings( GTK_COMBO(wcombo), name_list ); g_list_free( name_list ); name_list = NULL; site_entry = GTK_COMBO(wcombo)->entry; gtk_entry_set_editable( GTK_ENTRY(site_entry), FALSE ); gtk_box_pack_start( GTK_BOX(whbox), wcombo, TRUE, TRUE, 0 ); gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Create and add "downloading" page to druid. */ /*--------------------------------------------------------------------------*/ static void add_downloading_page( GnomeDruid *wdruid, GdkPixbuf *logo ) { GtkWidget *wpage, *wvbox, *wvbox2, *wvbox3, *wvbox4; GtkWidget *whbox2, *whbox3, *whbox4; GtkWidget *wlabel1, *wlabel2, *wframe; GdkColor druid_bg_color = DRUID_BG_COLOR; GdkColor druid_title_color = DRUID_TITLE_COLOR; gb_debug (DEBUG_UPDATE, "START"); wpage = gnome_druid_page_standard_new_with_vals (_("Downloading..."), logo, NULL); gnome_druid_page_standard_set_background(GNOME_DRUID_PAGE_STANDARD(wpage), &druid_bg_color); gnome_druid_page_standard_set_logo_background(GNOME_DRUID_PAGE_STANDARD(wpage), &druid_bg_color); gnome_druid_page_standard_set_title_foreground(GNOME_DRUID_PAGE_STANDARD(wpage), &druid_title_color); gnome_druid_append_page( wdruid, GNOME_DRUID_PAGE(wpage) ); wvbox = GNOME_DRUID_PAGE_STANDARD(wpage)->vbox; wvbox2 = gtk_vbox_new( FALSE, 10 ); gtk_container_set_border_width( GTK_CONTAINER(wvbox2), 20 ); gtk_box_pack_start( GTK_BOX(wvbox), wvbox2, TRUE, FALSE, 0 ); wlabel1 = gtk_label_new( _("Please wait while GBonds downloads new redemption data.") ); gtk_box_pack_start( GTK_BOX(wvbox2), wlabel1, FALSE, TRUE, 0 ); wframe = gtk_frame_new( NULL ); gtk_box_pack_start( GTK_BOX(wvbox2), wframe, FALSE, TRUE, 0 ); whbox2 = gtk_hbox_new( FALSE, 0 ); gtk_container_set_border_width( GTK_CONTAINER(whbox2), 5 ); gtk_container_add( GTK_CONTAINER(wframe), whbox2 ); status_label = gtk_label_new( _("Status") ); gtk_label_set_justify( GTK_LABEL(status_label), GTK_JUSTIFY_LEFT ); gtk_box_pack_start( GTK_BOX(whbox2), status_label, FALSE, TRUE, 0 ); wvbox3 = gtk_vbox_new( FALSE, 2 ); gtk_box_pack_start( GTK_BOX(wvbox2), wvbox3, TRUE, FALSE, 0 ); whbox3 = gtk_hbox_new( FALSE, 0 ); gtk_box_pack_start( GTK_BOX(wvbox3), whbox3, FALSE, TRUE, 0 ); file_label = gtk_label_new( _("File") ); gtk_label_set_justify( GTK_LABEL(file_label), GTK_JUSTIFY_LEFT ); gtk_box_pack_start( GTK_BOX(whbox3), file_label, FALSE, TRUE, 0 ); file_progress = gtk_progress_bar_new(); gtk_progress_bar_set_text( GTK_PROGRESS_BAR(file_progress), "" ); gtk_box_pack_start( GTK_BOX(wvbox3), file_progress, FALSE, TRUE, 0 ); wvbox4 = gtk_vbox_new( FALSE, 2 ); gtk_box_pack_start( GTK_BOX(wvbox2), wvbox4, TRUE, FALSE, 0 ); whbox4 = gtk_hbox_new( FALSE, 0 ); gtk_box_pack_start( GTK_BOX(wvbox4), whbox4, FALSE, TRUE, 0 ); wlabel2 = gtk_label_new( _("Total") ); gtk_label_set_justify( GTK_LABEL(wlabel2), GTK_JUSTIFY_LEFT ); gtk_box_pack_start( GTK_BOX(whbox4), wlabel2, FALSE, TRUE, 0 ); total_progress = gtk_progress_bar_new(); gtk_progress_bar_set_text( GTK_PROGRESS_BAR(total_progress), "" ); gtk_box_pack_start( GTK_BOX(wvbox4), total_progress, FALSE, TRUE, 0 ); g_signal_connect_after( G_OBJECT(wpage), "prepare", G_CALLBACK(prepare_downloading_page), NULL ); gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Prepare downloading page callback. This is the routine that */ /* kicks off the entire async download process. */ /*--------------------------------------------------------------------------*/ static void prepare_downloading_page( GnomeDruidPage *page, GnomeDruid *druid, gpointer data ) { const gchar *site_name; GList *p; Site *site; gb_debug (DEBUG_UPDATE, "START"); gnome_druid_set_buttons_sensitive( druid, FALSE, FALSE, TRUE, FALSE ); site_name = gtk_entry_get_text( GTK_ENTRY(site_entry) ); for ( p = site_list; p != NULL; p=p->next ) { site = (Site *)p->data; if ( strcmp( site_name, site->name ) == 0 ) { site_uri = site->uri; break; } } get_remote_file_list( gnome_vfs_uri_new( site_uri ) ); gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Begin the asynchronous process of contacting the given site */ /* and getting a list of apropriate files from the site. */ /*--------------------------------------------------------------------------*/ static void get_remote_file_list( GnomeVFSURI *uri ) { DirCallbackData *data; gchar *status_string; gb_debug (DEBUG_UPDATE, "START"); status_string = g_strdup_printf( _("Connecting to \"%s\" ..."), site_uri ); gtk_label_set_text( GTK_LABEL(status_label), status_string ); g_free( status_string ); data = g_new0( DirCallbackData, 1 ); data->n = 0; data->list = NULL; data->uri = uri; gnome_vfs_async_load_directory_uri (&remote_dir_handle, uri, GNOME_VFS_FILE_INFO_DEFAULT, 1, 0, get_remote_file_list_cb, data); gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Asynchronous callback for each directory entry from remote */ /* site. */ /*--------------------------------------------------------------------------*/ static void get_remote_file_list_cb( GnomeVFSAsyncHandle *handle, GnomeVFSResult result, GList *list, guint entries_read, gpointer callback_data ) { DirCallbackData *data = (DirCallbackData *)callback_data; GnomeVFSFileInfo *info, *safe_info; gchar *ext; gb_debug (DEBUG_UPDATE, "START"); if ( update_cancel_flag ) { gnome_vfs_async_cancel( handle ); gtk_widget_destroy( update_window ); update_window = NULL; gb_debug (DEBUG_UPDATE, "END -- CANCEL"); return; } switch (result) { case GNOME_VFS_OK: info = (GnomeVFSFileInfo *)list->data; ext = strrchr( info->name, '.' ); if ( ext && (g_strcasecmp( ext, ".asc" ) == 0 ) && (strncasecmp( info->name, "sb", 2 ) == 0) ) { safe_info = gnome_vfs_file_info_dup( info ); data->list = g_list_prepend( data->list, safe_info ); data->n++; } break; case GNOME_VFS_ERROR_EOF: got_remote_list( data->uri, data->list, data->n ); break; default: g_warning( "Unexpected error: %d: %s\n", result, gnome_vfs_result_to_string(result) ); break; } gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Called once the remote file list is completed. Kicks off the */ /* asynchronous process of downloading any new files in that list. */ /*--------------------------------------------------------------------------*/ static void got_remote_list( GnomeVFSURI *uri, GList *list, gint n ) { gchar *home_data_dir = gb_util_get_home_data_dir(); gb_debug (DEBUG_UPDATE, "START"); /* * Now we have a list of remote redemption files, now lets remove any * files from that list that we already have locally. */ list = prune_list_from_dir( list, &n, REDEMPTION_DATA_DIR ); list = prune_list_from_dir( list, &n, home_data_dir ); /* * Now begin download of what's left. */ download_files( uri, list, n ); g_free( home_data_dir ); gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Prune list of files by removing any duplicates in the given */ /* local directory. */ /*--------------------------------------------------------------------------*/ static GList * prune_list_from_dir( GList *remote_list, gint *n, const gchar *dirname ) { GnomeVFSFileInfo *local_info, *remote_info; GList *local_list; GList *p_remote, *p_local; gchar *local_text_uri; GnomeVFSResult ret; gb_debug (DEBUG_UPDATE, "START"); if ( dirname == NULL ) return remote_list; local_text_uri = gnome_vfs_get_uri_from_local_path( dirname ); if ( (ret = gnome_vfs_directory_list_load (&local_list, local_text_uri, GNOME_VFS_FILE_INFO_DEFAULT)) != GNOME_VFS_OK ) { return remote_list; } for ( p_local=local_list; p_local != NULL; p_local=p_local->next ) { local_info = (GnomeVFSFileInfo *)p_local->data; for ( p_remote=remote_list; p_remote != NULL; p_remote=p_remote->next ) { remote_info = (GnomeVFSFileInfo *)p_remote->data; if ( g_strcasecmp( local_info->name, remote_info->name ) == 0 ) { remote_list = g_list_remove_link( remote_list, p_remote ); gnome_vfs_file_info_unref( remote_info ); p_remote->data = remote_info = NULL; g_list_free_1( p_remote ); p_remote = NULL; *n -= 1; break; } } } g_free( local_text_uri ); gb_debug (DEBUG_UPDATE, "END"); return remote_list; } /*--------------------------------------------------------------------------*/ /* PRIVATE. Start downloading files in the list from remote site. */ /*--------------------------------------------------------------------------*/ static void download_files( GnomeVFSURI *uri, GList *list, gint n ) { GnomeVFSFileInfo *info; GnomeVFSURI *file_uri; DownloadCallbackData *data; gint total_bytes; GList *p; gchar *status_string; gb_debug (DEBUG_UPDATE, "START"); if ( list ) { status_string = g_strdup_printf( _("Downloading redemption tables...") ); gtk_label_set_text( GTK_LABEL(status_label), status_string ); g_free( status_string ); total_bytes = 0; for ( p=list; p!=NULL; p=p->next ) { info = (GnomeVFSFileInfo *)p->data; total_bytes += info->size; } data = g_new0( DownloadCallbackData, 1 ); data->i = 0; data->n = n; data->total_bytes_read = 0; data->total_bytes = total_bytes; data->list = list; data->p = list; data->uri = uri; data->buffer = g_malloc0( 4096 ); data->buffer_length = 4096; data->line_buffer = g_malloc0( 4096 ); data->local_handle = NULL; info = (GnomeVFSFileInfo *)data->p->data; gb_debug (DEBUG_UPDATE, "Opening %s", info->name ); file_uri = gnome_vfs_uri_append_file_name( data->uri, info->name ); gb_debug (DEBUG_UPDATE, " URI = %s", gnome_vfs_uri_to_string (file_uri, 0) ); gnome_vfs_async_open_uri (&remote_file_handle, file_uri, GNOME_VFS_OPEN_READ, 0, open_remote_file_callback, data); } else { no_download(); } gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Remote file open callback. Once open, open the local file */ /* and begin the process of copying data from the remote file to the local */ /* file. */ /*--------------------------------------------------------------------------*/ static void open_remote_file_callback( GnomeVFSAsyncHandle *handle, GnomeVFSResult result, gpointer callback_data ) { DownloadCallbackData *data = (DownloadCallbackData *)callback_data; GnomeVFSFileInfo *info = (GnomeVFSFileInfo *)data->p->data; gchar *local_path, *local_text_uri, *local_name; GnomeVFSHandle *local_handle; gchar *status_string; GnomeVFSResult ret; gb_debug (DEBUG_UPDATE, "START"); if ( update_cancel_flag ) { gnome_vfs_async_close( handle, close_remote_file_callback, data ); gb_debug (DEBUG_UPDATE, "END -- CANCEL"); return; } switch (result) { case GNOME_VFS_OK: data->file_bytes_read = 0; data->file_bytes = info->size; status_string = g_strdup_printf( _("File: \"%s\" (%d of %d)"), info->name, (data->i+1), data->n ); gtk_label_set_text( GTK_LABEL(file_label), status_string ); g_free( status_string ); update_progress_bar (GTK_PROGRESS_BAR(file_progress), 0, data->file_bytes); update_progress_bar (GTK_PROGRESS_BAR(total_progress), data->total_bytes_read, data->total_bytes); local_name = hash_filename( info->name ); local_path = g_build_filename (gb_util_get_home_data_dir(), local_name, NULL); local_text_uri = gnome_vfs_get_uri_from_local_path( local_path ); ret = gnome_vfs_create( &local_handle, local_text_uri, GNOME_VFS_OPEN_WRITE, FALSE, 0664 ); if ( ret != GNOME_VFS_OK ) { g_warning( "error opening local file %s, %s\n", local_path, gnome_vfs_result_to_string(ret) ); } else { data->local_handle = local_handle; gnome_vfs_async_read( handle, data->buffer, data->buffer_length, read_remote_file_callback, data ); } g_free( local_name ); g_free( local_path ); g_free( local_text_uri ); break; default: g_warning( "Open failed: %s.\n", gnome_vfs_result_to_string(result) ); break; } gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Hash filename. Create a temporary filename for downloaded */ /* file, so that we can cancel gracefully. */ /*--------------------------------------------------------------------------*/ static gchar *hash_filename( const gchar *filename ) { return g_strdup_printf( "#%s#", filename ); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Remote read callback. Take a data block read from the remote */ /* file, and copy it to the local file. */ /*--------------------------------------------------------------------------*/ static void read_remote_file_callback( GnomeVFSAsyncHandle *handle, GnomeVFSResult result, gpointer buffer, GnomeVFSFileSize bytes_requested, GnomeVFSFileSize bytes_read, gpointer callback_data ) { DownloadCallbackData *data = (DownloadCallbackData *)callback_data; GnomeVFSFileSize bytes_written; gb_debug (DEBUG_UPDATE, "START"); if ( update_cancel_flag ) { gnome_vfs_async_close( handle, close_remote_file_callback, data ); gb_debug (DEBUG_UPDATE, "END -- CANCEL"); return; } switch (result) { case GNOME_VFS_OK: if ( bytes_read > 0 ) { data->total_bytes_read += bytes_read; data->file_bytes_read += bytes_read; update_progress_bar (GTK_PROGRESS_BAR(file_progress), data->file_bytes_read, data->file_bytes); update_progress_bar (GTK_PROGRESS_BAR(total_progress), data->total_bytes_read, data->total_bytes); gnome_vfs_write( data->local_handle, buffer, bytes_read, &bytes_written ); if ( bytes_written != bytes_read ) { g_warning( "Write failed: %d bytes written != %d bytes read", (gint)bytes_written, (gint)bytes_read ); } gnome_vfs_async_read( handle, data->buffer, data->buffer_length, read_remote_file_callback, data ); } else { gnome_vfs_async_close( handle, close_remote_file_callback, data ); gb_debug (DEBUG_UPDATE, "0 length read"); } break; case GNOME_VFS_ERROR_EOF: gb_debug (DEBUG_UPDATE, "EOF -- %" GNOME_VFS_OFFSET_FORMAT_STR, bytes_read); gnome_vfs_async_close( handle, close_remote_file_callback, data ); break; default: g_warning( "Read failed: %s", gnome_vfs_result_to_string(result) ); break; } gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Remote file closed callback. Close local file and open the */ /* next remote file in the list, if any. */ /*--------------------------------------------------------------------------*/ static void close_remote_file_callback( GnomeVFSAsyncHandle *handle, GnomeVFSResult result, gpointer callback_data ) { DownloadCallbackData *data = (DownloadCallbackData *)callback_data; GnomeVFSFileInfo *info; GnomeVFSURI *file_uri; gb_debug (DEBUG_UPDATE, "START"); if ( data->local_handle ) { gnome_vfs_close( data->local_handle ); data->local_handle = NULL; } if ( update_cancel_flag ) { gtk_widget_destroy( update_window ); update_window = NULL; gb_debug (DEBUG_UPDATE, "END -- CANCEL"); return; } if (result != GNOME_VFS_OK) { g_warning( "Close failed: %s", gnome_vfs_result_to_string(result) ); } data->i++; data->p = data->p->next; if ( data->p ) { info = (GnomeVFSFileInfo *)data->p->data; gb_debug (DEBUG_UPDATE, "Opening %s", info->name ); file_uri = gnome_vfs_uri_append_file_name( data->uri, info->name ); gb_debug (DEBUG_UPDATE, " URI = %s", gnome_vfs_uri_to_string (file_uri, 0) ); gnome_vfs_async_cancel (handle); gnome_vfs_async_open_uri (&remote_file_handle, file_uri, GNOME_VFS_OPEN_READ, 0, open_remote_file_callback, data); } else { download_done( data ); } gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Download successful. Finish up and present an apropriate */ /* finish page. */ /*--------------------------------------------------------------------------*/ static void download_done( DownloadCallbackData *data ) { GList *p; GnomeVFSFileInfo *info, tmp_info = {0}; gchar *hash_name; gchar *hash_path, *hash_text_uri; gchar *file_path, *file_text_uri; gchar *date_min, *date_max, *finish_msg; gchar *data_dir; gbTableModel *table_model; gb_debug (DEBUG_UPDATE, "START"); /* Rename downloaded files (undo name hash) */ data_dir = gb_util_get_home_data_dir(); for ( p=data->list; p != NULL; p=p->next ) { info = (GnomeVFSFileInfo *)p->data; hash_name = hash_filename( info->name ); hash_path = g_build_filename( data_dir, hash_name, NULL ); hash_text_uri = gnome_vfs_get_uri_from_local_path( hash_path ); file_path = g_build_filename( data_dir, info->name, NULL ); file_text_uri = gnome_vfs_get_uri_from_local_path( file_path ); gnome_vfs_get_file_info (hash_text_uri, &tmp_info, GNOME_VFS_FILE_INFO_DEFAULT); if ( info->size == tmp_info.size ) { gnome_vfs_move( hash_text_uri, file_text_uri, FALSE ); } else { g_warning ("%s: Temporary file size (%" GNOME_VFS_OFFSET_FORMAT_STR ") does not match remote size (%" GNOME_VFS_OFFSET_FORMAT_STR ").", info->name, tmp_info.size, info->size); gnome_vfs_unlink (hash_text_uri); } g_free( hash_name ); g_free( hash_path ); g_free( hash_text_uri ); g_free( file_path ); g_free( file_text_uri ); } g_free( data_dir ); /* Now reread redemption tables */ table_model = gb_table_get_model (); gb_table_model_update (table_model); /* customize finish page for this outcome */ gnome_druid_page_edge_set_title( GNOME_DRUID_PAGE_EDGE(finish_page), _( "Download done" ) ); date_min = gb_date_fmt (gb_table_model_get_rdate_min (table_model)); date_max = gb_date_fmt (gb_table_model_get_rdate_max (table_model)); finish_msg = g_strdup_printf( _( "GBonds has successfully downloaded " "%d new redemption files.\n\n" "GBonds is now configured with redemption data\n" "for %s - %s.\n" ), data->n, date_min, date_max ); gnome_druid_page_edge_set_text( GNOME_DRUID_PAGE_EDGE(finish_page), finish_msg ); g_free( date_min ); g_free( date_max ); g_free( finish_msg ); remote_dir_handle = NULL; /* Now jump to the finish page */ gnome_druid_set_page( GNOME_DRUID(update_druid), GNOME_DRUID_PAGE(finish_page) ); gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. No dowload was performed. Finish up and present an apropriate */ /* finish page. */ /*--------------------------------------------------------------------------*/ static void no_download( void ) { gchar *date_min, *date_max, *finish_msg; gbTableModel *table_model; gb_debug (DEBUG_UPDATE, "START"); /* customize finish page for this outcome */ gnome_druid_page_edge_set_title( GNOME_DRUID_PAGE_EDGE(finish_page), _( "No new data available" ) ); table_model = gb_table_get_model (); date_min = gb_date_fmt (gb_table_model_get_rdate_min (table_model)); date_max = gb_date_fmt (gb_table_model_get_rdate_max (table_model)); finish_msg = g_strdup_printf( _( "No new redemption data available from selected\n" "download site.\n\n" "GBonds is still configured with redemption data\n" "for %s - %s.\n" ), date_min, date_max ); gnome_druid_page_edge_set_text( GNOME_DRUID_PAGE_EDGE(finish_page), finish_msg ); g_free( date_min ); g_free( date_max ); g_free( finish_msg ); remote_dir_handle = NULL; /* Now jump to the finish page */ gnome_druid_set_page( GNOME_DRUID(update_druid), GNOME_DRUID_PAGE(finish_page) ); gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Add finish page to druid. */ /*--------------------------------------------------------------------------*/ static void add_finish_page( GnomeDruid *wdruid, GdkPixbuf *logo ) { GdkColor druid_bg_color = DRUID_BG_COLOR; GdkColor druid_title_color = DRUID_TITLE_COLOR; gb_debug (DEBUG_UPDATE, "START"); finish_page = gnome_druid_page_edge_new_with_vals (GNOME_EDGE_FINISH, TRUE, _("done"), _("Done."), logo, NULL, NULL); gnome_druid_page_edge_set_bg_color(GNOME_DRUID_PAGE_EDGE(finish_page), &druid_bg_color); gnome_druid_page_edge_set_logo_bg_color (GNOME_DRUID_PAGE_EDGE(finish_page), &druid_bg_color ); gnome_druid_page_edge_set_title_color (GNOME_DRUID_PAGE_EDGE(finish_page), &druid_title_color ); gnome_druid_append_page( wdruid, GNOME_DRUID_PAGE(finish_page) ); g_signal_connect_after( G_OBJECT(finish_page), "prepare", G_CALLBACK(prepare_finish_page), NULL ); g_signal_connect( G_OBJECT(finish_page), "finish", G_CALLBACK(finish_cb), NULL ); gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Prepare finish page callback. */ /*--------------------------------------------------------------------------*/ static void prepare_finish_page( GnomeDruidPage *page, GnomeDruid *druid, gpointer data ) { gb_debug (DEBUG_UPDATE, "START"); gnome_druid_set_show_finish( GNOME_DRUID(druid), TRUE ); gnome_druid_set_buttons_sensitive( GNOME_DRUID(druid), FALSE, TRUE, FALSE, FALSE ); gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. End druid. */ /*--------------------------------------------------------------------------*/ static void finish_cb( GnomeDruidPage *page, GnomeDruid *druid, gpointer data ) { gb_debug (DEBUG_UPDATE, "START"); g_signal_handlers_block_by_func( G_OBJECT(update_window), G_CALLBACK(destroy_cb), NULL ); gtk_widget_destroy( update_window ); update_window = NULL; gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Cancel druid. */ /*--------------------------------------------------------------------------*/ static void cancel_cb( GnomeDruid *druid, gpointer data ) { gb_debug (DEBUG_UPDATE, "START"); g_signal_handlers_block_by_func( G_OBJECT(update_window), G_CALLBACK(destroy_cb), NULL ); if ( remote_dir_handle ) { /* let the async stuff know to exit as gracefully as possible. */ update_cancel_flag = TRUE; } else { /* we haven't started any of the async stuff yet, so just destroy window */ gtk_widget_destroy( update_window ); update_window = NULL; } gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Destroy druid. */ /*--------------------------------------------------------------------------*/ static void destroy_cb( GtkWindow *window, gpointer data ) { gb_debug (DEBUG_UPDATE, "START"); if ( remote_dir_handle ) { /* let the async stuff know to exit as gracefully as possible. */ update_cancel_flag = TRUE; g_signal_stop_emission_by_name( G_OBJECT(update_window), "destroy" ); } else { /* we haven't started any of the async stuff yet, so just destroy window */ gtk_widget_destroy( update_window ); update_window = NULL; } gb_debug (DEBUG_UPDATE, "END"); } /*--------------------------------------------------------------------------*/ /* PRIVATE. Read download site-list file. */ /*--------------------------------------------------------------------------*/ static GList *read_site_list( void ) { gchar *xml_filename; xmlDocPtr doc; xmlNodePtr root, node; Site *site; GList *site_list = NULL; gb_debug (DEBUG_UPDATE, "START"); xml_filename = g_build_filename( REDEMPTION_DATA_DIR, "download-sites.xml", NULL); doc = xmlParseFile( xml_filename ); if ( !doc ) { g_warning( "xmlParseFile error \"%s\"", xml_filename ); return NULL; } g_free( xml_filename ); root = xmlDocGetRootElement( doc ); if ( !root || !root->name ) { g_warning( "no document root \"%s\"", xml_filename ); xmlFreeDoc( doc ); return NULL; } if ( g_strcasecmp( (gchar *)root->name, "Redemption-Data-Sites" ) != 0 ) { g_warning( "bad root node = \"%s\"", root->name ); xmlFreeDoc( doc ); return NULL; } for ( node = root->xmlChildrenNode; node != NULL; node=node->next ) { if ( g_strcasecmp( (gchar *)node->name, "Site" ) == 0 ) { site = g_new0( Site, 1 ); site->uri = (gchar *)xmlGetProp( node, (xmlChar *)"uri" ); site->name = (gchar *)xmlNodeGetContent( node ); site_list = g_list_append( site_list, site ); } else { if ( g_strcasecmp( (gchar *)node->name, "text" ) != 0 ) { g_warning( "bad node = \"%s\"", node->name ); } } } xmlFreeDoc( doc ); gb_debug (DEBUG_UPDATE, "END"); return site_list; } /*--------------------------------------------------------------------------*/ /* PRIVATE. Update progress bar. */ /*--------------------------------------------------------------------------*/ static void update_progress_bar (GtkProgressBar *bar, gint bytes, gint total) { gchar *string; if ( total > 0 ) { string = g_strdup_printf ("%.0f%% (%d Bytes of %d Bytes)", 100.0*((gdouble)bytes/(gdouble)total), bytes, total); gtk_progress_bar_set_text (bar, string); gtk_progress_bar_set_fraction (bar, (gdouble)bytes/(gdouble)total); g_free (string); } else { gtk_progress_bar_set_text (bar, ""); gtk_progress_bar_set_fraction (bar, 0.0); } } gbonds-2.0.3/src/hig.h0000664000076400007640000001576411106721174011447 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * hig.h: HIG inspired dialogs and layout tools * * Copyright (C) 2002-2003 Jim Evins . * * 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 */ #ifndef __HIG_H__ #define __HIG_H__ #include G_BEGIN_DECLS #define GB_HIG_PAD1 6 #define GB_HIG_PAD2 12 /*===========================================================================*/ /* HIG inspired alert. */ /*===========================================================================*/ #define GB_TYPE_HIG_ALERT (gb_hig_alert_get_type ()) #define GB_HIG_ALERT(obj) \ (GTK_CHECK_CAST((obj), GB_TYPE_HIG_ALERT, gbHigAlert )) #define GB_HIG_ALERT_CLASS(klass) \ (GTK_CHECK_CLASS_CAST ((klass), GB_TYPE_HIG_ALERT, gbHigAlertClass)) #define GB_IS_HIG_ALERT(obj) \ (GTK_CHECK_TYPE ((obj), GB_TYPE_HIG_ALERT)) #define GB_IS_HIG_ALERT_CLASS(klass) \ (GTK_CHECK_CLASS_TYPE ((klass), GB_TYPE_HIG_ALERT)) typedef struct _gbHigAlert gbHigAlert; typedef struct _gbHigAlertClass gbHigAlertClass; struct _gbHigAlert { GtkDialog parent_widget; }; struct _gbHigAlertClass { GtkDialogClass parent_class; }; GType gb_hig_alert_get_type (void); GtkWidget *gb_hig_alert_new (GtkWindow *parent, GtkDialogFlags flags, GtkMessageType type, GtkButtonsType buttons, const gchar *primary_text, const gchar *secondary_text); /*===========================================================================*/ /* HIG Dialog wrapper. */ /*===========================================================================*/ #define GB_TYPE_HIG_DIALOG (gb_hig_dialog_get_type ()) #define GB_HIG_DIALOG(obj) \ (GTK_CHECK_CAST((obj), GB_TYPE_HIG_DIALOG, gbHigDialog )) #define GB_HIG_DIALOG_CLASS(klass) \ (GTK_CHECK_CLASS_CAST ((klass), GB_TYPE_HIG_DIALOG, gbHigDialogClass)) #define GB_IS_HIG_DIALOG(obj) \ (GTK_CHECK_TYPE ((obj), GB_TYPE_HIG_DIALOG)) #define GB_IS_HIG_DIALOG_CLASS(klass) \ (GTK_CHECK_CLASS_TYPE ((klass), GB_TYPE_HIG_DIALOG)) typedef struct _gbHigDialog gbHigDialog; typedef struct _gbHigDialogClass gbHigDialogClass; struct _gbHigDialog { GtkDialog parent_widget; GtkWidget *vbox; }; struct _gbHigDialogClass { GtkDialogClass parent_class; }; GType gb_hig_dialog_get_type (void); GtkWidget *gb_hig_dialog_new (void); GtkWidget *gb_hig_dialog_new_with_buttons (const gchar *title, GtkWindow *parent, GtkDialogFlags flags, const gchar *first_button_text, ...); void gb_hig_dialog_add_widget (gbHigDialog *dialog, GtkWidget *widget); /*===========================================================================*/ /* HIG Category (analogous to a gtk_frame). */ /*===========================================================================*/ #define GB_TYPE_HIG_CATEGORY (gb_hig_category_get_type ()) #define GB_HIG_CATEGORY(obj) \ (GTK_CHECK_CAST((obj), GB_TYPE_HIG_CATEGORY, gbHigCategory )) #define GB_HIG_CATEGORY_CLASS(klass) \ (GTK_CHECK_CLASS_CAST ((klass), GB_TYPE_HIG_CATEGORY, gbHigCategoryClass)) #define GB_IS_HIG_CATEGORY(obj) \ (GTK_CHECK_TYPE ((obj), GB_TYPE_HIG_CATEGORY)) #define GB_IS_HIG_CATEGORY_CLASS(klass) \ (GTK_CHECK_CLASS_TYPE ((klass), GB_TYPE_HIG_CATEGORY)) typedef struct _gbHigCategory gbHigCategory; typedef struct _gbHigCategoryClass gbHigCategoryClass; struct _gbHigCategory { GtkVBox parent_widget; GtkWidget *label; GtkWidget *vbox; }; struct _gbHigCategoryClass { GtkVBoxClass parent_class; }; GType gb_hig_category_get_type (void); GtkWidget *gb_hig_category_new (const gchar *header); void gb_hig_category_add_widget (gbHigCategory *cat, GtkWidget *widget); /*===========================================================================*/ /* HIG VBOX wrapper. */ /*===========================================================================*/ typedef enum { GB_HIG_VBOX_OUTER, GB_HIG_VBOX_INNER, } gbHigVBoxType; #define GB_TYPE_HIG_VBOX (gb_hig_vbox_get_type ()) #define GB_HIG_VBOX(obj) \ (GTK_CHECK_CAST((obj), GB_TYPE_HIG_VBOX, gbHigVBox )) #define GB_HIG_VBOX_CLASS(klass) \ (GTK_CHECK_CLASS_CAST ((klass), GB_TYPE_HIG_VBOX, gbHigVBoxClass)) #define GB_IS_HIG_VBOX(obj) \ (GTK_CHECK_TYPE ((obj), GB_TYPE_HIG_VBOX)) #define GB_IS_HIG_VBOX_CLASS(klass) \ (GTK_CHECK_CLASS_TYPE ((klass), GB_TYPE_HIG_VBOX)) typedef struct _gbHigVBox gbHigVBox; typedef struct _gbHigVBoxClass gbHigVBoxClass; struct _gbHigVBox { GtkVBox parent_widget; }; struct _gbHigVBoxClass { GtkVBoxClass parent_class; }; GType gb_hig_vbox_get_type (void); GtkWidget *gb_hig_vbox_new (gbHigVBoxType type); void gb_hig_vbox_add_widget (gbHigVBox *hig_vbox, GtkWidget *widget); /*===========================================================================*/ /* HIG HBOX wrapper. */ /*===========================================================================*/ #define GB_TYPE_HIG_HBOX (gb_hig_hbox_get_type ()) #define GB_HIG_HBOX(obj) \ (GTK_CHECK_CAST((obj), GB_TYPE_HIG_HBOX, gbHigHBox )) #define GB_HIG_HBOX_CLASS(klass) \ (GTK_CHECK_CLASS_CAST ((klass), GB_TYPE_HIG_HBOX, gbHigHBoxClass)) #define GB_IS_HIG_HBOX(obj) \ (GTK_CHECK_TYPE ((obj), GB_TYPE_HIG_HBOX)) #define GB_IS_HIG_HBOX_CLASS(klass) \ (GTK_CHECK_CLASS_TYPE ((klass), GB_TYPE_HIG_HBOX)) typedef struct _gbHigHBox gbHigHBox; typedef struct _gbHigHBoxClass gbHigHBoxClass; struct _gbHigHBox { GtkHBox parent_widget; }; struct _gbHigHBoxClass { GtkHBoxClass parent_class; }; GType gb_hig_hbox_get_type (void); GtkWidget *gb_hig_hbox_new (void); void gb_hig_hbox_add_widget (gbHigHBox *hig_hbox, GtkWidget *widget); void gb_hig_hbox_add_widget_justify (gbHigHBox *hig_hbox, GtkWidget *widget); G_END_DECLS #endif /* __HIG_H__ */ gbonds-2.0.3/src/edit.c0000664000076400007640000003074211106721174011611 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * edit.c: Savings Bond Edit module * * Copyright (C) 2000-2003 Jim Evins . * * 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 */ #include #include #include "edit.h" #include "hig.h" /*===========================================*/ /* Private globals */ /*===========================================*/ /*============================================*/ /* Private function prototypes. */ /*============================================*/ static void create_add_dialog_widgets (gbHigDialog *add_dlg, gbView *view); static void add_response (GtkDialog *dlg, gint response, gbView *view); static void create_title_dialog_widgets (gbHigDialog *add_dlg, gbView *view); static void title_response (GtkDialog *dlg, gint response, gbView *view); /*****************************************************************************/ /* create "Add bond" dialog. */ /*****************************************************************************/ void gb_edit_add_bond (gbView *view, BonoboWindow *win) { GtkWidget *add_dlg; g_return_if_fail (view && GB_IS_VIEW(view)); g_return_if_fail (win && BONOBO_IS_WINDOW(win)); add_dlg = gb_hig_dialog_new_with_buttons ( _("Add new bond"), GTK_WINDOW(win), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_OK, GTK_RESPONSE_OK, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL ); create_add_dialog_widgets (GB_HIG_DIALOG(add_dlg), view); g_signal_connect( G_OBJECT(add_dlg), "response", G_CALLBACK(add_response), view ); gtk_widget_show_all( GTK_WIDGET(add_dlg) ); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Create widgets to enter a bond by sn and idate. */ /*---------------------------------------------------------------------------*/ static void create_add_dialog_widgets (gbHigDialog *add_dlg, gbView *view) { GtkWidget *wframe, *whbox, *wlabel, *sn_entry, *idate_entry; GtkSizeGroup *size_group; gchar *name, *label; size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); name = gb_doc_get_title (view->doc); if ( name == NULL ) { name = gb_doc_get_short_name (view->doc); g_return_if_fail (name != NULL); } label = g_strdup_printf (_("Add bond to \"%s\" "), name); g_free (name); wframe = gb_hig_category_new (label); g_free (label); gb_hig_dialog_add_widget (add_dlg, wframe); whbox = gb_hig_hbox_new(); gb_hig_category_add_widget (GB_HIG_CATEGORY(wframe), whbox); wlabel = gtk_label_new(_("Serial Number: ")); gtk_misc_set_alignment (GTK_MISC(wlabel), 0, 0.5); gtk_size_group_add_widget (size_group, wlabel); gb_hig_hbox_add_widget (GB_HIG_HBOX(whbox), wlabel); sn_entry = gtk_entry_new(); gb_hig_hbox_add_widget (GB_HIG_HBOX(whbox), sn_entry); whbox = gb_hig_hbox_new(); gb_hig_category_add_widget (GB_HIG_CATEGORY(wframe), whbox); wlabel = gtk_label_new(_("Issue Date: ")); gtk_misc_set_alignment (GTK_MISC(wlabel), 0, 0.5); gtk_size_group_add_widget (size_group, wlabel); gb_hig_hbox_add_widget (GB_HIG_HBOX(whbox), wlabel); idate_entry = gtk_entry_new(); gb_hig_hbox_add_widget (GB_HIG_HBOX(whbox), idate_entry); g_object_set_data( G_OBJECT(add_dlg), "sn_entry", sn_entry ); g_object_set_data( G_OBJECT(add_dlg), "idate_entry", idate_entry ); } /*---------------------------------------------------------------------------*/ /* Add "response" callback. */ /*---------------------------------------------------------------------------*/ static void add_response (GtkDialog *add_dlg, gint response, gbView *view) { GtkWidget *sn_entry, *idate_entry; gchar *sn, *idate, *msg; gbDocBond *p_bond; gbStatus status; GtkWidget *dlg; switch (response) { case GTK_RESPONSE_OK: sn_entry = GTK_WIDGET( g_object_get_data( G_OBJECT(add_dlg), "sn_entry" ) ); idate_entry = GTK_WIDGET( g_object_get_data( G_OBJECT(add_dlg), "idate_entry" ) ); sn = gtk_editable_get_chars( GTK_EDITABLE(sn_entry), 0, -1 ); idate = gtk_editable_get_chars( GTK_EDITABLE(idate_entry), 0, -1 ); p_bond = gb_doc_bond_new_from_sn_idate( sn, idate, &status ); g_free( sn ); g_free( idate ); switch (status) { case GB_ERROR_PARSE_SN_EMPTY: msg=g_strdup_printf( _("Must enter serial number.") ); break; case GB_ERROR_PARSE_SN_BAD_DENOM: msg=g_strdup_printf( _("Bad serial number, unknown denomination.") ); break; case GB_ERROR_PARSE_SN_DIGITS: msg=g_strdup_printf( _("Bad serial number, must contain 1-10 digits.") ); break; case GB_ERROR_PARSE_SN_BAD_SERIES: msg=g_strdup_printf( _("Bad serial number, bad series.") ); break; case GB_ERROR_PARSE_DATE_EMPTY: msg=g_strdup_printf( _("Must enter issue date.") ); break; case GB_ERROR_PARSE_DATE_FORMAT: msg=g_strdup_printf( _("Bad issue date, format should be mm/yyyy.") ); break; case GB_ERROR_PARSE_DATE_MONTH: msg=g_strdup_printf( _("Bad issue date, month must be 1-12.") ); break; case GB_ERROR_PARSE_DATE_YEAR: msg=g_strdup_printf( _("Bad issue date, year must be in 4 digit format 1940 or later.") ); break; case GB_ERROR_BAD_SERIES_DENOM: msg=g_strdup_printf( _("Denomination not valid for series") ); break; case GB_ERROR_BAD_ISSUE_DATE: msg=g_strdup_printf( _("Issue date not valid for series") ); break; default: msg=g_strdup_printf( _("Unknown error(%d) while adding bond"), status ); break; case GB_OK: status = gb_doc_add_bond( view->doc, p_bond ); if ( status == GB_ERROR_DUPLICATE_SN ) { msg = g_strdup_printf( _("Duplicate Serial Number, %s"), p_bond->sn ); } else { msg = NULL; } } if ( msg == NULL ) { gtk_widget_destroy( GTK_WIDGET(add_dlg) ); } else { g_print ("ALERT: %s\n", msg); dlg = gb_hig_alert_new (GTK_WINDOW(add_dlg), GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("Cannot create or add bond"), msg); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } g_free( msg ); break; default: gtk_widget_destroy( GTK_WIDGET(add_dlg) ); break; } } /*****************************************************************************/ /* create "Delete" dialog(s). */ /*****************************************************************************/ void gb_edit_delete_bonds (gbView *view, BonoboWindow *win) { GtkWidget *del_dlg; gbDocBond *p_bond; gbDocBondInfo *info; gbStatus status; gchar *msg; GList *selected_bond_list, *p; enum { ASK, DONT_ASK, CANCEL } state = ASK; g_return_if_fail (view && GB_IS_VIEW(view)); g_return_if_fail (win && BONOBO_IS_WINDOW(win)); selected_bond_list = gb_view_get_selected_bond_list( view ); for ( p=selected_bond_list; (p != NULL) && (state != CANCEL); p=p->next ) { p_bond = (gbDocBond *)p->data; info = gb_doc_bond_get_info( p_bond, view->rdate, &status ); if ( !info ) { gb_hig_alert_new (GTK_WINDOW(win), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _("Error"), _("Problem getting bond information!")); return; } if ( state == ASK ) { msg=g_strdup_printf( _(" SN: %s\n" " Issue date: %s\n"), info->sn, info->issue_date ); if ( p->next == NULL ) /* Last or only selected bond */ { del_dlg = gb_hig_alert_new (GTK_WINDOW(win), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, _("Delete selected bond?"), msg); gb_doc_bond_free_info( info ); g_free( msg ); switch ( gtk_dialog_run( GTK_DIALOG(del_dlg) ) ) { case GTK_RESPONSE_YES: gb_doc_delete_bond( view->doc, p_bond ); break; default: /* No */ break; } gtk_widget_destroy( GTK_WIDGET(del_dlg) ); } else /* Multiple selected bonds, more complex question */ { del_dlg = gb_hig_alert_new (GTK_WINDOW(win), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, _("Delete bond?"), msg); gb_doc_bond_free_info( info ); g_free( msg ); gtk_dialog_add_buttons (GTK_DIALOG(del_dlg), GTK_STOCK_YES, GTK_RESPONSE_YES, _("Yes to All"), 1, GTK_STOCK_NO, GTK_RESPONSE_NO, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL); switch ( gtk_dialog_run( GTK_DIALOG(del_dlg) ) ) { case GTK_RESPONSE_YES: gb_doc_delete_bond( view->doc, p_bond ); state = ASK; break; case 1: /* Yes to All */ gb_doc_delete_bond( view->doc, p_bond ); state = DONT_ASK; break; case GTK_RESPONSE_NO: state = ASK; break; default: /* Cancel */ state = CANCEL; break; } gtk_widget_destroy( GTK_WIDGET(del_dlg) ); } } else /* DONT_ASK */ { /* Just go ahead and delete bond */ gb_doc_delete_bond( view->doc, p_bond ); } } g_list_free( selected_bond_list ); } /*****************************************************************************/ /* create "Edit title" dialog. */ /*****************************************************************************/ void gb_edit_title (gbView *view, BonoboWindow *win) { GtkWidget *title_dlg; g_return_if_fail (view && GB_IS_VIEW(view)); g_return_if_fail (win && BONOBO_IS_WINDOW(win)); title_dlg = gb_hig_dialog_new_with_buttons (_("Edit inventory title"), GTK_WINDOW(win), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_OK, GTK_RESPONSE_OK, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL); create_title_dialog_widgets (GB_HIG_DIALOG(title_dlg), view); g_signal_connect( G_OBJECT(title_dlg), "response", G_CALLBACK(title_response), view ); gtk_widget_show_all( GTK_WIDGET(title_dlg) ); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Create widgets to edit title of inventory. . */ /*---------------------------------------------------------------------------*/ static void create_title_dialog_widgets (gbHigDialog *title_dlg, gbView *view) { GtkWidget *wframe, *title_entry; gchar *name, *label, *text; name = gb_doc_get_short_name (view->doc); label = g_strdup_printf (_("Title for \"%s\" "), name); g_free(name); wframe = gb_hig_category_new (label); g_free(label); gb_hig_dialog_add_widget (title_dlg, wframe); title_entry = gtk_entry_new (); text = gb_doc_get_title (view->doc); if ( text != NULL ) { gtk_entry_set_text( GTK_ENTRY(title_entry), text ); g_free( text ); } gb_hig_category_add_widget( GB_HIG_CATEGORY(wframe), title_entry ); g_object_set_data( G_OBJECT(title_dlg), "title_entry", title_entry ); } /*---------------------------------------------------------------------------*/ /* Title "response" callback. */ /*---------------------------------------------------------------------------*/ static void title_response (GtkDialog *title_dlg, gint response, gbView *view) { GtkWidget *title_entry; gchar *text; switch (response) { case GTK_RESPONSE_OK: title_entry = GTK_WIDGET(g_object_get_data( G_OBJECT(title_dlg), "title_entry")); text = gtk_editable_get_chars( GTK_EDITABLE(title_entry), 0, -1 ); gb_doc_set_title (view->doc, text ); g_free( text ); break; default: break; } gtk_widget_destroy( GTK_WIDGET(title_dlg) ); } gbonds-2.0.3/src/doc-sbw.h0000664000076400007640000000215711107642632012230 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * doc-sbw.h: gbonds sbw import module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __DOC_SBW_H__ #define __DOC_SBW_H__ #include "doc.h" G_BEGIN_DECLS extern gbDoc *gb_doc_sbw_open (const gchar *filename, gbStatus *status); G_END_DECLS #endif /* __DOC_SBW_H__ */ gbonds-2.0.3/src/doc.h0000664000076400007640000001226511106721174011436 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * doc.h: gbonds document module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __DOC_H__ #define __DOC_H__ #include #include "types.h" G_BEGIN_DECLS /*=======================================================================*/ /* Type Definitions */ /*=======================================================================*/ /*------------------------*/ /* Basic bond structure */ /*------------------------*/ typedef struct { gchar *sn; /* Serial Number */ gbSeries series; /* Series (see gbSeries) */ gdouble denom; /* Denomination */ gbDate idate; /* Issue Date */ gdouble issue; /* Issue Price */ gbDate mdate; /* Maturity Date */ } gbDocBond; /*------------------------------*/ /* Bond information structure */ /*------------------------------*/ typedef struct { gchar *sn; gchar *series; gdouble denom; gchar *denom_str; gchar *issue_date; gdouble issue_price; gchar *issue_price_str; gdouble value; gchar *value_str; gdouble interest; gchar *interest_str; gdouble yield; gchar *yield_str; gchar *last_accrual; gchar *next_accrual; gchar *final_maturity; gboolean nopay_flag; gboolean matured_flag; gboolean exchangeable_flag; gchar *flag_str; } gbDocBondInfo; /*------------------------*/ /* Inventory document */ /*------------------------*/ #define GB_TYPE_DOC (gb_doc_get_type ()) #define GB_DOC(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GB_TYPE_DOC, gbDoc)) #define GB_DOC_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GB_TYPE_DOC, gbDocClass)) #define GB_IS_DOC(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GB_TYPE_DOC)) #define GB_IS_DOC_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GB_TYPE_DOC)) typedef struct _gbDoc gbDoc; typedef struct _gbDocClass gbDocClass; typedef struct _gbDocPrivate gbDocPrivate; struct _gbDoc { GObject object; GList *list; /* List of gbBonds */ gbDocPrivate *private; }; struct _gbDocClass { GObjectClass parent_class; void (*changed) (gbDoc *doc, gpointer user_data); void (*name_changed) (gbDoc *doc, gpointer user_data); void (*modified_changed) (gbDoc *doc, gpointer user_data); }; /*=======================================================================*/ /* Function Prototypes */ /*=======================================================================*/ GType gb_doc_get_type (void); GObject *gb_doc_new (void); gchar *gb_doc_get_filename (gbDoc *doc); gchar *gb_doc_get_short_name (gbDoc *doc); gboolean gb_doc_is_modified (gbDoc *doc); gboolean gb_doc_is_untitled (gbDoc *doc); gboolean gb_doc_can_undo (gbDoc *doc); gboolean gb_doc_can_redo (gbDoc *doc); void gb_doc_set_filename (gbDoc *doc, const gchar *filename); void gb_doc_clear_modified (gbDoc *doc); gbStatus gb_doc_add_bond (gbDoc *doc, gbDocBond *p_bond); gbStatus gb_doc_delete_bond (gbDoc *doc, gbDocBond *p_bond); gchar *gb_doc_get_title (gbDoc *doc); void gb_doc_set_title (gbDoc *doc, const gchar *title); /* Creating and freeing bonds */ gbDocBond *gb_doc_bond_new (gchar *series, const gchar *idate, gdouble denom, const gchar *sn, gbStatus *status); gbDocBond *gb_doc_bond_new_from_sn_idate (gchar *sn, const gchar *idate, gbStatus *status); void gb_doc_bond_free (gbDocBond *p_bond); /* Extracting current information from bond */ gbDocBondInfo *gb_doc_bond_get_info (gbDocBond *p_bond, const gchar *rdate, gbStatus *status); void gb_doc_bond_free_info (gbDocBondInfo *info); G_END_DECLS #endif /* __DOC_H__ */ gbonds-2.0.3/src/recent.h0000664000076400007640000000233011106721174012141 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * recent.h: gbonds recent files module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __RECENT_H__ #define __RECENT_H__ #include "recent-files/egg-recent-model.h" gchar *gb_recent_get_filename (EggRecentItem *item); void gb_recent_add_uri (gchar *uri); EggRecentModel *gb_recent_get_model (void); void gb_recent_init (void); #endif /*__RECENT_H__*/ gbonds-2.0.3/src/recent-files/0000777000076400007640000000000011107720364013155 500000000000000gbonds-2.0.3/src/recent-files/egg-recent-model.c0000664000076400007640000011332511106721172016357 00000000000000/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /** * 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. * * Authors: * James Willcox */ #ifdef HAVE_CONFIG_H #include #endif #include #include #include #include #include #include #include #include #include #include #include #include #include "egg-recent-model.h" #include "egg-recent-item.h" #define EGG_RECENT_MODEL_FILE_PATH "/.recently-used" #define EGG_RECENT_MODEL_BUFFER_SIZE 8192 #define EGG_RECENT_MODEL_MAX_ITEMS 500 #define EGG_RECENT_MODEL_DEFAULT_LIMIT 10 #define EGG_RECENT_MODEL_TIMEOUT_LENGTH 200 #define EGG_RECENT_MODEL_KEY_DIR "/desktop/gnome/recent_files" #define EGG_RECENT_MODEL_DEFAULT_LIMIT_KEY EGG_RECENT_MODEL_KEY_DIR "/default_limit" #define EGG_RECENT_MODEL_EXPIRE_KEY EGG_RECENT_MODEL_KEY_DIR "/expire" struct _EggRecentModelPrivate { GSList *mime_filter_values; /* list of mime types we allow */ GSList *group_filter_values; /* list of groups we allow */ GSList *scheme_filter_values; /* list of URI schemes we allow */ EggRecentModelSort sort_type; /* type of sorting to be done */ int limit; /* soft limit for length of the list */ int expire_days; /* number of days to hold an item */ char *path; /* path to the file we store stuff in */ GHashTable *monitors; GnomeVFSMonitorHandle *monitor; GConfClient *client; gboolean use_default_limit; guint limit_change_notify_id; guint expiration_change_notify_id; guint changed_timeout; }; /* signals */ enum { CHANGED, LAST_SIGNAL }; static GType model_signals[LAST_SIGNAL] = { 0 }; /* properties */ enum { PROP_BOGUS, PROP_MIME_FILTERS, PROP_GROUP_FILTERS, PROP_SCHEME_FILTERS, PROP_SORT_TYPE, PROP_LIMIT }; typedef struct { GSList *states; GList *items; EggRecentItem *current_item; }ParseInfo; typedef enum { STATE_START, STATE_RECENT_FILES, STATE_RECENT_ITEM, STATE_URI, STATE_MIME_TYPE, STATE_TIMESTAMP, STATE_PRIVATE, STATE_GROUPS, STATE_GROUP } ParseState; typedef struct _ChangedData { EggRecentModel *model; GList *list; }ChangedData; #define TAG_RECENT_FILES "RecentFiles" #define TAG_RECENT_ITEM "RecentItem" #define TAG_URI "URI" #define TAG_MIME_TYPE "Mime-Type" #define TAG_TIMESTAMP "Timestamp" #define TAG_PRIVATE "Private" #define TAG_GROUPS "Groups" #define TAG_GROUP "Group" static void start_element_handler (GMarkupParseContext *context, const gchar *element_name, const gchar **attribute_names, const gchar **attribute_values, gpointer user_data, GError **error); static void end_element_handler (GMarkupParseContext *context, const gchar *element_name, gpointer user_data, GError **error); static void text_handler (GMarkupParseContext *context, const gchar *text, gsize text_len, gpointer user_data, GError **error); static void error_handler (GMarkupParseContext *context, GError *error, gpointer user_data); static GMarkupParser parser = {start_element_handler, end_element_handler, text_handler, NULL, error_handler}; static gboolean egg_recent_model_string_match (const GSList *list, const gchar *str) { const GSList *tmp; if (list == NULL || str == NULL) return TRUE; tmp = list; while (tmp) { if (g_pattern_match_string (tmp->data, str)) return TRUE; tmp = tmp->next; } return FALSE; } static gboolean egg_recent_model_write_raw (EggRecentModel *model, FILE *file, const gchar *content) { int len; int fd; struct stat sbuf; rewind (file); len = strlen (content); fd = fileno (file); if (fstat (fd, &sbuf) < 0) g_warning ("Couldn't stat XML document."); if ((off_t)len < sbuf.st_size) { ftruncate (fd, len); } if (fputs (content, file) == EOF) return FALSE; fsync (fd); rewind (file); return TRUE; } static GList * egg_recent_model_delete_from_list (GList *list, const gchar *uri) { GList *tmp; if (!uri) return list; tmp = list; while (tmp) { EggRecentItem *item = tmp->data; GList *next; next = tmp->next; if (!strcmp (egg_recent_item_peek_uri (item), uri)) { egg_recent_item_unref (item); list = g_list_remove_link (list, tmp); g_list_free_1 (tmp); } tmp = next; } return list; } static void egg_recent_model_add_new_groups (EggRecentItem *item, EggRecentItem *upd_item) { const GList *tmp; tmp = egg_recent_item_get_groups (upd_item); while (tmp) { char *group = tmp->data; if (!egg_recent_item_in_group (item, group)) egg_recent_item_add_group (item, group); tmp = tmp->next; } } static gboolean egg_recent_model_update_item (GList *items, EggRecentItem *upd_item) { GList *tmp; const char *uri; uri = egg_recent_item_peek_uri (upd_item); tmp = items; while (tmp) { EggRecentItem *item = tmp->data; if (gnome_vfs_uris_match (egg_recent_item_peek_uri (item), uri)) { egg_recent_item_set_timestamp (item, (time_t) -1); egg_recent_model_add_new_groups (item, upd_item); return TRUE; } tmp = tmp->next; } return FALSE; } static gchar * egg_recent_model_read_raw (EggRecentModel *model, FILE *file) { GString *string; char buf[EGG_RECENT_MODEL_BUFFER_SIZE]; rewind (file); string = g_string_new (NULL); while (fgets (buf, EGG_RECENT_MODEL_BUFFER_SIZE, file)) { string = g_string_append (string, buf); } rewind (file); return g_string_free (string, FALSE); } static void parse_info_init (ParseInfo *info) { info->states = g_slist_prepend (NULL, STATE_START); info->items = NULL; } static void parse_info_free (ParseInfo *info) { g_slist_free (info->states); } static void push_state (ParseInfo *info, ParseState state) { info->states = g_slist_prepend (info->states, GINT_TO_POINTER (state)); } static void pop_state (ParseInfo *info) { g_return_if_fail (info->states != NULL); info->states = g_slist_remove (info->states, info->states->data); } static ParseState peek_state (ParseInfo *info) { g_return_val_if_fail (info->states != NULL, STATE_START); return GPOINTER_TO_INT (info->states->data); } #define ELEMENT_IS(name) (strcmp (element_name, (name)) == 0) static void start_element_handler (GMarkupParseContext *context, const gchar *element_name, const gchar **attribute_names, const gchar **attribute_values, gpointer user_data, GError **error) { ParseInfo *info = (ParseInfo *)user_data; if (ELEMENT_IS (TAG_RECENT_FILES)) push_state (info, STATE_RECENT_FILES); else if (ELEMENT_IS (TAG_RECENT_ITEM)) { info->current_item = egg_recent_item_new (); push_state (info, STATE_RECENT_ITEM); } else if (ELEMENT_IS (TAG_URI)) push_state (info, STATE_URI); else if (ELEMENT_IS (TAG_MIME_TYPE)) push_state (info, STATE_MIME_TYPE); else if (ELEMENT_IS (TAG_TIMESTAMP)) push_state (info, STATE_TIMESTAMP); else if (ELEMENT_IS (TAG_PRIVATE)) { push_state (info, STATE_PRIVATE); egg_recent_item_set_private (info->current_item, TRUE); } else if (ELEMENT_IS (TAG_GROUPS)) push_state (info, STATE_GROUPS); else if (ELEMENT_IS (TAG_GROUP)) push_state (info, STATE_GROUP); } static gint list_compare_func_mru (gpointer a, gpointer b) { EggRecentItem *item_a = (EggRecentItem *)a; EggRecentItem *item_b = (EggRecentItem *)b; return item_a->timestamp < item_b->timestamp; } static gint list_compare_func_lru (gpointer a, gpointer b) { EggRecentItem *item_a = (EggRecentItem *)a; EggRecentItem *item_b = (EggRecentItem *)b; return item_a->timestamp > item_b->timestamp; } static void end_element_handler (GMarkupParseContext *context, const gchar *element_name, gpointer user_data, GError **error) { ParseInfo *info = (ParseInfo *)user_data; switch (peek_state (info)) { case STATE_RECENT_ITEM: info->items = g_list_append (info->items, info->current_item); if (info->current_item->uri == NULL || strlen (info->current_item->uri) == 0) g_warning ("URI NOT LOADED"); break; default: break; } pop_state (info); } static void text_handler (GMarkupParseContext *context, const gchar *text, gsize text_len, gpointer user_data, GError **error) { ParseInfo *info = (ParseInfo *)user_data; switch (peek_state (info)) { case STATE_START: case STATE_RECENT_FILES: case STATE_RECENT_ITEM: case STATE_PRIVATE: case STATE_GROUPS: break; case STATE_URI: egg_recent_item_set_uri (info->current_item, text); break; case STATE_MIME_TYPE: egg_recent_item_set_mime_type (info->current_item, text); break; case STATE_TIMESTAMP: egg_recent_item_set_timestamp (info->current_item, (time_t)atoi (text)); break; case STATE_GROUP: egg_recent_item_add_group (info->current_item, text); break; } } static void error_handler (GMarkupParseContext *context, GError *error, gpointer user_data) { g_warning ("Error in parse: %s", error->message); } static void egg_recent_model_enforce_limit (GList *list, int limit) { int len; GList *end; /* limit < 0 means unlimited */ if (limit <= 0) return; len = g_list_length (list); if (len > limit) { GList *next; end = g_list_nth (list, limit-1); next = end->next; end->next = NULL; EGG_RECENT_ITEM_LIST_UNREF (next); } } static GList * egg_recent_model_sort (EggRecentModel *model, GList *list) { switch (model->priv->sort_type) { case EGG_RECENT_MODEL_SORT_MRU: list = g_list_sort (list, (GCompareFunc)list_compare_func_mru); break; case EGG_RECENT_MODEL_SORT_LRU: list = g_list_sort (list, (GCompareFunc)list_compare_func_lru); break; case EGG_RECENT_MODEL_SORT_NONE: break; } return list; } static gboolean egg_recent_model_group_match (EggRecentItem *item, GSList *groups) { GSList *tmp; tmp = groups; while (tmp != NULL) { const gchar * group = (const gchar *)tmp->data; if (egg_recent_item_in_group (item, group)) return TRUE; tmp = tmp->next; } return FALSE; } static GList * egg_recent_model_filter (EggRecentModel *model, GList *list) { EggRecentItem *item; GList *newlist = NULL; gchar *mime_type; gchar *uri; g_return_val_if_fail (list != NULL, NULL); while (list) { gboolean pass_mime_test = FALSE; gboolean pass_group_test = FALSE; gboolean pass_scheme_test = FALSE; item = (EggRecentItem *)list->data; list = list->next; uri = egg_recent_item_get_uri (item); /* filter by mime type */ if (model->priv->mime_filter_values != NULL) { mime_type = egg_recent_item_get_mime_type (item); if (egg_recent_model_string_match (model->priv->mime_filter_values, mime_type)) pass_mime_test = TRUE; g_free (mime_type); } else pass_mime_test = TRUE; /* filter by group */ if (pass_mime_test && model->priv->group_filter_values != NULL) { if (egg_recent_model_group_match (item, model->priv->group_filter_values)) pass_group_test = TRUE; } else if (egg_recent_item_get_private (item)) { pass_group_test = FALSE; } else pass_group_test = TRUE; /* filter by URI scheme */ if (pass_mime_test && pass_group_test && model->priv->scheme_filter_values != NULL) { gchar *scheme; scheme = gnome_vfs_get_uri_scheme (uri); if (egg_recent_model_string_match (model->priv->scheme_filter_values, scheme)) pass_scheme_test = TRUE; g_free (scheme); } else pass_scheme_test = TRUE; if (pass_mime_test && pass_group_test && pass_scheme_test) newlist = g_list_prepend (newlist, item); g_free (uri); } if (newlist) { newlist = g_list_reverse (newlist); g_list_free (list); } return newlist; } #if 0 static void egg_recent_model_monitor_list_cb (GnomeVFSMonitorHandle *handle, const gchar *monitor_uri, const gchar *info_uri, GnomeVFSMonitorEventType event_type, gpointer user_data) { EggRecentModel *model; model = EGG_RECENT_MODEL (user_data); if (event_type == GNOME_VFS_MONITOR_EVENT_DELETED) { egg_recent_model_delete (model, monitor_uri); g_hash_table_remove (model->priv->monitors, monitor_uri); } } static void egg_recent_model_monitor_list (EggRecentModel *model, GList *list) { GList *tmp; tmp = list; while (tmp) { EggRecentItem *item = (EggRecentItem *)tmp->data; GnomeVFSMonitorHandle *handle; GnomeVFSResult res; gchar *uri; tmp = tmp->next; uri = egg_recent_item_get_uri (item); if (g_hash_table_lookup (model->priv->monitors, uri)) { /* already monitoring this one */ g_free (uri); continue; } res = gnome_vfs_monitor_add (&handle, uri, GNOME_VFS_MONITOR_FILE, egg_recent_model_monitor_list_cb, model); if (res == GNOME_VFS_OK) g_hash_table_insert (model->priv->monitors, uri, handle); else g_free (uri); } } #endif static gboolean egg_recent_model_changed_timeout (EggRecentModel *model) { egg_recent_model_changed (model); return FALSE; } static void egg_recent_model_monitor_cb (GnomeVFSMonitorHandle *handle, const gchar *monitor_uri, const gchar *info_uri, GnomeVFSMonitorEventType event_type, gpointer user_data) { EggRecentModel *model; g_return_if_fail (user_data != NULL); g_return_if_fail (EGG_IS_RECENT_MODEL (user_data)); model = EGG_RECENT_MODEL (user_data); if (event_type == GNOME_VFS_MONITOR_EVENT_CHANGED) { if (model->priv->changed_timeout > 0) { g_source_remove (model->priv->changed_timeout); } model->priv->changed_timeout = g_timeout_add ( EGG_RECENT_MODEL_TIMEOUT_LENGTH, (GSourceFunc)egg_recent_model_changed_timeout, model); } } static void egg_recent_model_monitor (EggRecentModel *model, gboolean should_monitor) { if (should_monitor && model->priv->monitor == NULL) { gnome_vfs_monitor_add (&model->priv->monitor, model->priv->path, GNOME_VFS_MONITOR_FILE, egg_recent_model_monitor_cb, model); /* if the above fails, don't worry about it. * local notifications will still happen */ } else if (!should_monitor && model->priv->monitor != NULL) { gnome_vfs_monitor_cancel (model->priv->monitor); model->priv->monitor = NULL; } } static void egg_recent_model_set_limit_internal (EggRecentModel *model, int limit) { model->priv->limit = limit; if (limit <= 0) egg_recent_model_monitor (model, FALSE); else { egg_recent_model_monitor (model, TRUE); egg_recent_model_changed (model); } } static GList * egg_recent_model_read (EggRecentModel *model, FILE *file) { GList *list=NULL; gchar *content; GMarkupParseContext *ctx; ParseInfo info; GError *error; content = egg_recent_model_read_raw (model, file); if (strlen (content) <= 0) { g_free (content); return NULL; } parse_info_init (&info); ctx = g_markup_parse_context_new (&parser, 0, &info, NULL); error = NULL; if (!g_markup_parse_context_parse (ctx, content, strlen (content), &error)) { g_warning (error->message); g_error_free (error); error = NULL; goto out; } error = NULL; if (!g_markup_parse_context_end_parse (ctx, &error)) goto out; g_markup_parse_context_free (ctx); out: list = info.items; parse_info_free (&info); g_free (content); /* g_print ("Total items: %d\n", g_list_length (list)); */ return list; } static gboolean egg_recent_model_write (EggRecentModel *model, FILE *file, GList *list) { GString *string; gchar *data; EggRecentItem *item; const GList *groups; int i; int ret; string = g_string_new ("\n"); string = g_string_append (string, "<" TAG_RECENT_FILES ">\n"); i=0; while (list) { gchar *uri; gchar *mime_type; gchar *escaped_uri; time_t timestamp; item = (EggRecentItem *)list->data; uri = egg_recent_item_get_uri_utf8 (item); escaped_uri = g_markup_escape_text (uri, strlen (uri)); g_free (uri); mime_type = egg_recent_item_get_mime_type (item); timestamp = egg_recent_item_get_timestamp (item); string = g_string_append (string, " <" TAG_RECENT_ITEM ">\n"); g_string_append_printf (string, " <" TAG_URI ">%s\n", escaped_uri); if (mime_type) g_string_append_printf (string, " <" TAG_MIME_TYPE ">%s\n", mime_type); else g_string_append_printf (string, " <" TAG_MIME_TYPE ">\n"); g_string_append_printf (string, " <" TAG_TIMESTAMP ">%d\n", (int)timestamp); if (egg_recent_item_get_private (item)) string = g_string_append (string, " <" TAG_PRIVATE "/>\n"); /* write the groups */ string = g_string_append (string, " <" TAG_GROUPS ">\n"); groups = egg_recent_item_get_groups (item); if (groups == NULL && egg_recent_item_get_private (item)) g_warning ("Item with URI \"%s\" marked as private, but" " does not belong to any groups.\n", uri); while (groups) { const gchar *group = (const gchar *)groups->data; gchar *escaped_group; escaped_group = g_markup_escape_text (group, strlen(group)); g_string_append_printf (string, " <" TAG_GROUP ">%s\n", escaped_group); g_free (escaped_group); groups = groups->next; } string = g_string_append (string, " \n"); string = g_string_append (string, " \n"); g_free (mime_type); g_free (escaped_uri); list = list->next; i++; } string = g_string_append (string, ""); data = g_string_free (string, FALSE); ret = egg_recent_model_write_raw (model, file, data); g_free (data); return ret; } static FILE * egg_recent_model_open_file (EggRecentModel *model) { FILE *file; file = fopen (model->priv->path, "r+"); if (file == NULL) { /* be paranoid */ umask (077); file = fopen (model->priv->path, "w+"); g_return_val_if_fail (file != NULL, NULL); } return file; } static gboolean egg_recent_model_lock_file (FILE *file) { int fd; gint try = 5; rewind (file); fd = fileno (file); /* Attempt to lock the file 5 times, * waiting a random interval (< 1 second) * in between attempts. * We should really be doing asynchronous * locking, but requires substantially larger * changes. */ while (try > 0) { int rand_interval; if (lockf (fd, F_TLOCK, 0) == 0) return TRUE; rand_interval = 1 + (int) (10.0 * rand()/(RAND_MAX + 1.0)); g_usleep (100000 * rand_interval); --try; } return FALSE; } static gboolean egg_recent_model_unlock_file (FILE *file) { int fd; rewind (file); fd = fileno (file); return (lockf (fd, F_ULOCK, 0) == 0) ? TRUE : FALSE; } static void egg_recent_model_finalize (GObject *object) { EggRecentModel *model = EGG_RECENT_MODEL (object); egg_recent_model_monitor (model, FALSE); g_slist_foreach (model->priv->mime_filter_values, (GFunc) g_pattern_spec_free, NULL); g_slist_free (model->priv->mime_filter_values); model->priv->mime_filter_values = NULL; g_slist_foreach (model->priv->scheme_filter_values, (GFunc) g_pattern_spec_free, NULL); g_slist_free (model->priv->scheme_filter_values); model->priv->scheme_filter_values = NULL; g_slist_foreach (model->priv->group_filter_values, (GFunc) g_free, NULL); g_slist_free (model->priv->group_filter_values); model->priv->group_filter_values = NULL; if (model->priv->limit_change_notify_id) gconf_client_notify_remove (model->priv->client, model->priv->limit_change_notify_id); model->priv->expiration_change_notify_id = 0; if (model->priv->expiration_change_notify_id) gconf_client_notify_remove (model->priv->client, model->priv->expiration_change_notify_id); model->priv->expiration_change_notify_id = 0; g_object_unref (model->priv->client); model->priv->client = NULL; g_free (model->priv->path); model->priv->path = NULL; g_hash_table_destroy (model->priv->monitors); model->priv->monitors = NULL; g_free (model->priv); } static void egg_recent_model_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec) { EggRecentModel *model = EGG_RECENT_MODEL (object); switch (prop_id) { case PROP_MIME_FILTERS: model->priv->mime_filter_values = (GSList *)g_value_get_pointer (value); break; case PROP_GROUP_FILTERS: model->priv->group_filter_values = (GSList *)g_value_get_pointer (value); break; case PROP_SCHEME_FILTERS: model->priv->scheme_filter_values = (GSList *)g_value_get_pointer (value); break; case PROP_SORT_TYPE: model->priv->sort_type = g_value_get_int (value); break; case PROP_LIMIT: egg_recent_model_set_limit (model, g_value_get_int (value)); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } } static void egg_recent_model_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) { EggRecentModel *model = EGG_RECENT_MODEL (object); switch (prop_id) { case PROP_MIME_FILTERS: g_value_set_pointer (value, model->priv->mime_filter_values); break; case PROP_GROUP_FILTERS: g_value_set_pointer (value, model->priv->group_filter_values); break; case PROP_SCHEME_FILTERS: g_value_set_pointer (value, model->priv->scheme_filter_values); break; case PROP_SORT_TYPE: g_value_set_int (value, model->priv->sort_type); break; case PROP_LIMIT: g_value_set_int (value, model->priv->limit); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } } static void egg_recent_model_class_init (EggRecentModelClass * klass) { GObjectClass *object_class; object_class = G_OBJECT_CLASS (klass); object_class->set_property = egg_recent_model_set_property; object_class->get_property = egg_recent_model_get_property; object_class->finalize = egg_recent_model_finalize; model_signals[CHANGED] = g_signal_new ("changed", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (EggRecentModelClass, changed), NULL, NULL, g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, G_TYPE_POINTER); g_object_class_install_property (object_class, PROP_MIME_FILTERS, g_param_spec_pointer ("mime-filters", "Mime Filters", "List of mime types to be allowed.", G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_GROUP_FILTERS, g_param_spec_pointer ("group-filters", "Group Filters", "List of groups to be allowed.", G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_SCHEME_FILTERS, g_param_spec_pointer ("scheme-filters", "Scheme Filters", "List of URI schemes to be allowed.", G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_SORT_TYPE, g_param_spec_int ("sort-type", "Sort Type", "Type of sorting to be done.", 0, EGG_RECENT_MODEL_SORT_NONE, EGG_RECENT_MODEL_SORT_MRU, G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_LIMIT, g_param_spec_int ("limit", "Limit", "Max number of items allowed.", -1, EGG_RECENT_MODEL_MAX_ITEMS, EGG_RECENT_MODEL_DEFAULT_LIMIT, G_PARAM_READWRITE)); klass->changed = NULL; } static void egg_recent_model_limit_changed (GConfClient *client, guint cnxn_id, GConfEntry *entry, gpointer user_data) { EggRecentModel *model; GConfValue *value; model = EGG_RECENT_MODEL (user_data); g_return_if_fail (model != NULL); if (model->priv->use_default_limit == FALSE) return; /* ignore this key */ /* the key was unset, and the schema has apparently failed */ if (entry == NULL) return; value = gconf_entry_get_value (entry); if (value->type != GCONF_VALUE_INT) { g_warning ("Expected GConfValue of type integer, " "got something else"); } egg_recent_model_set_limit_internal (model, gconf_value_get_int (value)); } static void egg_recent_model_expiration_changed (GConfClient *client, guint cnxn_id, GConfEntry *entry, gpointer user_data) { } static void egg_recent_model_init (EggRecentModel * model) { if (!gnome_vfs_init ()) { g_warning ("gnome-vfs initialization failed."); return; } model->priv = g_new0 (EggRecentModelPrivate, 1); model->priv->path = g_strdup_printf ("%s" EGG_RECENT_MODEL_FILE_PATH, g_get_home_dir ()); model->priv->mime_filter_values = NULL; model->priv->group_filter_values = NULL; model->priv->scheme_filter_values = NULL; model->priv->client = gconf_client_get_default (); gconf_client_add_dir (model->priv->client, EGG_RECENT_MODEL_KEY_DIR, GCONF_CLIENT_PRELOAD_ONELEVEL, NULL); model->priv->limit_change_notify_id = gconf_client_notify_add (model->priv->client, EGG_RECENT_MODEL_DEFAULT_LIMIT_KEY, egg_recent_model_limit_changed, model, NULL, NULL); model->priv->expiration_change_notify_id = gconf_client_notify_add (model->priv->client, EGG_RECENT_MODEL_EXPIRE_KEY, egg_recent_model_expiration_changed, model, NULL, NULL); model->priv->expire_days = gconf_client_get_int ( model->priv->client, EGG_RECENT_MODEL_EXPIRE_KEY, NULL); #if 0 /* keep this out, for now */ model->priv->limit = gconf_client_get_int ( model->priv->client, EGG_RECENT_MODEL_DEFAULT_LIMIT_KEY, NULL); model->priv->use_default_limit = TRUE; #endif model->priv->limit = EGG_RECENT_MODEL_DEFAULT_LIMIT; model->priv->use_default_limit = FALSE; model->priv->monitors = g_hash_table_new_full ( g_str_hash, g_str_equal, (GDestroyNotify) g_free, (GDestroyNotify) gnome_vfs_monitor_cancel); model->priv->monitor = NULL; egg_recent_model_monitor (model, TRUE); } /** * egg_recent_model_new: * @sort: the type of sorting to use * @limit: maximum number of items in the list * * This creates a new EggRecentModel object. * * Returns: a EggRecentModel object */ EggRecentModel * egg_recent_model_new (EggRecentModelSort sort) { EggRecentModel *model; model = EGG_RECENT_MODEL (g_object_new (egg_recent_model_get_type (), "sort-type", sort, NULL)); g_return_val_if_fail (model, NULL); return model; } /** * egg_recent_model_add_full: * @model: A EggRecentModel object. * @item: A EggRecentItem * * This function adds an item to the list of recently used URIs. * * Returns: gboolean */ gboolean egg_recent_model_add_full (EggRecentModel * model, EggRecentItem *item) { FILE *file; GList *list = NULL; gboolean ret = FALSE; gboolean updated = FALSE; char *uri; time_t t; g_return_val_if_fail (model != NULL, FALSE); g_return_val_if_fail (EGG_IS_RECENT_MODEL (model), FALSE); uri = egg_recent_item_get_uri (item); if (strncmp (uri, "recent-files://", strlen ("recent-files://")) == 0) { g_free (uri); return FALSE; } else { g_free (uri); } file = egg_recent_model_open_file (model); g_return_val_if_fail (file != NULL, FALSE); time (&t); egg_recent_item_set_timestamp (item, t); if (egg_recent_model_lock_file (file)) { /* read existing stuff */ list = egg_recent_model_read (model, file); /* if it's already there, we just update it */ updated = egg_recent_model_update_item (list, item); if (!updated) { list = g_list_prepend (list, item); egg_recent_model_enforce_limit (list, EGG_RECENT_MODEL_MAX_ITEMS); } /* write new stuff */ if (!egg_recent_model_write (model, file, list)) g_warning ("Write failed: %s", strerror (errno)); if (!updated) list = g_list_remove (list, item); EGG_RECENT_ITEM_LIST_UNREF (list); ret = TRUE; } else { g_warning ("Failed to lock: %s", strerror (errno)); return FALSE; } if (!egg_recent_model_unlock_file (file)) g_warning ("Failed to unlock: %s", strerror (errno)); fclose (file); if (model->priv->monitor == NULL) { /* since monitoring isn't working, at least give a * local notification */ egg_recent_model_changed (model); } return ret; } /** * egg_recent_model_add: * @model: A EggRecentModel object. * @uri: A string URI * * This function adds an item to the list of recently used URIs. * * Returns: gboolean */ gboolean egg_recent_model_add (EggRecentModel *model, const gchar *uri) { EggRecentItem *item; gboolean ret = FALSE; g_return_val_if_fail (model != NULL, FALSE); g_return_val_if_fail (uri != NULL, FALSE); item = egg_recent_item_new_from_uri (uri); g_return_val_if_fail (item != NULL, FALSE); ret = egg_recent_model_add_full (model, item); egg_recent_item_unref (item); return ret; } /** * egg_recent_model_delete: * @model: A EggRecentModel object. * @uri: The URI you want to delete. * * This function deletes a URI from the file of recently used URIs. * * Returns: gboolean */ gboolean egg_recent_model_delete (EggRecentModel * model, const gchar * uri) { FILE *file; GList *list; unsigned int length; gboolean ret = FALSE; g_return_val_if_fail (model != NULL, FALSE); g_return_val_if_fail (EGG_IS_RECENT_MODEL (model), FALSE); g_return_val_if_fail (uri != NULL, FALSE); file = egg_recent_model_open_file (model); g_return_val_if_fail (file != NULL, FALSE); if (egg_recent_model_lock_file (file)) { list = egg_recent_model_read (model, file); if (list == NULL) goto out; length = g_list_length (list); list = egg_recent_model_delete_from_list (list, uri); if (length == g_list_length (list)) { /* nothing was deleted */ EGG_RECENT_ITEM_LIST_UNREF (list); } else { egg_recent_model_write (model, file, list); EGG_RECENT_ITEM_LIST_UNREF (list); ret = TRUE; } } else { g_warning ("Failed to lock: %s", strerror (errno)); return FALSE; } out: if (!egg_recent_model_unlock_file (file)) g_warning ("Failed to unlock: %s", strerror (errno)); fclose (file); g_hash_table_remove (model->priv->monitors, uri); if (model->priv->monitor == NULL && ret) { /* since monitoring isn't working, at least give a * local notification */ egg_recent_model_changed (model); } return ret; } /** * egg_recent_model_get_list: * @model: A EggRecentModel object. * * This function gets the current contents of the file * * Returns: a GList */ GList * egg_recent_model_get_list (EggRecentModel *model) { FILE *file; GList *list=NULL; file = egg_recent_model_open_file (model); g_return_val_if_fail (file != NULL, NULL); if (egg_recent_model_lock_file (file)) { list = egg_recent_model_read (model, file); } else { g_warning ("Failed to lock: %s", strerror (errno)); fclose (file); return NULL; } if (!egg_recent_model_unlock_file (file)) g_warning ("Failed to unlock: %s", strerror (errno)); if (list != NULL) { list = egg_recent_model_filter (model, list); list = egg_recent_model_sort (model, list); egg_recent_model_enforce_limit (list, model->priv->limit); } fclose (file); return list; } /** * egg_recent_model_set_limit: * @model: A EggRecentModel object. * @limit: The maximum length of the list * * This function sets the maximum length of the list. Note: This only affects * the length of the list emitted in the "changed" signal, not the list stored * on disk. * * Returns: void */ void egg_recent_model_set_limit (EggRecentModel *model, int limit) { model->priv->use_default_limit = FALSE; egg_recent_model_set_limit_internal (model, limit); } /** * egg_recent_model_get_limit: * @model: A EggRecentModel object. * * This function gets the maximum length of the list. * * Returns: int */ int egg_recent_model_get_limit (EggRecentModel *model) { return model->priv->limit; } /** * egg_recent_model_clear: * @model: A EggRecentModel object. * * This function clears the contents of the file * * Returns: void */ void egg_recent_model_clear (EggRecentModel *model) { FILE *file; int fd; file = egg_recent_model_open_file (model); g_return_if_fail (file != NULL); fd = fileno (file); if (egg_recent_model_lock_file (file)) { ftruncate (fd, 0); } else { g_warning ("Failed to lock: %s", strerror (errno)); return; } if (!egg_recent_model_unlock_file (file)) g_warning ("Failed to unlock: %s", strerror (errno)); fclose (file); } /** * egg_recent_model_set_filter_mime_types: * @model: A EggRecentModel object. * * Sets which mime types are allowed in the list. * * Returns: void */ void egg_recent_model_set_filter_mime_types (EggRecentModel *model, ...) { va_list valist; GSList *list = NULL; gchar *str; g_return_if_fail (model != NULL); if (model->priv->mime_filter_values != NULL) { g_slist_foreach (model->priv->mime_filter_values, (GFunc) g_pattern_spec_free, NULL); g_slist_free (model->priv->mime_filter_values); model->priv->mime_filter_values = NULL; } va_start (valist, model); str = va_arg (valist, gchar*); while (str != NULL) { list = g_slist_prepend (list, g_pattern_spec_new (str)); str = va_arg (valist, gchar*); } va_end (valist); model->priv->mime_filter_values = list; } /** * egg_recent_model_set_filter_groups: * @model: A EggRecentModel object. * * Sets which groups are allowed in the list. * * Returns: void */ void egg_recent_model_set_filter_groups (EggRecentModel *model, ...) { va_list valist; GSList *list = NULL; gchar *str; g_return_if_fail (model != NULL); if (model->priv->group_filter_values != NULL) { g_slist_foreach (model->priv->group_filter_values, (GFunc)g_free, NULL); g_slist_free (model->priv->group_filter_values); model->priv->group_filter_values = NULL; } va_start (valist, model); str = va_arg (valist, gchar*); while (str != NULL) { list = g_slist_prepend (list, g_strdup (str)); str = va_arg (valist, gchar*); } va_end (valist); model->priv->group_filter_values = list; } /** * egg_recent_model_set_filter_uri_schemes: * @model: A EggRecentModel object. * * Sets which URI schemes (file, http, ftp, etc) are allowed in the list. * * Returns: void */ void egg_recent_model_set_filter_uri_schemes (EggRecentModel *model, ...) { va_list valist; GSList *list = NULL; gchar *str; g_return_if_fail (model != NULL); if (model->priv->scheme_filter_values != NULL) { g_slist_foreach (model->priv->scheme_filter_values, (GFunc) g_pattern_spec_free, NULL); g_slist_free (model->priv->scheme_filter_values); model->priv->scheme_filter_values = NULL; } va_start (valist, model); str = va_arg (valist, gchar*); while (str != NULL) { list = g_slist_prepend (list, g_pattern_spec_new (str)); str = va_arg (valist, gchar*); } va_end (valist); model->priv->scheme_filter_values = list; } /** * egg_recent_model_set_sort: * @model: A EggRecentModel object. * @sort: A EggRecentModelSort type * * Sets the type of sorting to be used. * * Returns: void */ void egg_recent_model_set_sort (EggRecentModel *model, EggRecentModelSort sort) { g_return_if_fail (model != NULL); model->priv->sort_type = sort; } /** * egg_recent_model_changed: * @model: A EggRecentModel object. * * This function causes a "changed" signal to be emitted. * * Returns: void */ void egg_recent_model_changed (EggRecentModel *model) { GList *list = NULL; if (model->priv->limit > 0) { list = egg_recent_model_get_list (model); /* egg_recent_model_monitor_list (model, list); */ g_signal_emit (G_OBJECT (model), model_signals[CHANGED], 0, list); } if (list) EGG_RECENT_ITEM_LIST_UNREF (list); } static void egg_recent_model_remove_expired_list (EggRecentModel *model, GList *list) { time_t current_time; time_t day_seconds; time (¤t_time); day_seconds = model->priv->expire_days*24*60*60; while (list != NULL) { EggRecentItem *item = list->data; time_t timestamp; timestamp = egg_recent_item_get_timestamp (item); if ((timestamp+day_seconds) < current_time) { gchar *uri = egg_recent_item_get_uri (item); egg_recent_model_delete (model, uri); g_strdup (uri); } list = list->next; } } /** * egg_recent_model_remove_expired: * @model: A EggRecentModel object. * * Goes through the entire list, and removes any items that are older than * the user-specified expiration period. * * Returns: void */ void egg_recent_model_remove_expired (EggRecentModel *model) { FILE *file; GList *list=NULL; g_return_if_fail (model != NULL); file = egg_recent_model_open_file (model); g_return_if_fail (file != NULL); if (egg_recent_model_lock_file (file)) { list = egg_recent_model_read (model, file); } else { g_warning ("Failed to lock: %s", strerror (errno)); return; } if (!egg_recent_model_unlock_file (file)) g_warning ("Failed to unlock: %s", strerror (errno)); if (list != NULL) { egg_recent_model_remove_expired_list (model, list); EGG_RECENT_ITEM_LIST_UNREF (list); } fclose (file); } /** * egg_recent_model_get_type: * * This returns a GType representing a EggRecentModel object. * * Returns: a GType */ GType egg_recent_model_get_type (void) { static GType egg_recent_model_type = 0; if(!egg_recent_model_type) { static const GTypeInfo egg_recent_model_info = { sizeof (EggRecentModelClass), NULL, /* base init */ NULL, /* base finalize */ (GClassInitFunc)egg_recent_model_class_init, /* class init */ NULL, /* class finalize */ NULL, /* class data */ sizeof (EggRecentModel), 0, (GInstanceInitFunc) egg_recent_model_init }; egg_recent_model_type = g_type_register_static (G_TYPE_OBJECT, "EggRecentModel", &egg_recent_model_info, 0); } return egg_recent_model_type; } gbonds-2.0.3/src/recent-files/egg-recent-view-bonobo.h0000664000076400007640000000377211106721172017516 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #ifndef __EGG_RECENT_VIEW_BONOBO_H__ #define __EGG_RECENT_VIEW_BONOBO_H__ #include G_BEGIN_DECLS #define EGG_RECENT_VIEW_BONOBO(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, egg_recent_view_bonobo_get_type (), EggRecentViewBonobo) #define EGG_RECENT_VIEW_BONOBO_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, egg_recent_view_bonobo_get_type (), EggRecentViewBonoboClass) #define EGG_IS_RECENT_VIEW_BONOBO(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, egg_recent_view_bonobo_get_type ()) typedef char *(*EggRecentViewBonoboTooltipFunc) (EggRecentItem *item, gpointer user_data); typedef struct _EggRecentViewBonobo EggRecentViewBonobo; typedef struct _EggRecentViewBonoboClass EggRecentViewBonoboClass; struct _EggRecentViewBonoboClass { GObjectClass parent_class; void (*activate) (EggRecentViewBonobo *view, EggRecentItem *item); }; GType egg_recent_view_bonobo_get_type (void); EggRecentViewBonobo * egg_recent_view_bonobo_new (BonoboUIComponent *uic, const gchar *path); void egg_recent_view_bonobo_set_ui_component (EggRecentViewBonobo *view, BonoboUIComponent *uic); void egg_recent_view_bonobo_set_ui_path (EggRecentViewBonobo *view, const gchar *path); gchar * egg_recent_view_bonobo_get_ui_path (EggRecentViewBonobo *view); const BonoboUIComponent *egg_recent_view_bonobo_get_ui_component (EggRecentViewBonobo *view); void egg_recent_view_bonobo_show_icons (EggRecentViewBonobo *view, gboolean show); void egg_recent_view_bonobo_show_numbers (EggRecentViewBonobo *view, gboolean show); void egg_recent_view_bonobo_set_tooltip_func (EggRecentViewBonobo *view, EggRecentViewBonoboTooltipFunc func, gpointer user_data); void egg_recent_view_bonobo_set_icon_size (EggRecentViewBonobo *view, GtkIconSize icon_size); GtkIconSize egg_recent_view_bonobo_get_icon_size (EggRecentViewBonobo *view); G_END_DECLS #endif /* __EGG_RECENT_VIEW_BONOBO_H__ */ gbonds-2.0.3/src/recent-files/egg-recent-util.h0000664000076400007640000000077511106721172016245 00000000000000 #ifndef __EGG_RECENT_UTIL__ #define __EGG_RECENT_UTIL__ #include #ifndef USE_STABLE_LIBGNOMEUI #include #endif G_BEGIN_DECLS gchar * egg_recent_util_escape_underlines (const gchar *uri); gchar * egg_recent_util_get_unique_id (void); #ifndef USE_STABLE_LIBGNOMEUI GdkPixbuf * egg_recent_util_get_icon (GnomeIconTheme *theme, const gchar *uri, const gchar *mime_type, int size); #endif G_END_DECLS #endif /* __EGG_RECENT_UTIL__ */ gbonds-2.0.3/src/recent-files/egg-recent-item.h0000664000076400007640000000427411106721172016224 00000000000000 #ifndef __EGG_RECENT_ITEM_H__ #define __EGG_RECENT_ITEM_H__ #include #include #include G_BEGIN_DECLS #define EGG_TYPE_RECENT_ITEM (egg_recent_item_get_type ()) #define EGG_RECENT_ITEM_LIST_UNREF(list) \ g_list_foreach (list, (GFunc)egg_recent_item_unref, NULL); \ g_list_free (list); typedef struct _EggRecentItem EggRecentItem; struct _EggRecentItem { /* do not access any of these directly */ gchar *uri; gchar *mime_type; time_t timestamp; gboolean private_data; GList *groups; int refcount; }; GType egg_recent_item_get_type (void) G_GNUC_CONST; /* constructors */ EggRecentItem * egg_recent_item_new (void); EggRecentItem * egg_recent_item_ref (EggRecentItem *item); EggRecentItem * egg_recent_item_unref (EggRecentItem *item); /* automatically fetches the mime type, etc */ EggRecentItem * egg_recent_item_new_from_uri (const gchar *uri); gboolean egg_recent_item_set_uri (EggRecentItem *item, const gchar *uri); gchar * egg_recent_item_get_uri (const EggRecentItem *item); gchar * egg_recent_item_get_uri_utf8 (const EggRecentItem *item); gchar * egg_recent_item_get_uri_for_display (const EggRecentItem *item); gchar * egg_recent_item_get_short_name (const EggRecentItem *item); void egg_recent_item_set_mime_type (EggRecentItem *item, const gchar *mime); gchar * egg_recent_item_get_mime_type (const EggRecentItem *item); void egg_recent_item_set_timestamp (EggRecentItem *item, time_t timestamp); time_t egg_recent_item_get_timestamp (const EggRecentItem *item); G_CONST_RETURN gchar *egg_recent_item_peek_uri (const EggRecentItem *item); /* groups */ G_CONST_RETURN GList * egg_recent_item_get_groups (const EggRecentItem *item); gboolean egg_recent_item_in_group (const EggRecentItem *item, const gchar *group_name); void egg_recent_item_add_group (EggRecentItem *item, const gchar *group_name); void egg_recent_item_remove_group (EggRecentItem *item, const gchar *group_name); void egg_recent_item_set_private (EggRecentItem *item, gboolean priv); gboolean egg_recent_item_get_private (const EggRecentItem *item); G_END_DECLS #endif /* __EGG_RECENT_ITEM_H__ */ gbonds-2.0.3/src/recent-files/Makefile.in0000664000076400007640000003720411107465252015150 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 = src/recent-files DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) librecent_la_LIBADD = am__objects_1 = egg-recent-item.lo egg-recent-model.lo \ egg-recent-util.lo egg-recent-view-bonobo.lo \ egg-recent-view.lo egg-recent-view-gtk.lo am_librecent_la_OBJECTS = $(am__objects_1) librecent_la_OBJECTS = $(am_librecent_la_OBJECTS) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(librecent_la_SOURCES) DIST_SOURCES = $(librecent_la_SOURCES) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ ECHO = @ECHO@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ F77 = @F77@ FFLAGS = @FFLAGS@ GBONDS_CFLAGS = @GBONDS_CFLAGS@ GBONDS_LIBS = @GBONDS_LIBS@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ HAVE_FILE_CHOOSER = @HAVE_FILE_CHOOSER@ 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@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ 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@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@ UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WARN_CFLAGS = @WARN_CFLAGS@ 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@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_F77 = @ac_ct_F77@ 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_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = \ $(GBONDS_CFLAGS) EGG_FILES = \ egg-recent.h \ egg-recent-item.c \ egg-recent-item.h \ egg-recent-model.c \ egg-recent-model.h \ egg-recent-util.c \ egg-recent-util.h \ egg-recent-view-bonobo.c \ egg-recent-view-bonobo.h \ egg-recent-view.c \ egg-recent-view.h \ egg-recent-view-gtk.c \ egg-recent-view-gtk.h noinst_LTLIBRARIES = librecent.la librecent_la_SOURCES = $(EGG_FILES) all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/recent-files/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu src/recent-files/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 clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done librecent.la: $(librecent_la_OBJECTS) $(librecent_la_DEPENDENCIES) $(LINK) $(librecent_la_OBJECTS) $(librecent_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-item.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-model.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-util.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-view-bonobo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-view-gtk.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/egg-recent-view.Plo@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c $< .c.obj: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs 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 $(LTLIBRARIES) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ 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-html: install-html-am install-info: install-info-am install-man: install-pdf: install-pdf-am install-ps: install-ps-am installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: gbonds-2.0.3/src/recent-files/Makefile.am0000664000076400007640000000076711106721172015136 00000000000000INCLUDES = \ $(GBONDS_CFLAGS) EGG_FILES = \ egg-recent.h \ egg-recent-item.c \ egg-recent-item.h \ egg-recent-model.c \ egg-recent-model.h \ egg-recent-util.c \ egg-recent-util.h \ egg-recent-view-bonobo.c \ egg-recent-view-bonobo.h \ egg-recent-view.c \ egg-recent-view.h \ egg-recent-view-gtk.c \ egg-recent-view-gtk.h noinst_LTLIBRARIES = librecent.la librecent_la_SOURCES = $(EGG_FILES) gbonds-2.0.3/src/recent-files/egg-recent.h0000664000076400007640000000023511106721172015261 00000000000000#include "egg-recent-item.h" #include "egg-recent-model.h" #include "egg-recent-view.h" #include "egg-recent-view-bonobo.h" #include "egg-recent-view-gtk.h" gbonds-2.0.3/src/recent-files/egg-recent-view-gtk.h0000664000076400007640000000430211106721172017013 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #ifndef __EGG_RECENT_VIEW_GTK_H__ #define __EGG_RECENT_VIEW_GTK_H__ G_BEGIN_DECLS #include #include "egg-recent-item.h" #define EGG_RECENT_VIEW_GTK(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, egg_recent_view_gtk_get_type (), EggRecentViewGtk) #define EGG_RECENT_VIEW_GTK_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, egg_recent_view_gtk_get_type (), EggRecentViewGtkClass) #define EGG_IS_RECENT_VIEW_GTK(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, egg_recent_view_gtk_get_type ()) typedef void (*EggRecentViewGtkTooltipFunc) (GtkTooltips *tooltips, GtkWidget *menu, EggRecentItem *item, gpointer user_data); typedef struct _EggRecentViewGtk EggRecentViewGtk; typedef struct _EggRecentViewGtkClass EggRecentViewGtkClass; struct _EggRecentViewGtkClass { GObjectClass parent_class; void (*activate) (EggRecentViewGtk *view, EggRecentItem *item); }; GType egg_recent_view_gtk_get_type (void); EggRecentViewGtk * egg_recent_view_gtk_new (GtkWidget *menu, GtkWidget *start_menu_item); void egg_recent_view_gtk_set_menu (EggRecentViewGtk *view, GtkWidget *menu); GtkWidget * egg_recent_view_gtk_get_menu (EggRecentViewGtk *view); void egg_recent_view_gtk_set_start_menu_item (EggRecentViewGtk *view, GtkWidget *menu_item); GtkWidget *egg_recent_view_gtk_get_start_menu_item (EggRecentViewGtk *view); void egg_recent_view_gtk_set_leading_sep (EggRecentViewGtk *view, gboolean val); void egg_recent_view_gtk_set_trailing_sep (EggRecentViewGtk *view, gboolean val); void egg_recent_view_gtk_show_icons (EggRecentViewGtk *view, gboolean show); void egg_recent_view_gtk_show_numbers (EggRecentViewGtk *view, gboolean show); void egg_recent_view_gtk_set_tooltip_func (EggRecentViewGtk *view, EggRecentViewGtkTooltipFunc func, gpointer user_data); void egg_recent_view_gtk_set_icon_size (EggRecentViewGtk *view, GtkIconSize icon_size); GtkIconSize egg_recent_view_gtk_get_icon_size (EggRecentViewGtk *view); G_END_DECLS #endif /* __EGG_RECENT_VIEW_GTK_H__ */ gbonds-2.0.3/src/recent-files/egg-recent-model.h0000664000076400007640000000450311106721172016361 00000000000000/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #ifndef __EGG_RECENT_MODEL_H__ #define __EGG_RECENT_MODEL_H__ #include "egg-recent-item.h" G_BEGIN_DECLS #define EGG_TYPE_RECENT_MODEL (egg_recent_model_get_type ()) #define EGG_RECENT_MODEL(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, EGG_TYPE_RECENT_MODEL, EggRecentModel) #define EGG_RECENT_MODEL_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, EGG_TYPE_RECENT_MODEL, EggRecentModelClass) #define EGG_IS_RECENT_MODEL(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, egg_recent_model_get_type ()) typedef struct _EggRecentModel EggRecentModel; typedef struct _EggRecentModelPrivate EggRecentModelPrivate; typedef struct _EggRecentModelClass EggRecentModelClass; struct _EggRecentModel { GObject parent_instance; EggRecentModelPrivate *priv; }; struct _EggRecentModelClass { GObjectClass parent_class; void (*changed) (EggRecentModel *model, GList *list); }; typedef enum { EGG_RECENT_MODEL_SORT_MRU, EGG_RECENT_MODEL_SORT_LRU, EGG_RECENT_MODEL_SORT_NONE } EggRecentModelSort; /* Standard group names */ #define EGG_RECENT_GROUP_LAUNCHERS "Launchers" GType egg_recent_model_get_type (void); /* constructors */ EggRecentModel * egg_recent_model_new (EggRecentModelSort sort); /* public methods */ void egg_recent_model_set_filter_mime_types (EggRecentModel *model, ...); void egg_recent_model_set_filter_groups (EggRecentModel *model, ...); void egg_recent_model_set_filter_uri_schemes (EggRecentModel *model, ...); void egg_recent_model_set_sort (EggRecentModel *model, EggRecentModelSort sort); gboolean egg_recent_model_add_full (EggRecentModel *model, EggRecentItem *item); gboolean egg_recent_model_add (EggRecentModel *model, const gchar *uri); gboolean egg_recent_model_delete (EggRecentModel *model, const gchar *uri); void egg_recent_model_clear (EggRecentModel *model); GList * egg_recent_model_get_list (EggRecentModel *model); void egg_recent_model_changed (EggRecentModel *model); void egg_recent_model_set_limit (EggRecentModel *model, int limit); int egg_recent_model_get_limit (EggRecentModel *model); void egg_recent_model_remove_expired (EggRecentModel *model); G_END_DECLS #endif /* __EGG_RECENT_MODEL_H__ */ gbonds-2.0.3/src/recent-files/egg-recent-view.c0000664000076400007640000000331311106721172016224 00000000000000/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /** * 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. * * Authors: * James Willcox */ #ifdef HAVE_CONFIG_H #include #endif #include #include #include "egg-recent-view.h" GtkType egg_recent_view_get_type (void) { static GtkType view_type = 0; if (!view_type) { static const GTypeInfo view_info = { sizeof (EggRecentViewClass), /* class_size */ NULL, /* base_init */ NULL, /* base_finalize */ }; view_type = g_type_register_static (G_TYPE_INTERFACE, "EggRecentView", &view_info, 0); } return view_type; } EggRecentModel * egg_recent_view_get_model (EggRecentView *view) { g_return_val_if_fail (view, NULL); return EGG_RECENT_VIEW_GET_CLASS (view)->do_get_model (view); } void egg_recent_view_set_model (EggRecentView *view, EggRecentModel *model) { g_return_if_fail (view); g_return_if_fail (model); EGG_RECENT_VIEW_GET_CLASS (view)->do_set_model (view, model); } gbonds-2.0.3/src/recent-files/egg-recent-view-bonobo.c0000664000076400007640000004135011106721172017503 00000000000000/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /** * 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. * * Authors: * James Willcox */ #ifdef HAVE_CONFIG_H #include #endif #include #include #include #include #include #include #ifndef USE_STABLE_LIBGNOMEUI #include #endif #include #include "egg-recent-model.h" #include "egg-recent-view.h" #include "egg-recent-view-bonobo.h" #include "egg-recent-util.h" #include "egg-recent-item.h" struct _EggRecentViewBonobo { GObject parent_instance; /* We emit signals */ BonoboUIComponent *uic; gchar *path; /* The menu path where our stuff * will go */ gulong changed_cb_id; gchar *uid; /* unique id used for the verb name */ gboolean show_icons; gboolean show_numbers; #ifndef USE_STABLE_LIBGNOMEUI GnomeIconTheme *theme; #endif EggRecentViewBonoboTooltipFunc tooltip_func; gpointer tooltip_func_data; EggRecentModel *model; GConfClient *client; GtkIconSize icon_size; }; struct _EggRecentViewBonoboMenuData { EggRecentViewBonobo *view; EggRecentItem *item; }; typedef struct _EggRecentViewBonoboMenuData EggRecentViewBonoboMenuData; enum { ACTIVATE, LAST_SIGNAL }; /* GObject properties */ enum { PROP_BOGUS, PROP_UI_COMPONENT, PROP_MENU_PATH, PROP_SHOW_ICONS, PROP_SHOW_NUMBERS }; static guint egg_recent_view_bonobo_signals[LAST_SIGNAL] = { 0 }; static void egg_recent_view_bonobo_clear (EggRecentViewBonobo *view) { gint i=1; gboolean done=FALSE; EggRecentModel *model; g_return_if_fail (view->uic); model = egg_recent_view_get_model (EGG_RECENT_VIEW (view)); while (!done) { gchar *verb_name = g_strdup_printf ("%s-%d", view->uid, i); gchar *item_path = g_strconcat (view->path, "/", verb_name, NULL); if (bonobo_ui_component_path_exists (view->uic, item_path, NULL)) bonobo_ui_component_rm (view->uic, item_path, NULL); else done=TRUE; g_free (item_path); g_free (verb_name); i++; } } static void egg_recent_view_bonobo_menu_cb (BonoboUIComponent *uic, gpointer data, const char *cname) { EggRecentViewBonoboMenuData *md = (EggRecentViewBonoboMenuData *) data; EggRecentItem *item; g_return_if_fail (md); g_return_if_fail (md->item); g_return_if_fail (md->view); g_return_if_fail (EGG_IS_RECENT_VIEW_BONOBO (md->view)); item = md->item; egg_recent_item_ref (item); g_signal_emit (G_OBJECT(md->view), egg_recent_view_bonobo_signals[ACTIVATE], 0, item); egg_recent_item_unref (item); } static void egg_recent_view_bonobo_menu_data_destroy_cb (gpointer data, GClosure *closure) { EggRecentViewBonoboMenuData *md = data; egg_recent_item_unref (md->item); g_free (md); } static void egg_recent_view_bonobo_set_list (EggRecentViewBonobo *view, GList *list) { BonoboUIComponent* ui_component; unsigned int i; gchar *label = NULL; gchar *verb_name = NULL; gchar *tip = NULL; gchar *escaped_name = NULL; gchar *item_path = NULL; gchar *base_uri; gchar *utf8_uri; gchar *cmd; gchar *xml_escaped_name; EggRecentViewBonoboMenuData *md; EggRecentModel *model; GClosure *closure; g_return_if_fail (view); ui_component = view->uic; g_return_if_fail (BONOBO_IS_UI_COMPONENT (ui_component)); model = egg_recent_view_get_model (EGG_RECENT_VIEW (view)); egg_recent_view_bonobo_clear (view); bonobo_ui_component_freeze (ui_component, NULL); for (i = 1; i <= g_list_length (list); ++i) { EggRecentItem *item = (EggRecentItem *)g_list_nth_data (list, i-1); utf8_uri = egg_recent_item_get_uri_for_display (item); if (utf8_uri == NULL) continue; /* this is what gets passed to our private "activate" callback */ md = (EggRecentViewBonoboMenuData *)g_malloc (sizeof (EggRecentViewBonoboMenuData)); md->view = view; md->item = item; egg_recent_item_ref (md->item); base_uri = g_path_get_basename (utf8_uri); xml_escaped_name = g_markup_escape_text (base_uri, strlen (base_uri)); escaped_name = egg_recent_util_escape_underlines (xml_escaped_name); g_free (xml_escaped_name); tip = NULL; if (view->tooltip_func != NULL) { gchar *tmp_tip; tip = view->tooltip_func (item, view->tooltip_func_data); tmp_tip = g_markup_escape_text (tip, strlen (tip)); g_free (tip); tip = tmp_tip; } if (tip == NULL) tip = g_strdup (""); verb_name = g_strdup_printf ("%s-%d", view->uid, i); if (view->show_icons) { GdkPixbuf *pixbuf; gchar *mime_type; gchar *uri; mime_type = egg_recent_item_get_mime_type (item); uri = egg_recent_item_get_uri (item); #ifndef USE_STABLE_LIBGNOMEUI { int width, height; gtk_icon_size_lookup_for_settings (gtk_settings_get_default (), view->icon_size, &width, &height); pixbuf = egg_recent_util_get_icon (view->theme, uri, mime_type, height); } #else pixbuf = NULL; #endif if (pixbuf != NULL) { gchar *pixbuf_xml; /* Riiiiight.... */ pixbuf_xml = bonobo_ui_util_pixbuf_to_xml (pixbuf); cmd = g_strdup_printf ("", verb_name, pixbuf_xml); g_free (pixbuf_xml); g_object_unref (pixbuf); } else { cmd = g_strdup_printf (" ", verb_name); } g_free (mime_type); g_free (uri); } else cmd = g_strdup_printf (" ", verb_name); bonobo_ui_component_set_translate (ui_component, "/commands/", cmd, NULL); closure = g_cclosure_new (G_CALLBACK (egg_recent_view_bonobo_menu_cb), md, egg_recent_view_bonobo_menu_data_destroy_cb); bonobo_ui_component_add_verb_full (ui_component, verb_name, closure); if (view->show_numbers) { if (i < 10) label = g_strdup_printf ("_%d. %s", i, escaped_name); else label = g_strdup_printf ("%d. %s", i, escaped_name); } else { label = g_strdup (escaped_name); } item_path = g_strconcat (view->path, "/", verb_name, NULL); if (bonobo_ui_component_path_exists (ui_component, item_path, NULL)) { bonobo_ui_component_set_prop (ui_component, item_path, "label", label, NULL); bonobo_ui_component_set_prop (ui_component, item_path, "tip", tip, NULL); } else { gchar *xml; xml = g_strdup_printf ("", verb_name, verb_name, label, tip); bonobo_ui_component_set_translate (ui_component, view->path, xml, NULL); g_free (xml); } g_free (label); g_free (verb_name); g_free (tip); g_free (escaped_name); g_free (item_path); g_free (utf8_uri); g_free (base_uri); g_free (cmd); } bonobo_ui_component_thaw (ui_component, NULL); } static void model_changed_cb (EggRecentModel *model, GList *list, EggRecentViewBonobo *view) { if (list != NULL) egg_recent_view_bonobo_set_list (view, list); else egg_recent_view_bonobo_clear (view); } static EggRecentModel * egg_recent_view_bonobo_get_model (EggRecentView *view_parent) { EggRecentViewBonobo *view; g_return_val_if_fail (view_parent, NULL); view = EGG_RECENT_VIEW_BONOBO (view_parent); return view->model; } static void egg_recent_view_bonobo_set_model (EggRecentView *view_parent, EggRecentModel *model) { EggRecentViewBonobo *view; g_return_if_fail (view_parent); view = EGG_RECENT_VIEW_BONOBO (view_parent); if (view->model) g_signal_handler_disconnect (G_OBJECT (view->model), view->changed_cb_id); view->model = model; g_object_ref (view->model); view->changed_cb_id = g_signal_connect_object (G_OBJECT (model), "changed", G_CALLBACK (model_changed_cb), view, 0); egg_recent_model_changed (view->model); } static void egg_recent_view_bonobo_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec) { EggRecentViewBonobo *view = EGG_RECENT_VIEW_BONOBO (object); switch (prop_id) { case PROP_UI_COMPONENT: egg_recent_view_bonobo_set_ui_component (EGG_RECENT_VIEW_BONOBO (view), BONOBO_UI_COMPONENT (g_value_get_object (value))); break; case PROP_MENU_PATH: view->path = g_strdup (g_value_get_string (value)); break; case PROP_SHOW_ICONS: egg_recent_view_bonobo_show_icons (view, g_value_get_boolean (value)); default: case PROP_SHOW_NUMBERS: egg_recent_view_bonobo_show_numbers (view, g_value_get_boolean (value)); break; break; } } static void egg_recent_view_bonobo_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) { EggRecentViewBonobo *view = EGG_RECENT_VIEW_BONOBO (object); switch (prop_id) { case PROP_UI_COMPONENT: g_value_set_pointer (value, view->uic); break; case PROP_MENU_PATH: g_value_set_string (value, g_strdup (view->path)); break; case PROP_SHOW_ICONS: g_value_set_boolean (value, view->show_icons); break; case PROP_SHOW_NUMBERS: g_value_set_boolean (value, view->show_numbers); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); } } static void egg_recent_view_bonobo_finalize (GObject *object) { EggRecentViewBonobo *view = EGG_RECENT_VIEW_BONOBO (object); g_free (view->path); g_free (view->uid); g_object_unref (view->model); g_object_unref (view->uic); #ifndef USE_STABLE_LIBGNOMEUI g_object_unref (view->theme); #endif g_object_unref (view->client); } static void egg_recent_view_bonobo_class_init (EggRecentViewBonoboClass * klass) { GObjectClass *object_class; object_class = G_OBJECT_CLASS (klass); object_class->set_property = egg_recent_view_bonobo_set_property; object_class->get_property = egg_recent_view_bonobo_get_property; object_class->finalize = egg_recent_view_bonobo_finalize; egg_recent_view_bonobo_signals[ACTIVATE] = g_signal_new ("activate", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (EggRecentViewBonoboClass, activate), NULL, NULL, g_cclosure_marshal_VOID__BOXED, G_TYPE_NONE, 1, EGG_TYPE_RECENT_ITEM); g_object_class_install_property (object_class, PROP_UI_COMPONENT, g_param_spec_object ("ui-component", "UI Component", "BonoboUIComponent for menus.", bonobo_ui_component_get_type(), G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_MENU_PATH, g_param_spec_string ("ui-path", "Path", "The path to put the menu items.", "/menus/File/EggRecentDocuments", G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_SHOW_ICONS, g_param_spec_boolean ("show-icons", "Show Icons", "Whether or not to show icons", FALSE, G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_SHOW_NUMBERS, g_param_spec_boolean ("show-numbers", "Show Numbers", "Whether or not to show numbers", TRUE, G_PARAM_READWRITE)); klass->activate = NULL; } static void egg_recent_view_init (EggRecentViewClass *iface) { iface->do_get_model = egg_recent_view_bonobo_get_model; iface->do_set_model = egg_recent_view_bonobo_set_model; } static void show_menus_changed_cb (GConfClient *client, guint cnxn_id, GConfEntry *entry, EggRecentViewBonobo *view) { GConfValue *value; value = gconf_entry_get_value (entry); g_return_if_fail (value->type == GCONF_VALUE_BOOL); egg_recent_view_bonobo_show_icons (view, gconf_value_get_bool (value)); } #ifndef USE_STABLE_LIBGNOMEUI static void theme_changed_cb (GnomeIconTheme *theme, EggRecentViewBonobo *view) { if (view->model != NULL) egg_recent_model_changed (view->model); } #endif static void egg_recent_view_bonobo_init (EggRecentViewBonobo *view) { view->uid = egg_recent_util_get_unique_id (); #ifndef USE_STABLE_LIBGNOMEUI view->theme = gnome_icon_theme_new (); gnome_icon_theme_set_allow_svg (view->theme, TRUE); g_signal_connect_object (view->theme, "changed", G_CALLBACK (theme_changed_cb), view, 0); #endif view->client = gconf_client_get_default (); view->show_icons = gconf_client_get_bool (view->client, "/desktop/gnome/interface/menus_have_icons", NULL); gconf_client_add_dir (view->client, "/desktop/gnome/interface", GCONF_CLIENT_PRELOAD_NONE, NULL); gconf_client_notify_add (view->client, "/desktop/gnome/interface/menus_have_icons", (GConfClientNotifyFunc)show_menus_changed_cb, view, NULL, NULL); view->tooltip_func = NULL; view->tooltip_func_data = NULL; view->icon_size = GTK_ICON_SIZE_MENU; } void egg_recent_view_bonobo_set_icon_size (EggRecentViewBonobo *view, GtkIconSize icon_size) { if (view->icon_size != icon_size) { view->icon_size = icon_size; egg_recent_model_changed (view->model); } else { view->icon_size = icon_size; } } GtkIconSize egg_recent_view_bonobo_get_icon_size (EggRecentViewBonobo *view) { return view->icon_size; } void egg_recent_view_bonobo_show_icons (EggRecentViewBonobo *view, gboolean show) { view->show_icons = show; if (view->model) egg_recent_model_changed (view->model); } void egg_recent_view_bonobo_show_numbers (EggRecentViewBonobo *view, gboolean show) { view->show_numbers = show; if (view->model) egg_recent_model_changed (view->model); } void egg_recent_view_bonobo_set_ui_component (EggRecentViewBonobo *view, BonoboUIComponent *uic) { g_return_if_fail (view); g_return_if_fail (uic); view->uic = uic; g_object_ref (view->uic); } void egg_recent_view_bonobo_set_ui_path (EggRecentViewBonobo *view, const gchar *path) { g_return_if_fail (view); g_return_if_fail (path); view->path = g_strdup (path); } const BonoboUIComponent * egg_recent_view_bonobo_get_ui_component (EggRecentViewBonobo *view) { g_return_val_if_fail (view, NULL); return view->uic; } gchar * egg_recent_view_bonobo_get_ui_path (EggRecentViewBonobo *view) { g_return_val_if_fail (view, NULL); return g_strdup (view->path); } void egg_recent_view_bonobo_set_tooltip_func (EggRecentViewBonobo *view, EggRecentViewBonoboTooltipFunc func, gpointer user_data) { view->tooltip_func = func; view->tooltip_func_data = user_data; if (view->model) egg_recent_model_changed (view->model); } /** * egg_recent_view_bonobo_new: * @appname: The name of your application. * @limit: The maximum number of items allowed. * * This creates a new EggRecentViewBonobo object. * * Returns: a EggRecentViewBonobo object */ EggRecentViewBonobo * egg_recent_view_bonobo_new (BonoboUIComponent *uic, const gchar *path) { EggRecentViewBonobo *view; g_return_val_if_fail (uic, NULL); g_return_val_if_fail (path, NULL); view = EGG_RECENT_VIEW_BONOBO (g_object_new (egg_recent_view_bonobo_get_type (), "ui-path", path, "ui-component", uic, "show-icons", FALSE, "show-numbers", TRUE, NULL)); g_return_val_if_fail (view, NULL); return view; } /** * egg_recent_view_bonobo_get_type: * @: * * This returns a GType representing a EggRecentViewBonobo object. * * Returns: a GType */ GType egg_recent_view_bonobo_get_type (void) { static GType egg_recent_view_bonobo_type = 0; if(!egg_recent_view_bonobo_type) { static const GTypeInfo egg_recent_view_bonobo_info = { sizeof (EggRecentViewBonoboClass), NULL, /* base init */ NULL, /* base finalize */ (GClassInitFunc)egg_recent_view_bonobo_class_init, /* class init */ NULL, /* class finalize */ NULL, /* class data */ sizeof (EggRecentViewBonobo), 0, (GInstanceInitFunc) egg_recent_view_bonobo_init }; static const GInterfaceInfo view_info = { (GInterfaceInitFunc) egg_recent_view_init, NULL, NULL }; egg_recent_view_bonobo_type = g_type_register_static (G_TYPE_OBJECT, "EggRecentViewBonobo", &egg_recent_view_bonobo_info, 0); g_type_add_interface_static (egg_recent_view_bonobo_type, EGG_TYPE_RECENT_VIEW, &view_info); } return egg_recent_view_bonobo_type; } gbonds-2.0.3/src/recent-files/egg-recent-view-gtk.c0000664000076400007640000004257511106721172017024 00000000000000/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /** * 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. * * Authors: * James Willcox */ #ifdef HAVE_CONFIG_H #include #endif #include #include #include #include #include #ifndef USE_STABLE_LIBGNOMEUI #include #endif #include #include "egg-recent-model.h" #include "egg-recent-view.h" #include "egg-recent-view-gtk.h" #include "egg-recent-util.h" #include "egg-recent-item.h" struct _EggRecentViewGtk { GObject parent_instance; /* We emit signals */ GtkWidget *menu; GtkWidget *start_menu_item; gboolean leading_sep; gboolean trailing_sep; gulong changed_cb_id; gchar *uid; gboolean show_icons; gboolean show_numbers; #ifndef USE_STABLE_LIBGNOMEUI GnomeIconTheme *theme; #endif GtkTooltips *tooltips; EggRecentViewGtkTooltipFunc tooltip_func; gpointer tooltip_func_data; EggRecentModel *model; GConfClient *client; GtkIconSize icon_size; }; struct _EggRecentViewGtkMenuData { EggRecentViewGtk *view; EggRecentItem *item; }; typedef struct _EggRecentViewGtkMenuData EggRecentViewGtkMenuData; enum { ACTIVATE, LAST_SIGNAL }; /* GObject properties */ enum { PROP_BOGUS, PROP_MENU, PROP_START_MENU_ITEM, PROP_SHOW_ICONS, PROP_SHOW_NUMBERS }; static guint view_signals[LAST_SIGNAL] = { 0 }; static void egg_recent_view_gtk_clear (EggRecentViewGtk *view) { GList *menu_children; GList *p; GObject *menu_item; gint *menu_data=NULL; g_return_if_fail (view->menu != NULL); menu_children = gtk_container_get_children (GTK_CONTAINER (view->menu)); p = menu_children; while (p != NULL) { menu_item = (GObject *)p->data; menu_data = (gint *)g_object_get_data (menu_item, view->uid); if (menu_data) { gtk_container_remove (GTK_CONTAINER (view->menu), GTK_WIDGET (menu_item)); } p = p->next; } } static gint egg_recent_view_gtk_find_menu_offset (EggRecentViewGtk *view) { gint i; GList *menu_children; GList *p; GtkWidget *menu_item; gint menu_loc=-1; g_return_val_if_fail (view, 0); menu_children = GTK_MENU_SHELL (view->menu)->children; i = 0; p = menu_children; while (p != NULL) { menu_item = (GtkWidget *)p->data; if (menu_item == view->start_menu_item) { menu_loc = i; break; } p = p->next; i++; } return menu_loc; } static void egg_recent_view_gtk_menu_cb (GtkWidget *menu, gpointer data) { EggRecentViewGtkMenuData *md = (EggRecentViewGtkMenuData *) data; EggRecentItem *item; g_return_if_fail (md); g_return_if_fail (md->item); g_return_if_fail (md->view); g_return_if_fail (EGG_IS_RECENT_VIEW_GTK (md->view)); item = md->item; egg_recent_item_ref (item); g_signal_emit (G_OBJECT(md->view), view_signals[ACTIVATE], 0, item); egg_recent_item_unref (item); } static void egg_recent_view_gtk_destroy_cb (gpointer data, GClosure *closure) { EggRecentViewGtkMenuData *md = data; egg_recent_item_unref (md->item); g_free (md); } static GtkWidget * egg_recent_view_gtk_new_menu_item (EggRecentViewGtk *view, EggRecentItem *item, gint index) { GtkWidget *menu_item; EggRecentViewGtkMenuData *md=(EggRecentViewGtkMenuData *)g_malloc (sizeof (EggRecentViewGtkMenuData)); g_return_val_if_fail (view, NULL); if (item != NULL) { gchar *mime_type; GtkWidget *image; GdkPixbuf *pixbuf; gchar *text; gchar *short_name; gchar *escaped; short_name = egg_recent_item_get_short_name (item); escaped = egg_recent_util_escape_underlines (short_name); g_free (short_name); if (view->show_numbers) { /* avoid having conflicting mnemonics */ if (index >= 10) text = g_strdup_printf ("%d. %s", index, escaped); else text = g_strdup_printf ("_%d. %s", index, escaped); g_free (escaped); } else { text = escaped; } mime_type = egg_recent_item_get_mime_type (item); #ifndef USE_STABLE_LIBGNOMEUI { int width, height; gchar *uri; gtk_icon_size_lookup_for_settings (gtk_widget_get_settings (view->menu), view->icon_size, &width, &height); uri = egg_recent_item_get_uri (item); pixbuf = egg_recent_util_get_icon (view->theme, uri, mime_type, height); g_free (uri); } #else pixbuf = NULL; #endif image = gtk_image_new_from_pixbuf (pixbuf); if (pixbuf) g_object_unref (pixbuf); if (view->show_icons) gtk_widget_show (image); menu_item = gtk_image_menu_item_new_with_mnemonic (text); gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (menu_item), image); md->view = view; md->item = item; egg_recent_item_ref (md->item); g_signal_connect_data (G_OBJECT (menu_item), "activate", G_CALLBACK (egg_recent_view_gtk_menu_cb), md, (GClosureNotify)egg_recent_view_gtk_destroy_cb, 0); g_free (mime_type); g_free (text); } else { menu_item = gtk_separator_menu_item_new (); } g_return_val_if_fail (menu_item, NULL); /** * this is a tag so we can distinguish our menu items * from others that may be in the menu. */ g_object_set_data (G_OBJECT (menu_item), view->uid, GINT_TO_POINTER (1)); gtk_widget_show (menu_item); return menu_item; } static void egg_recent_view_gtk_add_to_menu (EggRecentViewGtk *view, EggRecentItem *item, gint display, gint index) { GtkWidget *menu_item; gint menu_offset; g_return_if_fail (view); g_return_if_fail (view->menu); menu_offset = egg_recent_view_gtk_find_menu_offset (view); menu_item = egg_recent_view_gtk_new_menu_item (view, item, display); if (view->tooltip_func != NULL && menu_item != NULL) { view->tooltip_func (view->tooltips, menu_item, item, view->tooltip_func_data); } if (menu_item) gtk_menu_shell_insert (GTK_MENU_SHELL (view->menu), menu_item, menu_offset+index); } static void egg_recent_view_gtk_set_list (EggRecentViewGtk *view, GList *list) { EggRecentItem *item; GList *p; gint display=1; gint index=1; g_return_if_fail (view); egg_recent_view_gtk_clear (view); if (view->leading_sep) { egg_recent_view_gtk_add_to_menu (view, NULL, display, index); index++; } p = list; while (p != NULL) { item = (EggRecentItem *)p->data; egg_recent_view_gtk_add_to_menu (view, item, display, index); p = p->next; display++; index++; } if (view->trailing_sep) egg_recent_view_gtk_add_to_menu (view, NULL, display, index); } static void model_changed_cb (EggRecentModel *model, GList *list, EggRecentViewGtk *view) { if (list != NULL) egg_recent_view_gtk_set_list (view, list); else egg_recent_view_gtk_clear (view); } static EggRecentModel * egg_recent_view_gtk_get_model (EggRecentView *view_parent) { EggRecentViewGtk *view; g_return_val_if_fail (view_parent != NULL, NULL); view = EGG_RECENT_VIEW_GTK (view_parent); return view->model; } static void egg_recent_view_gtk_set_model (EggRecentView *view_parent, EggRecentModel *model) { EggRecentViewGtk *view; g_return_if_fail (view_parent != NULL); view = EGG_RECENT_VIEW_GTK (view_parent); if (view->model != NULL) { g_object_unref (view->model); g_signal_handler_disconnect (G_OBJECT (model), view->changed_cb_id); } view->model = model; g_object_ref (view->model); view->changed_cb_id = g_signal_connect_object (G_OBJECT (model), "changed", G_CALLBACK (model_changed_cb), view, 0); egg_recent_model_changed (view->model); } void egg_recent_view_gtk_set_leading_sep (EggRecentViewGtk *view, gboolean val) { view->leading_sep = val; egg_recent_view_gtk_clear (view); if (view->model) egg_recent_model_changed (view->model); } void egg_recent_view_gtk_set_trailing_sep (EggRecentViewGtk *view, gboolean val) { view->trailing_sep = val; egg_recent_view_gtk_clear (view); if (view->model) egg_recent_model_changed (view->model); } static void egg_recent_view_gtk_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec) { EggRecentViewGtk *view = EGG_RECENT_VIEW_GTK (object); switch (prop_id) { case PROP_MENU: egg_recent_view_gtk_set_menu (view, GTK_WIDGET (g_value_get_object (value))); break; case PROP_START_MENU_ITEM: egg_recent_view_gtk_set_start_menu_item (view, g_value_get_object (value)); break; case PROP_SHOW_ICONS: egg_recent_view_gtk_show_icons (view, g_value_get_boolean (value)); break; case PROP_SHOW_NUMBERS: egg_recent_view_gtk_show_numbers (view, g_value_get_boolean (value)); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } } static void egg_recent_view_gtk_get_property (GObject *object, guint prop_id, GValue *value, GParamSpec *pspec) { EggRecentViewGtk *view = EGG_RECENT_VIEW_GTK (object); switch (prop_id) { case PROP_MENU: g_value_set_object (value, view->menu); break; case PROP_START_MENU_ITEM: g_value_set_object (value, view->start_menu_item); break; case PROP_SHOW_ICONS: g_value_set_boolean (value, view->show_icons); break; case PROP_SHOW_NUMBERS: g_value_set_boolean (value, view->show_numbers); break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; } } static void egg_recent_view_gtk_finalize (GObject *object) { EggRecentViewGtk *view = EGG_RECENT_VIEW_GTK (object); g_signal_handler_disconnect (G_OBJECT (view->model), view->changed_cb_id); g_free (view->uid); g_object_unref (view->menu); g_object_unref (view->model); #ifndef USE_STABLE_LIBGNOMEUI g_object_unref (view->theme); #endif g_object_unref (view->client); g_object_unref (view->tooltips); } static void egg_recent_view_gtk_class_init (EggRecentViewGtkClass * klass) { GObjectClass *object_class; object_class = G_OBJECT_CLASS (klass); object_class->set_property = egg_recent_view_gtk_set_property; object_class->get_property = egg_recent_view_gtk_get_property; object_class->finalize = egg_recent_view_gtk_finalize; view_signals[ACTIVATE] = g_signal_new ("activate", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (EggRecentViewGtkClass, activate), NULL, NULL, g_cclosure_marshal_VOID__BOXED, G_TYPE_NONE, 1, EGG_TYPE_RECENT_ITEM); g_object_class_install_property (object_class, PROP_MENU, g_param_spec_object ("menu", "Menu", "The GtkMenuShell this object will update.", gtk_menu_get_type(), G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_START_MENU_ITEM, g_param_spec_object ("start-menu-item", "Start Menu Item", "The menu item that precedes where are menu items will go", gtk_menu_item_get_type (), G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_SHOW_ICONS, g_param_spec_boolean ("show-icons", "Show Icons", "Whether or not to show icons", FALSE, G_PARAM_READWRITE)); g_object_class_install_property (object_class, PROP_SHOW_NUMBERS, g_param_spec_boolean ("show-numbers", "Show Numbers", "Whether or not to show numbers", TRUE, G_PARAM_READWRITE)); klass->activate = NULL; } static void egg_recent_view_init (EggRecentViewClass *iface) { iface->do_get_model = egg_recent_view_gtk_get_model; iface->do_set_model = egg_recent_view_gtk_set_model; } static void show_menus_changed_cb (GConfClient *client, guint cnxn_id, GConfEntry *entry, EggRecentViewGtk *view) { GConfValue *value; value = gconf_entry_get_value (entry); g_return_if_fail (value->type == GCONF_VALUE_BOOL); egg_recent_view_gtk_show_icons (view, gconf_value_get_bool (value)); } #ifndef USE_STABLE_LIBGNOMEUI static void theme_changed_cb (GnomeIconTheme *theme, EggRecentViewGtk *view) { if (view->model != NULL) egg_recent_model_changed (view->model); } #endif static void egg_recent_view_gtk_init (EggRecentViewGtk * view) { view->client = gconf_client_get_default (); view->show_icons = gconf_client_get_bool (view->client, "/desktop/gnome/interface/menus_have_icons", NULL); gconf_client_add_dir (view->client, "/desktop/gnome/interface", GCONF_CLIENT_PRELOAD_NONE, NULL); gconf_client_notify_add (view->client, "/desktop/gnome/interface/menus_have_icons", (GConfClientNotifyFunc)show_menus_changed_cb, view, NULL, NULL); view->leading_sep = FALSE; view->trailing_sep = FALSE; view->uid = egg_recent_util_get_unique_id (); #ifndef USE_STABLE_LIBGNOMEUI view->theme = gnome_icon_theme_new (); gnome_icon_theme_set_allow_svg (view->theme, TRUE); g_signal_connect_object (view->theme, "changed", G_CALLBACK (theme_changed_cb), view, 0); #endif view->tooltips = gtk_tooltips_new (); g_object_ref (view->tooltips); gtk_object_sink (GTK_OBJECT (view->tooltips)); view->tooltip_func = NULL; view->tooltip_func_data = NULL; view->icon_size = GTK_ICON_SIZE_MENU; } void egg_recent_view_gtk_set_icon_size (EggRecentViewGtk *view, GtkIconSize icon_size) { if (view->icon_size != icon_size) { view->icon_size = icon_size; egg_recent_model_changed (view->model); } else { view->icon_size = icon_size; } } GtkIconSize egg_recent_view_gtk_get_icon_size (EggRecentViewGtk *view) { return view->icon_size; } void egg_recent_view_gtk_show_icons (EggRecentViewGtk *view, gboolean show) { view->show_icons = show; if (view->model) egg_recent_model_changed (view->model); } void egg_recent_view_gtk_show_numbers (EggRecentViewGtk *view, gboolean show) { view->show_numbers = show; if (view->model) egg_recent_model_changed (view->model); } void egg_recent_view_gtk_set_tooltip_func (EggRecentViewGtk *view, EggRecentViewGtkTooltipFunc func, gpointer user_data) { view->tooltip_func = func; view->tooltip_func_data = user_data; if (view->model) egg_recent_model_changed (view->model); } /** * egg_recent_view_gtk_set_menu: * @view: A EggRecentViewGtk object. * @menu: The GtkMenuShell to put the menu items in. * * Use this function to change the GtkMenuShell that the recent * documents appear in. * */ void egg_recent_view_gtk_set_menu (EggRecentViewGtk *view, GtkWidget *menu) { g_return_if_fail (view); g_return_if_fail (EGG_IS_RECENT_VIEW_GTK (view)); g_return_if_fail (menu); if (view->menu != NULL) g_object_unref (view->menu); view->menu = menu; g_object_ref (view->menu); } /** * egg_recent_view_gtk_set_start_menu_item: * @view: A EggRecentViewGtk object. * @start_menu_item: The menu item that appears just before where our menu * items should appear * */ void egg_recent_view_gtk_set_start_menu_item (EggRecentViewGtk *view, GtkWidget *menu_item) { g_return_if_fail (view); g_return_if_fail (EGG_IS_RECENT_VIEW_GTK (view)); view->start_menu_item = menu_item; } /** * egg_recent_view_gtk_get_menu: * @view: A EggRecentViewGtk object. * */ GtkWidget * egg_recent_view_gtk_get_menu (EggRecentViewGtk *view) { return view->menu; } /** * egg_recent_view_gtk_get_start_menu_item * @view: A EggRecentViewGtk object. * */ GtkWidget * egg_recent_view_gtk_get_start_menu_item (EggRecentViewGtk *view) { return view->start_menu_item; } /** * egg_recent_view_gtk_new: * @appname: The name of your application. * @limit: The maximum number of items allowed. * * This creates a new EggRecentViewGtk object. * * Returns: a EggRecentViewGtk object */ EggRecentViewGtk * egg_recent_view_gtk_new (GtkWidget *menu, GtkWidget *start_menu_item) { EggRecentViewGtk *view; g_return_val_if_fail (menu, NULL); view = EGG_RECENT_VIEW_GTK (g_object_new (egg_recent_view_gtk_get_type (), "start-menu-item", start_menu_item, "menu", menu, "show-numbers", TRUE, NULL)); g_return_val_if_fail (view, NULL); return view; } /** * egg_recent_view_gtk_get_type: * @: * * This returns a GType representing a EggRecentViewGtk object. * * Returns: a GType */ GType egg_recent_view_gtk_get_type (void) { static GType egg_recent_view_gtk_type = 0; if(!egg_recent_view_gtk_type) { static const GTypeInfo egg_recent_view_gtk_info = { sizeof (EggRecentViewGtkClass), NULL, /* base init */ NULL, /* base finalize */ (GClassInitFunc)egg_recent_view_gtk_class_init, /* class init */ NULL, /* class finalize */ NULL, /* class data */ sizeof (EggRecentViewGtk), 0, (GInstanceInitFunc) egg_recent_view_gtk_init }; static const GInterfaceInfo view_info = { (GInterfaceInitFunc) egg_recent_view_init, NULL, NULL }; egg_recent_view_gtk_type = g_type_register_static (G_TYPE_OBJECT, "EggRecentViewGtk", &egg_recent_view_gtk_info, 0); g_type_add_interface_static (egg_recent_view_gtk_type, EGG_TYPE_RECENT_VIEW, &view_info); } return egg_recent_view_gtk_type; } gbonds-2.0.3/src/recent-files/egg-recent-item.c0000664000076400007640000002121411106721172016210 00000000000000/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /** * 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. * * Authors: * James Willcox */ #include #include #include #include #include #include "egg-recent-item.h" EggRecentItem * egg_recent_item_new (void) { EggRecentItem *item; item = g_new (EggRecentItem, 1); item->groups = NULL; item->private_data = FALSE; item->uri = NULL; item->mime_type = NULL; item->refcount = 1; return item; } static void egg_recent_item_free (EggRecentItem *item) { if (item->uri) g_free (item->uri); if (item->mime_type) g_free (item->mime_type); if (item->groups) { g_list_foreach (item->groups, (GFunc)g_free, NULL); g_list_free (item->groups); item->groups = NULL; } g_free (item); } EggRecentItem * egg_recent_item_ref (EggRecentItem *item) { item->refcount++; return item; } EggRecentItem * egg_recent_item_unref (EggRecentItem *item) { item->refcount--; if (item->refcount == 0) { egg_recent_item_free (item); } return item; } EggRecentItem * egg_recent_item_new_from_uri (const gchar *uri) { EggRecentItem *item; g_return_val_if_fail (uri != NULL, NULL); item = egg_recent_item_new (); if (!egg_recent_item_set_uri (item ,uri)) { egg_recent_item_free (item); return NULL; } item->mime_type = gnome_vfs_get_mime_type (item->uri); if (!item->mime_type) item->mime_type = g_strdup (GNOME_VFS_MIME_TYPE_UNKNOWN); return item; } /* static GList * egg_recent_item_copy_groups (const GList *list) { GList *newlist = NULL; while (list) { gchar *group = (gchar *)list->data; newlist = g_list_prepend (newlist, g_strdup (group)); list = list->next; } return newlist; } EggRecentItem * egg_recent_item_copy (const EggRecentItem *item) { EggRecentItem *newitem; newitem = egg_recent_item_new (); newitem->uri = g_strdup (item->uri); if (item->mime_type) newitem->mime_type = g_strdup (item->mime_type); newitem->timestamp = item->timestamp; newitem->private_data = item->private_data; newitem->groups = egg_recent_item_copy_groups (item->groups); return newitem; } */ /* EggRecentItem * egg_recent_item_new_valist (const gchar *uri, va_list args) { EggRecentItem *item; EggRecentArg arg; gchar *str1; gchar *str2; gboolean priv; item = egg_recent_item_new (); arg = va_arg (args, EggRecentArg); while (arg != EGG_RECENT_ARG_NONE) { switch (arg) { case EGG_RECENT_ARG_MIME_TYPE: str1 = va_arg (args, gchar*); egg_recent_item_set_mime_type (item, str1); break; case EGG_RECENT_ARG_GROUP: str1 = va_arg (args, gchar*); egg_recent_item_add_group (item, str1); break; case EGG_RECENT_ARG_PRIVATE: priv = va_arg (args, gboolean); egg_recent_item_set_private (item, priv); break; default: break; } arg = va_arg (args, EggRecentArg); } return item; } */ gboolean egg_recent_item_set_uri (EggRecentItem *item, const gchar *uri) { gchar *utf8_uri; /* if G_BROKEN_FILENAMES is not set, this should succede */ if (g_utf8_validate (uri, -1, NULL)) { item->uri = gnome_vfs_make_uri_from_input (uri); } else { utf8_uri = g_filename_to_utf8 (uri, -1, NULL, NULL, NULL); if (utf8_uri == NULL) { g_warning ("Couldn't convert URI to UTF-8"); return FALSE; } if (g_utf8_validate (utf8_uri, -1, NULL)) { item->uri = gnome_vfs_make_uri_from_input (utf8_uri); } else { g_free (utf8_uri); return FALSE; } g_free (utf8_uri); } return TRUE; } gchar * egg_recent_item_get_uri (const EggRecentItem *item) { return g_strdup (item->uri); } G_CONST_RETURN gchar * egg_recent_item_peek_uri (const EggRecentItem *item) { return item->uri; } gchar * egg_recent_item_get_uri_utf8 (const EggRecentItem *item) { /* this could fail, but it's not likely, since we've already done it * once in set_uri() */ return g_filename_to_utf8 (item->uri, -1, NULL, NULL, NULL); } gchar * egg_recent_item_get_uri_for_display (const EggRecentItem *item) { return gnome_vfs_format_uri_for_display (item->uri); } /* Stolen from gnome_vfs_make_valid_utf8() */ static char * make_valid_utf8 (const char *name) { GString *string; const char *remainder, *invalid; int remaining_bytes, valid_bytes; string = NULL; remainder = name; remaining_bytes = strlen (name); while (remaining_bytes != 0) { if (g_utf8_validate (remainder, remaining_bytes, &invalid)) break; valid_bytes = invalid - remainder; if (string == NULL) string = g_string_sized_new (remaining_bytes); g_string_append_len (string, remainder, valid_bytes); g_string_append_c (string, '?'); remaining_bytes -= valid_bytes + 1; remainder = invalid + 1; } if (string == NULL) return g_strdup (name); g_string_append (string, remainder); /* g_string_append (string, _(" (invalid file name)")); */ g_assert (g_utf8_validate (string->str, -1, NULL)); return g_string_free (string, FALSE); } /** * egg_recent_item_get_short_name: * @item: an #EggRecentItem * * Computes a valid UTF-8 string that can be used as the name of the item in a * menu or list. For example, calling this function on an item that refers to * "file:///foo/bar.txt" will yield "bar.txt". * * Return value: A newly-allocated string in UTF-8 encoding; free it with * g_free(). **/ gchar * egg_recent_item_get_short_name (const EggRecentItem *item) { GnomeVFSURI *uri; char *short_name; gboolean valid; g_return_val_if_fail (item != NULL, NULL); if (item->uri == NULL) return NULL; uri = gnome_vfs_uri_new (item->uri); g_assert (uri != NULL); /* We already checked this in egg_recent_item_set_uri() */ short_name = gnome_vfs_uri_extract_short_name (uri); valid = FALSE; if (strcmp (gnome_vfs_uri_get_scheme (uri), "file") == 0) { char *tmp; tmp = g_filename_to_utf8 (short_name, -1, NULL, NULL, NULL); if (tmp) { g_free (short_name); short_name = tmp; valid = TRUE; } } if (!valid) { char *tmp; tmp = make_valid_utf8 (short_name); g_assert (tmp != NULL); g_free (short_name); short_name = tmp; } g_free (uri); return short_name; } void egg_recent_item_set_mime_type (EggRecentItem *item, const gchar *mime) { item->mime_type = g_strdup (mime); } gchar * egg_recent_item_get_mime_type (const EggRecentItem *item) { return g_strdup (item->mime_type); } void egg_recent_item_set_timestamp (EggRecentItem *item, time_t timestamp) { if (timestamp == (time_t) -1) time (×tamp); item->timestamp = timestamp; } time_t egg_recent_item_get_timestamp (const EggRecentItem *item) { return item->timestamp; } G_CONST_RETURN GList * egg_recent_item_get_groups (const EggRecentItem *item) { return item->groups; } gboolean egg_recent_item_in_group (const EggRecentItem *item, const gchar *group_name) { GList *tmp; tmp = item->groups; while (tmp != NULL) { gchar *val = (gchar *)tmp->data; if (strcmp (group_name, val) == 0) return TRUE; tmp = tmp->next; } return FALSE; } void egg_recent_item_add_group (EggRecentItem *item, const gchar *group_name) { g_return_if_fail (group_name != NULL); if (!egg_recent_item_in_group (item, group_name)) item->groups = g_list_append (item->groups, g_strdup (group_name)); } void egg_recent_item_remove_group (EggRecentItem *item, const gchar *group_name) { GList *tmp; g_return_if_fail (group_name != NULL); tmp = item->groups; while (tmp != NULL) { gchar *val = (gchar *)tmp->data; if (strcmp (group_name, val) == 0) { item->groups = g_list_remove (item->groups, val); g_free (val); break; } tmp = tmp->next; } } void egg_recent_item_set_private (EggRecentItem *item, gboolean priv) { item->private_data = priv; } gboolean egg_recent_item_get_private (const EggRecentItem *item) { return item->private_data; } GType egg_recent_item_get_type (void) { static GType boxed_type = 0; if (!boxed_type) { boxed_type = g_boxed_type_register_static ("EggRecentItem", (GBoxedCopyFunc)egg_recent_item_ref, (GBoxedFreeFunc)egg_recent_item_unref); } return boxed_type; } gbonds-2.0.3/src/recent-files/egg-recent-view.h0000664000076400007640000000300111106721172016223 00000000000000#ifndef __EGG_RECENT_VIEW_H__ #define __EGG_RECENT_VIEW_H__ #include #include #include "egg-recent-model.h" #include "egg-recent-item.h" G_BEGIN_DECLS #define EGG_TYPE_RECENT_VIEW (egg_recent_view_get_type ()) #define EGG_RECENT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EGG_TYPE_RECENT_VIEW, EggRecentView)) #define EGG_RECENT_VIEW_CLASS(vtable) (G_TYPE_CHECK_CLASS_CAST ((vtable), EGG_TYPE_RECENT_VIEW, EggRecentViewClass)) #define EGG_IS_RECENT_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EGG_TYPE_RECENT_VIEW)) #define EGG_IS_RECENT_VIEW_CLASS(vtable) (G_TYPE_CHECK_CLASS_TYPE ((vtable), EGG_TYPE_RECENT_VIEW)) #define EGG_RECENT_VIEW_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EGG_TYPE_RECENT_VIEW, EggRecentViewClass)) typedef struct _EggRecentView EggRecentView; typedef struct _EggRecentViewClass EggRecentViewClass; struct _EggRecentViewClass { GTypeInterface base_iface; /* vtable, not signals */ void (* do_set_model) (EggRecentView *view, EggRecentModel *model); EggRecentModel * (* do_get_model) (EggRecentView *view); }; GtkType egg_recent_view_get_type (void) G_GNUC_CONST; void egg_recent_view_set_list (EggRecentView *view, GSList *list); void egg_recent_view_clear (EggRecentView *view); EggRecentModel *egg_recent_view_get_model (EggRecentView *view); void egg_recent_view_set_model (EggRecentView *view, EggRecentModel *model); G_END_DECLS #endif /* __EGG_RECENT_VIEW_H__ */ gbonds-2.0.3/src/recent-files/egg-recent-util.c0000664000076400007640000000577111106721172016241 00000000000000#include #include #include #include #include #include #include #ifndef USE_STABLE_LIBGNOMEUI #include #include #endif #include #include "egg-recent-util.h" #define EGG_RECENT_UTIL_HOSTNAME_SIZE 512 /* ripped out of gedit2 */ gchar* egg_recent_util_escape_underlines (const gchar* text) { GString *str; gint length; const gchar *p; const gchar *end; g_return_val_if_fail (text != NULL, NULL); length = strlen (text); str = g_string_new (""); p = text; end = text + length; while (p != end) { const gchar *next; next = g_utf8_next_char (p); switch (*p) { case '_': g_string_append (str, "__"); break; default: g_string_append_len (str, p, next - p); break; } p = next; } return g_string_free (str, FALSE); } #ifndef USE_STABLE_LIBGNOMEUI static GdkPixbuf * scale_icon (GdkPixbuf *pixbuf, double *scale) { guint width, height; width = gdk_pixbuf_get_width (pixbuf); height = gdk_pixbuf_get_height (pixbuf); width = floor (width * *scale + 0.5); height = floor (height * *scale + 0.5); return gdk_pixbuf_scale_simple (pixbuf, width, height, GDK_INTERP_BILINEAR); } static GdkPixbuf * load_icon_file (char *filename, guint base_size, guint nominal_size) { GdkPixbuf *pixbuf, *scaled_pixbuf; guint width, height, size; double scale; pixbuf = gdk_pixbuf_new_from_file (filename, NULL); if (pixbuf == NULL) { return NULL; } if (base_size == 0) { width = gdk_pixbuf_get_width (pixbuf); height = gdk_pixbuf_get_height (pixbuf); size = MAX (width, height); if (size > nominal_size) { base_size = size; } else { /* Don't scale up small icons */ base_size = nominal_size; } } if (base_size != nominal_size) { scale = (double)nominal_size/base_size; scaled_pixbuf = scale_icon (pixbuf, &scale); g_object_unref (pixbuf); pixbuf = scaled_pixbuf; } return pixbuf; } GdkPixbuf * egg_recent_util_get_icon (GnomeIconTheme *theme, const gchar *uri, const gchar *mime_type, int size) { gchar *icon; gchar *filename; const GnomeIconData *icon_data; int base_size; GdkPixbuf *pixbuf; icon = gnome_icon_lookup (theme, NULL, uri, NULL, NULL, mime_type, 0, NULL); g_return_val_if_fail (icon != NULL, NULL); filename = gnome_icon_theme_lookup_icon (theme, icon, size, &icon_data, &base_size); g_free (icon); if (filename == NULL) { return NULL; } pixbuf = load_icon_file (filename, base_size, size); g_free (filename); return pixbuf; } #endif /* !USE_STABLE_LIBGNOMEUI */ gchar * egg_recent_util_get_unique_id (void) { char hostname[EGG_RECENT_UTIL_HOSTNAME_SIZE]; time_t the_time; guint32 rand; int pid; gethostname (hostname, EGG_RECENT_UTIL_HOSTNAME_SIZE); time (&the_time); rand = g_random_int (); pid = getpid (); return g_strdup_printf ("%s-%d-%d-%d", hostname, (int)time, (int)rand, (int)pid); } gbonds-2.0.3/src/types.h0000664000076400007640000000775211106721173012041 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * types.h: Basic Savings Bond Types module header file. * * Copyright (C) 2000, 2001 Jim Evins . * * 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 */ #ifndef __TYPES_H__ #define __TYPES_H__ #include /*=======================================================================*/ /* Type Definitions */ /*=======================================================================*/ /*---------------------*/ /* Bond series */ /*---------------------*/ typedef enum { GB_SERIES_E, GB_SERIES_S, GB_SERIES_EE, GB_SERIES_I, } gbSeries; /*---------------------*/ /* Date */ /*---------------------*/ typedef gint gbDate; /* Year*12 + (Month-1) */ /* some macros for dealing with gbDate dates */ #define GB_DATE(m,y) ( 12*(y) + (m) - 1 ) #define GB_YEAR(d) ( (d)/12 ) #define GB_MONTH(d) ( ((d)%12) + 1 ) #define JAN 1 #define FEB 2 #define MAR 3 #define APR 4 #define MAY 5 #define JUN 6 #define JUL 7 #define AUG 8 #define SEP 9 #define OCT 10 #define NOV 11 #define DEC 12 /*------------------------------------------------*/ /* Standard status codes, when dealing with bonds */ /*------------------------------------------------*/ typedef enum { GB_OK = 0, GB_ERROR_MEM_ALLOC = -10, GB_ERROR_PARSE_SN_NULL = -20, GB_ERROR_PARSE_SN_EMPTY = -21, GB_ERROR_PARSE_SN_BAD_DENOM = -22, GB_ERROR_PARSE_SN_DIGITS = -23, GB_ERROR_PARSE_SN_BAD_SERIES = -24, GB_ERROR_PARSE_SERIES_NULL = -30, GB_ERROR_PARSE_SERIES_EMPTY = -31, GB_ERROR_PARSE_SERIES_BAD_SERIES = -32, GB_ERROR_PARSE_DATE_NULL = -40, GB_ERROR_PARSE_DATE_EMPTY = -41, GB_ERROR_PARSE_DATE_FORMAT = -42, GB_ERROR_PARSE_DATE_MONTH = -43, GB_ERROR_PARSE_DATE_YEAR = -44, GB_ERROR_BAD_SERIES_DENOM = -50, GB_ERROR_BAD_ISSUE_DATE = -51, GB_ERROR_BAD_SERIES = -52, GB_ERROR_BAD_REDEMPTION_DATE = -53, GB_ERROR_DUPLICATE_SN = -60, GB_ERROR_NO_REDEMPTION_DATA = -70, GB_ERROR_PARSE_REDEMPTION_LINE = -71, GB_ERROR_OPEN_XML_PARSE = -80, GB_ERROR_OPEN_SBW_CANNOT_OPEN_FILE = -90, GB_ERROR_OPEN_SBW_BAD_MAGIC = -91, GB_ERROR_OPEN_SBW_PARSE = -92, GB_ERROR_SAVE_XML_FILE = -100, GB_ERROR_DELETE_BOND_NOT_FOUND = -110, } gbStatus; /*=======================================================================*/ /* Function Prototypes */ /*=======================================================================*/ extern const gchar * gb_series_fmt( gbSeries series ); extern gchar * gb_date_fmt( gbDate date ); extern gchar * gb_value_fmt( gdouble value, gboolean cent_flag ); extern gbStatus gb_serial_number_parse( gchar *sn, gbSeries *series, gdouble *denom ); extern gbStatus gb_series_parse( gchar *string, gbSeries *series ); extern gbStatus gb_date_parse( const gchar *string, gbDate *date ); extern gbStatus gb_determine_yield( gdouble issue_price, gdouble value, gbDate idate, gbDate adate, gdouble *yield ); #endif /* __TYPES_H__ */ gbonds-2.0.3/src/ui.h0000664000076400007640000000334711106721173011306 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * ui.h: gbonds UI module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __GB_UI_H__ #define __GB_UI_H__ #include #include #include #include "view.h" G_BEGIN_DECLS void gb_ui_init (BonoboUIComponent *ui_component, BonoboWindow *win); void gb_ui_unref (BonoboUIComponent *ui_component); void gb_ui_update_all (BonoboUIComponent *ui_component, gbView *view); void gb_ui_update_nodoc (BonoboUIComponent *ui_component); void gb_ui_update_modified_verbs (BonoboUIComponent *ui_component, gbDoc *doc); void gb_ui_update_selection_verbs (BonoboUIComponent *ui_component, gbView *view); void gb_ui_update_undo_redo_verbs (BonoboUIComponent *ui_component, gbDoc *doc); G_END_DECLS #endif /* __GB_UI_H__ */ gbonds-2.0.3/src/edit.h0000664000076400007640000000240611106721174011612 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * edit.h: Savings Bond Edit module header file * * Copyright (C) 2000-2003 Jim Evins . * * 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 */ #ifndef __EDIT_H__ #define __EDIT_H__ #include #include "view.h" G_BEGIN_DECLS void gb_edit_add_bond (gbView *view, BonoboWindow *win); void gb_edit_delete_bonds (gbView *view, BonoboWindow *win); void gb_edit_title (gbView *view, BonoboWindow *win); G_END_DECLS #endif /* __EDIT_H__ */ gbonds-2.0.3/src/commands.c0000664000076400007640000003343411107635172012471 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * commands.c: gbonds commands module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include #include #include #include "commands.h" #include "view.h" #include "file.h" #include "edit.h" #include "update.h" #include "print-dialog.h" #include "prefs-dialog.h" #include "debug.h" #define LOGO_PIXMAP gnome_program_locate_file (NULL,\ GNOME_FILE_DOMAIN_APP_PIXMAP,\ "gbonds/gbonds_logo.png",\ FALSE, NULL) /****************************************************************************/ /* File->New command. */ /****************************************************************************/ void gb_cmd_file_new (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); gb_file_new (GTK_WINDOW(window)); } /****************************************************************************/ /* File->Open command. */ /****************************************************************************/ void gb_cmd_file_open (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_file_open (GTK_WINDOW(window)); } /****************************************************************************/ /* File->Import command. */ /****************************************************************************/ void gb_cmd_file_import (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_file_import (GTK_WINDOW(window)); } /****************************************************************************/ /* File->Save command. */ /****************************************************************************/ void gb_cmd_file_save (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_file_save (GB_VIEW(window->view)->doc, GTK_WINDOW(window)); } /****************************************************************************/ /* File->Save_as command. */ /****************************************************************************/ void gb_cmd_file_save_as (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_file_save_as (GB_VIEW(window->view)->doc, GTK_WINDOW(window)); } /****************************************************************************/ /* File->Print command. */ /****************************************************************************/ void gb_cmd_file_print (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_print_dialog (GB_VIEW(window->view), BONOBO_WINDOW(window)); } /****************************************************************************/ /* File->Close command. */ /****************************************************************************/ void gb_cmd_file_close (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_file_close (window); } /****************************************************************************/ /* File->Exit command. */ /****************************************************************************/ void gb_cmd_file_exit (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_file_exit (); } /****************************************************************************/ /* Edit->Cut command. */ /****************************************************************************/ void gb_cmd_edit_cut (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_view_cut (GB_VIEW(window->view)); } /****************************************************************************/ /* Edit->Copy command. */ /****************************************************************************/ void gb_cmd_edit_copy (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_view_copy (GB_VIEW(window->view)); } /****************************************************************************/ /* Edit->Paste command. */ /****************************************************************************/ void gb_cmd_edit_paste (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_view_paste (GB_VIEW(window->view)); } /****************************************************************************/ /* Edit->Add command. */ /****************************************************************************/ void gb_cmd_edit_add (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_edit_add_bond (GB_VIEW(window->view), BONOBO_WINDOW(window)); } /****************************************************************************/ /* Edit->Delete command. */ /****************************************************************************/ void gb_cmd_edit_delete (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_edit_delete_bonds (GB_VIEW(window->view), BONOBO_WINDOW(window)); } /****************************************************************************/ /* Edit->Title command. */ /****************************************************************************/ void gb_cmd_edit_title (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_edit_title (GB_VIEW(window->view), BONOBO_WINDOW(window)); } /****************************************************************************/ /* Edit->Select_all command. */ /****************************************************************************/ void gb_cmd_edit_select_all (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_view_select_all (GB_VIEW(window->view)); } /****************************************************************************/ /* Edit->Select_all command. */ /****************************************************************************/ void gb_cmd_edit_unselect_all (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_view_unselect_all (GB_VIEW(window->view)); } /****************************************************************************/ /* Settings->Preferences command. */ /****************************************************************************/ void gb_cmd_settings_preferences (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); static GtkWidget *dlg = NULL; gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); if (dlg != NULL) { gtk_window_present (GTK_WINDOW (dlg)); gtk_window_set_transient_for (GTK_WINDOW (dlg), GTK_WINDOW(window)); return; } dlg = gb_prefs_dialog_new (GTK_WINDOW(window)); g_signal_connect (G_OBJECT (dlg), "destroy", G_CALLBACK (gtk_widget_destroyed), &dlg); gtk_widget_show (dlg); } /****************************************************************************/ /* Settings->Update command. */ /****************************************************************************/ void gb_cmd_settings_update (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gb_update_druid (); } /****************************************************************************/ /* Help->Contents command. */ /****************************************************************************/ void gb_cmd_help_contents (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); GError *error = NULL; gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); gnome_help_display_with_doc_id (NULL, NULL, "gbonds.xml", NULL, &error); if (error != NULL) { g_warning (error->message); g_error_free (error); } } /****************************************************************************/ /* Help->About command. */ /****************************************************************************/ void gb_cmd_help_about (BonoboUIComponent *uic, gpointer user_data, const gchar *verbname) { gbWindow *window = GB_WINDOW (user_data); static GtkWidget *about = NULL; GdkPixbuf *pixbuf = NULL; gchar *copy_text = "Copyright 2001-2003 Jim Evins"; gchar *about_text = _("A savings bond inventory program for GNOME.\n" " \n" "Gbonds 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" "DISCLAIMER: GBonds is not affiliated with or endorsed by the " "U.S. Treasury or the U.S. Government."); gchar *authors[] = { "Jim Evins ", " ", _("See the file AUTHORS for additional credits,"), _("or visit http://snaught.com/gbonds"), NULL }; gb_debug (DEBUG_COMMANDS, ""); g_return_if_fail (window && GB_IS_WINDOW(window)); if (about != NULL) { gdk_window_show (about->window); gdk_window_raise (about->window); return; } pixbuf = gdk_pixbuf_new_from_file ( LOGO_PIXMAP, NULL); about = gnome_about_new (_("gbonds"), VERSION, copy_text, about_text, (const char **)authors, (const char **)NULL, (const char *)NULL, pixbuf); gtk_window_set_transient_for (GTK_WINDOW (about), GTK_WINDOW (window)); gtk_window_set_destroy_with_parent (GTK_WINDOW (about), TRUE); if (pixbuf != NULL) g_object_unref (pixbuf); g_signal_connect (G_OBJECT (about), "destroy", G_CALLBACK (gtk_widget_destroyed), &about); gtk_widget_show (about); } gbonds-2.0.3/src/window.h0000664000076400007640000000424311106721174012175 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * window.h: a gbonds app window * * Copyright (C) 2002-2003 Jim Evins . * * 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 */ #ifndef __WINDOW_H__ #define __WINDOW_H__ #include #include #include #include "view.h" G_BEGIN_DECLS #define GB_TYPE_WINDOW (gb_window_get_type ()) #define GB_WINDOW(obj) \ (GTK_CHECK_CAST((obj), GB_TYPE_WINDOW, gbWindow )) #define GB_WINDOW_CLASS(klass) \ (GTK_CHECK_CLASS_CAST ((klass), GB_TYPE_WINDOW, gbWindowClass)) #define GB_IS_WINDOW(obj) \ (GTK_CHECK_TYPE ((obj), GB_TYPE_WINDOW)) #define GB_IS_WINDOW_CLASS(klass) \ (GTK_CHECK_CLASS_TYPE ((klass), GB_TYPE_WINDOW)) typedef struct _gbWindow gbWindow; typedef struct _gbWindowClass gbWindowClass; struct _gbWindow { BonoboWindow parent_widget; BonoboUIComponent *uic; GtkWidget *view; }; struct _gbWindowClass { BonoboWindowClass parent_class; }; GType gb_window_get_type (void); GtkWidget *gb_window_new (void); GtkWidget *gb_window_new_from_file (const gchar *filename); GtkWidget *gb_window_new_from_doc (gbDoc *doc); gboolean gb_window_is_empty (gbWindow *window); void gb_window_set_doc (gbWindow *window, gbDoc *doc); const GList *gb_window_get_window_list (void); G_END_DECLS #endif /* __WINDOW_H__ */ gbonds-2.0.3/src/splash.h0000664000076400007640000000172211106721173012156 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * splash.c: Splash screen module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __SPLASH_H__ #define __SPLASH_H__ void gb_splash (void); #endif gbonds-2.0.3/src/update.h0000664000076400007640000000200211106721174012137 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * update.h: Update redemption data druid module header file * * Copyright (C) 2000-2003 Jim Evins . * * 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 */ #ifndef __UPDATE_H__ #define __UPDATE_H__ G_BEGIN_DECLS void gb_update_druid (void); G_END_DECLS #endif gbonds-2.0.3/src/rules.c0000664000076400007640000002210211106721174012005 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * rules.c: Savings Bond Rules module. Various functions for testing * validity and determining characteristics of bonds. These * have been localized to this small module to facilitate * future modifications as rules and regulations change for * bonds issued in the future. * * Copyright (C) 2000-2003 Jim Evins . * * 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 */ #include #include #include "rules.h" /***************************************************************************/ /* Test a series and denomination for validity. */ /***************************************************************************/ gbStatus gb_rules_test_series_denom (gbSeries series, gdouble denom ) { switch (series) { case GB_SERIES_E: if ( denom > 1000 ) { return GB_ERROR_BAD_SERIES_DENOM; } break; case GB_SERIES_S: if ( denom > 100 ) { return GB_ERROR_BAD_SERIES_DENOM; } break; case GB_SERIES_EE: case GB_SERIES_I: if ( denom < 50 ) { return GB_ERROR_BAD_SERIES_DENOM; } break; default: return GB_ERROR_BAD_SERIES; break; } return GB_OK; } /***************************************************************************/ /* Test a series and issue date pair for validity. */ /***************************************************************************/ gbStatus gb_rules_test_issue (gbSeries series, gbDate idate ) { switch (series) { case GB_SERIES_EE: if ( idate < GB_DATE(JAN,1980) ) { return GB_ERROR_BAD_ISSUE_DATE; } break; case GB_SERIES_S: if ( idate < GB_DATE(MAY,1967) ) { return GB_ERROR_BAD_ISSUE_DATE; } if ( idate > GB_DATE(OCT,1970) ) { return GB_ERROR_BAD_ISSUE_DATE; } break; case GB_SERIES_I: if ( idate < GB_DATE(SEP,1998) ) { return GB_ERROR_BAD_ISSUE_DATE; } break; case GB_SERIES_E: if ( idate < GB_DATE(MAY,1941) ) { return GB_ERROR_BAD_ISSUE_DATE; } if ( idate > GB_DATE(JUN,1980) ) { return GB_ERROR_BAD_ISSUE_DATE; } break; default: return GB_ERROR_BAD_SERIES; break; } return GB_OK; } /***************************************************************************/ /* Determine issue price based on series and denomination. */ /***************************************************************************/ gbStatus gb_rules_determine_issue (gbSeries series, gdouble denom, gdouble *issue ) { switch (series) { case GB_SERIES_EE: *issue = denom / 2.0; break; case GB_SERIES_E: *issue = denom * 0.75; break; case GB_SERIES_I: case GB_SERIES_S: *issue = denom; break; default: return GB_ERROR_BAD_SERIES; break; } return GB_OK; } /***************************************************************************/ /* Determine final maturity date based on series and issue date. */ /***************************************************************************/ gbStatus gb_rules_determine_maturity (gbSeries series, gbDate idate, gbDate *mdate ) { gint active_years; switch (series) { case GB_SERIES_EE: case GB_SERIES_S: case GB_SERIES_I: active_years = 30; break; case GB_SERIES_E: if ( idate <= GB_DATE(NOV,1965) ) { active_years = 40; } else { active_years = 30; } break; default: return GB_ERROR_BAD_SERIES; break; } *mdate = idate + 12*active_years; return GB_OK; } /***************************************************************************/ /* For a given series, issue date, redemption date, and maturity date, */ /* determine the last date that the bond increased in value. */ /***************************************************************************/ gbStatus gb_rules_get_last_accrual (gbSeries series, gbDate idate, gbDate rdate, gbDate mdate, gbDate *a1date ) { gint total_months, accrued_months=0; total_months = rdate - idate; if ( total_months < 0 ) { *a1date = 0; return GB_OK; } switch (series) { case GB_SERIES_EE: if ( idate >= GB_DATE(MAY,1997) ) { accrued_months = total_months; } else { if ( (idate >= GB_DATE(MAR,1993)) && (idate <= GB_DATE(APR,1995)) && ( total_months < 60 ) ) { accrued_months = total_months; } else { accrued_months = ( total_months / 6 ) * 6; } } break; case GB_SERIES_S: accrued_months = ( total_months / 6 ) * 6; break; case GB_SERIES_I: accrued_months = total_months; break; case GB_SERIES_E: if ( (idate >= GB_DATE(MAY,1952)) && (idate <= GB_DATE(JAN,1957)) ) { accrued_months = ( (total_months-2)/ 6 ) * 6 + 2; break; } if ( (idate >= GB_DATE(FEB,1957)) && (idate <= GB_DATE(MAY,1959)) ) { accrued_months = ( (total_months-5)/ 6 ) * 6 + 5; break; } if ( (idate >= GB_DATE(JUN,1959)) && (idate <= GB_DATE(NOV,1965)) ) { accrued_months = ( (total_months-3)/ 6 ) * 6 + 3; break; } if ( (idate >= GB_DATE(JUN,1969)) && (idate <= GB_DATE(NOV,1973)) ) { accrued_months = ( (total_months-4)/ 6 ) * 6 + 4; break; } accrued_months = ( total_months / 6 ) * 6; break; default: return GB_ERROR_BAD_SERIES; } if ( rdate >= mdate ) { *a1date = mdate; } else { *a1date = idate + accrued_months; } return GB_OK; } /***************************************************************************/ /* For a given series, issue date, redemption date, and maturity date, */ /* determine the next date that the bond will increase in value. */ /***************************************************************************/ gbStatus gb_rules_get_next_accrual (gbSeries series, gbDate idate, gbDate rdate, gbDate mdate, gbDate *a2date ) { gbDate a1date; gint total_months, accrual_step_months=6; gbStatus rval; total_months = rdate - idate; if ( total_months < 0 ) { *a2date = 0; return GB_OK; } rval= gb_rules_get_last_accrual( series, idate, rdate, mdate, &a1date ); if ( rval != GB_OK ) { return rval; } switch (series) { case GB_SERIES_EE: if ( idate >= GB_DATE(MAY,1997) ) { accrual_step_months = 1; } else { if ( (idate >= GB_DATE(MAR,1993)) && (idate <= GB_DATE(APR,1995)) && ( total_months < 60 ) ) { accrual_step_months = 1; } else { accrual_step_months = 6; } } break; case GB_SERIES_S: accrual_step_months = 6; break; case GB_SERIES_I: accrual_step_months = 6; break; case GB_SERIES_E: accrual_step_months = 6; break; default: return GB_ERROR_BAD_SERIES; } if ( (a1date + accrual_step_months) >= mdate ) { *a2date = mdate; } else { *a2date = a1date + accrual_step_months; } return GB_OK; } /***************************************************************************/ /* For given series, issue date, and maturity date, determine and set the */ /* exchangeability flag. */ /***************************************************************************/ gbStatus gb_rules_determine_exchangeability (gbSeries series, gbDate idate, gbDate mdate, gbDate rdate, gboolean *exchangeable_flag ) { gbDate sdate, mdate1; switch( series ) { case GB_SERIES_S: case GB_SERIES_I: *exchangeable_flag = FALSE; break; case GB_SERIES_E: case GB_SERIES_EE: sdate = idate + 6; mdate1 = mdate + 12; if ( ( rdate >= sdate ) && ( rdate <= mdate1 ) ) { *exchangeable_flag = TRUE; } else { *exchangeable_flag = FALSE; } break; default: return GB_ERROR_BAD_SERIES; } return GB_OK; } /***************************************************************************/ /* For given series, issue date, and redemption date, determine and set the*/ /* nopay flag. */ /***************************************************************************/ gbStatus gb_rules_determine_nopay (gbSeries series, gbDate idate, gbDate rdate, gboolean *nopay_flag) { switch( series ) { case GB_SERIES_S: *nopay_flag = (rdate - idate) < 6; break; case GB_SERIES_E: *nopay_flag = (rdate - idate) < 6; break; case GB_SERIES_I: case GB_SERIES_EE: if ( idate < GB_DATE(FEB,2003) ) { *nopay_flag = (rdate - idate) < 6; } else { *nopay_flag = (rdate - idate) < 12; } break; default: *nopay_flag = TRUE; return GB_ERROR_BAD_SERIES; } return GB_OK; } gbonds-2.0.3/src/marshal.list0000664000076400007640000000016711106721173013041 00000000000000VOID:VOID VOID:BOOLEAN VOID:INT VOID:INT,INT VOID:INT,DOUBLE VOID:DOUBLE VOID:DOUBLE,DOUBLE VOID:STRING BOOLEAN:OBJECT gbonds-2.0.3/src/recent.c0000664000076400007640000000773411107635250012151 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * recent.c: gbonds recent files module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include "recent.h" #include "prefs.h" #include #include "debug.h" static EggRecentModel *model; /** * unescape_string: * @escaped_string: an escaped URI, path, or other string * @illegal_characters: a string containing a sequence of characters * considered "illegal", '\0' is automatically in this list. * * Decodes escaped characters (i.e. PERCENTxx sequences) in @escaped_string. * Characters are encoded in PERCENTxy form, where xy is the ASCII hex code * for character 16x+y. * * Return value: a newly allocated string with the unescaped equivalents, * or %NULL if @escaped_string contained one of the characters * in @illegal_characters. * * this code comes from gnome-vfs-utils.c **/ #define HEX_ESCAPE '%' static int hex_to_int (gchar c) { return c >= '0' && c <= '9' ? c - '0' : c >= 'A' && c <= 'F' ? c - 'A' + 10 : c >= 'a' && c <= 'f' ? c - 'a' + 10 : -1; } static int unescape_character (const char *scanner) { int first_digit; int second_digit; first_digit = hex_to_int (*scanner++); if (first_digit < 0) { return -1; } second_digit = hex_to_int (*scanner++); if (second_digit < 0) { return -1; } return (first_digit << 4) | second_digit; } static char * unescape_string (const gchar *escaped_string, const gchar *illegal_characters) { const gchar *in; gchar *out, *result; gint character; if (escaped_string == NULL) { return NULL; } result = g_malloc (strlen (escaped_string) + 1); out = result; for (in = escaped_string; *in != '\0'; in++) { character = *in; if (*in == HEX_ESCAPE) { character = unescape_character (in + 1); /* Check for an illegal character. We consider '\0' illegal here. */ if (character <= 0 || (illegal_characters != NULL && strchr (illegal_characters, (char)character) != NULL)) { g_free (result); return NULL; } in += 2; } *out++ = (char)character; } *out = '\0'; g_assert (out - result <= strlen (escaped_string)); return result; } gchar * gb_recent_get_filename (EggRecentItem *item) { char *uri, *filename; char *utf8_filename = NULL; int prefix_len = strlen ("file://"); uri = egg_recent_item_get_uri (item); if (strlen (uri) > prefix_len) { filename = unescape_string (uri + prefix_len, ""); utf8_filename = g_filename_to_utf8 (filename, -1, NULL, NULL, NULL); g_free (filename); } g_free (uri); return utf8_filename; } void gb_recent_add_uri (gchar *uri) { EggRecentItem *item; gb_debug (DEBUG_RECENT, "add_uri = %s", uri); item = egg_recent_item_new_from_uri (uri); egg_recent_item_add_group (item, "gbonds"); egg_recent_model_add_full (model, item); egg_recent_item_unref (item); } EggRecentModel * gb_recent_get_model (void) { return model; } void gb_recent_init (void) { gb_debug (DEBUG_RECENT, "max_recents = %d", gb_prefs->max_recents); model = egg_recent_model_new (EGG_RECENT_MODEL_SORT_MRU); egg_recent_model_set_limit (model, gb_prefs->max_recents); egg_recent_model_set_filter_groups (model, "gbonds", NULL); egg_recent_model_set_filter_uri_schemes (model, "file", NULL); } gbonds-2.0.3/src/prefs.c0000664000076400007640000001766011107710165012006 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * prefs.h: Application preferences module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include #include #include "prefs.h" #include "debug.h" gbPrefs *gb_prefs = NULL; /*========================================================*/ /* Private macros and constants. */ /*========================================================*/ /* GConf keys */ #define BASE_KEY "/apps/gbonds" #define PREF_STARTUP_ACTION "/startup-action" #define PREF_STARTUP_FILE "/startup-file" #define PREF_RDATE_RANGE "/rdate-range" #define PREF_MAIN_TOOLBAR_VISIBLE "/main-toolbar-visible" #define PREF_MAIN_TOOLBAR_BUTTONS_STYLE "/main-toolbar-buttons-style" #define PREF_MAIN_TOOLBAR_VIEW_TOOLTIPS "/main-toolbar-view-tooltips" #define PREF_MAX_RECENTS "/max-recents" /*========================================================*/ /* Private types. */ /*========================================================*/ /*========================================================*/ /* Private globals. */ /*========================================================*/ static GConfClient *gconf_client = NULL; /*========================================================*/ /* Private function prototypes. */ /*========================================================*/ static void notify_cb (GConfClient *client, guint cnxn_id, GConfEntry *entry, gpointer user_data); static gchar *get_string (GConfClient* client, const gchar* key, const gchar* def); static gboolean get_bool (GConfClient* client, const gchar* key, gboolean def); static gint get_int (GConfClient* client, const gchar* key, gint def); /*****************************************************************************/ /* Initialize preferences module. */ /*****************************************************************************/ void gb_prefs_init (void) { gb_debug (DEBUG_PREFS, ""); gconf_client = gconf_client_get_default (); g_return_if_fail (gconf_client != NULL); gconf_client_add_dir (gconf_client, BASE_KEY, GCONF_CLIENT_PRELOAD_ONELEVEL, NULL); gconf_client_notify_add (gconf_client, BASE_KEY, notify_cb, NULL, NULL, NULL); } /*****************************************************************************/ /* Save all settings. */ /*****************************************************************************/ void gb_prefs_save_settings (void) { gb_debug (DEBUG_PREFS, "START"); g_return_if_fail (gconf_client != NULL); g_return_if_fail (gb_prefs != NULL); /* Startup action */ gconf_client_set_int (gconf_client, BASE_KEY PREF_STARTUP_ACTION, gb_prefs->startup_action, NULL); if (gb_prefs->startup_file) { gconf_client_set_string (gconf_client, BASE_KEY PREF_STARTUP_FILE, gb_prefs->startup_file, NULL); } /* Rdate range */ gconf_client_set_int (gconf_client, BASE_KEY PREF_RDATE_RANGE, gb_prefs->rdate_range, NULL); /* Main Toolbar */ gconf_client_set_bool (gconf_client, BASE_KEY PREF_MAIN_TOOLBAR_VISIBLE, gb_prefs->main_toolbar_visible, NULL); gconf_client_set_int (gconf_client, BASE_KEY PREF_MAIN_TOOLBAR_BUTTONS_STYLE, gb_prefs->main_toolbar_buttons_style, NULL); gconf_client_set_bool (gconf_client, BASE_KEY PREF_MAIN_TOOLBAR_VIEW_TOOLTIPS, gb_prefs->main_toolbar_view_tooltips, NULL); /* Recent files */ gconf_client_set_int (gconf_client, BASE_KEY PREF_MAX_RECENTS, gb_prefs->max_recents, NULL); gconf_client_suggest_sync (gconf_client, NULL); gb_debug (DEBUG_PREFS, "END"); } /*****************************************************************************/ /* Load all settings. */ /*****************************************************************************/ void gb_prefs_load_settings (void) { gb_debug (DEBUG_PREFS, "START"); if (gb_prefs == NULL) gb_prefs = g_new0 (gbPrefs, 1); if (gconf_client == NULL) { /* TODO: in any case set default values */ g_warning ("Cannot load settings."); return; } /* Startup action */ gb_prefs->startup_action = get_int (gconf_client, BASE_KEY PREF_STARTUP_ACTION, GB_PREFS_STARTUP_BLANK); gb_prefs->startup_file = get_string (gconf_client, BASE_KEY PREF_STARTUP_FILE, NULL); /* Rdate range */ gb_prefs->rdate_range = get_int (gconf_client, BASE_KEY PREF_RDATE_RANGE, GB_PREFS_RDATE_RANGE_YEAR); /* User Inferface/Main Toolbar */ gb_prefs->main_toolbar_visible = get_bool (gconf_client, BASE_KEY PREF_MAIN_TOOLBAR_VISIBLE, TRUE); gb_prefs->main_toolbar_buttons_style = get_int (gconf_client, BASE_KEY PREF_MAIN_TOOLBAR_BUTTONS_STYLE, GB_TOOLBAR_SYSTEM); gb_prefs->main_toolbar_view_tooltips = get_bool (gconf_client, BASE_KEY PREF_MAIN_TOOLBAR_VIEW_TOOLTIPS, TRUE); /* Recent files */ gb_prefs->max_recents = get_int (gconf_client, BASE_KEY PREF_MAX_RECENTS, 4); gb_debug (DEBUG_PREFS, "max_recents = %d", gb_prefs->max_recents); gb_debug (DEBUG_PREFS, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Key changed callback. */ /*---------------------------------------------------------------------------*/ static void notify_cb (GConfClient *client, guint cnxn_id, GConfEntry *entry, gpointer user_data) { gb_debug (DEBUG_PREFS, "Key was changed: %s", entry->key); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Utilities to get values with defaults. */ /*---------------------------------------------------------------------------*/ static gchar* get_string (GConfClient* client, const gchar* key, const gchar* def) { gchar* val; val = gconf_client_get_string (client, key, NULL); if (val != NULL) { return val; } else { return def ? g_strdup (def) : NULL; } } static gboolean get_bool (GConfClient* client, const gchar* key, gboolean def) { GConfValue* val; gboolean retval; val = gconf_client_get (client, key, NULL); if (val != NULL) { if ( val->type == GCONF_VALUE_BOOL ) { retval = gconf_value_get_bool (val); } else { retval = def; } gconf_value_free (val); return retval; } else { return def; } } static gint get_int (GConfClient* client, const gchar* key, gint def) { GConfValue* val; gint retval; val = gconf_client_get (client, key, NULL); if (val != NULL) { if ( val->type == GCONF_VALUE_INT) { retval = gconf_value_get_int(val); } else { retval = def; } gconf_value_free (val); return retval; } else { return def; } } gbonds-2.0.3/src/doc-xml.c0000664000076400007640000002330711107642010012216 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * doc-xml.c: gbonds xml inventory document module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include #include #include #include "doc-xml.h" #include "debug.h" /*========================================================*/ /* Private macros and constants. */ /*========================================================*/ #define NAME_SPACE "http://snaught.com/gbonds/2.0/" /*========================================================*/ /* Private types. */ /*========================================================*/ /*========================================================*/ /* Private globals. */ /*========================================================*/ /*========================================================*/ /* Private function prototypes. */ /*========================================================*/ static gbDoc *xml_to_doc (xmlDocPtr doc, gbDocXMLStatus *status); static gbDoc *xml_parse_doc (xmlNodePtr root, gbDocXMLStatus *status); static xmlDocPtr doc_to_xml (gbDoc *doc, gbDocXMLStatus *status); /****************************************************************************/ /* Open and read doc from xml file. */ /****************************************************************************/ gbDoc * gb_doc_xml_open (const gchar *filename, gbDocXMLStatus *status) { xmlDocPtr xmldoc; gbDoc *doc; gb_debug (DEBUG_XML, "START"); xmldoc = xmlParseFile (filename); if (!xmldoc) { g_warning (_("xmlParseFile error")); *status = GB_DOC_XML_ERROR_OPEN_PARSE; return NULL; } doc = xml_to_doc (xmldoc, status); xmlFreeDoc (xmldoc); if (doc) { gb_doc_set_filename (doc, filename); gb_doc_clear_modified (doc); } gb_debug (DEBUG_XML, "END"); return doc; } /****************************************************************************/ /* Read doc from xml buffer. */ /****************************************************************************/ gbDoc * gb_doc_xml_open_buffer (const gchar *buffer, gbDocXMLStatus *status) { xmlDocPtr xmldoc; gbDoc *doc; gb_debug (DEBUG_XML, "START"); xmldoc = xmlParseDoc ((xmlChar *) buffer); if (!xmldoc) { g_warning (_("xmlParseFile error")); *status = GB_DOC_XML_ERROR_OPEN_PARSE; return NULL; } doc = xml_to_doc (xmldoc, status); if (doc) { gb_doc_clear_modified (doc); } xmlFreeDoc (xmldoc); gb_debug (DEBUG_XML, "END"); return doc; } /*--------------------------------------------------------------------------*/ /* PRIVATE. Parse xml doc structure and create doc. */ /*--------------------------------------------------------------------------*/ static gbDoc * xml_to_doc (xmlDocPtr xmldoc, gbDocXMLStatus *status) { xmlNodePtr root; gbDoc *doc; gb_debug (DEBUG_XML, "START"); LIBXML_TEST_VERSION; *status = GB_DOC_XML_OK; root = xmlDocGetRootElement (xmldoc); if (!root || !root->name) { g_warning (_("No document root")); *status = GB_DOC_XML_ERROR_OPEN_PARSE; return NULL; } doc = xml_parse_doc (root, status); gb_debug (DEBUG_XML, "END"); return doc; } /*--------------------------------------------------------------------------*/ /* PRIVATE. Parse xml root node and create doc. */ /*--------------------------------------------------------------------------*/ static gbDoc * xml_parse_doc (xmlNodePtr root, gbDocXMLStatus *status) { xmlNodePtr node; gbDoc *doc; xmlChar *series, *idate, *denom, *sn, *title; gdouble xdenom; gbDocBond *p_bond; gbStatus errno; gb_debug (DEBUG_XML, "START"); *status = GB_OK; if ( (g_strcasecmp( (gchar *)root->name, "Bond-List" ) != 0) && (g_strcasecmp( (gchar *)root->name, "Bond-Inventory" ) != 0) ) { g_warning( _("Bad root node = \"%s\""), root->name ); *status = GB_ERROR_OPEN_XML_PARSE; return NULL; } doc = GB_DOC(gb_doc_new ()); for ( node=root->xmlChildrenNode; node!=NULL; node=node->next ) { if ( g_strcasecmp( (gchar *)node->name, "Title" ) == 0 ) { title = xmlNodeGetContent( node ); gb_doc_set_title (doc, (gchar *)title); xmlFree (title); } else if ( g_strcasecmp( (gchar *)node->name, "Bond" ) == 0 ) { series = xmlGetProp( node, (xmlChar *)"series" ); if ( !series || !series[0] ) { g_warning( _("Missing series property") ); *status = GB_ERROR_OPEN_XML_PARSE; g_object_unref ( doc ); return NULL; } idate = xmlGetProp( node, (xmlChar *)"idate" ); if ( !idate || !idate[0] ) { g_warning( _("Missing idate property") ); *status = GB_ERROR_OPEN_XML_PARSE; g_object_unref ( doc ); return NULL; } denom = xmlGetProp( node, (xmlChar *)"denom" ); if ( !denom || !denom[0] ) { g_warning( _("Missing denom property") ); *status = GB_ERROR_OPEN_XML_PARSE; g_object_unref ( doc ); return NULL; } sscanf( (gchar *)denom, "%lf", &xdenom ); sn = xmlGetProp( node, (xmlChar *)"sn" ); p_bond = gb_doc_bond_new( (gchar *)series, (gchar *)idate, xdenom, (gchar *)sn, &errno ); if ( errno != GB_OK ) { g_warning( _("Cannot create bond, status = %d"), errno ); *status = errno; g_object_unref ( doc ); return NULL; } xmlFree (series); xmlFree (idate); xmlFree (denom); xmlFree (sn); errno = gb_doc_add_bond( doc, p_bond ); if ( errno != GB_OK ) { g_warning( _("Cannot add bond to list, status = %d"), errno ); gb_doc_bond_free( p_bond ); *status = errno; g_object_unref ( doc ); return NULL; } } else { if ( g_strcasecmp( (gchar *)node->name, "text" ) != 0 ) { g_warning( _("bad node = \"%s\""), node->name ); } } } gb_debug (DEBUG_XML, "END"); return doc; } /****************************************************************************/ /* Save doc to xml doc file. */ /****************************************************************************/ void gb_doc_xml_save (gbDoc *doc, const gchar *filename, gbDocXMLStatus *status) { xmlDocPtr xmldoc; gint xml_ret; gb_debug (DEBUG_XML, "START"); xmldoc = doc_to_xml (doc, status); xml_ret = xmlSaveFormatFile (filename, xmldoc, TRUE); xmlFreeDoc (xmldoc); if (xml_ret == -1) { g_warning (_("Problem saving xml file.")); *status = GB_DOC_XML_ERROR_SAVE_FILE; } else { gb_doc_set_filename (doc, filename); gb_doc_clear_modified (doc); } gb_debug (DEBUG_XML, "END"); } /****************************************************************************/ /* Save doc to xml buffer. */ /****************************************************************************/ gchar * gb_doc_xml_save_buffer (gbDoc *doc, gbDocXMLStatus *status) { xmlDocPtr xmldoc; gint size; gchar *buffer; gb_debug (DEBUG_XML, "START"); xmldoc = doc_to_xml (doc, status); xmlDocDumpMemory (xmldoc, (xmlChar **)&buffer, &size); xmlFreeDoc (xmldoc); gb_doc_clear_modified (doc); gb_debug (DEBUG_XML, "END"); return buffer; } /*--------------------------------------------------------------------------*/ /* PRIVATE. Convert doc to xml doc structure. */ /*--------------------------------------------------------------------------*/ static xmlDocPtr doc_to_xml (gbDoc *doc, gbDocXMLStatus *status) { xmlDocPtr xmldoc; xmlNsPtr ns; xmlNodePtr xml_bond; GList *p; gbDocBond *p_bond; gchar *title, *idate, *denom; gb_debug (DEBUG_XML, "START"); LIBXML_TEST_VERSION; xmldoc = xmlNewDoc ((xmlChar *)"1.0"); xmldoc->xmlRootNode = xmlNewDocNode (xmldoc, NULL, (xmlChar *)"Bond-Inventory", NULL); ns = xmlNewNs (xmldoc->xmlRootNode, (xmlChar *)NAME_SPACE, (xmlChar *)"gbonds"); xmlSetNs (xmldoc->xmlRootNode, ns); title = gb_doc_get_title (doc); if ( title != NULL ) { xmlNewChild( xmldoc->xmlRootNode, NULL, (xmlChar *)"Title", (xmlChar *)title ); g_free (title); } for ( p=doc->list; p!=NULL; p=p->next ) { p_bond = (gbDocBond *)p->data; idate = gb_date_fmt( p_bond->idate ); denom = g_strdup_printf( "%.0f", p_bond->denom ); xml_bond = xmlNewChild( xmldoc->xmlRootNode, NULL, (xmlChar *)"Bond", NULL ); xmlSetProp( xml_bond, (xmlChar *)"series", (xmlChar *)gb_series_fmt( p_bond->series ) ); xmlSetProp( xml_bond, (xmlChar *)"idate", (xmlChar *)idate ); xmlSetProp( xml_bond, (xmlChar *)"denom", (xmlChar *)denom ); if ( p_bond->sn != NULL ) { /* Imported SBW inventories may not have SNs */ xmlSetProp( xml_bond, (xmlChar *)"sn", (xmlChar *)p_bond->sn ); } g_free( idate ); idate = NULL; g_free( denom ); denom = NULL; } gb_debug (DEBUG_XML, "END"); *status = GB_DOC_XML_OK; return xmldoc; } gbonds-2.0.3/src/ui.c0000664000076400007640000004263411107635010011276 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * ui.c: gbonds ui module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include "recent-files/egg-recent-view.h" #include "recent-files/egg-recent-view-bonobo.h" #include #include "ui.h" #include "commands.h" #include "recent.h" #include "file.h" #include "prefs.h" #include "debug.h" /*==========================================================================*/ /* Private macros and constants. */ /*==========================================================================*/ #define GBONDS_UI_XML GBONDS_UI_DIR "gbonds-ui.xml" /*==========================================================================*/ /* Private types. */ /*==========================================================================*/ /*==========================================================================*/ /* Private globals */ /*==========================================================================*/ static BonoboUIVerb gb_ui_verbs [] = { BONOBO_UI_VERB ("FileNew", gb_cmd_file_new), BONOBO_UI_VERB ("FileOpen", gb_cmd_file_open), BONOBO_UI_VERB ("FileImport", gb_cmd_file_import), BONOBO_UI_VERB ("FileSave", gb_cmd_file_save), BONOBO_UI_VERB ("FileSaveAs", gb_cmd_file_save_as), BONOBO_UI_VERB ("FilePrint", gb_cmd_file_print), BONOBO_UI_VERB ("FileClose", gb_cmd_file_close), BONOBO_UI_VERB ("FileExit", gb_cmd_file_exit), BONOBO_UI_VERB ("EditCut", gb_cmd_edit_cut), BONOBO_UI_VERB ("EditCopy", gb_cmd_edit_copy), BONOBO_UI_VERB ("EditPaste", gb_cmd_edit_paste), BONOBO_UI_VERB ("EditAdd", gb_cmd_edit_add), BONOBO_UI_VERB ("EditDelete", gb_cmd_edit_delete), BONOBO_UI_VERB ("EditTitle", gb_cmd_edit_title), BONOBO_UI_VERB ("EditSelectAll", gb_cmd_edit_select_all), BONOBO_UI_VERB ("EditUnSelectAll", gb_cmd_edit_unselect_all), BONOBO_UI_VERB ("SettingsPreferences", gb_cmd_settings_preferences), BONOBO_UI_VERB ("SettingsUpdate", gb_cmd_settings_update), BONOBO_UI_VERB ("HelpContents", gb_cmd_help_contents), BONOBO_UI_VERB ("About", gb_cmd_help_about), BONOBO_UI_VERB_END }; static gchar* doc_verbs [] = { "/commands/FileSave", "/commands/FileSaveAs", "/commands/FilePrint", "/commands/FilePrintPreview", "/commands/FileClose", "/commands/FileCloseAll", "/commands/EditUndo", "/commands/EditRedo", "/commands/EditCut", "/commands/EditCopy", "/commands/EditPaste", "/commands/EditAdd", "/commands/EditTitle", "/commands/EditDelete", "/commands/EditSelectAll", "/commands/EditUnSelectAll", NULL }; static gchar* doc_modified_verbs [] = { "/commands/FileSave", NULL }; static gchar* selection_verbs [] = { "/commands/EditCut", "/commands/EditCopy", "/commands/EditDelete", "/commands/EditUnSelectAll", NULL }; /*==========================================================================*/ /* Local function prototypes */ /*==========================================================================*/ static void view_menu_item_toggled_cb (BonoboUIComponent *ui_component, const char *path, Bonobo_UIComponent_EventType type, const char *state, BonoboWindow *win); static void set_app_main_toolbar_style (BonoboUIComponent *ui_component); static void set_verb_sensitive (BonoboUIComponent *ui_component, gchar *cname, gboolean sensitive); static void set_verb_list_sensitive (BonoboUIComponent *ui_component, gchar **vlist, gboolean sensitive); static void set_verb_state (BonoboUIComponent *ui_component, gchar *cname, gboolean state); /*****************************************************************************/ /* Initialize UI component for given window. */ /*****************************************************************************/ void gb_ui_init (BonoboUIComponent *ui_component, BonoboWindow *win) { EggRecentView *recent_view; EggRecentModel *recent_model; gb_debug (DEBUG_UI, "START"); gb_debug (DEBUG_UI, "window = %p", win); g_return_if_fail (ui_component != NULL); bonobo_ui_engine_config_set_path (bonobo_window_get_ui_engine (win), "/gbonds/UIConfig/kvps"); gb_debug (DEBUG_UI, "Path set"); bonobo_ui_util_set_ui (ui_component, "", GBONDS_UI_XML, "gbonds", NULL); gb_debug (DEBUG_UI, "UI set"); bonobo_ui_component_add_verb_list_with_data(ui_component, gb_ui_verbs, win); gb_debug (DEBUG_UI, "verb list added"); /* Set the toolbar style according to prefs */ set_app_main_toolbar_style (ui_component); /* Add listener for the view menu */ bonobo_ui_component_add_listener (ui_component, "ViewMainToolbar", (BonoboUIListenerFn)view_menu_item_toggled_cb, (gpointer)win); bonobo_ui_component_add_listener (ui_component, "MainToolbarSystem", (BonoboUIListenerFn)view_menu_item_toggled_cb, (gpointer)win); bonobo_ui_component_add_listener (ui_component, "MainToolbarIcon", (BonoboUIListenerFn)view_menu_item_toggled_cb, (gpointer)win); bonobo_ui_component_add_listener (ui_component, "MainToolbarIconText", (BonoboUIListenerFn)view_menu_item_toggled_cb, (gpointer)win); bonobo_ui_component_add_listener (ui_component, "MainToolbarTooltips", (BonoboUIListenerFn)view_menu_item_toggled_cb, (gpointer)win); set_verb_list_sensitive (ui_component, doc_verbs, FALSE); /* add a GeditRecentView object */ recent_model = gb_recent_get_model (); recent_view = EGG_RECENT_VIEW (egg_recent_view_bonobo_new (ui_component, "/menu/File/Recents")); egg_recent_view_set_model (recent_view, recent_model); g_signal_connect (G_OBJECT (recent_view), "activate", G_CALLBACK (gb_file_open_recent), win); /* Squirrel away a copy to be unreferenced in gl_ui_unref() */ g_object_set_data (G_OBJECT (ui_component), "recent-view", recent_view); gb_debug (DEBUG_UI, "END"); } /*****************************************************************************/ /* Unref wrapper. */ /*****************************************************************************/ void gb_ui_unref (BonoboUIComponent *ui_component) { EggRecentView *recent_view; /* Pull out recent view to unreference. */ recent_view = g_object_get_data (G_OBJECT(ui_component), "recent-view"); if (recent_view) { g_object_unref (recent_view); } bonobo_object_unref(ui_component); } /*****************************************************************************/ /* Update all verbs of given UI component. */ /*****************************************************************************/ void gb_ui_update_all (BonoboUIComponent *ui_component, gbView *view) { gbDoc *doc; gb_debug (DEBUG_UI, "START"); bonobo_ui_component_freeze (ui_component, NULL); set_verb_list_sensitive (ui_component, doc_verbs, TRUE); doc = view->doc; g_return_if_fail (doc != NULL); set_verb_sensitive (ui_component, "/commands/EditUndo", gb_doc_can_undo (doc)); set_verb_sensitive (ui_component, "/commands/EditRedo", gb_doc_can_redo (doc)); set_verb_list_sensitive (ui_component, doc_modified_verbs, gb_doc_is_modified (doc)); set_verb_list_sensitive (ui_component, selection_verbs, !gb_view_is_selection_empty (view)); bonobo_ui_component_thaw (ui_component, NULL); gb_debug (DEBUG_UI, "END"); } /*****************************************************************************/ /* Update all verbs of given UI component to "no document" state. */ /*****************************************************************************/ void gb_ui_update_nodoc (BonoboUIComponent *ui_component) { gb_debug (DEBUG_UI, "START"); bonobo_ui_component_freeze (ui_component, NULL); set_verb_list_sensitive (ui_component, doc_verbs, FALSE); bonobo_ui_component_thaw (ui_component, NULL); gb_debug (DEBUG_UI, "END"); } /*****************************************************************************/ /* Update doc modified verbs of given UI component. */ /*****************************************************************************/ void gb_ui_update_modified_verbs (BonoboUIComponent *ui_component, gbDoc *doc) { gb_debug (DEBUG_UI, "START"); bonobo_ui_component_freeze (ui_component, NULL); set_verb_list_sensitive (ui_component, doc_modified_verbs, gb_doc_is_modified (doc)); bonobo_ui_component_thaw (ui_component, NULL); gb_debug (DEBUG_UI, "END"); } /*****************************************************************************/ /* Update verbs associated with selection state of given UI component. */ /*****************************************************************************/ void gb_ui_update_selection_verbs (BonoboUIComponent *ui_component, gbView *view) { gb_debug (DEBUG_UI, "START"); bonobo_ui_component_freeze (ui_component, NULL); set_verb_list_sensitive (ui_component, selection_verbs, !gb_view_is_selection_empty (view)); bonobo_ui_component_thaw (ui_component, NULL); gb_debug (DEBUG_UI, "END"); } /*****************************************************************************/ /* Update undo/redo verbs of given UI component. */ /*****************************************************************************/ void gb_ui_update_undo_redo_verbs (BonoboUIComponent *ui_component, gbDoc *doc) { gb_debug (DEBUG_UI, "START"); bonobo_ui_component_freeze (ui_component, NULL); set_verb_sensitive (ui_component, "/commands/EditUndo", gb_doc_can_undo (doc)); set_verb_sensitive (ui_component, "/commands/EditRedo", gb_doc_can_redo (doc)); bonobo_ui_component_thaw (ui_component, NULL); gb_debug (DEBUG_UI, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. View menu item toggled callback. */ /*---------------------------------------------------------------------------*/ static void view_menu_item_toggled_cb (BonoboUIComponent *ui_component, const char *path, Bonobo_UIComponent_EventType type, const char *state, BonoboWindow *win) { gboolean s; gb_debug (DEBUG_UI, ""); s = (strcmp (state, "1") == 0); if (strcmp (path, "ViewMainToolbar") == 0) { gb_prefs->main_toolbar_visible = s; set_app_main_toolbar_style (ui_component); gb_prefs_save_settings (); return; } if (s && (strcmp (path, "MainToolbarSystem") == 0)) { gb_prefs->main_toolbar_buttons_style = GB_TOOLBAR_SYSTEM; set_app_main_toolbar_style (ui_component); gb_prefs_save_settings (); return; } if (s && (strcmp (path, "MainToolbarIcon") == 0)) { gb_prefs->main_toolbar_buttons_style = GB_TOOLBAR_ICONS; set_app_main_toolbar_style (ui_component); gb_prefs_save_settings (); return; } if (s && (strcmp (path, "MainToolbarIconText") == 0)) { gb_prefs->main_toolbar_buttons_style = GB_TOOLBAR_ICONS_AND_TEXT; set_app_main_toolbar_style (ui_component); gb_prefs_save_settings (); return; } if (strcmp (path, "MainToolbarTooltips") == 0) { gb_prefs->main_toolbar_view_tooltips = s; set_app_main_toolbar_style (ui_component); gb_prefs_save_settings (); return; } } /*---------------------------------------------------------------------------*/ /* PRIVATE. Set main toolbar style. */ /*---------------------------------------------------------------------------*/ static void set_app_main_toolbar_style (BonoboUIComponent *ui_component) { GConfClient *client; gboolean labels; gb_debug (DEBUG_UI, "START"); g_return_if_fail (BONOBO_IS_UI_COMPONENT (ui_component)); bonobo_ui_component_freeze (ui_component, NULL); /* Updated view menu */ set_verb_state (ui_component, "/commands/ViewMainToolbar", gb_prefs->main_toolbar_visible); set_verb_sensitive (ui_component, "/commands/MainToolbarSystem", gb_prefs->main_toolbar_visible); set_verb_sensitive (ui_component, "/commands/MainToolbarIcon", gb_prefs->main_toolbar_visible); set_verb_sensitive (ui_component, "/commands/MainToolbarIconText", gb_prefs->main_toolbar_visible); set_verb_sensitive (ui_component, "/commands/MainToolbarTooltips", gb_prefs->main_toolbar_visible); set_verb_state (ui_component, "/commands/MainToolbarSystem", gb_prefs->main_toolbar_buttons_style == GB_TOOLBAR_SYSTEM); set_verb_state (ui_component, "/commands/MainToolbarIcon", gb_prefs->main_toolbar_buttons_style == GB_TOOLBAR_ICONS); set_verb_state (ui_component, "/commands/MainToolbarIconText", gb_prefs->main_toolbar_buttons_style == GB_TOOLBAR_ICONS_AND_TEXT); set_verb_state (ui_component, "/commands/MainToolbarTooltips", gb_prefs->main_toolbar_view_tooltips); /* Actually update main_toolbar style */ bonobo_ui_component_set_prop ( ui_component, "/MainToolbar", "tips", gb_prefs->main_toolbar_view_tooltips ? "1" : "0", NULL); switch (gb_prefs->main_toolbar_buttons_style) { case GB_TOOLBAR_SYSTEM: client = gconf_client_get_default (); if (client == NULL) goto error; labels = gconf_client_get_bool (client, "/desktop/gnome/interface/toolbar-labels", NULL); g_object_unref (G_OBJECT (client)); if (labels) { bonobo_ui_component_set_prop ( ui_component, "/MainToolbar", "look", "both", NULL); } else { bonobo_ui_component_set_prop ( ui_component, "/MainToolbar", "look", "icons", NULL); } break; case GB_TOOLBAR_ICONS: bonobo_ui_component_set_prop ( ui_component, "/MainToolbar", "look", "icon", NULL); break; case GB_TOOLBAR_ICONS_AND_TEXT: bonobo_ui_component_set_prop ( ui_component, "/MainToolbar", "look", "both", NULL); break; default: goto error; break; } bonobo_ui_component_set_prop ( ui_component, "/MainToolbar", "hidden", gb_prefs->main_toolbar_visible ? "0":"1", NULL); error: bonobo_ui_component_thaw (ui_component, NULL); gb_debug (DEBUG_UI, "END"); } /*---------------------------------------------------------------------------*/ /* Set sensitivity of verb. */ /*---------------------------------------------------------------------------*/ static void set_verb_sensitive (BonoboUIComponent *ui_component, gchar *cname, gboolean sensitive) { gb_debug (DEBUG_UI, "START"); g_return_if_fail (cname != NULL); g_return_if_fail (BONOBO_IS_UI_COMPONENT (ui_component)); bonobo_ui_component_set_prop (ui_component, cname, "sensitive", sensitive ? "1" : "0", NULL); gb_debug (DEBUG_UI, "END"); } /*---------------------------------------------------------------------------*/ /* Set sensitivity of a list of verbs. */ /*---------------------------------------------------------------------------*/ static void set_verb_list_sensitive (BonoboUIComponent *ui_component, gchar **vlist, gboolean sensitive) { gb_debug (DEBUG_UI, "START"); g_return_if_fail (vlist != NULL); g_return_if_fail (BONOBO_IS_UI_COMPONENT (ui_component)); for ( ; *vlist; ++vlist) { bonobo_ui_component_set_prop (ui_component, *vlist, "sensitive", sensitive ? "1" : "0", NULL); } gb_debug (DEBUG_UI, "END"); } /*---------------------------------------------------------------------------*/ /* Set state of a verb. */ /*---------------------------------------------------------------------------*/ static void set_verb_state (BonoboUIComponent *ui_component, gchar *cname, gboolean state) { gb_debug (DEBUG_UI, "START"); g_return_if_fail (cname != NULL); g_return_if_fail (BONOBO_IS_UI_COMPONENT (ui_component)); bonobo_ui_component_set_prop (ui_component, cname, "state", state ? "1" : "0", NULL); gb_debug (DEBUG_UI, "END"); } gbonds-2.0.3/src/prefs-dialog.h0000664000076400007640000000407311106721173013242 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * prefs-dialog.h: Preferences dialog module header file * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #ifndef __PREFS_DIALOG_H__ #define __PREFS_DIALOG_H__ #include #include "hig.h" G_BEGIN_DECLS #define GB_TYPE_PREFS_DIALOG (gb_prefs_dialog_get_type ()) #define GB_PREFS_DIALOG(obj) (GTK_CHECK_CAST ((obj), GB_TYPE_PREFS_DIALOG, gbPrefsDialog)) #define GB_PREFS_DIALOG_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), GB_TYPE_PREFS_DIALOG, gbPrefsDialogClass)) #define GB_IS_PREFS_DIALOG(obj) (GTK_CHECK_TYPE ((obj), GB_TYPE_PREFS_DIALOG)) #define GB_IS_PREFS_DIALOG_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GB_TYPE_PREFS_DIALOG)) #define GB_PREFS_DIALOG_GET_CLASS(obj) (GTK_CHECK_GET_CLASS ((obj), GB_TYPE_PREFS_DIALOG, gbPrefsDialogClass)) typedef struct _gbPrefsDialog gbPrefsDialog; typedef struct _gbPrefsDialogClass gbPrefsDialogClass; typedef struct _gbPrefsDialogPrivate gbPrefsDialogPrivate; struct _gbPrefsDialog { gbHigDialog parent_instance; gbPrefsDialogPrivate *private; }; struct _gbPrefsDialogClass { gbHigDialogClass parent_class; }; GtkType gb_prefs_dialog_get_type (void) G_GNUC_CONST; GtkWidget *gb_prefs_dialog_new (GtkWindow *parent); G_END_DECLS #endif /* __PREFS_DIALOG_H__ */ gbonds-2.0.3/src/file.c0000664000076400007640000010436111107642733011606 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * file.c: FILE menu dialog module * * Copyright (C) 2001-2003 Jim Evins . * * 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 */ #include #include #include #include "doc-xml.h" #include "doc-sbw.h" #include "file.h" #include "recent.h" #include "hig.h" #include "util.h" #include "libbonobo.h" #include "debug.h" /*===========================================*/ /* Private globals */ /*===========================================*/ /* Saved state of file selectors */ static gchar *open_path = NULL; static gchar *import_path = NULL; static gchar *save_path = NULL; /*===========================================*/ /* Local function prototypes. */ /*===========================================*/ #ifdef HAVE_FILE_CHOOSER static void open_response (GtkDialog *chooser, gint response, GtkWindow *window); static void import_response (GtkDialog *chooser, gint response, GtkWindow *window); static void save_as_response (GtkDialog *chooser, gint response, gbDoc *doc); #else static void open_ok (GtkWidget *widget, GtkFileSelection *fsel); static void import_ok (GtkWidget *widget, GtkFileSelection *fsel); static void save_as_ok_cb (GtkWidget *widget, GtkFileSelection *fsel); static void save_as_cancel_cb (GtkWidget *widget, GtkFileSelection *fsel); static void save_as_destroy_cb (GtkWidget *widget, gboolean *destroy_flag); #endif gboolean import_real (const gchar *filename, GtkWindow *window); /*****************************************************************************/ /* "New" menu callback. */ /*****************************************************************************/ void gb_file_new (GtkWindow *window) { gbDoc *doc; GtkWidget *new_window; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (window && GB_IS_WINDOW(window)); doc = GB_DOC(gb_doc_new ()); if ( gb_window_is_empty (GB_WINDOW(window)) ) { gb_window_set_doc (GB_WINDOW(window), doc); } else { new_window = gb_window_new_from_doc (doc); gtk_widget_show_all (new_window); } g_object_unref (doc); gb_debug (DEBUG_FILE, "END"); } #ifdef HAVE_FILE_CHOOSER /*****************************************************************************/ /* "Open" menu callback. */ /*****************************************************************************/ void gb_file_open (GtkWindow *window) { GtkWidget *chooser; GtkFileFilter *filter; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (window != NULL); chooser = gtk_file_chooser_dialog_new ("Open inventory", window, GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL); /* Recover state of open dialog */ if (open_path != NULL) { gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER(chooser), open_path); } filter = gtk_file_filter_new (); gtk_file_filter_add_pattern (filter, "*"); gtk_file_filter_set_name (filter, _("All files")); gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (chooser), filter); filter = gtk_file_filter_new (); gtk_file_filter_add_pattern (filter, "*.gbonds"); gtk_file_filter_set_name (filter, _("GBonds documents")); gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (chooser), filter); gtk_file_chooser_set_filter (GTK_FILE_CHOOSER (chooser), filter); g_signal_connect (G_OBJECT (chooser), "response", G_CALLBACK (open_response), window); /* show the dialog */ gtk_widget_show (GTK_WIDGET (chooser)); gb_debug (DEBUG_FILE, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Open "response" callback. */ /*---------------------------------------------------------------------------*/ static void open_response (GtkDialog *chooser, gint response, GtkWindow *window) { gchar *raw_filename; gchar *filename; GtkWidget *dlg; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (chooser && GTK_IS_FILE_CHOOSER (chooser)); g_return_if_fail (window && GTK_IS_WINDOW (window)); switch (response) { case GTK_RESPONSE_ACCEPT: /* get the filename */ raw_filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER(chooser)); filename = g_filename_to_utf8 (raw_filename, -1, NULL, NULL, NULL); if (!raw_filename || !filename || g_file_test (raw_filename, G_FILE_TEST_IS_DIR)) { dlg = gb_hig_alert_new (GTK_WINDOW(chooser), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("Empty file name selection"), _("Please select a file or supply a valid file name")); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { if (!g_file_test (raw_filename, G_FILE_TEST_IS_REGULAR)) { dlg = gb_hig_alert_new (GTK_WINDOW(chooser), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("File does not exist"), _("Please select a file or supply a valid file name")); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { if ( gb_file_open_real (filename, window) ) { gtk_widget_destroy (GTK_WIDGET (chooser)); } } } g_free (filename); g_free (raw_filename); break; default: gtk_widget_destroy (GTK_WIDGET (chooser)); break; } gb_debug (DEBUG_FILE, "END"); } #else /*****************************************************************************/ /* "Open" menu callback. */ /*****************************************************************************/ void gb_file_open (GtkWindow *window) { GtkFileSelection *fsel; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (window != NULL); fsel = GTK_FILE_SELECTION (gtk_file_selection_new (_("Open"))); gtk_window_set_transient_for (GTK_WINDOW (fsel), window); gtk_window_set_title (GTK_WINDOW (fsel), _("Open inventory")); g_object_set_data (G_OBJECT (fsel), "parent_window", window); g_signal_connect (G_OBJECT (fsel->ok_button), "clicked", G_CALLBACK (open_ok), fsel); g_signal_connect_swapped (G_OBJECT (fsel->cancel_button), "clicked", G_CALLBACK (gtk_widget_destroy), G_OBJECT (fsel)); /* Recover state of open dialog */ if (open_path != NULL) { gtk_file_selection_set_filename (fsel, open_path); } /* show the dialog */ gtk_widget_show (GTK_WIDGET (fsel)); gb_debug (DEBUG_FILE, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Open "O.K." button callback. */ /*---------------------------------------------------------------------------*/ static void open_ok (GtkWidget *widget, GtkFileSelection *fsel) { gchar *filename; GtkWidget *dlg; gint ret; EggRecentModel *recent; GtkWindow *window; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (GTK_IS_FILE_SELECTION (fsel)); /* get the filename */ filename = g_strdup (gtk_file_selection_get_filename (fsel)); if (!filename || g_file_test (filename, G_FILE_TEST_IS_DIR)) { dlg = gb_hig_alert_new (GTK_WINDOW(fsel), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("Empty file name selection"), _("Please select a file or supply a valid file name")); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { if (!g_file_test (filename, G_FILE_TEST_IS_REGULAR)) { dlg = gb_hig_alert_new (GTK_WINDOW(fsel), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("File does not exist"), _("Please select a file or supply a valid file name")); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { window = g_object_get_data (G_OBJECT(fsel), "parent_window"); if ( gb_file_open_real (filename, window) ) { gtk_widget_destroy (GTK_WIDGET (fsel)); } } } g_free (filename); gb_debug (DEBUG_FILE, "END"); } #endif /*****************************************************************************/ /* "Open recent" menu callback. */ /*****************************************************************************/ gboolean gb_file_open_recent (EggRecentView *view, EggRecentItem *item, GtkWindow *window) { gboolean result = FALSE; gchar *filename; gb_debug (DEBUG_FILE, ""); filename = gb_recent_get_filename (item); if (filename) { gb_debug (DEBUG_FILE, "open recent: %s", filename); result = gb_file_open_real (filename, window); g_free (filename); } return result; } /*---------------------------------------------------------------------------*/ /* PRIVATE. Open a file. */ /*---------------------------------------------------------------------------*/ gboolean gb_file_open_real (const gchar *filename, GtkWindow *window) { gchar *abs_filename; gbDoc *doc; gbDocXMLStatus status; GtkWidget *new_window; gb_debug (DEBUG_FILE, "START"); abs_filename = gb_util_make_absolute (filename); doc = gb_doc_xml_open (abs_filename, &status); if (!doc) { GtkWidget *dlg; gchar *primary_msg; gb_debug (DEBUG_FILE, "couldn't open file"); primary_msg = g_strdup_printf (_("Could not open file \"%s\""), filename); dlg = gb_hig_alert_new (window, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, primary_msg, _("Not a supported file format")); g_free (primary_msg); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); g_free (abs_filename); gb_debug (DEBUG_FILE, "END false"); return FALSE; } else { if ( gb_window_is_empty (GB_WINDOW(window)) ) { gb_window_set_doc (GB_WINDOW(window), doc); } else { new_window = gb_window_new_from_doc (doc); gtk_widget_show_all (new_window); } gb_recent_add_uri (abs_filename); if (open_path != NULL) g_free (open_path); open_path = g_path_get_dirname (abs_filename); #ifndef HAVE_FILE_CHOOSER if (open_path != NULL) open_path = g_strconcat (open_path, "/", NULL); #endif g_free (abs_filename); gb_debug (DEBUG_FILE, "END true"); return TRUE; } } #ifdef HAVE_FILE_CHOOSER /*****************************************************************************/ /* "Import" menu callback. */ /*****************************************************************************/ void gb_file_import (GtkWindow *window) { GtkWidget *chooser; GtkFileFilter *filter; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (window != NULL); chooser = gtk_file_chooser_dialog_new ("Import inventory", window, GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL); /* Recover state of import dialog */ if (import_path != NULL) { gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER(chooser), import_path); } filter = gtk_file_filter_new (); gtk_file_filter_add_pattern (filter, "*"); gtk_file_filter_set_name (filter, _("All files")); gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (chooser), filter); filter = gtk_file_filter_new (); gtk_file_filter_add_pattern (filter, "*.sbw"); gtk_file_filter_set_name (filter, _("SBW documents")); gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (chooser), filter); gtk_file_chooser_set_filter (GTK_FILE_CHOOSER (chooser), filter); g_signal_connect (G_OBJECT (chooser), "response", G_CALLBACK (import_response), window); /* show the dialog */ gtk_widget_show (GTK_WIDGET (chooser)); gb_debug (DEBUG_FILE, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Import "response" callback. */ /*---------------------------------------------------------------------------*/ static void import_response (GtkDialog *chooser, gint response, GtkWindow *window) { gchar *raw_filename; gchar *filename; GtkWidget *dlg; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (chooser && GTK_IS_FILE_CHOOSER (chooser)); g_return_if_fail (window && GTK_IS_WINDOW (window)); switch (response) { case GTK_RESPONSE_ACCEPT: /* get the filename */ raw_filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER(chooser)); filename = g_filename_to_utf8 (raw_filename, -1, NULL, NULL, NULL); if (!raw_filename || !filename || g_file_test (raw_filename, G_FILE_TEST_IS_DIR)) { dlg = gb_hig_alert_new (GTK_WINDOW(chooser), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("Empty file name selection"), _("Please select a file or supply a valid file name")); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { if (!g_file_test (raw_filename, G_FILE_TEST_IS_REGULAR)) { dlg = gb_hig_alert_new (GTK_WINDOW(chooser), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("File does not exist"), _("Please select a file or supply a valid file name")); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { if ( import_real (filename, window) ) { gtk_widget_destroy (GTK_WIDGET (chooser)); } } } g_free (filename); g_free (raw_filename); break; default: gtk_widget_destroy (GTK_WIDGET (chooser)); break; } gb_debug (DEBUG_FILE, "END"); } #else /*****************************************************************************/ /* "Import" menu callback. */ /*****************************************************************************/ void gb_file_import (GtkWindow *window) { GtkFileSelection *fsel; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (window != NULL); fsel = GTK_FILE_SELECTION (gtk_file_selection_new (_("Import"))); gtk_window_set_transient_for (GTK_WINDOW (fsel), window); gtk_window_set_title (GTK_WINDOW (fsel), _("Import inventory")); g_object_set_data (G_OBJECT (fsel), "parent_window", window); g_signal_connect (G_OBJECT (fsel->ok_button), "clicked", G_CALLBACK (import_ok), fsel); g_signal_connect_swapped (G_OBJECT (fsel->cancel_button), "clicked", G_CALLBACK (gtk_widget_destroy), G_OBJECT (fsel)); /* Recover state of import dialog */ if (import_path != NULL) { gtk_file_selection_set_filename (fsel, import_path); } /* show the dialog */ gtk_widget_show (GTK_WIDGET (fsel)); gb_debug (DEBUG_FILE, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. Import "O.K." button callback. */ /*---------------------------------------------------------------------------*/ static void import_ok (GtkWidget *widget, GtkFileSelection *fsel) { gchar *filename; GtkWidget *dlg; gint ret; EggRecentModel *recent; GtkWindow *window; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (GTK_IS_FILE_SELECTION (fsel)); /* get the filename */ filename = g_strdup (gtk_file_selection_get_filename (fsel)); if (!filename || g_file_test (filename, G_FILE_TEST_IS_DIR)) { dlg = gb_hig_alert_new (GTK_WINDOW(fsel), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("Empty file name selection"), _("Please select a file or supply a valid file name")); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { if (!g_file_test (filename, G_FILE_TEST_IS_REGULAR)) { dlg = gb_hig_alert_new (GTK_WINDOW(fsel), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("File does not exist"), _("Please select a file or supply a valid file name")); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { window = g_object_get_data (G_OBJECT(fsel), "parent_window"); if ( import_real (filename, window) ) { gtk_widget_destroy (GTK_WIDGET (fsel)); } } } g_free (filename); gb_debug (DEBUG_FILE, "END"); } #endif /*---------------------------------------------------------------------------*/ /* PRIVATE. Import a file. */ /*---------------------------------------------------------------------------*/ gboolean import_real (const gchar *filename, GtkWindow *window) { gchar *abs_filename; gbDoc *doc; gbStatus status; GtkWidget *new_window; gb_debug (DEBUG_FILE, "START"); abs_filename = gb_util_make_absolute (filename); doc = gb_doc_sbw_open (abs_filename, &status); if (!doc) { GtkWidget *dlg; gchar *primary_msg; gb_debug (DEBUG_FILE, "couldn't open file"); primary_msg = g_strdup_printf (_("Could not open file \"%s\""), filename); dlg = gb_hig_alert_new (window, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, primary_msg, _("Not a supported file format")); g_free (primary_msg); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); g_free (abs_filename); gb_debug (DEBUG_FILE, "END false"); return FALSE; } else { if ( gb_window_is_empty (GB_WINDOW(window)) ) { gb_window_set_doc (GB_WINDOW(window), doc); } else { new_window = gb_window_new_from_doc (doc); gtk_widget_show_all (new_window); } if (import_path != NULL) g_free (import_path); import_path = g_path_get_dirname (abs_filename); #ifndef HAVE_FILE_CHOOSER if (import_path != NULL) import_path = g_strconcat (import_path, "/", NULL); #endif g_free (abs_filename); gb_debug (DEBUG_FILE, "END true"); return TRUE; } } /*****************************************************************************/ /* "Save" menu callback. */ /*****************************************************************************/ gboolean gb_file_save (gbDoc *doc, GtkWindow *window) { gbDocXMLStatus status; gchar *filename = NULL; gb_debug (DEBUG_FILE, ""); g_return_val_if_fail (doc != NULL, FALSE); if (gb_doc_is_untitled (doc)) { gb_debug (DEBUG_FILE, "Untitled"); return gb_file_save_as (doc, window); } if (!gb_doc_is_modified (doc)) { gb_debug (DEBUG_FILE, "Not modified"); return TRUE; } filename = gb_doc_get_filename (doc); g_return_val_if_fail (filename != NULL, FALSE); gb_doc_xml_save (doc, filename, &status); if (status != GB_DOC_XML_OK) { GtkWidget *dialog; gchar *primary_msg; gb_debug (DEBUG_FILE, "FAILED"); primary_msg = g_strdup_printf (_("Could not save file \"%s\""), filename); dialog = gb_hig_alert_new (window, GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, primary_msg, _("Error encountered during save. The file is still not saved.")); g_free (primary_msg); gtk_dialog_run (GTK_DIALOG (dialog)); gtk_widget_destroy (dialog); g_free (filename); return FALSE; } else { gb_debug (DEBUG_FILE, "OK"); gb_recent_add_uri (filename); g_free (filename); return TRUE; } } #ifdef HAVE_FILE_CHOOSER /*****************************************************************************/ /* "Save As" menu callback. */ /*****************************************************************************/ gboolean gb_file_save_as (gbDoc *doc, GtkWindow *window) { GtkWidget *chooser; GtkFileFilter *filter; gboolean saved_flag = FALSE; gchar *name, *title; gb_debug (DEBUG_FILE, "START"); g_return_val_if_fail (doc && GB_IS_DOC(doc), FALSE); g_return_val_if_fail (window && GTK_IS_WINDOW(window), FALSE); name = gb_doc_get_short_name (doc); title = g_strdup_printf (_("Save \"%s\" as"), name); g_free (name); chooser = gtk_file_chooser_dialog_new (title, window, GTK_FILE_CHOOSER_ACTION_SAVE, GTK_STOCK_SAVE, GTK_RESPONSE_ACCEPT, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, NULL); gtk_window_set_modal (GTK_WINDOW (chooser), TRUE); g_free (title); /* Recover proper state of save-as dialog */ if (save_path != NULL) { gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER(chooser), save_path); } filter = gtk_file_filter_new (); gtk_file_filter_add_pattern (filter, "*"); gtk_file_filter_set_name (filter, _("All files")); gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (chooser), filter); filter = gtk_file_filter_new (); gtk_file_filter_add_pattern (filter, "*.gbonds"); gtk_file_filter_set_name (filter, _("GBonds documents")); gtk_file_chooser_add_filter (GTK_FILE_CHOOSER (chooser), filter); gtk_file_chooser_set_filter (GTK_FILE_CHOOSER (chooser), filter); g_signal_connect (G_OBJECT (chooser), "response", G_CALLBACK (save_as_response), doc); g_object_set_data (G_OBJECT (chooser), "saved_flag", &saved_flag); /* show the dialog */ gtk_widget_show (GTK_WIDGET (chooser)); /* Hold here and process events until we are done with this dialog. */ /* This is so we can return a boolean result of our save attempt. */ gtk_main (); gb_debug (DEBUG_FILE, "END"); /* Return flag as set by one of the above callbacks, TRUE = saved */ return saved_flag; } /*---------------------------------------------------------------------------*/ /* PRIVATE. "Save As" ok button callback. */ /*---------------------------------------------------------------------------*/ static void save_as_response (GtkDialog *chooser, gint response, gbDoc *doc) { gchar *raw_filename, *filename, *full_filename; GtkWidget *dlg; gbDocXMLStatus status; gboolean *saved_flag; gchar *primary_msg; gboolean cancel_flag = FALSE; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (GTK_IS_FILE_CHOOSER (chooser)); saved_flag = g_object_get_data (G_OBJECT(chooser), "saved_flag"); switch (response) { case GTK_RESPONSE_ACCEPT: /* get the filename */ raw_filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER(chooser)); gb_debug (DEBUG_FILE, "raw_filename = \"%s\"", raw_filename); if (!raw_filename || g_file_test (raw_filename, G_FILE_TEST_IS_DIR)) { dlg = gb_hig_alert_new (GTK_WINDOW(chooser), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("Empty file name selection"), _("Please supply a valid file name")); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { full_filename = gb_util_add_extension (raw_filename); filename = g_filename_to_utf8 (full_filename, -1, NULL, NULL, NULL); gb_debug (DEBUG_FILE, "filename = \"%s\"", filename); if (g_file_test (full_filename, G_FILE_TEST_IS_REGULAR)) { gint ret; primary_msg = g_strdup_printf (_("Overwrite file \"%s\"?"), filename); dlg = gb_hig_alert_new (GTK_WINDOW(chooser), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, primary_msg, _("File already exists.")); g_free (primary_msg); ret = gtk_dialog_run (GTK_DIALOG (dlg)); if ( ret == GTK_RESPONSE_NO ) { cancel_flag = TRUE; } gtk_widget_destroy (dlg); } if (!cancel_flag) { gb_doc_xml_save (doc, filename, &status); gb_debug (DEBUG_FILE, "status of save = %d", status); if ( status != GB_DOC_XML_OK ) { primary_msg = g_strdup_printf (_("Could not save file \"%s\""), filename); dlg = gb_hig_alert_new (GTK_WINDOW(chooser), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, primary_msg, _("Error encountered during save. The file is still not saved.")); g_free (primary_msg); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { *saved_flag = TRUE; gb_recent_add_uri (filename); if (save_path != NULL) g_free (save_path); save_path = g_path_get_dirname (filename); gtk_widget_destroy (GTK_WIDGET (chooser)); gtk_main_quit (); } } g_free (filename); g_free (full_filename); } g_free (raw_filename); break; default: *saved_flag = FALSE; gtk_widget_destroy (GTK_WIDGET (chooser)); gtk_main_quit (); break; } gb_debug (DEBUG_FILE, "END"); } #else /*****************************************************************************/ /* "Save As" menu callback. */ /*****************************************************************************/ gboolean gb_file_save_as (gbDoc *doc, GtkWindow *window) { GtkFileSelection *fsel; gboolean saved_flag = FALSE; gboolean destroy_flag = FALSE; gchar *name, *title; gb_debug (DEBUG_FILE, "START"); g_return_val_if_fail (doc && GB_IS_DOC(doc), FALSE); g_return_val_if_fail (window && GTK_IS_WINDOW(window), FALSE); name = gb_doc_get_short_name (doc); title = g_strdup_printf (_("Save \"%s\" as"), name); g_free (name); fsel = GTK_FILE_SELECTION (gtk_file_selection_new (title)); gtk_window_set_modal (GTK_WINDOW (fsel), TRUE); gtk_window_set_transient_for (GTK_WINDOW (fsel), window); g_object_set_data (G_OBJECT (fsel), "doc", doc); g_object_set_data (G_OBJECT (fsel), "saved_flag", &saved_flag); g_signal_connect (G_OBJECT (fsel->ok_button), "clicked", G_CALLBACK (save_as_ok_cb), fsel); g_signal_connect (G_OBJECT (fsel->cancel_button), "clicked", G_CALLBACK (save_as_cancel_cb), fsel); g_signal_connect (G_OBJECT (fsel), "destroy", G_CALLBACK (save_as_destroy_cb), &destroy_flag); /* Recover proper state of save-as dialog */ if (save_path != NULL) { gtk_file_selection_set_filename (fsel, save_path); } /* show the dialog */ gtk_widget_show (GTK_WIDGET (fsel)); /* Hold here and process events until we are done with this dialog. */ gtk_main (); /* Destroy dialog if not already destroyed. */ if (!destroy_flag) { /* Disconnect our destroy callback first, so that we don't * kill the current gtk_main() loop. */ g_signal_handlers_disconnect_by_func (GTK_OBJECT (fsel), G_CALLBACK (save_as_destroy_cb), &destroy_flag); gtk_widget_destroy (GTK_WIDGET (fsel)); } g_free (title); gb_debug (DEBUG_FILE, "END"); /* Return flag as set by one of the above callbacks, TRUE = saved */ return saved_flag; } /*---------------------------------------------------------------------------*/ /* PRIVATE. "Save As" ok button callback. */ /*---------------------------------------------------------------------------*/ static void save_as_ok_cb (GtkWidget *widget, GtkFileSelection *fsel) { gchar *raw_filename, *filename; GtkWidget *dlg; gbDoc *doc; gbDocXMLStatus status; EggRecentModel *recent; gboolean *saved_flag; gchar *primary_msg; gboolean cancel_flag = FALSE; gb_debug (DEBUG_FILE, "START"); g_return_if_fail (GTK_IS_FILE_SELECTION (fsel)); doc = g_object_get_data (G_OBJECT(fsel), "doc"); saved_flag = g_object_get_data (G_OBJECT(fsel), "saved_flag"); /* get the filename */ raw_filename = g_strdup (gtk_file_selection_get_filename (fsel)); gb_debug (DEBUG_FILE, "raw_filename = \"%s\"", raw_filename); if (!raw_filename || g_file_test (raw_filename, G_FILE_TEST_IS_DIR)) { dlg = gb_hig_alert_new (GTK_WINDOW(fsel), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, _("Empty file name selection"), _("Please supply a valid file name")); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { filename = gb_util_add_extension (raw_filename); gb_debug (DEBUG_FILE, "filename = \"%s\"", filename); if (g_file_test (filename, G_FILE_TEST_IS_REGULAR)) { gint ret; primary_msg = g_strdup_printf (_("Overwrite file \"%s\"?"), filename); dlg = gb_hig_alert_new (GTK_WINDOW(fsel), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, primary_msg, _("File already exists.")); g_free (primary_msg); ret = gtk_dialog_run (GTK_DIALOG (dlg)); if ( ret == GTK_RESPONSE_NO ) { cancel_flag = TRUE; } gtk_widget_destroy (dlg); } if (!cancel_flag) { gb_doc_xml_save (doc, filename, &status); gb_debug (DEBUG_FILE, "status of save = %d", status); if ( status != GB_DOC_XML_OK ) { primary_msg = g_strdup_printf (_("Could not save file \"%s\""), filename); dlg = gb_hig_alert_new (GTK_WINDOW(fsel), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, primary_msg, _("Error encountered during save. The file is still not saved.")); g_free (primary_msg); gtk_dialog_run (GTK_DIALOG (dlg)); gtk_widget_destroy (dlg); } else { *saved_flag = TRUE; gb_recent_add_uri (filename); if (save_path != NULL) g_free (save_path); save_path = g_path_get_dirname (filename); if (save_path != NULL) save_path = g_strconcat (save_path, "/", NULL); gtk_widget_destroy (GTK_WIDGET (fsel)); } } g_free (filename); } g_free (raw_filename); gb_debug (DEBUG_FILE, "END"); } /*---------------------------------------------------------------------------*/ /* PRIVATE. "Save As" cancel button callback. */ /*---------------------------------------------------------------------------*/ static void save_as_cancel_cb (GtkWidget *widget, GtkFileSelection *fsel) { gboolean *saved_flag = g_object_get_data (G_OBJECT (fsel), "saved_flag"); g_return_if_fail (GTK_IS_FILE_SELECTION (fsel)); *saved_flag = FALSE; gtk_widget_hide (GTK_WIDGET (fsel)); gtk_main_quit (); } /*---------------------------------------------------------------------------*/ /* PRIVATE. "Save As" destroy callback. */ /*---------------------------------------------------------------------------*/ static void save_as_destroy_cb (GtkWidget *widget, gboolean *destroy_flag) { *destroy_flag = TRUE; gtk_main_quit (); } #endif /*****************************************************************************/ /* "Close" menu callback. */ /*****************************************************************************/ gboolean gb_file_close (gbWindow *window) { gbView *view; gbDoc *doc; gboolean close = TRUE; gb_debug (DEBUG_FILE, "START"); g_return_val_if_fail (window && GB_IS_WINDOW(window), TRUE); if ( !gb_window_is_empty (window) ) { view = GB_VIEW(window->view); doc = view->doc; if (gb_doc_is_modified (doc)) { GtkWidget *msgbox; gchar *fname = NULL, *msg = NULL; gint ret; fname = gb_doc_get_short_name (doc); msg = g_strdup_printf (_("Save changes to document \"%s\" before closing?"), fname); msgbox = gb_hig_alert_new (GTK_WINDOW(window), GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_NONE, msg, _("Your changes will be lost if you don't save them.")); gtk_dialog_add_button (GTK_DIALOG (msgbox), _("Close without saving"), GTK_RESPONSE_NO); gtk_dialog_add_button (GTK_DIALOG (msgbox), GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL); gtk_dialog_add_button (GTK_DIALOG (msgbox), GTK_STOCK_SAVE, GTK_RESPONSE_YES); gtk_dialog_set_default_response (GTK_DIALOG (msgbox), GTK_RESPONSE_YES); gtk_window_set_resizable (GTK_WINDOW (msgbox), FALSE); ret = gtk_dialog_run (GTK_DIALOG (msgbox)); gtk_widget_destroy (msgbox); g_free (fname); g_free (msg); switch (ret) { case GTK_RESPONSE_YES: close = gb_file_save (doc, GTK_WINDOW(window)); break; case GTK_RESPONSE_NO: close = TRUE; break; default: close = FALSE; } gb_debug (DEBUG_FILE, "CLOSE: %s", close ? "TRUE" : "FALSE"); } } if (close) { gtk_widget_destroy (GTK_WIDGET(window)); if ( gb_window_get_window_list () == NULL ) { gb_debug (DEBUG_FILE, "All windows closed."); bonobo_main_quit (); } } gb_debug (DEBUG_FILE, "END"); return close; } /*****************************************************************************/ /* "Exit" menu callback. */ /*****************************************************************************/ void gb_file_exit (void) { const GList *window_list; GList *p, *p_next; gb_debug (DEBUG_FILE, "START"); window_list = gb_window_get_window_list (); for (p=(GList *)window_list; p != NULL; p=p_next) { p_next = p->next; gb_file_close (GB_WINDOW(p->data)); } gb_debug (DEBUG_FILE, "END"); } gbonds-2.0.3/src/rules.h0000664000076400007640000000403111106721173012012 00000000000000/* * (GBONDS) GNOME based Savings Bond Inventory Program * * rules.h: Savings Bond Rules module header file. * * Copyright (C) 2000-2003 Jim Evins . * * 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 */ #ifndef __RULES_H__ #define __RULES_H__ #include "types.h" G_BEGIN_DECLS gbStatus gb_rules_test_series_denom (gbSeries series, gdouble denom ); gbStatus gb_rules_test_issue (gbSeries series, gbDate idate ); gbStatus gb_rules_determine_issue (gbSeries series, gdouble denom, gdouble *issue); gbStatus gb_rules_determine_maturity (gbSeries series, gbDate idate, gbDate *mdate); gbStatus gb_rules_get_last_accrual (gbSeries series, gbDate idate, gbDate rdate, gbDate mdate, gbDate *a1date); gbStatus gb_rules_get_next_accrual (gbSeries series, gbDate idate, gbDate rdate, gbDate mdate, gbDate *a2date); gbStatus gb_rules_determine_exchangeability (gbSeries series, gbDate idate, gbDate mdate, gbDate rdate, gboolean *exchangeable_flag); gbStatus gb_rules_determine_nopay (gbSeries series, gbDate idate, gbDate rdate, gboolean *nopay_flag); G_END_DECLS #endif /* __RULES_H__ */ gbonds-2.0.3/gbonds.spec.in0000664000076400007640000000447711106721200012462 00000000000000Summary: gbonds is a savings bond inventory program for GNOME. Name: gbonds Version: @VERSION@ Release: 1 Copyright: GPL Group: Applications/Finance URL: http://gbonds.sourceforge.net/ Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/root-%{name}-%{version} Prefix: %{_prefix} BuildRequires: gtk2-devel >= @GTK_REQUIRED@ BuildRequires: libxml2-devel >= @LIBXML_REQUIRED@ BuildRequires: libgnomeui-devel >= @LIBGNOMEUI_REQUIRED@ BuildRequires: libbonoboui-devel >= @LIBBONOBOUI_REQUIRED@ BuildRequires: libgnomeprintui22-devel >= @LIBGNOMEPRINT_REQUIRED@ BuildRequires: gnome-vfs2-devel >= @GNOMEVFS_REQUIRED@ Requires: gtk2 >= @GTK_REQUIRED@ Requires: libxml2 >= @LIBXML_REQUIRED@ Requires: libgnomeui >= @LIBGNOMEUI_REQUIRED@ Requires: libbonoboui >= @LIBBONOBOUI_REQUIRED@ Requires: libgnomeprintui22 >= @LIBGNOMEPRINT_REQUIRED@ Requires: gnome-vfs2 >= @GNOMEVFS_REQUIRED@ %description GBonds is a savings bond inventory program for GNOME. It allows you to track the current redemption value and performance of your U.S. Savings Bonds and keep a valuable record of the bonds you own. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall desktop-file-install --vendor gnome --delete-original \ --add-category X-Red-Hat-Base \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}.desktop %{__rm} -rf %{buildroot}/var/scrollkeeper %{__rm} -f %{buildroot}%{_datadir}/mime/XMLnamespaces %{__rm} -f %{buildroot}%{_datadir}/mime/globs %{__rm} -f %{buildroot}%{_datadir}/mime/magic %{__rm} -rf %{buildroot}%{_datadir}/mime/application %clean %{__rm} -rf %{buildroot} %post scrollkeeper-update if (update-mime-database -v &> /dev/null); then update-mime-database "%{_datadir}/mime" > /dev/null fi %postun scrollkeeper-update if (update-mime-database -v &> /dev/null); then update-mime-database "%{_datadir}/mime" > /dev/null fi %files %defattr(-, root, root) %doc README COPYING COPYING-DOCS ChangeLog NEWS AUTHORS INSTALL %{_bindir}/gbonds %{_datadir}/gbonds %{_datadir}/pixmaps/* %{_datadir}/gnome/help/gbonds/ %{_datadir}/omf/ %{_datadir}/applications/gnome-gbonds.desktop %{_datadir}/application-registry/* %{_datadir}/mime-info/* %{_datadir}/mime/packages/* %changelog * Sat May 19 2001 Jim Evins - Created gbonds-2.0.3/config.h.in0000664000076400007640000000373711107465250011761 00000000000000/* config.h.in. Generated from configure.in by autoheader. */ /* always defined to indicate that i18n is enabled */ #undef ENABLE_NLS /* Gettext package */ #undef GETTEXT_PACKAGE /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define if your file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION gbonds-2.0.3/COPYING-DOCS0000664000076400007640000004327511106721200011505 00000000000000 GNU Free Documentation License Version 1.1, March 2000 Copyright (C) 2000 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. 0. PREAMBLE The purpose of this License is to make a manual, textbook, or other written document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. 1. APPLICABILITY AND DEFINITIONS This License applies to any manual or other work that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (For example, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, whose contents can be viewed and edited directly and straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup has been designed to thwart or discourage subsequent modification by readers is not Transparent. A copy that is not "Transparent" is called "Opaque". Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML designed for human modification. Opaque formats include PostScript, PDF, proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML produced by some word processors for output purposes only. The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. 2. VERBATIM COPYING You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. You may also lend copies, under the same conditions stated above, and you may publicly display copies. 3. COPYING IN QUANTITY If you publish printed copies of the Document numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-accessible computer-network location containing a complete Transparent copy of the Document, free of added material, which the general network-using public has access to download anonymously at no charge using public-standard network protocols. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. 4. MODIFICATIONS You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has less than five). C. State on the Title page the name of the publisher of the Modified Version, as the publisher. D. Preserve all the copyright notices of the Document. E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. H. Include an unaltered copy of this License. I. Preserve the section entitled "History", and its title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. K. In any section entitled "Acknowledgements" or "Dedications", preserve the section's title, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. M. Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version. N. Do not retitle any existing section as "Endorsements" or to conflict in title with any Invariant Section. If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. You may add a section entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. 5. COMBINING DOCUMENTS You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice. The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. In the combination, you must combine any sections entitled "History" in the various original documents, forming one section entitled "History"; likewise combine any sections entitled "Acknowledgements", and any sections entitled "Dedications". You must delete all sections entitled "Endorsements." 6. COLLECTIONS OF DOCUMENTS You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. 7. AGGREGATION WITH INDEPENDENT WORKS A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, does not as a whole count as a Modified Version of the Document, provided no compilation copyright is claimed for the compilation. Such a compilation is called an "aggregate", and this License does not apply to the other self-contained works thus compiled with the Document, on account of their being thus compiled, if they are not themselves derivative works of the Document. If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one quarter of the entire aggregate, the Document's Cover Texts may be placed on covers that surround only the Document within the aggregate. Otherwise they must appear on covers around the whole aggregate. 8. TRANSLATION Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License provided that you also include the original English version of this License. In case of a disagreement between the translation and the original English version of this License, the original English version will prevail. 9. TERMINATION You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document 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. 10. FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new, revised versions of the GNU Free Documentation 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. See http://www.gnu.org/copyleft/. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. ADDENDUM: How to use this License for your documents To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy of the license is included in the section entitled "GNU Free Documentation License". If you have no Invariant Sections, write "with no Invariant Sections" instead of saying which ones are invariant. If you have no Front-Cover Texts, write "no Front-Cover Texts" instead of "Front-Cover Texts being LIST"; likewise for Back-Cover Texts. If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. gbonds-2.0.3/NEWS0000664000076400007640000000000011106721200010376 00000000000000gbonds-2.0.3/intltool-update.in0000644000076400007640000007442611107465233013414 00000000000000#!@INTLTOOL_PERL@ -w # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # The Intltool Message Updater # # Copyright (C) 2000-2003 Free Software Foundation. # # Intltool is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # version 2 published by the Free Software Foundation. # # Intltool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # 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. # # Authors: Kenneth Christiansen # Maciej Stachowiak # Darin Adler ## Release information my $PROGRAM = "intltool-update"; my $VERSION = "0.37.1"; my $PACKAGE = "intltool"; ## Loaded modules use strict; use Getopt::Long; use Cwd; use File::Copy; use File::Find; ## Scalars used by the option stuff my $HELP_ARG = 0; my $VERSION_ARG = 0; my $DIST_ARG = 0; my $POT_ARG = 0; my $HEADERS_ARG = 0; my $MAINTAIN_ARG = 0; my $REPORT_ARG = 0; my $VERBOSE = 0; my $GETTEXT_PACKAGE = ""; my $OUTPUT_FILE = ""; my @languages; my %varhash = (); my %po_files_by_lang = (); # Regular expressions to categorize file types. # FIXME: Please check if the following is correct my $xml_support = "xml(?:\\.in)*|". # http://www.w3.org/XML/ (Note: .in is not required) "ui|". # Bonobo specific - User Interface desc. files "lang|". # ? "glade2?(?:\\.in)*|". # Glade specific - User Interface desc. files (Note: .in is not required) "scm(?:\\.in)*|". # ? (Note: .in is not required) "oaf(?:\\.in)+|". # DEPRECATED: Replaces by Bonobo .server files "etspec|". # ? "server(?:\\.in)+|". # Bonobo specific "sheet(?:\\.in)+|". # ? "schemas(?:\\.in)+|". # GConf specific "pong(?:\\.in)+|". # DEPRECATED: PONG is not used [by GNOME] any longer. "kbd(?:\\.in)+|". # GOK specific. "policy(?:\\.in)+"; # PolicyKit files my $ini_support = "icon(?:\\.in)+|". # http://www.freedesktop.org/Standards/icon-theme-spec "desktop(?:\\.in)+|". # http://www.freedesktop.org/Standards/menu-spec "caves(?:\\.in)+|". # GNOME Games specific "directory(?:\\.in)+|". # http://www.freedesktop.org/Standards/menu-spec "soundlist(?:\\.in)+|". # GNOME specific "keys(?:\\.in)+|". # GNOME Mime database specific "theme(?:\\.in)+|". # http://www.freedesktop.org/Standards/icon-theme-spec "service(?:\\.in)+"; # DBus specific my $buildin_gettext_support = "c|y|cs|cc|cpp|c\\+\\+|h|hh|gob|py"; ## Always flush buffer when printing $| = 1; ## Sometimes the source tree will be rooted somewhere else. my $SRCDIR = $ENV{"srcdir"} || "."; my $POTFILES_in; $POTFILES_in = "<$SRCDIR/POTFILES.in"; my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null'); ## Handle options GetOptions ( "help" => \$HELP_ARG, "version" => \$VERSION_ARG, "dist|d" => \$DIST_ARG, "pot|p" => \$POT_ARG, "headers|s" => \$HEADERS_ARG, "maintain|m" => \$MAINTAIN_ARG, "report|r" => \$REPORT_ARG, "verbose|x" => \$VERBOSE, "gettext-package|g=s" => \$GETTEXT_PACKAGE, "output-file|o=s" => \$OUTPUT_FILE, ) or &Console_WriteError_InvalidOption; &Console_Write_IntltoolHelp if $HELP_ARG; &Console_Write_IntltoolVersion if $VERSION_ARG; my $arg_count = ($DIST_ARG > 0) + ($POT_ARG > 0) + ($HEADERS_ARG > 0) + ($MAINTAIN_ARG > 0) + ($REPORT_ARG > 0); &Console_Write_IntltoolHelp if $arg_count > 1; my $PKGNAME = FindPackageName (); # --version and --help don't require a module name my $MODULE = $GETTEXT_PACKAGE || $PKGNAME || "unknown"; if ($POT_ARG) { &GenerateHeaders; &GeneratePOTemplate; } elsif ($HEADERS_ARG) { &GenerateHeaders; } elsif ($MAINTAIN_ARG) { &FindLeftoutFiles; } elsif ($REPORT_ARG) { &GenerateHeaders; &GeneratePOTemplate; &Console_Write_CoverageReport; } elsif ((defined $ARGV[0]) && $ARGV[0] =~ /^[a-z]/) { my $lang = $ARGV[0]; ## Report error if the language file supplied ## to the command line is non-existent &Console_WriteError_NotExisting("$SRCDIR/$lang.po") if ! -s "$SRCDIR/$lang.po"; if (!$DIST_ARG) { print "Working, please wait..." if $VERBOSE; &GenerateHeaders; &GeneratePOTemplate; } &POFile_Update ($lang, $OUTPUT_FILE); &Console_Write_TranslationStatus ($lang, $OUTPUT_FILE); } else { &Console_Write_IntltoolHelp; } exit; ######### sub Console_Write_IntltoolVersion { print <<_EOF_; ${PROGRAM} (${PACKAGE}) $VERSION Written by Kenneth Christiansen, Maciej Stachowiak, and Darin Adler. Copyright (C) 2000-2003 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. _EOF_ exit; } sub Console_Write_IntltoolHelp { print <<_EOF_; Usage: ${PROGRAM} [OPTION]... LANGCODE Updates PO template files and merge them with the translations. Mode of operation (only one is allowed): -p, --pot generate the PO template only -s, --headers generate the header files in POTFILES.in -m, --maintain search for left out files from POTFILES.in -r, --report display a status report for the module -d, --dist merge LANGCODE.po with existing PO template Extra options: -g, --gettext-package=NAME override PO template name, useful with --pot -o, --output-file=FILE write merged translation to FILE -x, --verbose display lots of feedback --help display this help and exit --version output version information and exit Examples of use: ${PROGRAM} --pot just create a new PO template ${PROGRAM} xy create new PO template and merge xy.po with it Report bugs to http://bugzilla.gnome.org/ (product name "$PACKAGE") or send email to . _EOF_ exit; } sub echo_n { my $str = shift; my $ret = `echo "$str"`; $ret =~ s/\n$//; # do we need the "s" flag? return $ret; } sub POFile_DetermineType ($) { my $type = $_; my $gettext_type; my $xml_regex = "(?:" . $xml_support . ")"; my $ini_regex = "(?:" . $ini_support . ")"; my $buildin_regex = "(?:" . $buildin_gettext_support . ")"; if ($type =~ /\[type: gettext\/([^\]].*)]/) { $gettext_type=$1; } elsif ($type =~ /schemas(\.in)+$/) { $gettext_type="schemas"; } elsif ($type =~ /glade2?(\.in)*$/) { $gettext_type="glade"; } elsif ($type =~ /scm(\.in)*$/) { $gettext_type="scheme"; } elsif ($type =~ /keys(\.in)+$/) { $gettext_type="keys"; } # bucket types elsif ($type =~ /$xml_regex$/) { $gettext_type="xml"; } elsif ($type =~ /$ini_regex$/) { $gettext_type="ini"; } elsif ($type =~ /$buildin_regex$/) { $gettext_type="buildin"; } else { $gettext_type="unknown"; } return "gettext\/$gettext_type"; } sub TextFile_DetermineEncoding ($) { my $gettext_code="ASCII"; # All files are ASCII by default my $filetype=`file $_ | cut -d ' ' -f 2`; if ($? eq "0") { if ($filetype =~ /^(ISO|UTF)/) { chomp ($gettext_code = $filetype); } elsif ($filetype =~ /^XML/) { $gettext_code="UTF-8"; # We asume that .glade and other .xml files are UTF-8 } } return $gettext_code; } sub isNotValidMissing { my ($file) = @_; return if $file =~ /^\{arch\}\/.*$/; return if $file =~ /^$varhash{"PACKAGE"}-$varhash{"VERSION"}\/.*$/; } sub FindLeftoutFiles { my (@buf_i18n_plain, @buf_i18n_xml, @buf_i18n_xml_unmarked, @buf_i18n_ini, @buf_potfiles, @buf_potfiles_ignore, @buf_allfiles, @buf_allfiles_sorted, @buf_potfiles_sorted, @buf_potfiles_ignore_sorted ); ## Search and find all translatable files find sub { push @buf_i18n_plain, "$File::Find::name" if /\.($buildin_gettext_support)$/; push @buf_i18n_xml, "$File::Find::name" if /\.($xml_support)$/; push @buf_i18n_ini, "$File::Find::name" if /\.($ini_support)$/; push @buf_i18n_xml_unmarked, "$File::Find::name" if /\.(schemas(\.in)+)$/; }, ".."; find sub { push @buf_i18n_plain, "$File::Find::name" if /\.($buildin_gettext_support)$/; push @buf_i18n_xml, "$File::Find::name" if /\.($xml_support)$/; push @buf_i18n_ini, "$File::Find::name" if /\.($ini_support)$/; push @buf_i18n_xml_unmarked, "$File::Find::name" if /\.(schemas(\.in)+)$/; }, "$SRCDIR/.." if "$SRCDIR" ne "."; open POTFILES, $POTFILES_in or die "$PROGRAM: there's no POTFILES.in!\n"; @buf_potfiles = grep !/^(#|\s*$)/, ; close POTFILES; foreach (@buf_potfiles) { s/^\[.*]\s*//; } print "Searching for missing translatable files...\n" if $VERBOSE; ## Check if we should ignore some found files, when ## comparing with POTFILES.in foreach my $ignore ("POTFILES.skip", "POTFILES.ignore") { (-s "$SRCDIR/$ignore") or next; if ("$ignore" eq "POTFILES.ignore") { print "The usage of POTFILES.ignore is deprecated. Please consider moving the\n". "content of this file to POTFILES.skip.\n"; } print "Found $ignore: Ignoring files...\n" if $VERBOSE; open FILE, "<$SRCDIR/$ignore" or die "ERROR: Failed to open $SRCDIR/$ignore!\n"; while () { push @buf_potfiles_ignore, $_ unless /^(#|\s*$)/; } close FILE; @buf_potfiles_ignore_sorted = sort (@buf_potfiles_ignore); } foreach my $file (@buf_i18n_plain) { my $in_comment = 0; my $in_macro = 0; open FILE, "<$file"; while () { # Handle continued multi-line comment. if ($in_comment) { next unless s-.*\*/--; $in_comment = 0; } # Handle continued macro. if ($in_macro) { $in_macro = 0 unless /\\$/; next; } # Handle start of macro (or any preprocessor directive). if (/^\s*\#/) { $in_macro = 1 if /^([^\\]|\\.)*\\$/; next; } # Handle comments and quoted text. while (m-(/\*|//|\'|\")-) # \' and \" keep emacs perl mode happy { my $match = $1; if ($match eq "/*") { if (!s-/\*.*?\*/--) { s-/\*.*--; $in_comment = 1; } } elsif ($match eq "//") { s-//.*--; } else # ' or " { if (!s-$match([^\\]|\\.)*?$match-QUOTEDTEXT-) { warn "mismatched quotes at line $. in $file\n"; s-$match.*--; } } } if (/\w\.GetString *\(QUOTEDTEXT/) { if (defined isNotValidMissing (unpack("x3 A*", $file))) { ## Remove the first 3 chars and add newline push @buf_allfiles, unpack("x3 A*", $file) . "\n"; } last; } ## C_ N_ Q_ and _ are the macros defined in gi8n.h if (/[CNQ]?_ *\(QUOTEDTEXT/) { if (defined isNotValidMissing (unpack("x3 A*", $file))) { ## Remove the first 3 chars and add newline push @buf_allfiles, unpack("x3 A*", $file) . "\n"; } last; } } close FILE; } foreach my $file (@buf_i18n_xml) { open FILE, "<$file"; while () { # FIXME: share the pattern matching code with intltool-extract if (/\s_[-A-Za-z0-9._:]+\s*=\s*\"([^"]+)\"/ || /<_[^>]+>/ || /translatable=\"yes\"/) { if (defined isNotValidMissing (unpack("x3 A*", $file))) { push @buf_allfiles, unpack("x3 A*", $file) . "\n"; } last; } } close FILE; } foreach my $file (@buf_i18n_ini) { open FILE, "<$file"; while () { if (/_(.*)=/) { if (defined isNotValidMissing (unpack("x3 A*", $file))) { push @buf_allfiles, unpack("x3 A*", $file) . "\n"; } last; } } close FILE; } foreach my $file (@buf_i18n_xml_unmarked) { if (defined isNotValidMissing (unpack("x3 A*", $file))) { push @buf_allfiles, unpack("x3 A*", $file) . "\n"; } } @buf_allfiles_sorted = sort (@buf_allfiles); @buf_potfiles_sorted = sort (@buf_potfiles); my %in2; foreach (@buf_potfiles_sorted) { s#^$SRCDIR/../##; s#^$SRCDIR/##; $in2{$_} = 1; } foreach (@buf_potfiles_ignore_sorted) { s#^$SRCDIR/../##; s#^$SRCDIR/##; $in2{$_} = 1; } my @result; foreach (@buf_allfiles_sorted) { my $dummy = $_; my $srcdir = $SRCDIR; $srcdir =~ s#^../##; $dummy =~ s#^$srcdir/../##; $dummy =~ s#^$srcdir/##; $dummy =~ s#_build/##; if (!exists($in2{$dummy})) { push @result, $dummy } } my @buf_potfiles_notexist; foreach (@buf_potfiles_sorted) { chomp (my $dummy = $_); if ("$dummy" ne "" and !(-f "$SRCDIR/../$dummy" or -f "../$dummy")) { push @buf_potfiles_notexist, $_; } } ## Save file with information about the files missing ## if any, and give information about this procedure. if (@result + @buf_potfiles_notexist > 0) { if (@result) { print "\n" if $VERBOSE; unlink "missing"; open OUT, ">missing"; print OUT @result; close OUT; warn "\e[1mThe following files contain translations and are currently not in use. Please\e[0m\n". "\e[1mconsider adding these to the POTFILES.in file, located in the po/ directory.\e[0m\n\n"; print STDERR @result, "\n"; warn "If some of these files are left out on purpose then please add them to\n". "POTFILES.skip instead of POTFILES.in. A file \e[1m'missing'\e[0m containing this list\n". "of left out files has been written in the current directory.\n"; } if (@buf_potfiles_notexist) { unlink "notexist"; open OUT, ">notexist"; print OUT @buf_potfiles_notexist; close OUT; warn "\n" if ($VERBOSE or @result); warn "\e[1mThe following files do not exist anymore:\e[0m\n\n"; warn @buf_potfiles_notexist, "\n"; warn "Please remove them from POTFILES.in. A file \e[1m'notexist'\e[0m\n". "containing this list of absent files has been written in the current directory.\n"; } } ## If there is nothing to complain about, notify the user else { print "\nAll files containing translations are present in POTFILES.in.\n" if $VERBOSE; } } sub Console_WriteError_InvalidOption { ## Handle invalid arguments print STDERR "Try `${PROGRAM} --help' for more information.\n"; exit 1; } sub isProgramInPath { my ($file) = @_; # If either a file exists, or when run it returns 0 exit status return 1 if ((-x $file) or (system("$file --version >$devnull") == 0)); return 0; } sub isGNUGettextTool { my ($file) = @_; # Check that we are using GNU gettext tools if (isProgramInPath ($file)) { my $version = `$file --version`; return 1 if ($version =~ m/.*\(GNU .*\).*/); } return 0; } sub GenerateHeaders { my $EXTRACT = $ENV{"INTLTOOL_EXTRACT"} || "intltool-extract"; ## Generate the .h header files, so we can allow glade and ## xml translation support if (! isProgramInPath ("$EXTRACT")) { print STDERR "\n *** The intltool-extract script wasn't found!" ."\n *** Without it, intltool-update can not generate files.\n"; exit; } else { open (FILE, $POTFILES_in) or die "$PROGRAM: POTFILES.in not found.\n"; while () { chomp; next if /^\[\s*encoding/; ## Find xml files in POTFILES.in and generate the ## files with help from the extract script my $gettext_type= &POFile_DetermineType ($1); if (/\.($xml_support|$ini_support)$/ || /^\[/) { s/^\[[^\[].*]\s*//; my $filename = "../$_"; if ($VERBOSE) { system ($EXTRACT, "--update", "--srcdir=$SRCDIR", "--type=$gettext_type", $filename); } else { system ($EXTRACT, "--update", "--type=$gettext_type", "--srcdir=$SRCDIR", "--quiet", $filename); } } } close FILE; } } # # Generate .pot file from POTFILES.in # sub GeneratePOTemplate { my $XGETTEXT = $ENV{"XGETTEXT"} || "xgettext"; my $XGETTEXT_ARGS = $ENV{"XGETTEXT_ARGS"} || ''; chomp $XGETTEXT; if (! isGNUGettextTool ("$XGETTEXT")) { print STDERR " *** GNU xgettext is not found on this system!\n". " *** Without it, intltool-update can not extract strings.\n"; exit; } print "Building $MODULE.pot...\n" if $VERBOSE; open INFILE, $POTFILES_in; unlink "POTFILES.in.temp"; open OUTFILE, ">POTFILES.in.temp" or die("Cannot open POTFILES.in.temp for writing"); my $gettext_support_nonascii = 0; # checks for GNU gettext >= 0.12 my $dummy = `$XGETTEXT --version --from-code=UTF-8 >$devnull 2>$devnull`; if ($? == 0) { $gettext_support_nonascii = 1; } else { # urge everybody to upgrade gettext print STDERR "WARNING: This version of gettext does not support extracting non-ASCII\n". " strings. That means you should install a version of gettext\n". " that supports non-ASCII strings (such as GNU gettext >= 0.12),\n". " or have to let non-ASCII strings untranslated. (If there is any)\n"; } my $encoding = "ASCII"; my $forced_gettext_code; my @temp_headers; my $encoding_problem_is_reported = 0; while () { next if (/^#/ or /^\s*$/); chomp; my $gettext_code; if (/^\[\s*encoding:\s*(.*)\s*\]/) { $forced_gettext_code=$1; } elsif (/\.($xml_support|$ini_support)$/ || /^\[/) { s/^\[.*]\s*//; print OUTFILE "../$_.h\n"; push @temp_headers, "../$_.h"; $gettext_code = &TextFile_DetermineEncoding ("../$_.h") if ($gettext_support_nonascii and not defined $forced_gettext_code); } else { print OUTFILE "$SRCDIR/../$_\n"; $gettext_code = &TextFile_DetermineEncoding ("$SRCDIR/../$_") if ($gettext_support_nonascii and not defined $forced_gettext_code); } next if (! $gettext_support_nonascii); if (defined $forced_gettext_code) { $encoding=$forced_gettext_code; } elsif (defined $gettext_code and "$encoding" ne "$gettext_code") { if ($encoding eq "ASCII") { $encoding=$gettext_code; } elsif ($gettext_code ne "ASCII") { # Only report once because the message is quite long if (! $encoding_problem_is_reported) { print STDERR "WARNING: You should use the same file encoding for all your project files,\n". " but $PROGRAM thinks that most of the source files are in\n". " $encoding encoding, while \"$_\" is (likely) in\n". " $gettext_code encoding. If you are sure that all translatable strings\n". " are in same encoding (say UTF-8), please \e[1m*prepend*\e[0m the following\n". " line to POTFILES.in:\n\n". " [encoding: UTF-8]\n\n". " and make sure that configure.in/ac checks for $PACKAGE >= 0.27 .\n". "(such warning message will only be reported once.)\n"; $encoding_problem_is_reported = 1; } } } } close OUTFILE; close INFILE; unlink "$MODULE.pot"; my @xgettext_argument=("$XGETTEXT", "--add-comments", "--directory\=.", "--default-domain\=$MODULE", "--flag\=g_strdup_printf:1:c-format", "--flag\=g_string_printf:2:c-format", "--flag\=g_string_append_printf:2:c-format", "--flag\=g_error_new:3:c-format", "--flag\=g_set_error:4:c-format", "--flag\=g_markup_printf_escaped:1:c-format", "--flag\=g_log:3:c-format", "--flag\=g_print:1:c-format", "--flag\=g_printerr:1:c-format", "--flag\=g_printf:1:c-format", "--flag\=g_fprintf:2:c-format", "--flag\=g_sprintf:2:c-format", "--flag\=g_snprintf:3:c-format", "--flag\=g_scanner_error:2:c-format", "--flag\=g_scanner_warn:2:c-format", "--output\=$MODULE\.pot", "--files-from\=\.\/POTFILES\.in\.temp"); my $XGETTEXT_KEYWORDS = &FindPOTKeywords; push @xgettext_argument, $XGETTEXT_KEYWORDS; my $MSGID_BUGS_ADDRESS = &FindMakevarsBugAddress; push @xgettext_argument, "--msgid-bugs-address\=\"$MSGID_BUGS_ADDRESS\"" if $MSGID_BUGS_ADDRESS; push @xgettext_argument, "--from-code\=$encoding" if ($gettext_support_nonascii); push @xgettext_argument, $XGETTEXT_ARGS if $XGETTEXT_ARGS; my $xgettext_command = join ' ', @xgettext_argument; # intercept xgettext error message print "Running $xgettext_command\n" if $VERBOSE; my $xgettext_error_msg = `$xgettext_command 2>\&1`; my $command_failed = $?; unlink "POTFILES.in.temp"; print "Removing generated header (.h) files..." if $VERBOSE; unlink foreach (@temp_headers); print "done.\n" if $VERBOSE; if (! $command_failed) { if (! -e "$MODULE.pot") { print "None of the files in POTFILES.in contain strings marked for translation.\n" if $VERBOSE; } else { print "Wrote $MODULE.pot\n" if $VERBOSE; } } else { if ($xgettext_error_msg =~ /--from-code/) { # replace non-ASCII error message with a more useful one. print STDERR "ERROR: xgettext failed to generate PO template file because there is non-ASCII\n". " string marked for translation. Please make sure that all strings marked\n". " for translation are in uniform encoding (say UTF-8), then \e[1m*prepend*\e[0m the\n". " following line to POTFILES.in and rerun $PROGRAM:\n\n". " [encoding: UTF-8]\n\n"; } else { print STDERR "$xgettext_error_msg"; if (-e "$MODULE.pot") { # is this possible? print STDERR "ERROR: xgettext failed but still managed to generate PO template file.\n". " Please consult error message above if there is any.\n"; } else { print STDERR "ERROR: xgettext failed to generate PO template file. Please consult\n". " error message above if there is any.\n"; } } exit (1); } } sub POFile_Update { -f "$MODULE.pot" or die "$PROGRAM: $MODULE.pot does not exist.\n"; my $MSGMERGE = $ENV{"MSGMERGE"} || "msgmerge"; my ($lang, $outfile) = @_; if (! isGNUGettextTool ("$MSGMERGE")) { print STDERR " *** GNU msgmerge is not found on this system!\n". " *** Without it, intltool-update can not extract strings.\n"; exit; } print "Merging $SRCDIR/$lang.po with $MODULE.pot..." if $VERBOSE; my $infile = "$SRCDIR/$lang.po"; $outfile = "$SRCDIR/$lang.po" if ($outfile eq ""); # I think msgmerge won't overwrite old file if merge is not successful system ("$MSGMERGE", "-o", $outfile, $infile, "$MODULE.pot"); } sub Console_WriteError_NotExisting { my ($file) = @_; ## Report error if supplied language file is non-existing print STDERR "$PROGRAM: $file does not exist!\n"; print STDERR "Try '$PROGRAM --help' for more information.\n"; exit; } sub GatherPOFiles { my @po_files = glob ("./*.po"); @languages = map (&POFile_GetLanguage, @po_files); foreach my $lang (@languages) { $po_files_by_lang{$lang} = shift (@po_files); } } sub POFile_GetLanguage ($) { s/^(.*\/)?(.+)\.po$/$2/; return $_; } sub Console_Write_TranslationStatus { my ($lang, $output_file) = @_; my $MSGFMT = $ENV{"MSGFMT"} || "msgfmt"; if (! isGNUGettextTool ("$MSGFMT")) { print STDERR " *** GNU msgfmt is not found on this system!\n". " *** Without it, intltool-update can not extract strings.\n"; exit; } $output_file = "$SRCDIR/$lang.po" if ($output_file eq ""); system ("$MSGFMT", "-o", "$devnull", "--verbose", $output_file); } sub Console_Write_CoverageReport { my $MSGFMT = $ENV{"MSGFMT"} || "msgfmt"; if (! isGNUGettextTool ("$MSGFMT")) { print STDERR " *** GNU msgfmt is not found on this system!\n". " *** Without it, intltool-update can not extract strings.\n"; exit; } &GatherPOFiles; foreach my $lang (@languages) { print STDERR "$lang: "; &POFile_Update ($lang, ""); } print STDERR "\n\n * Current translation support in $MODULE \n\n"; foreach my $lang (@languages) { print STDERR "$lang: "; system ("$MSGFMT", "-o", "$devnull", "--verbose", "$SRCDIR/$lang.po"); } } sub SubstituteVariable { my ($str) = @_; # always need to rewind file whenever it has been accessed seek (CONF, 0, 0); # cache each variable. varhash is global to we can add # variables elsewhere. while () { if (/^(\w+)=(.*)$/) { ($varhash{$1} = $2) =~ s/^["'](.*)["']$/$1/; } } if ($str =~ /^(.*)\${?([A-Z_]+)}?(.*)$/) { my $rest = $3; my $untouched = $1; my $sub = ""; # Ignore recursive definitions of variables $sub = $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~ /\${?$2}?/; return SubstituteVariable ("$untouched$sub$rest"); } # We're using Perl backticks ` and "echo -n" here in order to # expand any shell escapes (such as backticks themselves) in every variable return echo_n ($str); } sub CONF_Handle_Open { my $base_dirname = getcwd(); $base_dirname =~ s@.*/@@; my ($conf_in, $src_dir); if ($base_dirname =~ /^po(-.+)?$/) { if (-f "Makevars") { my $makefile_source; local (*IN); open (IN, ") { if (/^top_builddir[ \t]*=/) { $src_dir = $_; $src_dir =~ s/^top_builddir[ \t]*=[ \t]*([^ \t\n\r]*)/$1/; chomp $src_dir; if (-f "$src_dir" . "/configure.ac") { $conf_in = "$src_dir" . "/configure.ac" . "\n"; } else { $conf_in = "$src_dir" . "/configure.in" . "\n"; } last; } } close IN; $conf_in || die "Cannot find top_builddir in Makevars."; } elsif (-f "$SRCDIR/../configure.ac") { $conf_in = "$SRCDIR/../configure.ac"; } elsif (-f "$SRCDIR/../configure.in") { $conf_in = "$SRCDIR/../configure.in"; } else { my $makefile_source; local (*IN); open (IN, ") { if (/^top_srcdir[ \t]*=/) { $src_dir = $_; $src_dir =~ s/^top_srcdir[ \t]*=[ \t]*([^ \t\n\r]*)/$1/; chomp $src_dir; $conf_in = "$src_dir" . "/configure.in" . "\n"; last; } } close IN; $conf_in || die "Cannot find top_srcdir in Makefile."; } open (CONF, "<$conf_in"); } else { print STDERR "$PROGRAM: Unable to proceed.\n" . "Make sure to run this script inside the po directory.\n"; exit; } } sub FindPackageName { my $version; my $domain = &FindMakevarsDomain; my $name = $domain || "untitled"; &CONF_Handle_Open; my $conf_source; { local (*IN); open (IN, "<&CONF") || return $name; seek (IN, 0, 0); local $/; # slurp mode $conf_source = ; close IN; } # priority for getting package name: # 1. GETTEXT_PACKAGE # 2. first argument of AC_INIT (with >= 2 arguments) # 3. first argument of AM_INIT_AUTOMAKE (with >= 2 argument) # /^AM_INIT_AUTOMAKE\([\s\[]*([^,\)\s\]]+)/m # the \s makes this not work, why? if ($conf_source =~ /^AM_INIT_AUTOMAKE\(([^,\)]+),([^,\)]+)/m) { ($name, $version) = ($1, $2); $name =~ s/[\[\]\s]//g; $version =~ s/[\[\]\s]//g; $varhash{"PACKAGE_NAME"} = $name if (not $name =~ /\${?AC_PACKAGE_NAME}?/); $varhash{"PACKAGE"} = $name if (not $name =~ /\${?PACKAGE}?/); $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ /\${?AC_PACKAGE_VERSION}?/); $varhash{"VERSION"} = $version if (not $name =~ /\${?VERSION}?/); } if ($conf_source =~ /^AC_INIT\(([^,\)]+),([^,\)]+)/m) { ($name, $version) = ($1, $2); $name =~ s/[\[\]\s]//g; $version =~ s/[\[\]\s]//g; $varhash{"PACKAGE_NAME"} = $name if (not $name =~ /\${?AC_PACKAGE_NAME}?/); $varhash{"PACKAGE"} = $name if (not $name =~ /\${?PACKAGE}?/); $varhash{"PACKAGE_VERSION"} = $version if (not $name =~ /\${?AC_PACKAGE_VERSION}?/); $varhash{"VERSION"} = $version if (not $name =~ /\${?VERSION}?/); } # \s makes this not work, why? $name = $1 if $conf_source =~ /^GETTEXT_PACKAGE=\[?([^\n\]]+)/m; # m4 macros AC_PACKAGE_NAME, AC_PACKAGE_VERSION etc. have same value # as corresponding $PACKAGE_NAME, $PACKAGE_VERSION etc. shell variables. $name =~ s/\bAC_PACKAGE_/\$PACKAGE_/g; $name = $domain if $domain; $name = SubstituteVariable ($name); $name =~ s/^["'](.*)["']$/$1/; return $name if $name; } sub FindPOTKeywords { my $keywords = "--keyword\=\_ --keyword\=N\_ --keyword\=U\_ --keyword\=Q\_"; my $varname = "XGETTEXT_OPTIONS"; my $make_source; { local (*IN); open (IN, "; close IN; } # unwrap lines split with a trailing \ $make_source =~ s/\\ $ \n/ /mxg; $keywords = $1 if $make_source =~ /^$varname[ ]*=\[?([^\n\]]+)/m; return $keywords; } sub FindMakevarsDomain { my $domain = ""; my $makevars_source; { local (*IN); open (IN, "; close IN; } $domain = $1 if $makevars_source =~ /^DOMAIN[ ]*=\[?([^\n\]\$]+)/m; $domain =~ s/^\s+//; $domain =~ s/\s+$//; return $domain; } sub FindMakevarsBugAddress { my $address = ""; my $makevars_source; { local (*IN); open (IN, "; close IN; } $address = $1 if $makevars_source =~ /^MSGID_BUGS_ADDRESS[ ]*=\[?([^\n\]\$]+)/m; $address =~ s/^\s+//; $address =~ s/\s+$//; return $address; } gbonds-2.0.3/intltool-extract.in0000644000076400007640000005565011107465233013602 00000000000000#!@INTLTOOL_PERL@ -w # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4 -*- # # The Intltool Message Extractor # # Copyright (C) 2000-2001, 2003 Free Software Foundation. # # Intltool 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. # # Intltool is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # 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. # # Authors: Kenneth Christiansen # Darin Adler # ## Release information my $PROGRAM = "intltool-extract"; my $PACKAGE = "intltool"; my $VERSION = "0.37.1"; ## Loaded modules use strict; use File::Basename; use Getopt::Long; ## Scalars used by the option stuff my $TYPE_ARG = "0"; my $LOCAL_ARG = "0"; my $HELP_ARG = "0"; my $VERSION_ARG = "0"; my $UPDATE_ARG = "0"; my $QUIET_ARG = "0"; my $SRCDIR_ARG = "."; my $FILE; my $OUTFILE; my $gettext_type = ""; my $input; my %messages = (); my %loc = (); my %count = (); my %comments = (); my $strcount = 0; my $XMLCOMMENT = ""; ## Use this instead of \w for XML files to handle more possible characters. my $w = "[-A-Za-z0-9._:]"; ## Always print first $| = 1; ## Handle options GetOptions ( "type=s" => \$TYPE_ARG, "local|l" => \$LOCAL_ARG, "help|h" => \$HELP_ARG, "version|v" => \$VERSION_ARG, "update" => \$UPDATE_ARG, "quiet|q" => \$QUIET_ARG, "srcdir=s" => \$SRCDIR_ARG, ) or &error; &split_on_argument; ## Check for options. ## This section will check for the different options. sub split_on_argument { if ($VERSION_ARG) { &version; } elsif ($HELP_ARG) { &help; } elsif ($LOCAL_ARG) { &place_local; &extract; } elsif ($UPDATE_ARG) { &place_normal; &extract; } elsif (@ARGV > 0) { &place_normal; &message; &extract; } else { &help; } } sub place_normal { $FILE = $ARGV[0]; $OUTFILE = "$FILE.h"; my $dirname = dirname ($OUTFILE); if (! -d "$dirname" && $dirname ne "") { system ("mkdir -p $dirname"); } } sub place_local { $FILE = $ARGV[0]; $OUTFILE = fileparse($FILE, ()); if (!-e "tmp/") { system("mkdir tmp/"); } $OUTFILE = "./tmp/$OUTFILE.h" } sub determine_type { if ($TYPE_ARG =~ /^gettext\/(.*)/) { $gettext_type=$1 } } ## Sub for printing release information sub version{ print <<_EOF_; ${PROGRAM} (${PACKAGE}) $VERSION Copyright (C) 2000, 2003 Free Software Foundation, Inc. Written by Kenneth Christiansen, 2000. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. _EOF_ exit; } ## Sub for printing usage information sub help { print <<_EOF_; Usage: ${PROGRAM} [OPTION]... [FILENAME] Generates a header file from an XML source file. It grabs all strings between <_translatable_node> and its end tag in XML files. Read manpage (man ${PROGRAM}) for more info. --type=TYPE Specify the file type of FILENAME. Currently supports: "gettext/glade", "gettext/ini", "gettext/keys" "gettext/rfc822deb", "gettext/schemas", "gettext/scheme", "gettext/xml", "gettext/quoted", "gettext/quotedxml" -l, --local Writes output into current working directory (conflicts with --update) --update Writes output into the same directory the source file reside (conflicts with --local) --srcdir Root of the source tree -v, --version Output version information and exit -h, --help Display this help and exit -q, --quiet Quiet mode Report bugs to http://bugzilla.gnome.org/ (product name "$PACKAGE") or send email to . _EOF_ exit; } ## Sub for printing error messages sub error{ print STDERR "Try `${PROGRAM} --help' for more information.\n"; exit; } sub message { print "Generating C format header file for translation.\n" unless $QUIET_ARG; } sub extract { &determine_type; &convert; open OUT, ">$OUTFILE"; binmode (OUT) if $^O eq 'MSWin32'; &msg_write; close OUT; print "Wrote $OUTFILE\n" unless $QUIET_ARG; } sub convert { ## Reading the file { local (*IN); local $/; #slurp mode open (IN, "<$SRCDIR_ARG/$FILE") || die "can't open $SRCDIR_ARG/$FILE: $!"; $input = ; } &type_ini if $gettext_type eq "ini"; &type_keys if $gettext_type eq "keys"; &type_xml if $gettext_type eq "xml"; &type_glade if $gettext_type eq "glade"; &type_scheme if $gettext_type eq "scheme"; &type_schemas if $gettext_type eq "schemas"; &type_rfc822deb if $gettext_type eq "rfc822deb"; &type_quoted if $gettext_type eq "quoted"; &type_quotedxml if $gettext_type eq "quotedxml"; } sub entity_decode_minimal { local ($_) = @_; s/'/'/g; # ' s/"/"/g; # " s/&/&/g; return $_; } sub entity_decode { local ($_) = @_; s/'/'/g; # ' s/"/"/g; # " s/<//g; s/&/&/g; return $_; } sub escape_char { return '\"' if $_ eq '"'; return '\n' if $_ eq "\n"; return '\\\\' if $_ eq '\\'; return $_; } sub escape { my ($string) = @_; return join "", map &escape_char, split //, $string; } sub type_ini { ### For generic translatable desktop files ### while ($input =~ /^(#(.+)\n)?^_.*=(.*)$/mg) { if (defined($2)) { $comments{$3} = $2; } $messages{$3} = []; } } sub type_keys { ### For generic translatable mime/keys files ### while ($input =~ /^\s*_\w+=(.*)$/mg) { $messages{$1} = []; } } sub type_xml { ### For generic translatable XML files ### my $tree = readXml($input); parseTree(0, $tree); } sub print_var { my $var = shift; my $vartype = ref $var; if ($vartype =~ /ARRAY/) { my @arr = @{$var}; print "[ "; foreach my $el (@arr) { print_var($el); print ", "; } print "] "; } elsif ($vartype =~ /HASH/) { my %hash = %{$var}; print "{ "; foreach my $key (keys %hash) { print "$key => "; print_var($hash{$key}); print ", "; } print "} "; } else { print $var; } } # Same syntax as getAttributeString in intltool-merge.in.in, similar logic (look for ## differences comment) sub getAttributeString { my $sub = shift; my $do_translate = shift || 1; my $language = shift || ""; my $translate = shift; my $result = ""; foreach my $e (reverse(sort(keys %{ $sub }))) { my $key = $e; my $string = $sub->{$e}; my $quote = '"'; $string =~ s/^[\s]+//; $string =~ s/[\s]+$//; if ($string =~ /^'.*'$/) { $quote = "'"; } $string =~ s/^['"]//g; $string =~ s/['"]$//g; ## differences from intltool-merge.in.in if ($key =~ /^_/) { $comments{entity_decode($string)} = $XMLCOMMENT if $XMLCOMMENT; $messages{entity_decode($string)} = []; $$translate = 2; } ## differences end here from intltool-merge.in.in $result .= " $key=$quote$string$quote"; } return $result; } # Verbatim copy from intltool-merge.in.in sub getXMLstring { my $ref = shift; my $spacepreserve = shift || 0; my @list = @{ $ref }; my $result = ""; my $count = scalar(@list); my $attrs = $list[0]; my $index = 1; $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); $spacepreserve = 0 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?default["']?$/)); while ($index < $count) { my $type = $list[$index]; my $content = $list[$index+1]; if (! $type ) { # We've got CDATA if ($content) { # lets strip the whitespace here, and *ONLY* here $content =~ s/\s+/ /gs if (!$spacepreserve); $result .= $content; } } elsif ( "$type" ne "1" ) { # We've got another element $result .= "<$type"; $result .= getAttributeString(@{$content}[0], 0); # no nested translatable elements if ($content) { my $subresult = getXMLstring($content, $spacepreserve); if ($subresult) { $result .= ">".$subresult . ""; } else { $result .= "/>"; } } else { $result .= "/>"; } } $index += 2; } return $result; } # Verbatim copy from intltool-merge.in.in, except for MULTIPLE_OUTPUT handling removed # Translate list of nodes if necessary sub translate_subnodes { my $fh = shift; my $content = shift; my $language = shift || ""; my $singlelang = shift || 0; my $spacepreserve = shift || 0; my @nodes = @{ $content }; my $count = scalar(@nodes); my $index = 0; while ($index < $count) { my $type = $nodes[$index]; my $rest = $nodes[$index+1]; traverse($fh, $type, $rest, $language, $spacepreserve); $index += 2; } } # Based on traverse() in intltool-merge.in.in sub traverse { my $fh = shift; # unused, to allow us to sync code between -merge and -extract my $nodename = shift; my $content = shift; my $language = shift || ""; my $spacepreserve = shift || 0; if ($nodename && "$nodename" eq "1") { $XMLCOMMENT = $content; } elsif ($nodename) { # element my @all = @{ $content }; my $attrs = shift @all; my $translate = 0; my $outattr = getAttributeString($attrs, 1, $language, \$translate); if ($nodename =~ /^_/) { $translate = 1; $nodename =~ s/^_//; } my $lookup = ''; $spacepreserve = 0 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?default["']?$/)); $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); if ($translate) { $lookup = getXMLstring($content, $spacepreserve); if (!$spacepreserve) { $lookup =~ s/^\s+//s; $lookup =~ s/\s+$//s; } if ($lookup && $translate != 2) { $comments{$lookup} = $XMLCOMMENT if $XMLCOMMENT; $messages{$lookup} = []; } elsif ($translate == 2) { translate_subnodes($fh, \@all, $language, 1, $spacepreserve); } } else { $XMLCOMMENT = ""; my $count = scalar(@all); if ($count > 0) { my $index = 0; while ($index < $count) { my $type = $all[$index]; my $rest = $all[$index+1]; traverse($fh, $type, $rest, $language, $spacepreserve); $index += 2; } } } $XMLCOMMENT = ""; } } # Verbatim copy from intltool-merge.in.in, $fh for compatibility sub parseTree { my $fh = shift; my $ref = shift; my $language = shift || ""; my $name = shift @{ $ref }; my $cont = shift @{ $ref }; while (!$name || "$name" eq "1") { $name = shift @{ $ref }; $cont = shift @{ $ref }; } my $spacepreserve = 0; my $attrs = @{$cont}[0]; $spacepreserve = 1 if ((exists $attrs->{"xml:space"}) && ($attrs->{"xml:space"} =~ /^["']?preserve["']?$/)); traverse($fh, $name, $cont, $language, $spacepreserve); } # Verbatim copy from intltool-merge.in.in sub intltool_tree_comment { my $expat = shift; my $data = $expat->original_string(); my $clist = $expat->{Curlist}; my $pos = $#$clist; $data =~ s/^$//s; push @$clist, 1 => $data; } # Verbatim copy from intltool-merge.in.in sub intltool_tree_cdatastart { my $expat = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; push @$clist, 0 => $expat->original_string(); } # Verbatim copy from intltool-merge.in.in sub intltool_tree_cdataend { my $expat = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; $clist->[$pos] .= $expat->original_string(); } # Verbatim copy from intltool-merge.in.in sub intltool_tree_char { my $expat = shift; my $text = shift; my $clist = $expat->{Curlist}; my $pos = $#$clist; # Use original_string so that we retain escaped entities # in CDATA sections. # if ($pos > 0 and $clist->[$pos - 1] eq '0') { $clist->[$pos] .= $expat->original_string(); } else { push @$clist, 0 => $expat->original_string(); } } # Verbatim copy from intltool-merge.in.in sub intltool_tree_start { my $expat = shift; my $tag = shift; my @origlist = (); # Use original_string so that we retain escaped entities # in attribute values. We must convert the string to an # @origlist array to conform to the structure of the Tree # Style. # my @original_array = split /\x/, $expat->original_string(); my $source = $expat->original_string(); # Remove leading tag. # $source =~ s|^\s*<\s*(\S+)||s; # Grab attribute key/value pairs and push onto @origlist array. # while ($source) { if ($source =~ /^\s*([\w:-]+)\s*[=]\s*["]/) { $source =~ s|^\s*([\w:-]+)\s*[=]\s*["]([^"]*)["]||s; push @origlist, $1; push @origlist, '"' . $2 . '"'; } elsif ($source =~ /^\s*([\w:-]+)\s*[=]\s*[']/) { $source =~ s|^\s*([\w:-]+)\s*[=]\s*[']([^']*)[']||s; push @origlist, $1; push @origlist, "'" . $2 . "'"; } else { last; } } my $ol = [ { @origlist } ]; push @{ $expat->{Lists} }, $expat->{Curlist}; push @{ $expat->{Curlist} }, $tag => $ol; $expat->{Curlist} = $ol; } # Copied from intltool-merge.in.in and added comment handler. sub readXml { my $xmldoc = shift || return; my $ret = eval 'require XML::Parser'; if(!$ret) { die "You must have XML::Parser installed to run $0\n\n"; } my $xp = new XML::Parser(Style => 'Tree'); $xp->setHandlers(Char => \&intltool_tree_char); $xp->setHandlers(Start => \&intltool_tree_start); $xp->setHandlers(CdataStart => \&intltool_tree_cdatastart); $xp->setHandlers(CdataEnd => \&intltool_tree_cdataend); ## differences from intltool-merge.in.in $xp->setHandlers(Comment => \&intltool_tree_comment); ## differences end here from intltool-merge.in.in my $tree = $xp->parse($xmldoc); #print_var($tree); # Hello thereHowdydo # would be: # [foo, [{}, 1, "comment", head, [{id => "a"}, 0, "Hello ", em, [{}, 0, "there"]], bar, # [{}, 0, "Howdy", ref, [{}]], 0, "do" ] ] return $tree; } sub type_schemas { ### For schemas XML files ### # FIXME: We should handle escaped < (less than) while ($input =~ / \s* (\s*(?:\s*)?(.*?)\s*<\/default>\s*)? (\s*(?:\s*)?(.*?)\s*<\/short>\s*)? (\s*(?:\s*)?(.*?)\s*<\/long>\s*)? <\/locale> /sgx) { my @totranslate = ($3,$6,$9); my @eachcomment = ($2,$5,$8); foreach (@totranslate) { my $currentcomment = shift @eachcomment; next if !$_; s/\s+/ /g; $messages{entity_decode_minimal($_)} = []; $comments{entity_decode_minimal($_)} = $currentcomment if (defined($currentcomment)); } } } sub type_rfc822deb { ### For rfc822-style Debian configuration files ### my $lineno = 1; my $type = ''; while ($input =~ /\G(.*?)(^|\n)(_+)([^:]+):[ \t]*(.*?)(?=\n\S|$)/sg) { my ($pre, $newline, $underscore, $tag, $text) = ($1, $2, $3, $4, $5); while ($pre =~ m/\n/g) { $lineno ++; } $lineno += length($newline); my @str_list = rfc822deb_split(length($underscore), $text); for my $str (@str_list) { $strcount++; $messages{$str} = []; $loc{$str} = $lineno; $count{$str} = $strcount; my $usercomment = ''; while($pre =~ s/(^|\n)#([^\n]*)$//s) { $usercomment = "\n" . $2 . $usercomment; } $comments{$str} = $tag . $usercomment; } $lineno += ($text =~ s/\n//g); } } sub rfc822deb_split { # Debian defines a special way to deal with rfc822-style files: # when a value contain newlines, it consists of # 1. a short form (first line) # 2. a long description, all lines begin with a space, # and paragraphs are separated by a single dot on a line # This routine returns an array of all paragraphs, and reformat # them. # When first argument is 2, the string is a comma separated list of # values. my $type = shift; my $text = shift; $text =~ s/^[ \t]//mg; return (split(/, */, $text, 0)) if $type ne 1; return ($text) if $text !~ /\n/; $text =~ s/([^\n]*)\n//; my @list = ($1); my $str = ''; for my $line (split (/\n/, $text)) { chomp $line; if ($line =~ /^\.\s*$/) { # New paragraph $str =~ s/\s*$//; push(@list, $str); $str = ''; } elsif ($line =~ /^\s/) { # Line which must not be reformatted $str .= "\n" if length ($str) && $str !~ /\n$/; $line =~ s/\s+$//; $str .= $line."\n"; } else { # Continuation line, remove newline $str .= " " if length ($str) && $str !~ /\n$/; $str .= $line; } } $str =~ s/\s*$//; push(@list, $str) if length ($str); return @list; } sub type_quoted { while ($input =~ /\"(([^\"]|\\\")*[^\\\"])\"/g) { my $message = $1; my $before = $`; $message =~ s/\\\"/\"/g; $before =~ s/[^\n]//g; $messages{$message} = []; $loc{$message} = length ($before) + 2; } } sub type_quotedxml { while ($input =~ /\"(([^\"]|\\\")*[^\\\"])\"/g) { my $message = $1; my $before = $`; $message =~ s/\\\"/\"/g; $message = entity_decode($message); $before =~ s/[^\n]//g; $messages{$message} = []; $loc{$message} = length ($before) + 2; } } sub type_glade { ### For translatable Glade XML files ### my $tags = "label|title|text|format|copyright|comments|preview_text|tooltip|message"; while ($input =~ /<($tags)>([^<]+)<\/($tags)>/sg) { # Glade sometimes uses tags that normally mark translatable things for # little bits of non-translatable content. We work around this by not # translating strings that only includes something like label4 or window1. $messages{entity_decode($2)} = [] unless $2 =~ /^(window|label|dialog)[0-9]+$/; } while ($input =~ /(..[^<]*)<\/items>/sg) { for my $item (split (/\n/, $1)) { $messages{entity_decode($item)} = []; } } ## handle new glade files while ($input =~ /<(property|atkproperty)\s+[^>]*translatable\s*=\s*"yes"(?:\s+[^>]*comments\s*=\s*"([^"]*)")?[^>]*>([^<]+)<\/\1>/sg) { $messages{entity_decode($3)} = [] unless $3 =~ /^(window|label)[0-9]+$/; if (defined($2) and !($3 =~ /^(window|label)[0-9]+$/)) { $comments{entity_decode($3)} = entity_decode($2) ; } } while ($input =~ /]*)"\s+description="([^>]+)"\/>/sg) { $messages{entity_decode_minimal($2)} = []; } } sub type_scheme { my ($line, $i, $state, $str, $trcomment, $char); for $line (split(/\n/, $input)) { $i = 0; $state = 0; # 0 - nothing, 1 - string, 2 - translatable string while ($i < length($line)) { if (substr($line,$i,1) eq "\"") { if ($state == 2) { $comments{$str} = $trcomment if ($trcomment); $messages{$str} = []; $str = ''; $state = 0; $trcomment = ""; } elsif ($state == 1) { $str = ''; $state = 0; $trcomment = ""; } else { $state = 1; $str = ''; if ($i>0 && substr($line,$i-1,1) eq '_') { $state = 2; } } } elsif (!$state) { if (substr($line,$i,1) eq ";") { $trcomment = substr($line,$i+1); $trcomment =~ s/^;*\s*//; $i = length($line); } elsif ($trcomment && substr($line,$i,1) !~ /\s|\(|\)|_/) { $trcomment = ""; } } else { if (substr($line,$i,1) eq "\\") { $char = substr($line,$i+1,1); if ($char ne "\"" && $char ne "\\") { $str = $str . "\\"; } $i++; } $str = $str . substr($line,$i,1); } $i++; } } } sub msg_write { my @msgids; if (%count) { @msgids = sort { $count{$a} <=> $count{$b} } keys %count; } else { @msgids = sort keys %messages; } for my $message (@msgids) { my $offsetlines = 1; $offsetlines++ if $message =~ /%/; if (defined ($comments{$message})) { while ($comments{$message} =~ m/\n/g) { $offsetlines++; } } print OUT "# ".($loc{$message} - $offsetlines). " \"$FILE\"\n" if defined $loc{$message}; print OUT "/* ".$comments{$message}." */\n" if defined $comments{$message}; print OUT "/* xgettext:no-c-format */\n" if $message =~ /%/; my @lines = split (/\n/, $message, -1); for (my $n = 0; $n < @lines; $n++) { if ($n == 0) { print OUT "char *s = N_(\""; } else { print OUT " \""; } print OUT escape($lines[$n]); if ($n < @lines - 1) { print OUT "\\n\"\n"; } else { print OUT "\");\n"; } } } } gbonds-2.0.3/ABOUT-NLS0000664000076400007640000004464411106721200011154 00000000000000Notes on the Free Translation Project ************************************* Free software is going international! The Free Translation Project is a way to get maintainers of free software, translators, and users all together, so that will gradually become able to speak many languages. A few packages already provide translations for their messages. If you found this `ABOUT-NLS' file inside a distribution, you may assume that the distributed package does use GNU `gettext' internally, itself available at your nearest GNU archive site. But you do _not_ need to install GNU `gettext' prior to configuring, installing or using this package with messages translated. Installers will find here some useful hints. These notes also explain how users should proceed for getting the programs to use the available translations. They tell how people wanting to contribute and work at translations should contact the appropriate team. When reporting bugs in the `intl/' directory or bugs which may be related to internationalization, you should tell about the version of `gettext' which is used. The information can be found in the `intl/VERSION' file, in internationalized packages. Quick configuration advice ========================== If you want to exploit the full power of internationalization, you should configure it using ./configure --with-included-gettext to force usage of internationalizing routines provided within this package, despite the existence of internationalizing capabilities in the operating system where this package is being installed. So far, only the `gettext' implementation in the GNU C library version 2 provides as many features (such as locale alias, message inheritance, automatic charset conversion or plural form handling) as the implementation here. It is also not possible to offer this additional functionality on top of a `catgets' implementation. Future versions of GNU `gettext' will very likely convey even more functionality. So it might be a good idea to change to GNU `gettext' as soon as possible. So you need _not_ provide this option if you are using GNU libc 2 or you have installed a recent copy of the GNU gettext package with the included `libintl'. INSTALL Matters =============== Some packages are "localizable" when properly installed; the programs they contain can be made to speak your own native language. Most such packages use GNU `gettext'. Other packages have their own ways to internationalization, predating GNU `gettext'. By default, this package will be installed to allow translation of messages. It will automatically detect whether the system already provides the GNU `gettext' functions. If not, the GNU `gettext' own library will be used. This library is wholly contained within this package, usually in the `intl/' subdirectory, so prior installation of the GNU `gettext' package is _not_ required. Installers may use special options at configuration time for changing the default behaviour. The commands: ./configure --with-included-gettext ./configure --disable-nls will respectively bypass any pre-existing `gettext' to use the internationalizing routines provided within this package, or else, _totally_ disable translation of messages. When you already have GNU `gettext' installed on your system and run configure without an option for your new package, `configure' will probably detect the previously built and installed `libintl.a' file and will decide to use this. This might be not what is desirable. You should use the more recent version of the GNU `gettext' library. I.e. if the file `intl/VERSION' shows that the library which comes with this package is more recent, you should use ./configure --with-included-gettext to prevent auto-detection. The configuration process will not test for the `catgets' function and therefore it will not be used. The reason is that even an emulation of `gettext' on top of `catgets' could not provide all the extensions of the GNU `gettext' library. Internationalized packages have usually many `po/LL.po' files, where LL gives an ISO 639 two-letter code identifying the language. Unless translations have been forbidden at `configure' time by using the `--disable-nls' switch, all available translations are installed together with the package. However, the environment variable `LINGUAS' may be set, prior to configuration, to limit the installed set. `LINGUAS' should then contain a space separated list of two-letter codes, stating which languages are allowed. Using This Package ================== As a user, if your language has been installed for this package, you only have to set the `LANG' environment variable to the appropriate `LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, and `CC' is an ISO 3166 two-letter country code. For example, let's suppose that you speak German and live in Germany. At the shell prompt, merely execute `setenv LANG de_DE' (in `csh'), `export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash'). This can be done from your `.login' or `.profile' file, once and for all. You might think that the country code specification is redundant. But in fact, some languages have dialects in different countries. For example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The country code serves to distinguish the dialects. Not all programs have translations for all languages. By default, an English message is shown in place of a nonexistent translation. If you understand other languages, you can set up a priority list of languages. This is done through a different environment variable, called `LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG' for the purpose of message handling, but you still need to have `LANG' set to the primary language; this is required by other parts of the system libraries. For example, some Swedish users who would rather read translations in German than English for when Swedish is not available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'. In the `LANGUAGE' environment variable, but not in the `LANG' environment variable, `LL_CC' combinations can be abbreviated as `LL' to denote the language's main dialect. For example, `de' is equivalent to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT' (Portuguese as spoken in Portugal) in this context. Translating Teams ================= For the Free Translation Project to be a success, we need interested people who like their own language and write it well, and who are also able to synergize with other translators speaking the same language. Each translation team has its own mailing list. The up-to-date list of teams can be found at the Free Translation Project's homepage, `http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams" area. If you'd like to volunteer to _work_ at translating messages, you should become a member of the translating team for your own language. The subscribing address is _not_ the same as the list itself, it has `-request' appended. For example, speakers of Swedish can send a message to `sv-request@li.org', having this message body: subscribe Keep in mind that team members are expected to participate _actively_ in translations, or at solving translational difficulties, rather than merely lurking around. If your team does not exist yet and you want to start one, or if you are unsure about what to do or how to get started, please write to `translation@iro.umontreal.ca' to reach the coordinator for all translator teams. The English team is special. It works at improving and uniformizing the terminology in use. Proven linguistic skill are praised more than programming skill, here. Available Packages ================== Languages are not equally supported in all packages. The following matrix shows the current state of internationalization, as of September 2001. The matrix shows, in regard of each package, for which languages PO files have been submitted to translation coordination, with a translation percentage of at least 50%. Ready PO files bg cs da de el en eo es et fi fr gl he hr id it ja +----------------------------------------------------+ a2ps | [] [] [] | bash | [] [] [] [] | bfd | | binutils | [] | bison | [] [] [] [] [] | clisp | [] [] [] [] | cpio | [] [] [] [] [] | diffutils | [] [] [] [] [] [] [] | enscript | [] [] | error | [] [] | fetchmail | | fileutils | [] [] [] [] [] [] [] [] | findutils | [] [] [] [] [] [] [] [] | flex | [] [] [] | freetype | | gas | | gawk | [] [] | gcal | | gcc | | gettext | [] [] [] [] [] [] [] [] [] [] | gnupg | [] [] [] [] [] [] [] | gprof | | grep | [] [] [] [] [] [] [] [] | hello | [] [] [] [] [] [] [] [] [] [] [] | id-utils | [] [] [] | indent | [] [] [] [] [] | jpilot | [] | kbd | | ld | [] | libc | [] [] [] [] [] [] [] [] | lilypond | [] | lynx | [] [] [] [] | m4 | [] [] [] [] [] [] [] [] | make | [] [] [] [] [] [] | mysecretdiary | [] | nano | [] [] [] | opcodes | | parted | [] [] [] | ptx | [] [] [] [] [] [] [] | python | | recode | [] [] [] [] [] [] [] [] [] | sed | [] [] [] [] [] [] [] [] [] [] [] [] | sh-utils | [] [] [] [] [] [] [] [] [] [] | sharutils | [] [] [] [] [] [] [] [] | sketch | | soundtracker | [] [] [] | sp | | tar | [] [] [] [] [] [] [] [] | texinfo | [] [] [] [] [] [] | textutils | [] [] [] [] [] [] [] [] | util-linux | [] [] | wdiff | [] [] [] | wget | [] [] [] [] [] [] [] [] [] [] | +----------------------------------------------------+ bg cs da de el en eo es et fi fr gl he hr id it ja 0 14 24 32 11 1 8 23 13 1 33 22 4 0 7 9 18 ko lv nb nl nn no pl pt pt_BR ru sk sl sv tr uk zh +----------------------------------------------------+ a2ps | [] [] [] | 6 bash | | 4 bfd | | 0 binutils | | 1 bison | [] | 6 clisp | [] | 5 cpio | [] [] [] [] [] | 10 diffutils | [] [] [] [] | 11 enscript | [] [] [] | 5 error | [] [] | 4 fetchmail | | 0 fileutils | [] [] [] [] [] [] [] [] [] | 17 findutils | [] [] [] [] [] [] [] [] | 16 flex | [] [] [] | 6 freetype | | 0 gas | | 0 gawk | [] | 3 gcal | | 0 gcc | | 0 gettext | [] [] [] [] [] [] [] [] | 18 gnupg | [] [] [] | 10 gprof | | 0 grep | [] [] [] [] | 12 hello | [] [] [] [] [] [] [] [] [] [] [] | 22 id-utils | [] [] [] | 6 indent | [] [] [] [] [] [] [] | 12 jpilot | | 1 kbd | [] | 1 ld | | 1 libc | [] [] [] [] [] [] [] [] | 16 lilypond | [] [] | 3 lynx | [] [] [] [] | 8 m4 | [] [] [] [] | 12 make | [] [] [] [] [] [] | 12 mysecretdiary | | 1 nano | [] | 4 opcodes | [] | 1 parted | [] [] | 5 ptx | [] [] [] [] [] [] [] [] | 15 python | | 0 recode | [] [] [] [] | 13 sed | [] [] [] [] [] [] [] | 19 sh-utils | [] [] [] [] [] [] [] [] [] [] [] | 21 sharutils | [] [] [] | 11 sketch | | 0 soundtracker | | 3 sp | | 0 tar | [] [] [] [] [] [] [] | 15 texinfo | [] | 7 textutils | [] [] [] [] [] [] [] [] | 16 util-linux | [] [] | 4 wdiff | [] [] [] [] | 7 wget | [] [] [] [] [] [] [] | 17 +----------------------------------------------------+ 33 teams ko lv nb nl nn no pl pt pt_BR ru sk sl sv tr uk zh 53 domains 9 1 6 20 0 6 17 1 13 25 10 11 23 21 2 2 387 Some counters in the preceding matrix are higher than the number of visible blocks let us expect. This is because a few extra PO files are used for implementing regional variants of languages, or language dialects. For a PO file in the matrix above to be effective, the package to which it applies should also have been internationalized and distributed as such by its maintainer. There might be an observable lag between the mere existence a PO file and its wide availability in a distribution. If September 2001 seems to be old, you may fetch a more recent copy of this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix with full percentage details can be found at `http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'. Using `gettext' in new packages =============================== If you are writing a freely available program and want to internationalize it you are welcome to use GNU `gettext' in your package. Of course you have to respect the GNU Library General Public License which covers the use of the GNU `gettext' library. This means in particular that even non-free programs can use `libintl' as a shared library, whereas only free software can use `libintl' as a static library or use modified versions of `libintl'. Once the sources are changed appropriately and the setup can handle to use of `gettext' the only thing missing are the translations. The Free Translation Project is also available for packages which are not developed inside the GNU project. Therefore the information given above applies also for every other Free Software Project. Contact `translation@iro.umontreal.ca' to make the `.pot' files available to the translation teams. gbonds-2.0.3/depcomp0000755000076400007640000004271311107465252011310 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: gbonds-2.0.3/ltmain.sh0000644000076400007640000060446510750156617011570 00000000000000# ltmain.sh - Provide generalized library-building support services. # NOTE: Changing this file will not affect anything until you rerun configure. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, # 2007 Free Software Foundation, Inc. # Originally by Gordon Matzigkeit , 1996 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 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. basename="s,^.*/,,g" # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath="$0" # The name of this program: progname=`echo "$progpath" | $SED $basename` modename="$progname" # Global variables: EXIT_SUCCESS=0 EXIT_FAILURE=1 PROGRAM=ltmain.sh PACKAGE=libtool VERSION=1.5.24 TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)" # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # Check that we have a working $echo. if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then # Yippee, $echo works! : else # Restart under the correct shell, and then maybe $echo will work. exec $SHELL "$progpath" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat <&2 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 exit $EXIT_FAILURE fi # Global variables. mode=$default_mode nonopt= prev= prevopt= run= show="$echo" show_help= execute_dlfiles= duplicate_deps=no preserve_args= lo2o="s/\\.lo\$/.${objext}/" o2lo="s/\\.${objext}\$/.lo/" extracted_archives= extracted_serial=0 ##################################### # Shell function definitions: # This seems to be the best place for them # func_mktempdir [string] # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, STRING is the basename for that directory. func_mktempdir () { my_template="${TMPDIR-/tmp}/${1-$progname}" if test "$run" = ":"; then # Return a directory name, but don't create it in dry-run mode my_tmpdir="${my_template}-$$" else # If mktemp works, use that first and foremost my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` if test ! -d "$my_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race my_tmpdir="${my_template}-${RANDOM-0}$$" save_mktempdir_umask=`umask` umask 0077 $mkdir "$my_tmpdir" umask $save_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$my_tmpdir" || { $echo "cannot create temporary directory \`$my_tmpdir'" 1>&2 exit $EXIT_FAILURE } fi $echo "X$my_tmpdir" | $Xsed } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. func_win32_libid () { win32_libid_type="unknown" win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \ $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then win32_nmres=`eval $NM -f posix -A $1 | \ $SED -n -e '1,100{ / I /{ s,.*,import, p q } }'` case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $echo $win32_libid_type } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac CC_quoted="$CC_quoted $arg" done case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac CC_quoted="$CC_quoted $arg" done case "$@ " in " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then $echo "$modename: unable to infer tagged configuration" $echo "$modename: specify a tag with \`--tag'" 1>&2 exit $EXIT_FAILURE # else # $echo "$modename: using $tagname tagged configuration" fi ;; esac fi } # func_extract_an_archive dir oldlib func_extract_an_archive () { f_ex_an_ar_dir="$1"; shift f_ex_an_ar_oldlib="$1" $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)" $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $? if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2 exit $EXIT_FAILURE fi } # func_extract_archives gentop oldlib ... func_extract_archives () { my_gentop="$1"; shift my_oldlibs=${1+"$@"} my_oldobjs="" my_xlib="" my_xabs="" my_xdir="" my_status="" $show "${rm}r $my_gentop" $run ${rm}r "$my_gentop" $show "$mkdir $my_gentop" $run $mkdir "$my_gentop" my_status=$? if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then exit $my_status fi for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'` my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) extracted_serial=`expr $extracted_serial + 1` my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir="$my_gentop/$my_xlib_u" $show "${rm}r $my_xdir" $run ${rm}r "$my_xdir" $show "$mkdir $my_xdir" $run $mkdir "$my_xdir" exit_status=$? if test "$exit_status" -ne 0 && test ! -d "$my_xdir"; then exit $exit_status fi case $host in *-darwin*) $show "Extracting $my_xabs" # Do not bother doing anything if just a dry run if test -z "$run"; then darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'` darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null` if test -n "$darwin_arches"; then darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= $show "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches ; do mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}" lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}" cd "unfat-$$/${darwin_base_archive}-${darwin_arch}" func_extract_an_archive "`pwd`" "${darwin_base_archive}" cd "$darwin_curdir" $rm "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" done # $darwin_arches ## Okay now we have a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP` lipo -create -output "$darwin_file" $darwin_files done # $darwin_filelist ${rm}r unfat-$$ cd "$darwin_orig_dir" else cd "$darwin_orig_dir" func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches fi # $run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP` done func_extract_archives_result="$my_oldobjs" } # End of Shell function definitions ##################################### # Darwin sucks eval std_shrext=\"$shrext_cmds\" disable_libs=no # Parse our command line options once, thoroughly. while test "$#" -gt 0 do arg="$1" shift case $arg in -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;; *) optarg= ;; esac # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in execute_dlfiles) execute_dlfiles="$execute_dlfiles $arg" ;; tag) tagname="$arg" preserve_args="${preserve_args}=$arg" # Check whether tagname contains only valid characters case $tagname in *[!-_A-Za-z0-9,/]*) $echo "$progname: invalid tag name: $tagname" 1>&2 exit $EXIT_FAILURE ;; esac case $tagname in CC) # Don't test for the "default" C tag, as we know, it's there, but # not specially marked. ;; *) if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then taglist="$taglist $tagname" # Evaluate the configuration. eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`" else $echo "$progname: ignoring unknown tag $tagname" 1>&2 fi ;; esac ;; *) eval "$prev=\$arg" ;; esac prev= prevopt= continue fi # Have we seen a non-optional argument yet? case $arg in --help) show_help=yes ;; --version) echo "\ $PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP Copyright (C) 2007 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." exit $? ;; --config) ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath # Now print the configurations for the tags. for tagname in $taglist; do ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath" done exit $? ;; --debug) $echo "$progname: enabling shell trace mode" set -x preserve_args="$preserve_args $arg" ;; --dry-run | -n) run=: ;; --features) $echo "host: $host" if test "$build_libtool_libs" = yes; then $echo "enable shared libraries" else $echo "disable shared libraries" fi if test "$build_old_libs" = yes; then $echo "enable static libraries" else $echo "disable static libraries" fi exit $? ;; --finish) mode="finish" ;; --mode) prevopt="--mode" prev=mode ;; --mode=*) mode="$optarg" ;; --preserve-dup-deps) duplicate_deps="yes" ;; --quiet | --silent) show=: preserve_args="$preserve_args $arg" ;; --tag) prevopt="--tag" prev=tag preserve_args="$preserve_args --tag" ;; --tag=*) set tag "$optarg" ${1+"$@"} shift prev=tag preserve_args="$preserve_args --tag" ;; -dlopen) prevopt="-dlopen" prev=execute_dlfiles ;; -*) $echo "$modename: unrecognized option \`$arg'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE ;; *) nonopt="$arg" break ;; esac done if test -n "$prevopt"; then $echo "$modename: option \`$prevopt' requires an argument" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi case $disable_libs in no) ;; shared) build_libtool_libs=no build_old_libs=yes ;; static) build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` ;; esac # If this variable is set in any of the actions, the command in it # will be execed at the end. This prevents here-documents from being # left over by shells. exec_cmd= if test -z "$show_help"; then # Infer the operation mode. if test -z "$mode"; then $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2 $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2 case $nonopt in *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*) mode=link for arg do case $arg in -c) mode=compile break ;; esac done ;; *db | *dbx | *strace | *truss) mode=execute ;; *install*|cp|mv) mode=install ;; *rm) mode=uninstall ;; *) # If we have no mode, but dlfiles were specified, then do execute mode. test -n "$execute_dlfiles" && mode=execute # Just use the default operation mode. if test -z "$mode"; then if test -n "$nonopt"; then $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2 else $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2 fi fi ;; esac fi # Only execute mode is allowed to have -dlopen flags. if test -n "$execute_dlfiles" && test "$mode" != execute; then $echo "$modename: unrecognized option \`-dlopen'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help="$help" help="Try \`$modename --help --mode=$mode' for more information." # These modes are in order of execution frequency so that they run quickly. case $mode in # libtool compile mode compile) modename="$modename: compile" # Get the compilation command and the source file. base_compile= srcfile="$nonopt" # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal libobj= later= for arg do case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile lastarg="$arg" arg_mode=normal ;; target ) libobj="$arg" arg_mode=normal continue ;; normal ) # Accept any command-line options. case $arg in -o) if test -n "$libobj" ; then $echo "$modename: you cannot specify \`-o' more than once" 1>&2 exit $EXIT_FAILURE fi arg_mode=target continue ;; -static | -prefer-pic | -prefer-non-pic) later="$later $arg" continue ;; -no-suppress) suppress_opt=no continue ;; -Xcompiler) arg_mode=arg # the next one goes into the "base_compile" arg list continue # The current "srcfile" will either be retained or ;; # replaced later. I would guess that would be a bug. -Wc,*) args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"` lastarg= save_ifs="$IFS"; IFS=',' for arg in $args; do IFS="$save_ifs" # Double-quote args containing other shell metacharacters. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac lastarg="$lastarg $arg" done IFS="$save_ifs" lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"` # Add the arguments to base_compile. base_compile="$base_compile $lastarg" continue ;; * ) # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # lastarg="$srcfile" srcfile="$arg" ;; esac # case $arg ;; esac # case $arg_mode # Aesthetically quote the previous argument. lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"` case $lastarg in # Double-quote args containing other shell metacharacters. # Many Bourne shells cannot handle close brackets correctly # in scan sets, and some SunOS ksh mistreat backslash-escaping # in scan sets (worked around with variable expansion), # and furthermore cannot handle '|' '&' '(' ')' in scan sets # at all, so we specify them separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") lastarg="\"$lastarg\"" ;; esac base_compile="$base_compile $lastarg" done # for arg case $arg_mode in arg) $echo "$modename: you must specify an argument for -Xcompile" exit $EXIT_FAILURE ;; target) $echo "$modename: you must specify a target with \`-o'" 1>&2 exit $EXIT_FAILURE ;; *) # Get the name of the library object. [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'` ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo xform='[cCFSifmso]' case $libobj in *.ada) xform=ada ;; *.adb) xform=adb ;; *.ads) xform=ads ;; *.asm) xform=asm ;; *.c++) xform=c++ ;; *.cc) xform=cc ;; *.ii) xform=ii ;; *.class) xform=class ;; *.cpp) xform=cpp ;; *.cxx) xform=cxx ;; *.[fF][09]?) xform=[fF][09]. ;; *.for) xform=for ;; *.java) xform=java ;; *.obj) xform=obj ;; esac libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"` case $libobj in *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;; *) $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2 exit $EXIT_FAILURE ;; esac func_infer_tag $base_compile for arg in $later; do case $arg in -static) build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"` case $qlibobj in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") qlibobj="\"$qlibobj\"" ;; esac test "X$libobj" != "X$qlibobj" \ && $echo "X$libobj" | grep '[]~#^*{};<>?"'"'"' &()|`$[]' \ && $echo "$modename: libobj name \`$libobj' may not contain shell special characters." objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$obj"; then xdir= else xdir=$xdir/ fi lobj=${xdir}$objdir/$objname if test -z "$base_compile"; then $echo "$modename: you must specify a compilation command" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi # Delete any leftover library objects. if test "$build_old_libs" = yes; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi $run $rm $removelist trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2*) pic_mode=default ;; esac if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test "$compiler_c_o" = no; then output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} lockfile="$output_obj.lock" removelist="$removelist $output_obj $lockfile" trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15 else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test "$need_locks" = yes; then until $run ln "$progpath" "$lockfile" 2>/dev/null; do $show "Waiting for $lockfile to be removed" sleep 2 done elif test "$need_locks" = warn; then if test -f "$lockfile"; then $echo "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $run $rm $removelist exit $EXIT_FAILURE fi $echo "$srcfile" > "$lockfile" fi if test -n "$fix_srcfile_path"; then eval srcfile=\"$fix_srcfile_path\" fi qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"` case $qsrcfile in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") qsrcfile="\"$qsrcfile\"" ;; esac $run $rm "$libobj" "${libobj}T" # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. test -z "$run" && cat > ${libobj}T </dev/null`" != "X$srcfile"; then $echo "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $run $rm $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then $show "$mv $output_obj $lobj" if $run $mv $output_obj $lobj; then : else error=$? $run $rm $removelist exit $error fi fi # Append the name of the PIC object to the libtool object file. test -z "$run" && cat >> ${libobj}T <> ${libobj}T </dev/null`" != "X$srcfile"; then $echo "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support \`-c' and \`-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $run $rm $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then $show "$mv $output_obj $obj" if $run $mv $output_obj $obj; then : else error=$? $run $rm $removelist exit $error fi fi # Append the name of the non-PIC object the libtool object file. # Only append if the libtool object file exists. test -z "$run" && cat >> ${libobj}T <> ${libobj}T <&2 fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg="$1" shift case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test ;; *) qarg=$arg ;; esac libtool_args="$libtool_args $qarg" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) compile_command="$compile_command @OUTPUT@" finalize_command="$finalize_command @OUTPUT@" ;; esac case $prev in dlfiles|dlprefiles) if test "$preload" = no; then # Add the symbol object into the linking commands. compile_command="$compile_command @SYMFILE@" finalize_command="$finalize_command @SYMFILE@" preload=yes fi case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test "$dlself" = no; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test "$prev" = dlprefiles; then dlself=yes elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test "$prev" = dlfiles; then dlfiles="$dlfiles $arg" else dlprefiles="$dlprefiles $arg" fi prev= continue ;; esac ;; expsyms) export_symbols="$arg" if test ! -f "$arg"; then $echo "$modename: symbol file \`$arg' does not exist" exit $EXIT_FAILURE fi prev= continue ;; expsyms_regex) export_symbols_regex="$arg" prev= continue ;; inst_prefix) inst_prefix_dir="$arg" prev= continue ;; precious_regex) precious_files_regex="$arg" prev= continue ;; release) release="-$arg" prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat $save_arg` do # moreargs="$moreargs $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then pic_object= non_pic_object= # Read the .lo file # If there is no directory component, then add one. case $arg in */* | *\\*) . $arg ;; *) . ./$arg ;; esac if test -z "$pic_object" || \ test -z "$non_pic_object" || test "$pic_object" = none && \ test "$non_pic_object" = none; then $echo "$modename: cannot find name of object for \`$arg'" 1>&2 exit $EXIT_FAILURE fi # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. libobjs="$libobjs $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object non_pic_objects="$non_pic_objects $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" non_pic_objects="$non_pic_objects $non_pic_object" fi else # Only an error if not doing a dry-run. if test -z "$run"; then $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 exit $EXIT_FAILURE else # Dry-run case. # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` libobjs="$libobjs $pic_object" non_pic_objects="$non_pic_objects $non_pic_object" fi fi done else $echo "$modename: link input file \`$save_arg' does not exist" exit $EXIT_FAILURE fi arg=$save_arg prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) $echo "$modename: only absolute run-paths are allowed" 1>&2 exit $EXIT_FAILURE ;; esac if test "$prev" = rpath; then case "$rpath " in *" $arg "*) ;; *) rpath="$rpath $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) xrpath="$xrpath $arg" ;; esac fi prev= continue ;; xcompiler) compiler_flags="$compiler_flags $qarg" prev= compile_command="$compile_command $qarg" finalize_command="$finalize_command $qarg" continue ;; xlinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $wl$qarg" prev= compile_command="$compile_command $wl$qarg" finalize_command="$finalize_command $wl$qarg" continue ;; xcclinker) linker_flags="$linker_flags $qarg" compiler_flags="$compiler_flags $qarg" prev= compile_command="$compile_command $qarg" finalize_command="$finalize_command $qarg" continue ;; shrext) shrext_cmds="$arg" prev= continue ;; darwin_framework|darwin_framework_skip) test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg" compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" prev= continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg="$arg" case $arg in -all-static) if test -n "$link_static_flag"; then compile_command="$compile_command $link_static_flag" finalize_command="$finalize_command $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2 continue ;; -avoid-version) avoid_version=yes continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then $echo "$modename: more than one -exported-symbols argument is not allowed" exit $EXIT_FAILURE fi if test "X$arg" = "X-export-symbols"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework|-arch|-isysroot) case " $CC " in *" ${arg} ${1} "* | *" ${arg} ${1} "*) prev=darwin_framework_skip ;; *) compiler_flags="$compiler_flags $arg" prev=darwin_framework ;; esac compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" ;; esac continue ;; -L*) dir=`$echo "X$arg" | $Xsed -e 's/^-L//'` # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2 absdir="$dir" notinst_path="$notinst_path $dir" fi dir="$absdir" ;; esac case "$deplibs " in *" -L$dir "*) ;; *) deplibs="$deplibs -L$dir" lib_search_path="$lib_search_path $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; *) dllsearchpath="$dllsearchpath:$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; *) dllsearchpath="$dllsearchpath:$testbindir";; esac ;; esac continue ;; -l*) if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework deplibs="$deplibs -framework System" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test "X$arg" = "X-lc" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi deplibs="$deplibs $arg" continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. -model) compile_command="$compile_command $arg" compiler_flags="$compiler_flags $arg" finalize_command="$finalize_command $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) compiler_flags="$compiler_flags $arg" compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" continue ;; -module) module=yes continue ;; # -64, -mips[0-9] enable 64-bit mode on the SGI compiler # -r[0-9][0-9]* specifies the processor on the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler # +DA*, +DD* enable 64-bit mode on the HP compiler # -q* pass through compiler args for the IBM compiler # -m* pass through architecture-specific compiler args for GCC # -m*, -t[45]*, -txscale* pass through architecture-specific # compiler args for GCC # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC # -F/path gives path to uninstalled frameworks, gcc on darwin # @file GCC response files -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" compiler_flags="$compiler_flags $arg" continue ;; -shrext) prev=shrext continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2 $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2 fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) dir=`$echo "X$arg" | $Xsed -e 's/^-R//'` # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) $echo "$modename: only absolute run-paths are allowed" 1>&2 exit $EXIT_FAILURE ;; esac case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -Wc,*) args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'` arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" case $flag in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") flag="\"$flag\"" ;; esac arg="$arg $wl$flag" compiler_flags="$compiler_flags $flag" done IFS="$save_ifs" arg=`$echo "X$arg" | $Xsed -e "s/^ //"` ;; -Wl,*) args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` arg= save_ifs="$IFS"; IFS=',' for flag in $args; do IFS="$save_ifs" case $flag in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") flag="\"$flag\"" ;; esac arg="$arg $wl$flag" compiler_flags="$compiler_flags $wl$flag" linker_flags="$linker_flags $flag" done IFS="$save_ifs" arg=`$echo "X$arg" | $Xsed -e "s/^ //"` ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # Some other compiler flag. -* | +*) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac ;; *.$objext) # A standard object. objs="$objs $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then pic_object= non_pic_object= # Read the .lo file # If there is no directory component, then add one. case $arg in */* | *\\*) . $arg ;; *) . ./$arg ;; esac if test -z "$pic_object" || \ test -z "$non_pic_object" || test "$pic_object" = none && \ test "$non_pic_object" = none; then $echo "$modename: cannot find name of object for \`$arg'" 1>&2 exit $EXIT_FAILURE fi # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi if test "$pic_object" != none; then # Prepend the subdirectory the object is found in. pic_object="$xdir$pic_object" if test "$prev" = dlfiles; then if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then dlfiles="$dlfiles $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test "$prev" = dlprefiles; then # Preload the old-style object. dlprefiles="$dlprefiles $pic_object" prev= fi # A PIC object. libobjs="$libobjs $pic_object" arg="$pic_object" fi # Non-PIC object. if test "$non_pic_object" != none; then # Prepend the subdirectory the object is found in. non_pic_object="$xdir$non_pic_object" # A standard non-PIC object non_pic_objects="$non_pic_objects $non_pic_object" if test -z "$pic_object" || test "$pic_object" = none ; then arg="$non_pic_object" fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object="$pic_object" non_pic_objects="$non_pic_objects $non_pic_object" fi else # Only an error if not doing a dry-run. if test -z "$run"; then $echo "$modename: \`$arg' is not a valid libtool object" 1>&2 exit $EXIT_FAILURE else # Dry-run case. # Extract subdirectory from the argument. xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` if test "X$xdir" = "X$arg"; then xdir= else xdir="$xdir/" fi pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"` non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"` libobjs="$libobjs $pic_object" non_pic_objects="$non_pic_objects $non_pic_object" fi fi ;; *.$libext) # An archive. deplibs="$deplibs $arg" old_deplibs="$old_deplibs $arg" continue ;; *.la) # A libtool-controlled library. if test "$prev" = dlfiles; then # This library was specified with -dlopen. dlfiles="$dlfiles $arg" prev= elif test "$prev" = dlprefiles; then # The library was specified with -dlpreopen. dlprefiles="$dlprefiles $arg" prev= else deplibs="$deplibs $arg" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" fi done # argument parsing loop if test -n "$prev"; then $echo "$modename: the \`$prevarg' option requires an argument" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" compile_command="$compile_command $arg" finalize_command="$finalize_command $arg" fi oldlibs= # calculate the name of the file, without its directory outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'` libobjs_save="$libobjs" if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` if test "X$output_objdir" = "X$output"; then output_objdir="$objdir" else output_objdir="$output_objdir/$objdir" fi # Create the object directory. if test ! -d "$output_objdir"; then $show "$mkdir $output_objdir" $run $mkdir $output_objdir exit_status=$? if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then exit $exit_status fi fi # Determine the type of output case $output in "") $echo "$modename: you must specify an output file" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac case $host in *cygwin* | *mingw* | *pw32*) # don't eliminate duplications in $postdeps and $predeps duplicate_compiler_generated_deps=yes ;; *) duplicate_compiler_generated_deps=$duplicate_deps ;; esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if test "X$duplicate_deps" = "Xyes" ; then case "$libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi libs="$libs $deplib" done if test "$linkmode" = lib; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;; esac pre_post_deps="$pre_post_deps $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries case $linkmode in lib) passes="conv link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2 exit $EXIT_FAILURE ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=no newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" deplibs= fi if test "$linkmode" = prog; then case $pass in dlopen) libs="$dlfiles" ;; dlpreopen) libs="$dlprefiles" ;; link) libs="$deplibs %DEPLIBS% $dependency_libs" ;; esac fi if test "$pass" = dlopen; then # Collect dlpreopened libraries save_deplibs="$deplibs" deplibs= fi for deplib in $libs; do lib= found=no case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else compiler_flags="$compiler_flags $deplib" fi continue ;; -l*) if test "$linkmode" != lib && test "$linkmode" != prog; then $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2 continue fi name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib="$searchdir/lib${name}${search_ext}" if test -f "$lib"; then if test "$search_ext" = ".la"; then found=yes else found=no fi break 2 fi done done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue else # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $deplib "*) if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then library_names= old_library= case $lib in */* | *\\*) . $lib ;; *) . ./$lib ;; esac for l in $old_library $library_names; do ll="$l" done if test "X$ll" = "X$old_library" ; then # only static version available found=no ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` test "X$ladir" = "X$lib" && ladir="." lib=$ladir/$old_library if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi fi ;; # -l -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test "$pass" = conv && continue newdependency_libs="$deplib $newdependency_libs" newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` ;; prog) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi if test "$pass" = scan; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'` ;; *) $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2 ;; esac # linkmode continue ;; # -L -R*) if test "$pass" = link; then dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'` # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) xrpath="$xrpath $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) lib="$deplib" ;; *.$libext) if test "$pass" = conv; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) valid_a_lib=no case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` if eval $echo \"$deplib\" 2>/dev/null \ | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=yes fi ;; pass_all) valid_a_lib=yes ;; esac if test "$valid_a_lib" != yes; then $echo $echo "*** Warning: Trying to link with static lib archive $deplib." $echo "*** I have the capability to make that library automatically link in when" $echo "*** you link to this library. But I can only do this if you have a" $echo "*** shared version of the library, which you do not appear to have" $echo "*** because the file extensions .$libext of this argument makes me believe" $echo "*** that it is just a static archive that I should not used here." else $echo $echo "*** Warning: Linking the shared library $output against the" $echo "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" fi continue ;; prog) if test "$pass" != link; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test "$pass" = conv; then deplibs="$deplib $deplibs" elif test "$linkmode" = prog; then if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlopen support or we're linking statically, # we need to preload. newdlprefiles="$newdlprefiles $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else newdlfiles="$newdlfiles $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=yes continue ;; esac # case $deplib if test "$found" = yes || test -f "$lib"; then : else $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2 exit $EXIT_FAILURE fi # Check to see that this really is a libtool archive. if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : else $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 exit $EXIT_FAILURE fi ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'` test "X$ladir" = "X$lib" && ladir="." dlname= dlopen= dlpreopen= libdir= library_names= old_library= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file case $lib in */* | *\\*) . $lib ;; *) . ./$lib ;; esac if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan" || { test "$linkmode" != prog && test "$linkmode" != lib; }; then test -n "$dlopen" && dlfiles="$dlfiles $dlopen" test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen" fi if test "$pass" = conv; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 exit $EXIT_FAILURE fi # It is a libtool convenience library, so add in its objects. convenience="$convenience $ladir/$objdir/$old_library" old_convenience="$old_convenience $ladir/$objdir/$old_library" tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if test "X$duplicate_deps" = "Xyes" ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done elif test "$linkmode" != prog && test "$linkmode" != lib; then $echo "$modename: \`$lib' is not a convenience library" 1>&2 exit $EXIT_FAILURE fi continue fi # $pass = conv # Get the name of the library we link against. linklib= for l in $old_library $library_names; do linklib="$l" done if test -z "$linklib"; then $echo "$modename: cannot find name of link library for \`$lib'" 1>&2 exit $EXIT_FAILURE fi # This library was specified with -dlopen. if test "$pass" = dlopen; then if test -z "$libdir"; then $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2 exit $EXIT_FAILURE fi if test -z "$dlname" || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. dlprefiles="$dlprefiles $lib $dependency_libs" else newdlfiles="$newdlfiles $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2 $echo "$modename: passing it literally to the linker, although it might fail" 1>&2 abs_ladir="$ladir" fi ;; esac laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` # Find the relevant object directory and library name. if test "X$installed" = Xyes; then if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then $echo "$modename: warning: library \`$lib' was moved." 1>&2 dir="$ladir" absdir="$abs_ladir" libdir="$abs_ladir" else dir="$libdir" absdir="$libdir" fi test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir="$ladir" absdir="$abs_ladir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" else dir="$ladir/$objdir" absdir="$abs_ladir/$objdir" # Remove this search path later notinst_path="$notinst_path $abs_ladir" fi fi # $installed = yes name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` # This library was specified with -dlpreopen. if test "$pass" = dlpreopen; then if test -z "$libdir"; then $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2 exit $EXIT_FAILURE fi # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then newdlprefiles="$newdlprefiles $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then newdlprefiles="$newdlprefiles $dir/$dlname" else newdlprefiles="$newdlprefiles $dir/$linklib" fi fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test "$linkmode" = lib; then deplibs="$dir/$old_library $deplibs" elif test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test "$linkmode" = prog && test "$pass" != link; then newlib_search_path="$newlib_search_path $ladir" deplibs="$lib $deplibs" linkalldeplibs=no if test "$link_all_deplibs" != no || test -z "$library_names" || test "$build_libtool_libs" = no; then linkalldeplibs=yes fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test esac # Need to link against all dependency_libs? if test "$linkalldeplibs" = yes; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if test "X$duplicate_deps" = "Xyes" ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done # for deplib continue fi # $linkmode = prog... if test "$linkmode,$pass" = "prog,link"; then if test -n "$library_names" && { { test "$prefer_static_libs" = no || test "$prefer_static_libs,$installed" = "built,yes"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then # Make sure the rpath contains only unique directories. case "$temp_rpath " in *" $dir "*) ;; *" $absdir "*) ;; *) temp_rpath="$temp_rpath $absdir" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi # $linkmode,$pass = prog,link... if test "$alldeplibs" = yes && { test "$deplibs_check_method" = pass_all || { test "$build_libtool_libs" = yes && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test "$use_static_libs" = built && test "$installed" = yes ; then use_static_libs=no fi if test -n "$library_names" && { test "$use_static_libs" = no || test -z "$old_library"; }; then if test "$installed" = no; then notinst_deplibs="$notinst_deplibs $lib" need_relink=yes fi # This is a shared library # Warn about portability, can't link against -module's on # some systems (darwin) if test "$shouldnotlink" = yes && test "$pass" = link ; then $echo if test "$linkmode" = prog; then $echo "*** Warning: Linking the executable $output against the loadable module" else $echo "*** Warning: Linking the shared library $output against the loadable module" fi $echo "*** $linklib is not portable!" fi if test "$linkmode" = lib && test "$hardcode_into_libs" = yes; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) compile_rpath="$compile_rpath $absdir" esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names realname="$2" shift; shift libname=`eval \\$echo \"$libname_spec\"` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname="$dlname" elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw*) major=`expr $current - $age` versuffix="-$major" ;; esac eval soname=\"$soname_spec\" else soname="$realname" fi # Make a new name for the extract_expsyms_cmds to use soroot="$soname" soname=`$echo $soroot | ${SED} -e 's/^.*\///'` newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a" # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else $show "extracting exported symbol list from \`$soname'" save_ifs="$IFS"; IFS='~' cmds=$extract_expsyms_cmds for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else $show "generating import library for \`$soname'" save_ifs="$IFS"; IFS='~' cmds=$old_archive_from_expsyms_cmds for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test "$linkmode" = prog || test "$mode" != relink; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test "$hardcode_direct" = no; then add="$dir/$linklib" case $host in *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;; *-*-sysv4*uw2*) add_dir="-L$dir" ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir="-L$dir" ;; *-*-darwin* ) # if the lib is a module then we can not link against # it, someone is ignoring the new warnings I added if /usr/bin/file -L $add 2> /dev/null | $EGREP ": [^:]* bundle" >/dev/null ; then $echo "** Warning, lib $linklib is a module, not a shared library" if test -z "$old_library" ; then $echo $echo "** And there doesn't seem to be a static archive available" $echo "** The link will probably fail, sorry" else add="$dir/$old_library" fi fi esac elif test "$hardcode_minus_L" = no; then case $host in *-*-sunos*) add_shlibpath="$dir" ;; esac add_dir="-L$dir" add="-l$name" elif test "$hardcode_shlibpath_var" = no; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; relink) if test "$hardcode_direct" = yes; then add="$dir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$dir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then add_shlibpath="$dir" add="-l$name" else lib_linked=no fi ;; *) lib_linked=no ;; esac if test "$lib_linked" != yes; then $echo "$modename: configuration error: unsupported hardcode properties" exit $EXIT_FAILURE fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;; esac fi if test "$linkmode" = prog; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test "$hardcode_direct" != yes && \ test "$hardcode_minus_L" != yes && \ test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac fi fi fi if test "$linkmode" = prog || test "$mode" = relink; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test "$hardcode_direct" = yes; then add="$libdir/$linklib" elif test "$hardcode_minus_L" = yes; then add_dir="-L$libdir" add="-l$name" elif test "$hardcode_shlibpath_var" = yes; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;; esac add="-l$name" elif test "$hardcode_automatic" = yes; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib" ; then add="$inst_prefix_dir$libdir/$linklib" else add="$libdir/$linklib" fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir="-L$libdir" # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) add_dir="$add_dir -L$inst_prefix_dir$libdir" ;; esac fi add="-l$name" fi if test "$linkmode" = prog; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test "$linkmode" = prog; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test "$hardcode_direct" != unsupported; then test -n "$old_library" && linklib="$old_library" compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test "$build_libtool_libs" = yes; then # Not a shared library if test "$deplibs_check_method" != pass_all; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. $echo $echo "*** Warning: This system can not link to static lib archive $lib." $echo "*** I have the capability to make that library automatically link in when" $echo "*** you link to this library. But I can only do this if you have a" $echo "*** shared version of the library, which you do not appear to have." if test "$module" = yes; then $echo "*** But as you try to build a module library, libtool will still create " $echo "*** a static module, that should work as long as the dlopening application" $echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then $echo $echo "*** However, this would only work if libtool was able to extract symbol" $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" $echo "*** not find such a program. So, this module is probably useless." $echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test "$linkmode" = lib; then if test -n "$dependency_libs" && { test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes || test "$link_static" = yes; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'` case " $xrpath " in *" $temp_xrpath "*) ;; *) xrpath="$xrpath $temp_xrpath";; esac;; *) temp_deplibs="$temp_deplibs $libdir";; esac done dependency_libs="$temp_deplibs" fi newlib_search_path="$newlib_search_path $absdir" # Link against this library test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" if test "X$duplicate_deps" = "Xyes" ; then case "$tmp_libs " in *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;; esac fi tmp_libs="$tmp_libs $deplib" done if test "$link_all_deplibs" != no; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do case $deplib in -L*) path="$deplib" ;; *.la) dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'` test "X$dir" = "X$deplib" && dir="." # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2 absdir="$dir" fi ;; esac if grep "^installed=no" $deplib > /dev/null; then path="$absdir/$objdir" else eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` if test -z "$libdir"; then $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 exit $EXIT_FAILURE fi if test "$absdir" != "$libdir"; then $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2 fi path="$absdir" fi depdepl= case $host in *-*-darwin*) # we do not want to link against static libs, # but need to link against shared eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names" ; then for tmp in $deplibrary_names ; do depdepl=$tmp done if test -f "$path/$depdepl" ; then depdepl="$path/$depdepl" fi # do not add paths which are already there case " $newlib_search_path " in *" $path "*) ;; *) newlib_search_path="$newlib_search_path $path";; esac fi path="" ;; *) path="-L$path" ;; esac ;; -l*) case $host in *-*-darwin*) # Again, we only want to link against shared libraries eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"` for tmp in $newlib_search_path ; do if test -f "$tmp/lib$tmp_libs.dylib" ; then eval depdepl="$tmp/lib$tmp_libs.dylib" break fi done path="" ;; *) continue ;; esac ;; *) continue ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac case " $deplibs " in *" $depdepl "*) ;; *) deplibs="$depdepl $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs dependency_libs="$newdependency_libs" if test "$pass" = dlpreopen; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test "$pass" != dlopen; then if test "$pass" != conv; then # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) lib_search_path="$lib_search_path $dir" ;; esac done newlib_search_path= fi if test "$linkmode,$pass" != "prog,link"; then vars="deplibs" else vars="compile_deplibs finalize_deplibs" fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) tmp_libs="$tmp_libs $deplib" ;; esac ;; *) tmp_libs="$tmp_libs $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs ; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i="" ;; esac if test -n "$i" ; then tmp_libs="$tmp_libs $i" fi done dependency_libs=$tmp_libs done # for pass if test "$linkmode" = prog; then dlfiles="$newdlfiles" dlprefiles="$newdlprefiles" fi case $linkmode in oldlib) if test -n "$deplibs"; then $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2 fi if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2 fi if test -n "$rpath"; then $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2 fi if test -n "$xrpath"; then $echo "$modename: warning: \`-R' is ignored for archives" 1>&2 fi if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for archives" 1>&2 fi if test -n "$export_symbols" || test -n "$export_symbols_regex"; then $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2 fi # Now set the variables for building old libraries. build_libtool_libs=no oldlibs="$output" objs="$objs$old_deplibs" ;; lib) # Make sure we only generate libraries of the form `libNAME.la'. case $outputname in lib*) name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'` eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) if test "$module" = no; then $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi if test "$need_lib_prefix" != no; then # Add the "lib" prefix for modules if required name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'` fi ;; esac if test -n "$objs"; then if test "$deplibs_check_method" != pass_all; then $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1 exit $EXIT_FAILURE else $echo $echo "*** Warning: Linking the shared library $output against the non-libtool" $echo "*** objects $objs is not portable!" libobjs="$libobjs $objs" fi fi if test "$dlself" != no; then $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2 fi set dummy $rpath if test "$#" -gt 2; then $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2 fi install_libdir="$2" oldlibs= if test -z "$rpath"; then if test "$build_libtool_libs" = yes; then # Building a libtool convenience library. # Some compilers have problems with a `.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2 fi else # Parse the version information argument. save_ifs="$IFS"; IFS=':' set dummy $vinfo 0 0 0 IFS="$save_ifs" if test -n "$8"; then $echo "$modename: too many parameters to \`-version-info'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major="$2" number_minor="$3" number_revision="$4" # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # which has an extra 1 added just for fun # case $version_type in darwin|linux|osf|windows|none) current=`expr $number_major + $number_minor` age="$number_minor" revision="$number_revision" ;; freebsd-aout|freebsd-elf|sunos) current="$number_major" revision="$number_minor" age="0" ;; irix|nonstopux) current=`expr $number_major + $number_minor` age="$number_minor" revision="$number_minor" lt_irix_increment=no ;; esac ;; no) current="$2" revision="$3" age="$4" ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) $echo "$modename: CURRENT \`$current' must be a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit $EXIT_FAILURE ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit $EXIT_FAILURE ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit $EXIT_FAILURE ;; esac if test "$age" -gt "$current"; then $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2 $echo "$modename: \`$vinfo' is not valid version information" 1>&2 exit $EXIT_FAILURE fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header major=.`expr $current - $age` versuffix="$major.$age.$revision" # Darwin ld doesn't like 0 for these options... minor_current=`expr $current + 1` xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; freebsd-aout) major=".$current" versuffix=".$current.$revision"; ;; freebsd-elf) major=".$current" versuffix=".$current"; ;; irix | nonstopux) if test "X$lt_irix_increment" = "Xno"; then major=`expr $current - $age` else major=`expr $current - $age + 1` fi case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring="$verstring_prefix$major.$revision" # Add in all the interfaces that we are compatible with. loop=$revision while test "$loop" -ne 0; do iface=`expr $revision - $loop` loop=`expr $loop - 1` verstring="$verstring_prefix$major.$iface:$verstring" done # Before this point, $major must not contain `.'. major=.$major versuffix="$major.$revision" ;; linux) major=.`expr $current - $age` versuffix="$major.$age.$revision" ;; osf) major=.`expr $current - $age` versuffix=".$current.$age.$revision" verstring="$current.$age.$revision" # Add in all the interfaces that we are compatible with. loop=$age while test "$loop" -ne 0; do iface=`expr $current - $loop` loop=`expr $loop - 1` verstring="$verstring:${iface}.0" done # Make executables depend on our current version. verstring="$verstring:${current}.0" ;; sunos) major=".$current" versuffix=".$current.$revision" ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 filesystems. major=`expr $current - $age` versuffix="-$major" ;; *) $echo "$modename: unknown library version type \`$version_type'" 1>&2 $echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 exit $EXIT_FAILURE ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring="0.0" ;; esac if test "$need_version" = no; then versuffix= else versuffix=".0.0" fi fi # Remove version info from name if versioning should be avoided if test "$avoid_version" = yes && test "$need_version" = no; then major= versuffix= verstring="" fi # Check to see if the archive will have undefined symbols. if test "$allow_undefined" = yes; then if test "$allow_undefined_flag" = unsupported; then $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2 build_libtool_libs=no build_old_libs=yes fi else # Don't allow undefined symbols. allow_undefined_flag="$no_undefined_flag" fi fi if test "$mode" != relink; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$echo "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*) if test "X$precious_files_regex" != "X"; then if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi removelist="$removelist $p" ;; *) ;; esac done if test -n "$removelist"; then $show "${rm}r $removelist" $run ${rm}r $removelist fi fi # Now set the variables for building old libraries. if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then oldlibs="$oldlibs $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"` # deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"` # dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do temp_xrpath="$temp_xrpath -R$libdir" case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles="$dlfiles" dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) dlfiles="$dlfiles $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles="$dlprefiles" dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) dlprefiles="$dlprefiles $lib" ;; esac done if test "$build_libtool_libs" = yes; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework deplibs="$deplibs -framework System" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test "$build_libtool_need_lc" = "yes"; then deplibs="$deplibs -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release="" versuffix="" major="" newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $rm conftest.c cat > conftest.c </dev/null` for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null \ | grep " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib="$potent_lib" while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ | ${SED} 10q \ | $EGREP "$file_magic_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes $echo $echo "*** Warning: linker path does not have real file for library $a_deplib." $echo "*** I have the capability to make that library automatically link in when" $echo "*** you link to this library. But I can only do this if you have a" $echo "*** shared version of the library, which you do not appear to have" $echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $echo "*** with $libname but no candidates were found. (...for file magic test)" else $echo "*** with $libname and none of the candidates passed a file format test" $echo "*** using a file magic. Last file checked: $potlib" fi fi else # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" fi done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"` for a_deplib in $deplibs; do name=`expr $a_deplib : '-l\(.*\)'` # If $name is empty we are operating on a -L argument. if test -n "$name" && test "$name" != "0"; then if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then case " $predeps $postdeps " in *" $a_deplib "*) newdeplibs="$newdeplibs $a_deplib" a_deplib="" ;; esac fi if test -n "$a_deplib" ; then libname=`eval \\$echo \"$libname_spec\"` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib="$potent_lib" # see symlink-check above in file_magic test if eval $echo \"$potent_lib\" 2>/dev/null \ | ${SED} 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then newdeplibs="$newdeplibs $a_deplib" a_deplib="" break 2 fi done done fi if test -n "$a_deplib" ; then droppeddeps=yes $echo $echo "*** Warning: linker path does not have real file for library $a_deplib." $echo "*** I have the capability to make that library automatically link in when" $echo "*** you link to this library. But I can only do this if you have a" $echo "*** shared version of the library, which you do not appear to have" $echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib" ; then $echo "*** with $libname but no candidates were found. (...for regex pattern test)" else $echo "*** with $libname and none of the candidates passed a file format test" $echo "*** using a regex pattern. Last file checked: $potlib" fi fi else # Add a -L argument. newdeplibs="$newdeplibs $a_deplib" fi done # Gone through all deplibs. ;; none | unknown | *) newdeplibs="" tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \ -e 's/ -[LR][^ ]*//g'` if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then for i in $predeps $postdeps ; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"` done fi if $echo "X $tmp_deplibs" | $Xsed -e 's/[ ]//g' \ | grep . >/dev/null; then $echo if test "X$deplibs_check_method" = "Xnone"; then $echo "*** Warning: inter-library dependencies are not supported in this platform." else $echo "*** Warning: inter-library dependencies are not known to be supported." fi $echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes fi ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'` ;; esac if test "$droppeddeps" = yes; then if test "$module" = yes; then $echo $echo "*** Warning: libtool could not satisfy all declared inter-library" $echo "*** dependencies of module $libname. Therefore, libtool will create" $echo "*** a static module, that should work as long as the dlopening" $echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then $echo $echo "*** However, this would only work if libtool was able to extract symbol" $echo "*** lists from a program, using \`nm' or equivalent, but libtool could" $echo "*** not find such a program. So, this module is probably useless." $echo "*** \`nm' from GNU binutils and a full rebuild may help." fi if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else $echo "*** The inter-library dependencies that have been dropped here will be" $echo "*** automatically added whenever a program is linked with this library" $echo "*** or is declared to -dlopen it." if test "$allow_undefined" = no; then $echo $echo "*** Since this library must not contain undefined symbols," $echo "*** because either the platform does not support them or" $echo "*** it was explicitly requested with -no-undefined," $echo "*** libtool will only create a static version of it." if test "$build_old_libs" = no; then oldlibs="$output_objdir/$libname.$libext" build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) new_libs="$new_libs -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$new_libs $deplib" ;; esac ;; *) new_libs="$new_libs $deplib" ;; esac done deplibs="$new_libs" # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test "$build_libtool_libs" = yes; then if test "$hardcode_into_libs" = yes; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath="$finalize_rpath" test "$mode" != relink && rpath="$compile_rpath$rpath" for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" dep_rpath="$dep_rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" if test -n "$hardcode_libdir_flag_spec_ld"; then case $archive_cmds in *\$LD*) eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" ;; *) eval dep_rpath=\"$hardcode_libdir_flag_spec\" ;; esac else eval dep_rpath=\"$hardcode_libdir_flag_spec\" fi fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$rpath$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath="$finalize_shlibpath" test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath" if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names realname="$2" shift; shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname="$realname" fi if test -z "$dlname"; then dlname=$soname fi lib="$output_objdir/$realname" linknames= for link do linknames="$linknames $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` # Prepare the list of exported symbols if test -z "$export_symbols"; then if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then $show "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $run $rm $export_symbols cmds=$export_symbols_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" if len=`expr "X$cmd" : ".*"` && test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then $show "$cmd" $run eval "$cmd" || exit $? skipped_export=false else # The command line is too long to execute in one step. $show "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS="$save_ifs" if test -n "$export_symbols_regex"; then $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\"" $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' $show "$mv \"${export_symbols}T\" \"$export_symbols\"" $run eval '$mv "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"' fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) tmp_deplibs="$tmp_deplibs $test_deplib" ;; esac done deplibs="$tmp_deplibs" if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" else gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $convenience libobjs="$libobjs $func_extract_archives_result" fi fi if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" linker_flags="$linker_flags $flag" fi # Make a backup of the uninstalled library when relinking if test "$mode" = relink; then $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*" 2>/dev/null` && test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise. $echo "creating reloadable object files..." # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output output_la=`$echo "X$output" | $Xsed -e "$basename"` # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= delfiles= last_robj= k=1 output=$output_objdir/$output_la-${k}.$objext # Loop over the list of objects to be linked. for obj in $save_libobjs do eval test_cmds=\"$reload_cmds $objlist $last_robj\" if test "X$objlist" = X || { len=`expr "X$test_cmds" : ".*" 2>/dev/null` && test "$len" -le "$max_cmd_len"; }; then objlist="$objlist $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test "$k" -eq 1 ; then # The first file doesn't have a previous command to add. eval concat_cmds=\"$reload_cmds $objlist $last_robj\" else # All subsequent reloadable object files will link in # the last one created. eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\" fi last_robj=$output_objdir/$output_la-${k}.$objext k=`expr $k + 1` output=$output_objdir/$output_la-${k}.$objext objlist=$obj len=1 fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\" if ${skipped_export-false}; then $show "generating symbol list for \`$libname.la'" export_symbols="$output_objdir/$libname.exp" $run $rm $export_symbols libobjs=$output # Append the command to create the export file. eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\" fi # Set up a command to remove the reloadable object files # after they are used. i=0 while test "$i" -lt "$k" do i=`expr $i + 1` delfiles="$delfiles $output_objdir/$output_la-${i}.$objext" done $echo "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs="$IFS"; IFS='~' for cmd in $concat_cmds; do IFS="$save_ifs" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test "$module" = yes && test -n "$module_cmds" ; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi # Append the command to remove the reloadable object files # to the just-reset $cmds. eval cmds=\"\$cmds~\$rm $delfiles\" fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$mode" = relink; then $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)' fi exit $lt_exit } done IFS="$save_ifs" # Restore the uninstalled library and exit if test "$mode" = relink; then $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then $show "${rm}r $gentop" $run ${rm}r "$gentop" fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)" $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $? fi done # If -module or -export-dynamic was specified, set the dlname. if test "$module" = yes || test "$export_dynamic" = yes; then # On all known operating systems, these are identical. dlname="$soname" fi fi ;; obj) if test -n "$deplibs"; then $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 fi if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2 fi if test -n "$rpath"; then $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2 fi if test -n "$xrpath"; then $echo "$modename: warning: \`-R' is ignored for objects" 1>&2 fi if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for objects" 1>&2 fi case $output in *.lo) if test -n "$objs$old_deplibs"; then $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2 exit $EXIT_FAILURE fi libobj="$output" obj=`$echo "X$output" | $Xsed -e "$lo2o"` ;; *) libobj= obj="$output" ;; esac # Delete the old objects. $run $rm $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # reload_cmds runs $LD directly, so let us get rid of # -Wl from whole_archive_flag_spec and hope we can get by with # turning comma into space.. wl= if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'` else gentop="$output_objdir/${obj}x" generated="$generated $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # Create the old-style object. reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test output="$obj" cmds=$reload_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then $show "${rm}r $gentop" $run ${rm}r $gentop fi exit $EXIT_SUCCESS fi if test "$build_libtool_libs" != yes; then if test -n "$gentop"; then $show "${rm}r $gentop" $run ${rm}r $gentop fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $run eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS fi if test -n "$pic_flag" || test "$pic_mode" != default; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output="$libobj" cmds=$reload_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" fi if test -n "$gentop"; then $show "${rm}r $gentop" $run ${rm}r $gentop fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;; esac if test -n "$vinfo"; then $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2 fi if test -n "$release"; then $echo "$modename: warning: \`-release' is ignored for programs" 1>&2 fi if test "$preload" = yes; then if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown && test "$dlopen_self_static" = unknown; then $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support." fi fi case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'` finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'` ;; esac case $host in *darwin*) # Don't allow lazy linking, it breaks C++ global constructors if test "$tagname" = CXX ; then compile_command="$compile_command ${wl}-bind_at_load" finalize_command="$finalize_command ${wl}-bind_at_load" fi ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) new_libs="$new_libs -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$new_libs $deplib" ;; esac ;; *) new_libs="$new_libs $deplib" ;; esac done compile_deplibs="$new_libs" compile_command="$compile_command $compile_deplibs" finalize_command="$finalize_command $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) finalize_rpath="$finalize_rpath $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) perm_rpath="$perm_rpath $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*) testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; *) dllsearchpath="$dllsearchpath:$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; *) dllsearchpath="$dllsearchpath:$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath="$rpath" rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs="$libdir" else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" rpath="$rpath $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir="$hardcode_libdirs" eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath="$rpath" if test -n "$libobjs" && test "$build_old_libs" = yes; then # Transform all the library objects into standard objects. compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` fi dlsyms= if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then if test -n "$NM" && test -n "$global_symbol_pipe"; then dlsyms="${outputname}S.c" else $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 fi fi if test -n "$dlsyms"; then case $dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist="$output_objdir/${outputname}.nm" $show "$rm $nlist ${nlist}S ${nlist}T" $run $rm "$nlist" "${nlist}S" "${nlist}T" # Parse the name list into a source file. $show "creating $output_objdir/$dlsyms" test -z "$run" && $echo > "$output_objdir/$dlsyms" "\ /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */ /* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */ #ifdef __cplusplus extern \"C\" { #endif /* Prevent the only kind of declaration conflicts we can make. */ #define lt_preloaded_symbols some_other_symbol /* External symbol declarations for the compiler. */\ " if test "$dlself" = yes; then $show "generating symbol list for \`$output'" test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP` for arg in $progfiles; do $show "extracting global C symbols from \`$arg'" $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' $run eval '$mv "$nlist"T "$nlist"' fi if test -n "$export_symbols_regex"; then $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' $run eval '$mv "$nlist"T "$nlist"' fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols="$output_objdir/$outputname.exp" $run $rm $export_symbols $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* ) $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' $run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac else $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' $run eval 'mv "$nlist"T "$nlist"' case $host in *cygwin* | *mingw* ) $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' $run eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac fi fi for arg in $dlprefiles; do $show "extracting global C symbols from \`$arg'" name=`$echo "$arg" | ${SED} -e 's%^.*/%%'` $run eval '$echo ": $name " >> "$nlist"' $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" done if test -z "$run"; then # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $mv "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if grep -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else grep -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"' else $echo '/* NONE */' >> "$output_objdir/$dlsyms" fi $echo >> "$output_objdir/$dlsyms" "\ #undef lt_preloaded_symbols #if defined (__STDC__) && __STDC__ # define lt_ptr void * #else # define lt_ptr char * # define const #endif /* The mapping between symbol names and symbols. */ " case $host in *cygwin* | *mingw* ) $echo >> "$output_objdir/$dlsyms" "\ /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs */ struct { " ;; * ) $echo >> "$output_objdir/$dlsyms" "\ const struct { " ;; esac $echo >> "$output_objdir/$dlsyms" "\ const char *name; lt_ptr address; } lt_preloaded_symbols[] = {\ " eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms" $echo >> "$output_objdir/$dlsyms" "\ {0, (lt_ptr) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " fi pic_flag_for_symtable= case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) case "$compile_command " in *" -static "*) ;; *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";; esac;; *-*-hpux*) case "$compile_command " in *" -static "*) ;; *) pic_flag_for_symtable=" $pic_flag";; esac esac # Now compile the dynamic symbol file. $show "(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")" $run eval '(cd $output_objdir && $LTCC $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $? # Clean up the generated files. $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T" $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T" # Transform the symbol file into the correct name. case $host in *cygwin* | *mingw* ) if test -f "$output_objdir/${outputname}.def" ; then compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP` else compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` fi ;; * ) compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP` ;; esac ;; *) $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 exit $EXIT_FAILURE ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP` finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP` fi if test "$need_relink" = no || test "$build_libtool_libs" != yes; then # Replace the output file specification. compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP` link_command="$compile_command$compile_rpath" # We have no uninstalled library dependencies, so finalize right now. $show "$link_command" $run eval "$link_command" exit_status=$? # Delete the generated files. if test -n "$dlsyms"; then $show "$rm $output_objdir/${outputname}S.${objext}" $run $rm "$output_objdir/${outputname}S.${objext}" fi exit $exit_status fi if test -n "$shlibpath_var"; then # We should set the shlibpath_var rpath= for dir in $temp_rpath; do case $dir in [\\/]* | [A-Za-z]:[\\/]*) # Absolute path. rpath="$rpath$dir:" ;; *) # Relative path: add a thisdir entry. rpath="$rpath\$thisdir/$dir:" ;; esac done temp_rpath="$rpath" fi if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do rpath="$rpath$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do rpath="$rpath$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test "$no_install" = yes; then # We don't need to create a wrapper script. link_command="$compile_var$compile_command$compile_rpath" # Replace the output file specification. link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $run $rm $output # Link the executable and exit $show "$link_command" $run eval "$link_command" || exit $? exit $EXIT_SUCCESS fi if test "$hardcode_action" = relink; then # Fast installation is not supported link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2 $echo "$modename: \`$output' will be relinked during installation" 1>&2 else if test "$fast_install" != no; then link_command="$finalize_var$compile_command$finalize_rpath" if test "$fast_install" = yes; then relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP` else # fast_install is set to needless relink_command= fi else link_command="$compile_var$compile_command$compile_rpath" relink_command="$finalize_var$finalize_command$finalize_rpath" fi fi # Replace the output file specification. link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname $show "$link_command" $run eval "$link_command" || exit $? # Now create the wrapper script. $show "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` relink_command="$var=\"$var_value\"; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP` fi # Quote $echo for shipping. if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then case $progpath in [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";; *) qecho="$SHELL `pwd`/$progpath --fallback-echo";; esac qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"` else qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"` fi # Only actually do things if our run command is non-null. if test -z "$run"; then # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) output_name=`basename $output` output_path=`dirname $output` cwrappersource="$output_path/$objdir/lt-$output_name.c" cwrapper="$output_path/$output_name.exe" $rm $cwrappersource $cwrapper trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 cat > $cwrappersource <> $cwrappersource<<"EOF" #include #include #include #include #include #include #include #include #include #if defined(PATH_MAX) # define LT_PATHMAX PATH_MAX #elif defined(MAXPATHLEN) # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \ defined (__OS2__) # define HAVE_DOS_BASED_FILE_SYSTEM # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free ((void *) stale); stale = 0; } \ } while (0) /* -DDEBUG is fairly common in CFLAGS. */ #undef DEBUG #if defined DEBUGWRAPPER # define DEBUG(format, ...) fprintf(stderr, format, __VA_ARGS__) #else # define DEBUG(format, ...) #endif const char *program_name = NULL; void * xmalloc (size_t num); char * xstrdup (const char *string); const char * base_name (const char *name); char * find_executable(const char *wrapper); int check_executable(const char *path); char * strendzap(char *str, const char *pat); void lt_fatal (const char *message, ...); int main (int argc, char *argv[]) { char **newargz; int i; program_name = (char *) xstrdup (base_name (argv[0])); DEBUG("(main) argv[0] : %s\n",argv[0]); DEBUG("(main) program_name : %s\n",program_name); newargz = XMALLOC(char *, argc+2); EOF cat >> $cwrappersource <> $cwrappersource <<"EOF" newargz[1] = find_executable(argv[0]); if (newargz[1] == NULL) lt_fatal("Couldn't find %s", argv[0]); DEBUG("(main) found exe at : %s\n",newargz[1]); /* we know the script has the same name, without the .exe */ /* so make sure newargz[1] doesn't end in .exe */ strendzap(newargz[1],".exe"); for (i = 1; i < argc; i++) newargz[i+1] = xstrdup(argv[i]); newargz[argc+1] = NULL; for (i=0; i> $cwrappersource <> $cwrappersource <> $cwrappersource <<"EOF" return 127; } void * xmalloc (size_t num) { void * p = (void *) malloc (num); if (!p) lt_fatal ("Memory exhausted"); return p; } char * xstrdup (const char *string) { return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL ; } const char * base_name (const char *name) { const char *base; #if defined (HAVE_DOS_BASED_FILE_SYSTEM) /* Skip over the disk name in MSDOS pathnames. */ if (isalpha ((unsigned char)name[0]) && name[1] == ':') name += 2; #endif for (base = name; *name; name++) if (IS_DIR_SEPARATOR (*name)) base = name + 1; return base; } int check_executable(const char * path) { struct stat st; DEBUG("(check_executable) : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!"); if ((!path) || (!*path)) return 0; if ((stat (path, &st) >= 0) && ( /* MinGW & native WIN32 do not support S_IXOTH or S_IXGRP */ #if defined (S_IXOTH) ((st.st_mode & S_IXOTH) == S_IXOTH) || #endif #if defined (S_IXGRP) ((st.st_mode & S_IXGRP) == S_IXGRP) || #endif ((st.st_mode & S_IXUSR) == S_IXUSR)) ) return 1; else return 0; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise */ char * find_executable (const char* wrapper) { int has_slash = 0; const char* p; const char* p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; int tmp_len; char* concat_name; DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined (HAVE_DOS_BASED_FILE_SYSTEM) if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable(concat_name)) return concat_name; XFREE(concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable(concat_name)) return concat_name; XFREE(concat_name); } #if defined (HAVE_DOS_BASED_FILE_SYSTEM) } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char* path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char* q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR(*q)) break; p_len = q - p; p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); tmp_len = strlen(tmp); concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable(concat_name)) return concat_name; XFREE(concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal ("getcwd failed"); tmp_len = strlen(tmp); concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable(concat_name)) return concat_name; XFREE(concat_name); return NULL; } char * strendzap(char *str, const char *pat) { size_t len, patlen; assert(str != NULL); assert(pat != NULL); len = strlen(str); patlen = strlen(pat); if (patlen <= len) { str += len - patlen; if (strcmp(str, pat) == 0) *str = '\0'; } return str; } static void lt_error_core (int exit_status, const char * mode, const char * message, va_list ap) { fprintf (stderr, "%s: %s: ", program_name, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, "FATAL", message, ap); va_end (ap); } EOF # we should really use a build-platform specific compiler # here, but OTOH, the wrappers (shell script and this C one) # are only useful if you want to execute the "real" binary. # Since the "real" binary is built for $host, then this # wrapper might as well be built for $host, too. $run $LTCC $LTCFLAGS -s -o $cwrapper $cwrappersource ;; esac $rm $output trap "$rm $output; exit $EXIT_FAILURE" 1 2 15 $echo > $output "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='${SED} -e 1s/^X//' sed_quote_subst='$sed_quote_subst' # Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE). if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variable: notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$echo are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then echo=\"$qecho\" file=\"\$0\" # Make sure echo works. if test \"X\$1\" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then # Yippee, \$echo works! : else # Restart under the correct shell, and then maybe \$echo will work. exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"} fi fi\ " $echo >> $output "\ # Find the directory that this script lives in. thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\` done # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test "$fast_install" = yes; then $echo >> $output "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || \\ { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $mkdir \"\$progdir\" else $rm \"\$progdir/\$file\" fi" $echo >> $output "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else $echo \"\$relink_command_output\" >&2 $rm \"\$progdir/\$file\" exit $EXIT_FAILURE fi fi $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $rm \"\$progdir/\$program\"; $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; } $rm \"\$progdir/\$file\" fi" else $echo >> $output "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $echo >> $output "\ if test -f \"\$progdir/\$program\"; then" # Export our shlibpath_var if we have one. if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $echo >> $output "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\` export $shlibpath_var " fi # fixup the dll searchpath if we need to. if test -n "$dllsearchpath"; then $echo >> $output "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi $echo >> $output "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2*) $echo >> $output "\ exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $echo >> $output "\ exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $echo >> $output "\ \$echo \"\$0: cannot exec \$program \$*\" exit $EXIT_FAILURE fi else # The program doesn't exist. \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2 \$echo \"This script is just a wrapper for \$program.\" 1>&2 $echo \"See the $PACKAGE documentation for more information.\" 1>&2 exit $EXIT_FAILURE fi fi\ " chmod +x $output fi exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do if test "$build_libtool_libs" = convenience; then oldobjs="$libobjs_save" addlibs="$convenience" build_libtool_libs=no else if test "$build_libtool_libs" = module; then oldobjs="$libobjs_save" build_libtool_libs=no else oldobjs="$old_deplibs $non_pic_objects" fi addlibs="$old_convenience" fi if test -n "$addlibs"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" func_extract_archives $gentop $addlibs oldobjs="$oldobjs $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then cmds=$old_archive_from_new_cmds else # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do $echo "X$obj" | $Xsed -e 's%^.*/%%' done | sort | sort -uc >/dev/null 2>&1); then : else $echo "copying selected object files to avoid basename conflicts..." if test -z "$gentop"; then gentop="$output_objdir/${outputname}x" generated="$generated $gentop" $show "${rm}r $gentop" $run ${rm}r "$gentop" $show "$mkdir $gentop" $run $mkdir "$gentop" exit_status=$? if test "$exit_status" -ne 0 && test ! -d "$gentop"; then exit $exit_status fi fi save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'` case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase counter=`expr $counter + 1` case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" $run ln "$obj" "$gentop/$newobj" || $run cp "$obj" "$gentop/$newobj" oldobjs="$oldobjs $gentop/$newobj" ;; *) oldobjs="$oldobjs $obj" ;; esac done fi eval cmds=\"$old_archive_cmds\" if len=`expr "X$cmds" : ".*"` && test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts $echo "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done for obj in $save_oldobjs do oldobjs="$objlist $obj" objlist="$objlist $obj" eval test_cmds=\"$old_archive_cmds\" if len=`expr "X$test_cmds" : ".*" 2>/dev/null` && test "$len" -le "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj" ; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\" objlist= fi done RANLIB=$save_RANLIB oldobjs=$objlist if test "X$oldobjs" = "X" ; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi save_ifs="$IFS"; IFS='~' for cmd in $cmds; do eval cmd=\"$cmd\" IFS="$save_ifs" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" done if test -n "$generated"; then $show "${rm}r$generated" $run ${rm}r$generated fi # Now create the libtool archive. case $output in *.la) old_library= test "$build_old_libs" = yes && old_library="$libname.$libext" $show "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"` relink_command="$var=\"$var_value\"; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP` if test "$hardcode_automatic" = yes ; then relink_command= fi # Only create the output if not a dry run. if test -z "$run"; then for installed in no yes; do if test "$installed" = yes; then if test -z "$install_libdir"; then break fi output="$output_objdir/$outputname"i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'` eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` if test -z "$libdir"; then $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2 exit $EXIT_FAILURE fi newdependency_libs="$newdependency_libs $libdir/$name" ;; *) newdependency_libs="$newdependency_libs $deplib" ;; esac done dependency_libs="$newdependency_libs" newdlfiles= for lib in $dlfiles; do name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` if test -z "$libdir"; then $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 exit $EXIT_FAILURE fi newdlfiles="$newdlfiles $libdir/$name" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'` eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` if test -z "$libdir"; then $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 exit $EXIT_FAILURE fi newdlprefiles="$newdlprefiles $libdir/$name" done dlprefiles="$newdlprefiles" else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlfiles="$newdlfiles $abs" done dlfiles="$newdlfiles" newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; *) abs=`pwd`"/$lib" ;; esac newdlprefiles="$newdlprefiles $abs" done dlprefiles="$newdlprefiles" fi $rm $output # place dlname in correct position for cygwin tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;; esac $echo > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test "$installed" = no && test "$need_relink" = yes; then $echo >> $output "\ relink_command=\"$relink_command\"" fi done fi # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)" $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $? ;; esac exit $EXIT_SUCCESS ;; # libtool install mode install) modename="$modename: install" # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh || # Allow the use of GNU shtool's install command. $echo "X$nonopt" | grep shtool > /dev/null; then # Aesthetically quote it. arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac install_prog="$arg " arg="$1" shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac install_prog="$install_prog$arg" # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=no stripme= for arg do if test -n "$dest"; then files="$files $dest" dest=$arg continue fi case $arg in -d) isdir=yes ;; -f) case " $install_prog " in *[\\\ /]cp\ *) ;; *) prev=$arg ;; esac ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"` case $arg in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") arg="\"$arg\"" ;; esac install_prog="$install_prog $arg" done if test -z "$install_prog"; then $echo "$modename: you must specify an install program" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi if test -n "$prev"; then $echo "$modename: the \`$prev' option requires an argument" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi if test -z "$files"; then if test -z "$dest"; then $echo "$modename: no file or destination specified" 1>&2 else $echo "$modename: you must specify a destination" 1>&2 fi $echo "$help" 1>&2 exit $EXIT_FAILURE fi # Strip any trailing slash from the destination. dest=`$echo "X$dest" | $Xsed -e 's%/$%%'` # Check to see that the destination is a directory. test -d "$dest" && isdir=yes if test "$isdir" = yes; then destdir="$dest" destname= else destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'` test "X$destdir" = "X$dest" && destdir=. destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'` # Not a directory, so check to see that there is only one file specified. set dummy $files if test "$#" -gt 2; then $echo "$modename: \`$dest' is not a directory" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. staticlibs="$staticlibs $file" ;; *.la) # Check to see that this really is a libtool archive. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : else $echo "$modename: \`$file' is not a valid libtool archive" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi library_names= old_library= relink_command= # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; esac # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) current_libdirs="$current_libdirs $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) future_libdirs="$future_libdirs $libdir" ;; esac fi dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/ test "X$dir" = "X$file/" && dir= dir="$dir$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. if test "$inst_prefix_dir" = "$destdir"; then $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 exit $EXIT_FAILURE fi if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP` else relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP` fi $echo "$modename: warning: relinking \`$file'" 1>&2 $show "$relink_command" if $run eval "$relink_command"; then : else $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 exit $EXIT_FAILURE fi fi # See the names of the shared library. set dummy $library_names if test -n "$2"; then realname="$2" shift shift srcname="$realname" test -n "$relink_command" && srcname="$realname"T # Install the shared library and build the symlinks. $show "$install_prog $dir/$srcname $destdir/$realname" $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $? if test -n "$stripme" && test -n "$striplib"; then $show "$striplib $destdir/$realname" $run eval "$striplib $destdir/$realname" || exit $? fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try `ln -sf' first, because the `ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do if test "$linkname" != "$realname"; then $show "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })" $run eval "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })" fi done fi # Do each command in the postinstall commands. lib="$destdir/$realname" cmds=$postinstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test "$mode" = relink; then $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)' fi exit $lt_exit } done IFS="$save_ifs" fi # Install the pseudo-library for information purposes. name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` instname="$dir/$name"i $show "$install_prog $instname $destdir/$name" $run eval "$install_prog $instname $destdir/$name" || exit $? # Maybe install the static library, too. test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` destfile="$destdir/$destfile" fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"` ;; *.$objext) staticdest="$destfile" destfile= ;; *) $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE ;; esac # Install the libtool object if requested. if test -n "$destfile"; then $show "$install_prog $file $destfile" $run eval "$install_prog $file $destfile" || exit $? fi # Install the old object if enabled. if test "$build_old_libs" = yes; then # Deduce the name of the old-style object file. staticobj=`$echo "X$file" | $Xsed -e "$lo2o"` $show "$install_prog $staticobj $staticdest" $run eval "$install_prog \$staticobj \$staticdest" || exit $? fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile="$destdir/$destname" else destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'` destfile="$destdir/$destfile" fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext="" case $file in *.exe) if test ! -f "$file"; then file=`$echo $file|${SED} 's,.exe$,,'` stripped_ext=".exe" fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin*|*mingw*) wrapper=`$echo $file | ${SED} -e 's,.exe$,,'` ;; *) wrapper=$file ;; esac if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then notinst_deplibs= relink_command= # Note that it is not necessary on cygwin/mingw to append a dot to # foo even if both foo and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # `FILE.' does not work on cygwin managed mounts. # # If there is no directory component, then add one. case $wrapper in */* | *\\*) . ${wrapper} ;; *) . ./${wrapper} ;; esac # Check the variables that should have been set. if test -z "$notinst_deplibs"; then $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2 exit $EXIT_FAILURE fi finalize=yes for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then # If there is no directory component, then add one. case $lib in */* | *\\*) . $lib ;; *) . ./$lib ;; esac fi libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test if test -n "$libdir" && test ! -f "$libfile"; then $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 finalize=no fi done relink_command= # Note that it is not necessary on cygwin/mingw to append a dot to # foo even if both foo and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # `FILE.' does not work on cygwin managed mounts. # # If there is no directory component, then add one. case $wrapper in */* | *\\*) . ${wrapper} ;; *) . ./${wrapper} ;; esac outputname= if test "$fast_install" = no && test -n "$relink_command"; then if test "$finalize" = yes && test -z "$run"; then tmpdir=`func_mktempdir` file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'` outputname="$tmpdir/$file" # Replace the output file specification. relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g' | $NL2SP` $show "$relink_command" if $run eval "$relink_command"; then : else $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2 ${rm}r "$tmpdir" continue fi file="$outputname" else $echo "$modename: warning: cannot relink \`$file'" 1>&2 fi else # Install the binary that we compiled earlier. file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'` ;; esac ;; esac $show "$install_prog$stripme $file $destfile" $run eval "$install_prog\$stripme \$file \$destfile" || exit $? test -n "$outputname" && ${rm}r "$tmpdir" ;; esac done for file in $staticlibs; do name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` # Set up the ranlib parameters. oldlib="$destdir/$name" $show "$install_prog $file $oldlib" $run eval "$install_prog \$file \$oldlib" || exit $? if test -n "$stripme" && test -n "$old_striplib"; then $show "$old_striplib $oldlib" $run eval "$old_striplib $oldlib" || exit $? fi # Do each command in the postinstall commands. cmds=$old_postinstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || exit $? done IFS="$save_ifs" done if test -n "$future_libdirs"; then $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2 fi if test -n "$current_libdirs"; then # Maybe just do a dry run. test -n "$run" && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi ;; # libtool finish mode finish) modename="$modename: finish" libdirs="$nonopt" admincmds= if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for dir do libdirs="$libdirs $dir" done for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. cmds=$finish_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" || admincmds="$admincmds $cmd" done IFS="$save_ifs" fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $run eval "$cmds" || admincmds="$admincmds $cmds" fi done fi # Exit here if they wanted silent mode. test "$show" = : && exit $EXIT_SUCCESS $echo "X----------------------------------------------------------------------" | $Xsed $echo "Libraries have been installed in:" for libdir in $libdirs; do $echo " $libdir" done $echo $echo "If you ever happen to want to link against installed libraries" $echo "in a given directory, LIBDIR, you must either use libtool, and" $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" $echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" $echo " during execution" fi if test -n "$runpath_var"; then $echo " - add LIBDIR to the \`$runpath_var' environment variable" $echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $echo " - use the \`$flag' linker flag" fi if test -n "$admincmds"; then $echo " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" fi $echo $echo "See any operating system documentation about shared libraries for" $echo "more information, such as the ld(1) and ld.so(8) manual pages." $echo "X----------------------------------------------------------------------" | $Xsed exit $EXIT_SUCCESS ;; # libtool execute mode execute) modename="$modename: execute" # The first argument is the command name. cmd="$nonopt" if test -z "$cmd"; then $echo "$modename: you must specify a COMMAND" 1>&2 $echo "$help" exit $EXIT_FAILURE fi # Handle -dlopen flags immediately. for file in $execute_dlfiles; do if test ! -f "$file"; then $echo "$modename: \`$file' is not a file" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi dir= case $file in *.la) # Check to see that this really is a libtool archive. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then : else $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi # Read the libtool library. dlname= library_names= # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; esac # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'" continue fi dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` test "X$dir" = "X$file" && dir=. if test -f "$dir/$objdir/$dlname"; then dir="$dir/$objdir" else if test ! -f "$dir/$dlname"; then $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2 exit $EXIT_FAILURE fi fi ;; *.lo) # Just add the directory containing the .lo file. dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` test "X$dir" = "X$file" && dir=. ;; *) $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2 continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir="$absdir" # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic="$magic" # Check if any of the arguments is a wrapper script. args= for file do case $file in -*) ;; *) # Do a test to see if this is really a libtool program. if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then # If there is no directory component, then add one. case $file in */* | *\\*) . $file ;; *) . ./$file ;; esac # Transform arg to wrapped name. file="$progdir/$program" fi ;; esac # Quote arguments (to preserve shell metacharacters). file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"` args="$args \"$file\"" done if test -z "$run"; then if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var fi" done # Now prepare to actually exec the command. exec_cmd="\$cmd$args" else # Display what would be done. if test -n "$shlibpath_var"; then eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\"" $echo "export $shlibpath_var" fi $echo "$cmd$args" exit $EXIT_SUCCESS fi ;; # libtool clean and uninstall mode clean | uninstall) modename="$modename: $mode" rm="$nonopt" files= rmforce= exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic="$magic" for arg do case $arg in -f) rm="$rm $arg"; rmforce=yes ;; -*) rm="$rm $arg" ;; *) files="$files $arg" ;; esac done if test -z "$rm"; then $echo "$modename: you must specify an RM program" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE fi rmdirs= origobjdir="$objdir" for file in $files; do dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'` if test "X$dir" = "X$file"; then dir=. objdir="$origobjdir" else objdir="$dir/$origobjdir" fi name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` test "$mode" = uninstall && objdir="$dir" # Remember objdir for removal later, being careful to avoid duplicates if test "$mode" = clean; then case " $rmdirs " in *" $objdir "*) ;; *) rmdirs="$rmdirs $objdir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if (test -L "$file") >/dev/null 2>&1 \ || (test -h "$file") >/dev/null 2>&1 \ || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif test "$rmforce" = yes; then continue fi rmfiles="$file" case $name in *.la) # Possibly a libtool archive, so verify it. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then . $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do rmfiles="$rmfiles $objdir/$n" done test -n "$old_library" && rmfiles="$rmfiles $objdir/$old_library" case "$mode" in clean) case " $library_names " in # " " in the beginning catches empty $dlname *" $dlname "*) ;; *) rmfiles="$rmfiles $objdir/$dlname" ;; esac test -n "$libdir" && rmfiles="$rmfiles $objdir/$name $objdir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. cmds=$postuninstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" if test "$?" -ne 0 && test "$rmforce" != yes; then exit_status=1 fi done IFS="$save_ifs" fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. cmds=$old_postuninstall_cmds save_ifs="$IFS"; IFS='~' for cmd in $cmds; do IFS="$save_ifs" eval cmd=\"$cmd\" $show "$cmd" $run eval "$cmd" if test "$?" -ne 0 && test "$rmforce" != yes; then exit_status=1 fi done IFS="$save_ifs" fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then # Read the .lo file . $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" \ && test "$pic_object" != none; then rmfiles="$rmfiles $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" \ && test "$non_pic_object" != none; then rmfiles="$rmfiles $dir/$non_pic_object" fi fi ;; *) if test "$mode" = clean ; then noexename=$name case $file in *.exe) file=`$echo $file|${SED} 's,.exe$,,'` noexename=`$echo $name|${SED} 's,.exe$,,'` # $file with .exe has already been added to rmfiles, # add $file without .exe rmfiles="$rmfiles $file" ;; esac # Do a test to see if this is a libtool program. if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then relink_command= . $dir/$noexename # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles rmfiles="$rmfiles $objdir/$name $objdir/${name}S.${objext}" if test "$fast_install" = yes && test -n "$relink_command"; then rmfiles="$rmfiles $objdir/lt-$name" fi if test "X$noexename" != "X$name" ; then rmfiles="$rmfiles $objdir/lt-${noexename}.c" fi fi fi ;; esac $show "$rm $rmfiles" $run $rm $rmfiles || exit_status=1 done objdir="$origobjdir" # Try to remove the ${objdir}s in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then $show "rmdir $dir" $run rmdir $dir >/dev/null 2>&1 fi done exit $exit_status ;; "") $echo "$modename: you must specify a MODE" 1>&2 $echo "$generic_help" 1>&2 exit $EXIT_FAILURE ;; esac if test -z "$exec_cmd"; then $echo "$modename: invalid operation mode \`$mode'" 1>&2 $echo "$generic_help" 1>&2 exit $EXIT_FAILURE fi fi # test -z "$show_help" if test -n "$exec_cmd"; then eval exec $exec_cmd exit $EXIT_FAILURE fi # We need to display help for each of the modes. case $mode in "") $echo \ "Usage: $modename [OPTION]... [MODE-ARG]... Provide generalized library-building support services. --config show all configuration variables --debug enable verbose shell tracing -n, --dry-run display commands without modifying any files --features display basic configuration information and exit --finish same as \`--mode=finish' --help display this help message and exit --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS] --quiet same as \`--silent' --silent don't print informational messages --tag=TAG use configuration variables from tag TAG --version print version information MODE must be one of the following: clean remove files from the build directory compile compile a source file into a libtool object execute automatically set library path, then run a program finish complete the installation of libtool libraries install install libraries or executables link create a library or an executable uninstall remove libraries from an installed directory MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for a more detailed description of MODE. Report bugs to ." exit $EXIT_SUCCESS ;; clean) $echo \ "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $echo \ "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -prefer-pic try to building PIC objects only -prefer-non-pic try to building non-PIC objects only -static always build a \`.o' file suitable for static linking COMPILE-COMMAND is a command to be used in creating a \`standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix \`.c' with the library object suffix, \`.lo'." ;; execute) $echo \ "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to \`-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $echo \ "Usage: $modename [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the \`--dry-run' option if you just want to see what would be executed." ;; install) $echo \ "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the \`install' or \`cp' program. The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $echo \ "Usage: $modename [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE Use a list of object files found in FILE to specify objects -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] All other options (arguments beginning with \`-') are ignored. Every other argument is treated as a filename. Files ending in \`.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in \`.la', then a libtool library is created, only library objects (\`.lo' files) may be specified, and \`-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created using \`ar' and \`ranlib', or on Windows using \`lib'. If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $echo \ "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) $echo "$modename: invalid operation mode \`$mode'" 1>&2 $echo "$help" 1>&2 exit $EXIT_FAILURE ;; esac $echo $echo "Try \`$modename --help' for more information about other modes." exit $? # The TAGs below are defined such that we never get into a situation # in which we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared disable_libs=shared # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static disable_libs=static # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: gbonds-2.0.3/configure0000775000076400007640000306557111107465247011662 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for gbonds 2.0.3. # # Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006 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=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # 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 # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # 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.) as_nl=' ' 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 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. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var fi done # 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 || 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=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi : _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=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi : (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 autoconf@gnu.org about your system, echo including any error possibly output before this echo message } 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" || { 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 fi echo >conf$$.file 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 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p=: else test -d ./-p && rmdir ./-p as_mkdir_p=false fi if test -x / >/dev/null 2>&1; then as_test_x='test -x' else if ls -dL / >/dev/null 2>&1; then as_ls_L_option=L else as_ls_L_option= fi as_test_x=' eval sh -c '\'' if test -d "$1"; then test -d "$1/."; else case $1 in -*)set "./$1";; esac; case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in ???[sx]*):;;*)false;;esac;fi '\'' sh ' fi as_executable_p=$as_test_x # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} case X$ECHO in X*--fallback-echo) # Remove one level of quotation (which was required for Make). ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','` ;; esac echo=${ECHO-echo} if test "X$1" = X--no-reexec; then # Discard the --no-reexec flag, and continue. shift elif test "X$1" = X--fallback-echo; then # Avoid inline document here, it may be left over : elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then # Yippee, $echo works! : else # Restart under the correct shell. exec $SHELL "$0" --no-reexec ${1+"$@"} fi if test "X$1" = X--fallback-echo; then # used as fallback echo shift cat </dev/null 2>&1 && unset CDPATH if test -z "$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 && echo_test_string=`eval $cmd` && (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null then break fi done fi if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then : else # The Solaris, AIX, and Digital Unix default echo programs unquote # backslashes. This makes it impossible to quote backslashes using # echo "$something" | sed 's/\\/\\\\/g' # # So, first we look for a working echo in the user's PATH. lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for dir in $PATH /usr/ucb; do IFS="$lt_save_ifs" if (test -f $dir/echo || test -f $dir/echo$ac_exeext) && test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$dir/echo" break fi done IFS="$lt_save_ifs" if test "X$echo" = Xecho; then # We didn't find a better echo, so look for alternatives. if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # This shell has a builtin print -r that does the trick. echo='print -r' elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) && test "X$CONFIG_SHELL" != X/bin/ksh; then # If we have ksh, try running configure again with it. ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} export ORIGINAL_CONFIG_SHELL CONFIG_SHELL=/bin/ksh export CONFIG_SHELL exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} else # Try using printf. echo='printf %s\n' if test "X`($echo '\t') 2>/dev/null`" = 'X\t' && echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then # Cool, printf works : elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL export CONFIG_SHELL SHELL="$CONFIG_SHELL" export SHELL echo="$CONFIG_SHELL $0 --fallback-echo" elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` && test "X$echo_testing_string" = 'X\t' && echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` && test "X$echo_testing_string" = "X$echo_test_string"; then echo="$CONFIG_SHELL $0 --fallback-echo" else # maybe with a smaller string... prev=: for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null then break fi prev="$cmd" done if test "$prev" != 'sed 50q "$0"'; then echo_test_string=`eval $prev` export echo_test_string exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"} else # Oops. We lost completely, so just stick with echo. echo=echo fi fi fi fi fi fi # Copy echo and quote the copy suitably for passing to libtool from # the Makefile, instead of quoting the original, which is used later. ECHO=$echo if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo" fi tagnames=${tagnames+${tagnames},}CXX tagnames=${tagnames+${tagnames},}F77 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='gbonds' PACKAGE_TARNAME='gbonds' PACKAGE_VERSION='2.0.3' PACKAGE_STRING='gbonds 2.0.3' PACKAGE_BUGREPORT='http://sourceforge.net/tracker/?func=add&group_id=126342&atid=705400' ac_unique_file="src/gbonds.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='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datarootdir datadir sysconfdir sharedstatedir localstatedir includedir oldincludedir docdir infodir htmldir dvidir pdfdir psdir libdir localedir mandir DEFS ECHO_C ECHO_N ECHO_T LIBS build_alias host_alias target_alias INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA am__isrc CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT INTLTOOL_DESKTOP_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_KEYS_RULE INTLTOOL_PROP_RULE INTLTOOL_OAF_RULE INTLTOOL_PONG_RULE INTLTOOL_SERVER_RULE INTLTOOL_SHEET_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_UI_RULE INTLTOOL_XAM_RULE INTLTOOL_KBD_RULE INTLTOOL_XML_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_CAVES_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_THEME_RULE INTLTOOL_SERVICE_RULE INTLTOOL_POLICY_RULE XGETTEXT MSGMERGE MSGFMT INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE INTLTOOL_PERL ALL_LINGUAS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE DATADIRNAME build build_cpu build_vendor build_os host host_cpu host_vendor host_os SED GREP EGREP LN_S ECHO AR RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL WARN_CFLAGS GLIB_GENMARSHAL PKG_CONFIG GBONDS_CFLAGS GBONDS_LIBS GTK_CFLAGS GTK_LIBS HAVE_FILE_CHOOSER UPDATE_MIME_DATABASE HAVE_NEW_MIME_TRUE HAVE_NEW_MIME_FALSE UPDATE_DESKTOP_DATABASE HAVE_NEWER_MIME_TRUE HAVE_NEWER_MIME_FALSE GETTEXT_PACKAGE USE_NLS MSGFMT_OPTS GMSGFMT CATALOGS CATOBJEXT GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS LIBOBJS LTLIBOBJS' ac_subst_files='' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS CPP CXX CXXFLAGS CCC CXXCPP F77 FFLAGS PKG_CONFIG GBONDS_CFLAGS GBONDS_LIBS GTK_CFLAGS GTK_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (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_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` eval enable_$ac_feature=no ;; -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_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid feature name: $ac_feature" >&2 { (exit 1); exit 1; }; } ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` eval enable_$ac_feature=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -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_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package | sed 's/[-.]/_/g'` eval with_$ac_package=\$ac_optarg ;; -without-* | --without-*) ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid package name: $ac_package" >&2 { (exit 1); exit 1; }; } ac_package=`echo $ac_package | sed 's/[-.]/_/g'` eval with_$ac_package=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) { echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` { echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi # Be sure to have absolute directory names. 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 case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac { 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 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 .` || { echo "$as_me: error: Working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || { 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 -- "$0" || $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$0" : 'X\(//\)[^/]' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || echo X"$0" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." { 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" || { 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 gbonds 2.0.3 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/gbonds] --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 gbonds 2.0.3:";; esac cat <<\_ACEOF Optional Features: --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer --disable-dependency-tracking speeds up one-time build --enable-dependency-tracking do not reject slow dependency extractors --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --disable-libtool-lock avoid locking (might break parallel builds) --enable-compile-warnings=[no/minimum/yes/maximum/error] Turn on compiler warnings --enable-iso-c Try to warn if code is not ISO C Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-pic try to use only PIC/non-PIC objects [default=use both] --with-tags[=TAGS] include additional configurations [automatic] Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor CXX C++ compiler command CXXFLAGS C++ compiler flags CXXCPP C++ preprocessor F77 Fortran 77 compiler command FFLAGS Fortran 77 compiler flags PKG_CONFIG path to pkg-config utility GBONDS_CFLAGS C compiler flags for GBONDS, overriding pkg-config GBONDS_LIBS linker flags for GBONDS, overriding pkg-config 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" || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`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 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 gbonds configure 2.0.3 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 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 gbonds $as_me 2.0.3, which was generated by GNU Autoconf 2.61. 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=. 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=`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_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( *) $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=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac 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=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac 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 && echo "$as_me: caught signal $ac_signal" 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 explicitly selected file to automatically selected ones. if test -n "$CONFIG_SITE"; then set x "$CONFIG_SITE" elif test "x$prefix" != xNONE; then set x "$prefix/share/config.site" "$prefix/etc/config.site" else set x "$ac_default_prefix/share/config.site" \ "$ac_default_prefix/etc/config.site" fi shift for ac_site_file do if test -r "$ac_site_file"; then { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then { echo "$as_me:$LINENO: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { echo "$as_me:$LINENO: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $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,) { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 echo "$as_me: error: changes in the environment can compromise the build" >&2;} { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.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 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} { (exit 1); exit 1; }; } fi # 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. { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in ./ | .// | /cC/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if { 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 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi done done ;; esac done IFS=$as_save_IFS 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 { echo "$as_me:$LINENO: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { echo "$as_me:$LINENO: checking whether build environment is sane" >&5 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } # Just in case sleep 1 echo timestamp > conftest.file # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t $srcdir/configure conftest.file` fi rm -f conftest.file if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&5 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken alias in your environment" >&2;} { (exit 1); exit 1; }; } fi test "$2" = conftest.file ) then # Ok. : else { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! Check your system clock" >&5 echo "$as_me: error: newly created file is older than distributed files! Check your system clock" >&2;} { (exit 1); exit 1; }; } fi { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. echo might interpret backslashes. # By default was `s,x,x', remove it if useless. cat <<\_ACEOF >conftest.sed s/[\\$]/&&/g;s/;s,x,x,$// _ACEOF program_transform_name=`echo $program_transform_name | sed -f conftest.sed` rm -f conftest.sed # expand $ac_aux_dir to an absolute path am_aux_dir=`cd $ac_aux_dir && pwd` test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing" # Use eval to expand $SHELL if eval "$MISSING --run true"; then am_missing_run="$MISSING --run " else am_missing_run= { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} fi { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; } if test -z "$MKDIR_P"; then if test "${ac_cv_path_mkdir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5 echo "${ECHO_T}$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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_AWK+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $AWK" >&5 echo "${ECHO_T}$AWK" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$AWK" && break done { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } set x ${MAKE-make}; ac_make=`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 echo $ECHO_N "(cached) $ECHO_C" >&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 { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } SET_MAKE= else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null 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 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} { (exit 1); exit 1; }; } fi 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=gbonds VERSION=2.0.3 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $STRIP" >&5 echo "${ECHO_T}$STRIP" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 echo "${ECHO_T}$ac_ct_STRIP" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&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 -' { echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=no fi { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE ac_config_headers="$ac_config_headers config.h" DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo done .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # We grep out `Entering directory' and `Leaving directory' # messages which can occur if `w' ends up in MAKEFLAGS. # In particular we don't look at `^make:' because GNU make might # be invoked under some other name (usually "gmake"), in which # case it prints its new name instead of `make'. if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then am__include=include am__quote= _am_result=GNU fi # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then am__include=.include am__quote="\"" _am_result=BSD fi fi { echo "$as_me:$LINENO: result: $_am_result" >&5 echo "${ECHO_T}$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. echo "$as_me:$LINENO: checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # # List of possible output files, starting from the most likely. # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) # only as a last resort. b.out is created by i960 compilers. ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' # # The IRIX 6 linker writes into existing files which may not be # executable, retaining their permissions. Remove them first so a # subsequent execution test works. ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? 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 | *.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 { echo "$as_me:$LINENO: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6; } if test -z "$ac_file"; then echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { echo "$as_me:$LINENO: error: C compiler cannot create executables See \`config.log' for more details." >&5 echo "$as_me: error: C compiler cannot create executables See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { echo "$as_me:$LINENO: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&5 echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi fi fi { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } rm -f a.out a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6; } { echo "$as_me:$LINENO: checking for suffix of executables" >&5 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&5 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT { echo "$as_me:$LINENO: checking for suffix of object files" >&5 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compile") 2>&5 ac_status=$? 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 ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&5 echo "$as_me: error: cannot compute suffix of object files: cannot compile See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 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 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else 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 "echo \"\$as_me:$LINENO: $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 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 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 "echo \"\$as_me:$LINENO: $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 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 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 "echo \"\$as_me:$LINENO: $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 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 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 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 "echo \"\$as_me:$LINENO: $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 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 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) { echo "$as_me:$LINENO: result: none needed" >&5 echo "${ECHO_T}none needed" >&6; } ;; xno) { echo "$as_me:$LINENO: result: unsupported" >&5 echo "${ECHO_T}unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # 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 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi case "$am__api_version" in 1.01234) { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5 echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;} { (exit 1); exit 1; }; } ;; *) ;; esac if test -n "0.21"; then { echo "$as_me:$LINENO: checking for intltool >= 0.21" >&5 echo $ECHO_N "checking for intltool >= 0.21... $ECHO_C" >&6; } INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.21 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in` INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in` { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5 echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; } test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || { { echo "$as_me:$LINENO: error: Your intltool is too old. You need intltool 0.21 or later." >&5 echo "$as_me: error: Your intltool is too old. You need intltool 0.21 or later." >&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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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" 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 { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 echo "${ECHO_T}$XGETTEXT" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_MSGMERGE+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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" 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 { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 echo "${ECHO_T}$MSGMERGE" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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" 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 { echo "$as_me:$LINENO: result: $MSGFMT" >&5 echo "${ECHO_T}$MSGFMT" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 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 { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} { (exit 1); exit 1; }; } fi # Use the tools built into the package, not the ones that are installed. INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract' INTLTOOL_MERGE='$(top_builddir)/intltool-merge' INTLTOOL_UPDATE='$(top_builddir)/intltool-update' # Extract the first word of "perl", so it can be a program name with args. set dummy perl; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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" 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 { echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5 echo "${ECHO_T}$INTLTOOL_PERL" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test -z "$INTLTOOL_PERL"; then { { echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5 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 { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5 echo "$as_me: error: perl 5.x required for intltool" >&2;} { (exit 1); exit 1; }; } fi if test "x" != "xno-xml"; then { echo "$as_me:$LINENO: checking for XML::Parser" >&5 echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; } if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then { echo "$as_me:$LINENO: result: ok" >&5 echo "${ECHO_T}ok" >&6; } else { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then DATADIRNAME=share else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 case $host in *-*-solaris*) { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; } if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define 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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_func_bind_textdomain_codeset=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_bind_textdomain_codeset=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; } if test $ac_cv_func_bind_textdomain_codeset = yes; then DATADIRNAME=share else DATADIRNAME=lib fi ;; *) DATADIRNAME=lib ;; esac fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_config_commands="$ac_config_commands intltool" # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS="$lt_save_ifs" ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS="$lt_save_ifs" ;; esac else enable_static=yes fi # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for pkg in $enableval; do IFS="$lt_save_ifs" if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS="$lt_save_ifs" ;; esac else enable_fast_install=yes fi # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} { (exit 1); exit 1; }; } { echo "$as_me:$LINENO: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_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 && { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} { (exit 1); exit 1; }; } fi { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 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 { echo "$as_me:$LINENO: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } if test "${ac_cv_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else 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` || { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} { (exit 1); exit 1; }; } fi fi { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 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 { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; } if test "${lt_cv_path_SED+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$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 fi SED=$lt_cv_path_SED { echo "$as_me:$LINENO: result: $SED" >&5 echo "${ECHO_T}$SED" >&6; } { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } if test "${ac_cv_path_GREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Extract the first word of "grep ggrep" to use in msg output if test -z "$GREP"; then set dummy grep ggrep; ac_prog_name=$2 if test "${ac_cv_path_GREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else 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 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" echo 'GREP' >> "conftest.nl" "$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 fi GREP="$ac_cv_path_GREP" if test -z "$GREP"; then { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } fi else ac_cv_path_GREP=$GREP fi fi { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { echo "$as_me:$LINENO: checking for egrep" >&5 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } if test "${ac_cv_path_EGREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else # Extract the first word of "egrep" to use in msg output if test -z "$EGREP"; then set dummy egrep; ac_prog_name=$2 if test "${ac_cv_path_EGREP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else 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 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" 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 fi EGREP="$ac_cv_path_EGREP" if test -z "$EGREP"; then { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 echo "$as_me: error: no acceptable $ac_prog_name 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 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { echo "$as_me:$LINENO: checking for GNU ld" >&5 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } else { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } fi if test "${lt_cv_path_LD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 echo "${ECHO_T}$LD" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; } if test "${lt_cv_ld_reload_flag+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_ld_reload_flag='-r' fi { echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in darwin*) if test "$GCC" = yes; then reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac { echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; } if test "${lt_cv_path_NM+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM="$NM" else lt_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 test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm fi fi { echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 echo "${ECHO_T}$lt_cv_path_NM" >&6; } NM="$lt_cv_path_NM" { echo "$as_me:$LINENO: checking whether ln -s works" >&5 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 echo "${ECHO_T}no, using $LN_S" >&6; } fi { echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; } if test "${lt_cv_deplibs_check_method+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # `unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # which responds to the $file_magic_cmd with a given extended regex. # If you have `file' or equivalent on your system and you're not sure # whether `pass_all' will *always* work, you probably want this one. case $host_os in aix4* | aix5*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; 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=unknown ;; 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 ;; 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 ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; esac fi { echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; } file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE="32" ;; *ELF-64*) HPUX_IA64_MODE="64" ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out which ABI we are using. echo '#line 4842 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ s390*-*linux*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*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*) libsuff=64 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*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; } if test "${lt_cv_cc_needs_belf+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then lt_cv_cc_needs_belf=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; } if test x"$lt_cv_cc_needs_belf" != x"yes"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS="$SAVE_CFLAGS" fi ;; sparc*-*solaris*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) LD="${LD-ld} -m elf64_sparc" ;; *) LD="${LD-ld} -64" ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks="$enable_libtool_lock" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if test "${ac_cv_prog_CPP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 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 "echo \"\$as_me:$LINENO: $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 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 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { echo "$as_me:$LINENO: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 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 "echo \"\$as_me:$LINENO: $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 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 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 _ACEOF fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 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 echo '${'$as_ac_Header'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in dlfcn.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then { echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi ac_res=`eval echo '${'$as_ac_Header'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? { echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 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 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? { echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------------------------------------------------- ## ## Report this to http://sourceforge.net/tracker/?func=add&group_id=126342&atid=705400 ## ## ----------------------------------------------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi ac_res=`eval echo '${'$as_ac_Header'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu if test -z "$CXX"; then if test -n "$CCC"; then CXX=$CCC else if test -n "$ac_tool_prefix"; then for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then { echo "$as_me:$LINENO: result: $CXX" >&5 echo "${ECHO_T}$CXX" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$CXX" && break done fi if test -z "$CXX"; then ac_ct_CXX=$CXX for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_CXX="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 echo "${ECHO_T}$ac_ct_CXX" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$ac_ct_CXX" && break done if test "x$ac_ct_CXX" = x; then CXX="g++" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX fi fi fi fi # Provide some information about the compiler. echo "$as_me:$LINENO: checking for C++ compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } if test "${ac_cv_cxx_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } GXX=`test $ac_compiler_gnu = yes && echo yes` ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_cxx_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no CXXFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CXXFLAGS="" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_cxx_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cxx_werror_flag=$ac_save_cxx_werror_flag fi { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then CXXFLAGS="-g -O2" else CXXFLAGS="-g" fi else if test "$GXX" = yes; then CXXFLAGS="-O2" else CXXFLAGS= fi fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu depcc="$CXX" am_compiler_list= { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CXX_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # 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_CXX_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CXX_dependencies_compiler_type=none fi fi { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then am__fastdepCXX_TRUE= am__fastdepCXX_FALSE='#' else am__fastdepCXX_TRUE='#' am__fastdepCXX_FALSE= fi if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } if test -z "$CXXCPP"; then if test "${ac_cv_prog_CXXCPP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # Double quotes because CXXCPP needs to be expanded for CXXCPP in "$CXX -E" "/lib/cpp" do ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : else 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 "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then break fi done ac_cv_prog_CXXCPP=$CXXCPP fi CXXCPP=$ac_cv_prog_CXXCPP else ac_cv_prog_CXXCPP=$CXXCPP fi { echo "$as_me:$LINENO: result: $CXXCPP" >&5 echo "${ECHO_T}$CXXCPP" >&6; } ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then : else 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 "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null && { test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || test ! -s conftest.err }; then # Broken: success on invalid input. continue else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check See \`config.log' for more details." >&5 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu fi ac_ext=f ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_f77_compiler_gnu if test -n "$ac_tool_prefix"; then for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$F77"; then ac_cv_prog_F77="$F77" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_F77="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi F77=$ac_cv_prog_F77 if test -n "$F77"; then { echo "$as_me:$LINENO: result: $F77" >&5 echo "${ECHO_T}$F77" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$F77" && break done fi if test -z "$F77"; then ac_ct_F77=$F77 for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_F77"; then ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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_F77="$ac_prog" 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_F77=$ac_cv_prog_ac_ct_F77 if test -n "$ac_ct_F77"; then { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 echo "${ECHO_T}$ac_ct_F77" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$ac_ct_F77" && break done if test "x$ac_ct_F77" = x; then F77="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac F77=$ac_ct_F77 fi fi # Provide some information about the compiler. echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } rm -f a.out # If we don't use `.F' as extension, the preprocessor is not run on the # input file. (Note that this only needs to work for GNU compilers.) ac_save_ext=$ac_ext ac_ext=F { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } if test "${ac_cv_f77_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF program main #ifndef __GNUC__ choke me #endif end _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_f77_compiler_gnu=$ac_compiler_gnu fi { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } ac_ext=$ac_save_ext ac_test_FFLAGS=${FFLAGS+set} ac_save_FFLAGS=$FFLAGS FFLAGS= { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_f77_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else FFLAGS=-g cat >conftest.$ac_ext <<_ACEOF program main end _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then ac_cv_prog_f77_g=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_prog_f77_g=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } if test "$ac_test_FFLAGS" = set; then FFLAGS=$ac_save_FFLAGS elif test $ac_cv_prog_f77_g = yes; then if test "x$ac_cv_f77_compiler_gnu" = xyes; then FFLAGS="-g -O2" else FFLAGS="-g" fi else if test "x$ac_cv_f77_compiler_gnu" = xyes; then FFLAGS="-O2" else FFLAGS= fi fi G77=`test $ac_compiler_gnu = yes && echo yes` ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! # find the maximum length of command line arguments { echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; } if test "${lt_cv_sys_max_cmd_len+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else i=0 teststring="ABCD" case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; 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 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \ = "XX$teststring") >/dev/null 2>&1 && new_result=`expr "X$teststring" : ".*" 2>&1` && lt_cv_sys_max_cmd_len=$new_result && test $i != 17 # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done teststring= # Add a significant safety factor because C++ compilers can tack on massive # amounts of additional arguments before passing them to the linker. # It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n $lt_cv_sys_max_cmd_len ; then { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; } else { echo "$as_me:$LINENO: result: none" >&5 echo "${ECHO_T}none" >&6; } fi # Check for command to grab the raw symbol name followed by C symbol from nm. { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; } if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Transform an extracted symbol line into a proper C declaration lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32*) symcode='[ABCDGISTW]' ;; hpux*) # Its linker distinguishes data from code symbols if test "$host_cpu" = ia64; then symcode='[ABCDEGRST]' fi lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" ;; linux* | k*bsd*-gnu) if test "$host_cpu" = ia64; then symcode='[ABCDGIRSTW]' lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'" 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 # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac # Try without a prefix undercore, then with it. for ac_symprfx in "" "_"; do # 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. lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Now try to grab the symbols. nlist=conftest.nm if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if grep ' nm_test_var$' "$nlist" >/dev/null; then if grep ' nm_test_func$' "$nlist" >/dev/null; then cat < conftest.$ac_ext #ifdef __cplusplus extern "C" { #endif EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext' cat <> conftest.$ac_ext #if defined (__STDC__) && __STDC__ # define lt_ptr_t void * #else # define lt_ptr_t char * # define const #endif /* The mapping between symbol names and symbols. */ const struct { const char *name; lt_ptr_t address; } lt_preloaded_symbols[] = { EOF $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext cat <<\EOF >> conftest.$ac_ext {0, (lt_ptr_t) 0} }; #ifdef __cplusplus } #endif EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_save_LIBS="$LIBS" lt_save_CFLAGS="$CFLAGS" LIBS="conftstm.$ac_objext" CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext}; then pipe_works=yes fi LIBS="$lt_save_LIBS" CFLAGS="$lt_save_CFLAGS" else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -f conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test "$pipe_works" = yes; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { echo "$as_me:$LINENO: result: failed" >&5 echo "${ECHO_T}failed" >&6; } else { echo "$as_me:$LINENO: result: ok" >&5 echo "${ECHO_T}ok" >&6; } fi { echo "$as_me:$LINENO: checking for objdir" >&5 echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } if test "${lt_cv_objdir+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 echo "${ECHO_T}$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. Xsed='sed -e 1s/^X//' sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' # Constants: rm="rm -f" # Global variables: default_ofile=libtool can_build_shared=yes # All known linkers require a `.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a ltmain="$ac_aux_dir/ltmain.sh" ofile="$default_ofile" with_gnu_ld="$lt_cv_prog_gnu_ld" if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. set dummy ${ac_tool_prefix}ar; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_AR+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="${ac_tool_prefix}ar" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { echo "$as_me:$LINENO: result: $AR" >&5 echo "${ECHO_T}$AR" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_AR"; then ac_ct_AR=$AR # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_AR+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_AR="ar" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 echo "${ECHO_T}$ac_ct_AR" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi else AR="$ac_cv_prog_AR" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { echo "$as_me:$LINENO: result: $RANLIB" >&5 echo "${ECHO_T}$RANLIB" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_ac_ct_RANLIB="ranlib" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 echo "${ECHO_T}$ac_ct_RANLIB" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $STRIP" >&5 echo "${ECHO_T}$STRIP" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 echo "${ECHO_T}$ac_ct_STRIP" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi old_CC="$CC" old_CFLAGS="$CFLAGS" # Set sane defaults for various variables test -z "$AR" && AR=ar test -z "$AR_FLAGS" && AR_FLAGS=cru test -z "$AS" && AS=as test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$DLLTOOL" && DLLTOOL=dlltool test -z "$LD" && LD=ld test -z "$LN_S" && LN_S="ln -s" test -z "$MAGIC_CMD" && MAGIC_CMD=file test -z "$NM" && NM=nm test -z "$SED" && SED=sed test -z "$OBJDUMP" && OBJDUMP=objdump test -z "$RANLIB" && RANLIB=: test -z "$STRIP" && STRIP=: test -z "$ac_objext" && ac_objext=o # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_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 for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` # Only perform the check for file, if the check method requires it case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/${ac_tool_prefix}file; then lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 echo "${ECHO_T}$MAGIC_CMD" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { echo "$as_me:$LINENO: checking for file" >&5 echo $ECHO_N "checking for file... $ECHO_C" >&6; } if test "${lt_cv_path_MAGIC_CMD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD="$MAGIC_CMD" lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f $ac_dir/file; then lt_cv_path_MAGIC_CMD="$ac_dir/file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org EOF fi ;; esac fi break fi done IFS="$lt_save_ifs" MAGIC_CMD="$lt_save_MAGIC_CMD" ;; esac fi MAGIC_CMD="$lt_cv_path_MAGIC_CMD" if test -n "$MAGIC_CMD"; then { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 echo "${ECHO_T}$MAGIC_CMD" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac enable_dlopen=no enable_win32_dll=no # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then enableval=$enable_libtool_lock; fi test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes # Check whether --with-pic was given. if test "${with_pic+set}" = set; then withval=$with_pic; pic_mode="$withval" else pic_mode=default fi test -z "$pic_mode" && pic_mode=default # Use C for the default configuration in the libtool script tagname= lt_save_CC="$CC" ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* lt_prog_compiler_no_builtin_flag= if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag=' -fno-builtin' { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:7585: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:7589: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; *) lt_prog_compiler_pic='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) lt_prog_compiler_pic='-qnocommon' lt_prog_compiler_wl='-Wl,' ;; esac ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; esac ;; esac ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 echo "${ECHO_T}$lt_prog_compiler_pic" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } if test "${lt_prog_compiler_pic_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:7875: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:7879: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_pic_works=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; } if test x"$lt_prog_compiler_pic_works" = xyes; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } if test "${lt_prog_compiler_static_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_static_works=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_static_works=yes fi else lt_prog_compiler_static_works=yes fi fi $rm conftest* LDFLAGS="$save_LDFLAGS" fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; } if test x"$lt_prog_compiler_static_works" = xyes; then : else lt_prog_compiler_static= fi { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_c_o+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_c_o=no $rm -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out 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:7979: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:7983: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $rm conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { echo "$as_me:$LINENO: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6; } if test "$hard_links" = no; then { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } runpath_var= allow_undefined_flag= enable_shared_with_static_runtimes=no archive_cmds= archive_expsym_cmds= old_archive_From_new_cmds= old_archive_from_expsyms_cmds= export_dynamic_flag_spec= whole_archive_flag_spec= thread_safe_flag_spec= hardcode_libdir_flag_spec= hardcode_libdir_flag_spec_ld= hardcode_libdir_separator= hardcode_direct=no hardcode_minus_L=no hardcode_shlibpath_var=unsupported link_all_deplibs=unknown hardcode_automatic=no module_cmds= module_expsym_cmds= always_export_symbols=no export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms="_GLOBAL_OFFSET_TABLE_" # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. extract_expsyms_cmds= # Just being paranoid about ensuring that cc_basename is set. for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` case $host_os in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v 2>/dev/null` in *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs=no cat <&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. EOF fi ;; amigaos*) archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can't use # them. ld_shlibs=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; *) tmp_sharedflag='-shared' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi else ld_shlibs=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. EOF elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test "$ld_shlibs" = no; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_libdir_separator=':' link_all_deplibs=yes if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' ${wl}-bernotok' allow_undefined_flag=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' archive_cmds_need_lc=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; amigaos*) archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes # see comment about different semantics on the GNU ld section ld_shlibs=no ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes=yes ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[012]) allow_undefined_flag='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[012]) allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported whole_archive_flag_spec='' link_all_deplibs=yes if test "$GCC" = yes ; then output_verbose_link_cmd='echo' archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) ld_shlibs=no ;; esac fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; freebsd1*) ld_shlibs=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: hardcode_direct=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_libdir_flag_spec_ld='+b $libdir' hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes export_dynamic_flag_spec='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_ld='-rpath $libdir' fi hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: link_all_deplibs=yes ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' export_dynamic_flag_spec='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-R$libdir' ;; *) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' fi hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z text' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else wlarc='' archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='${wl}-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='${wl}-z,text' allow_undefined_flag='${wl}-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac fi { echo "$as_me:$LINENO: result: $ld_shlibs" >&5 echo "${ECHO_T}$ld_shlibs" >&6; } test "$ld_shlibs" = no && can_build_shared=no # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc=no else archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $rm conftest* { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 echo "${ECHO_T}$archive_cmds_need_lc" >&6; } ;; esac fi ;; esac { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" if test "$GCC" = yes; then 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 need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; 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*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 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 # 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 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; nto-qnx*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos 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 export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; 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 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' shlibpath_overrides_runpath=no else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' shlibpath_overrides_runpath=yes 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' ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no 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 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || \ test -n "$runpath_var" || \ test "X$hardcode_automatic" = "Xyes" ; then # We can hardcode non-existant directories. if test "$hardcode_direct" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no && test "$hardcode_minus_L" != no; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { echo "$as_me:$LINENO: result: $hardcode_action" >&5 echo "${ECHO_T}$hardcode_action" >&6; } if test "$hardcode_action" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi striplib= old_striplib= { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP" ; then striplib="$STRIP -x" old_striplib="$STRIP -S" { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi ;; *) { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } ;; esac fi if test "x$enable_dlopen" != xyes; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen="load_add_on" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32*) lt_cv_dlopen="LoadLibrary" lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen="dlopen" lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_lib_dl_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } if test $ac_cv_lib_dl_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else lt_cv_dlopen="dyld" lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; *) { echo "$as_me:$LINENO: checking for shl_load" >&5 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } if test "${ac_cv_func_shl_load+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define shl_load to an innocuous variant, in case declares shl_load. For example, HP-UX 11i declares gettimeofday. */ #define shl_load innocuous_shl_load /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef shl_load /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_shl_load || defined __stub___shl_load choke me #endif int main () { return shl_load (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_func_shl_load=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_shl_load=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } if test $ac_cv_func_shl_load = yes; then lt_cv_dlopen="shl_load" else { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } if test "${ac_cv_lib_dld_shl_load+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_lib_dld_shl_load=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } if test $ac_cv_lib_dld_shl_load = yes; then lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld" else { echo "$as_me:$LINENO: checking for dlopen" >&5 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } if test "${ac_cv_func_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define dlopen to an innocuous variant, in case declares dlopen. For example, HP-UX 11i declares gettimeofday. */ #define dlopen innocuous_dlopen /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dlopen (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef dlopen /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_dlopen || defined __stub___dlopen choke me #endif int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_func_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_dlopen=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 echo "${ECHO_T}$ac_cv_func_dlopen" >&6; } if test $ac_cv_func_dlopen = yes; then lt_cv_dlopen="dlopen" else { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_lib_dl_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } if test $ac_cv_lib_dl_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" else { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } if test "${ac_cv_lib_svld_dlopen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_lib_svld_dlopen=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } if test $ac_cv_lib_svld_dlopen = yes; then lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" else { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } if test "${ac_cv_lib_dld_dld_link+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_lib_dld_dld_link=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } if test $ac_cv_lib_dld_dld_link = yes; then lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld" fi fi fi fi fi fi ;; esac if test "x$lt_cv_dlopen" != xno; then enable_dlopen=yes else enable_dlopen=no fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS="$CPPFLAGS" test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS="$LDFLAGS" wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS="$LIBS" LIBS="$lt_cv_dlopen_libs $LIBS" { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; } if test "${lt_cv_dlopen_self+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif #ifdef __cplusplus extern "C" void exit (int); #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); exit (status); } EOF if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 echo "${ECHO_T}$lt_cv_dlopen_self" >&6; } if test "x$lt_cv_dlopen_self" = xyes; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; } if test "${lt_cv_dlopen_self_static+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif #ifdef __cplusplus extern "C" void exit (int); #endif void fnord() { int i=42;} int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; /* dlclose (self); */ } else puts (dlerror ()); exit (status); } EOF if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS="$save_CPPFLAGS" LDFLAGS="$save_LDFLAGS" LIBS="$save_LIBS" ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi # Report which library types will actually be built { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $can_build_shared" >&5 echo "${ECHO_T}$can_build_shared" >&6; } { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix4* | aix5*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { echo "$as_me:$LINENO: result: $enable_shared" >&5 echo "${ECHO_T}$enable_shared" >&6; } { echo "$as_me:$LINENO: checking whether to build static libraries" >&5 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { echo "$as_me:$LINENO: result: $enable_static" >&5 echo "${ECHO_T}$enable_static" >&6; } # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ compiler \ CC \ LD \ lt_prog_compiler_wl \ lt_prog_compiler_pic \ lt_prog_compiler_static \ lt_prog_compiler_no_builtin_flag \ export_dynamic_flag_spec \ thread_safe_flag_spec \ whole_archive_flag_spec \ enable_shared_with_static_runtimes \ old_archive_cmds \ old_archive_from_new_cmds \ predep_objects \ postdep_objects \ predeps \ postdeps \ compiler_lib_search_path \ archive_cmds \ archive_expsym_cmds \ postinstall_cmds \ postuninstall_cmds \ old_archive_from_expsyms_cmds \ allow_undefined_flag \ no_undefined_flag \ export_symbols_cmds \ hardcode_libdir_flag_spec \ hardcode_libdir_flag_spec_ld \ hardcode_libdir_separator \ hardcode_automatic \ module_cmds \ module_expsym_cmds \ lt_cv_prog_compiler_c_o \ fix_srcfile_path \ exclude_expsyms \ include_expsyms; do case $var in old_archive_cmds | \ old_archive_from_new_cmds | \ archive_cmds | \ archive_expsym_cmds | \ module_cmds | \ module_expsym_cmds | \ old_archive_from_expsyms_cmds | \ export_symbols_cmds | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\$0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` ;; esac cfgfile="${ofile}T" trap "$rm \"$cfgfile\"; exit 1" 1 2 15 $rm -f "$cfgfile" { echo "$as_me:$LINENO: creating $ofile" >&5 echo "$as_me: creating $ofile" >&6;} cat <<__EOF__ >> "$cfgfile" #! $SHELL # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP) # NOTE: Changes made to this file will be lost: look at ltmain.sh. # # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 # Free Software Foundation, Inc. # # This file is part of GNU Libtool: # Originally by Gordon Matzigkeit , 1996 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 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. # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="$SED -e 1s/^X//" # 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 # The names of the tagged configurations supported by this script. available_tags= # ### BEGIN LIBTOOL CONFIG # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_compiler # Is the compiler the GNU C compiler? with_gcc=$GCC # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_LD # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_predep_objects # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_postdep_objects # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_predeps # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_postdeps # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$hardcode_automatic # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # ### END LIBTOOL CONFIG __EOF__ case $host_os in aix3*) cat <<\EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test "X${COLLECT_NAMES+set}" != Xset; then COLLECT_NAMES= export COLLECT_NAMES fi EOF ;; esac # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || \ (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" # Check whether --with-tags was given. if test "${with_tags+set}" = set; then withval=$with_tags; tagnames="$withval" fi if test -f "$ltmain" && test -n "$tagnames"; then if test ! -f "${ofile}"; then { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} fi if test -z "$LTCC"; then eval "`$SHELL ${ofile} --config | grep '^LTCC='`" if test -z "$LTCC"; then { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} else { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} fi fi if test -z "$LTCFLAGS"; then eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`" fi # Extract list of available tagged configurations in $ofile. # Note that this assumes the entire list is on one line. available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'` lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," for tagname in $tagnames; do IFS="$lt_save_ifs" # Check whether tagname contains only valid characters case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in "") ;; *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 echo "$as_me: error: invalid tag name: $tagname" >&2;} { (exit 1); exit 1; }; } ;; esac if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null then { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} { (exit 1); exit 1; }; } fi # Update the list of available tags. if test -n "$tagname"; then echo appending configuration tag \"$tagname\" to $ofile case $tagname in CXX) if test -n "$CXX" && ( test "X$CXX" != "Xno" && ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) || (test "X$CXX" != "Xg++"))) ; then ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu archive_cmds_need_lc_CXX=no allow_undefined_flag_CXX= always_export_symbols_CXX=no archive_expsym_cmds_CXX= export_dynamic_flag_spec_CXX= hardcode_direct_CXX=no hardcode_libdir_flag_spec_CXX= hardcode_libdir_flag_spec_ld_CXX= hardcode_libdir_separator_CXX= hardcode_minus_L_CXX=no hardcode_shlibpath_var_CXX=unsupported hardcode_automatic_CXX=no module_cmds_CXX= module_expsym_cmds_CXX= link_all_deplibs_CXX=unknown old_archive_cmds_CXX=$old_archive_cmds no_undefined_flag_CXX= whole_archive_flag_spec_CXX= enable_shared_with_static_runtimes_CXX=no # Dependencies to place before and after the object being linked: predep_objects_CXX= postdep_objects_CXX= predeps_CXX= postdeps_CXX= compiler_lib_search_path_CXX= # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o objext_CXX=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} compiler=$CC compiler_CXX=$CC for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` # We don't want -fno-exception wen compiling C++ code, so set the # no_builtin_flag separately if test "$GXX" = yes; then lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin' else lt_prog_compiler_no_builtin_flag_CXX= fi if test "$GXX" = yes; then # Set up default GNU C++ configuration # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'` while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD="$ac_prog" ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test "$with_gnu_ld" = yes; then { echo "$as_me:$LINENO: checking for GNU ld" >&5 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } else { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } fi if test "${lt_cv_path_LD+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$LD"; then lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS="$lt_save_ifs" test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD="$ac_dir/$ac_prog" # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 echo "${ECHO_T}$LD" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} { (exit 1); exit 1; }; } { echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } if test "${lt_cv_prog_gnu_ld+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test "$with_gnu_ld" = yes; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='${wl}' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | \ grep 'no-whole-archive' > /dev/null; then whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec_CXX= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } ld_shlibs_CXX=yes case $host_os in aix3*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds_CXX='' hardcode_direct_CXX=yes hardcode_libdir_separator_CXX=':' link_all_deplibs_CXX=yes if test "$GXX" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct_CXX=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L_CXX=yes hardcode_libdir_flag_spec_CXX='-L$libdir' hardcode_libdir_separator_CXX= fi ;; esac shared_flag='-shared' if test "$aix_use_runtimelinking" = yes; then shared_flag="$shared_flag "'${wl}-G' fi else # not using gcc if test "$host_cpu" = ia64; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test "$aix_use_runtimelinking" = yes; then shared_flag='${wl}-G' else shared_flag='${wl}-bM:SRE' fi fi fi # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols_CXX=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag_CXX='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag_CXX="-z nodefs" archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag_CXX=' ${wl}-bernotok' allow_undefined_flag_CXX=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec_CXX='$convenience' archive_cmds_need_lc_CXX=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname' fi fi ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then allow_undefined_flag_CXX=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs_CXX=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec_CXX='-L$libdir' allow_undefined_flag_CXX=unsupported always_export_symbols_CXX=no enable_shared_with_static_runtimes_CXX=yes if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs_CXX=no fi ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[012]) allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[012]) allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac archive_cmds_need_lc_CXX=no hardcode_direct_CXX=no hardcode_automatic_CXX=yes hardcode_shlibpath_var_CXX=unsupported whole_archive_flag_spec_CXX='' link_all_deplibs_CXX=yes if test "$GXX" = yes ; then lt_int_apple_cc_single_mod=no output_verbose_link_cmd='echo' if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then lt_int_apple_cc_single_mod=yes fi if test "X$lt_int_apple_cc_single_mod" = Xyes ; then archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' else archive_cmds_CXX='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring' fi module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds if test "X$lt_int_apple_cc_single_mod" = Xyes ; then archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' fi module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) ld_shlibs_CXX=no ;; esac fi ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; freebsd[12]*) # C++ shared libraries reported to be fairly broken before switch to ELF ld_shlibs_CXX=no ;; freebsd-elf*) archive_cmds_need_lc_CXX=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions ld_shlibs_CXX=yes ;; gnu*) ;; hpux9*) hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' hardcode_libdir_separator_CXX=: export_dynamic_flag_spec_CXX='${wl}-E' hardcode_direct_CXX=yes hardcode_minus_L_CXX=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aCC*) archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; hpux10*|hpux11*) if test $with_gnu_ld = no; then hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir' hardcode_libdir_separator_CXX=: case $host_cpu in hppa*64*|ia64*) ;; *) export_dynamic_flag_spec_CXX='${wl}-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no ;; *) hardcode_direct_CXX=yes hardcode_minus_L_CXX=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; aCC*) case $host_cpu in hppa*64*) archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes; then if test $with_gnu_ld = no; then case $host_cpu in hppa*64*) archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; interix[3-9]*) hardcode_direct_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test "$GXX" = yes; then if test "$with_gnu_ld" = no; then archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib' fi fi link_all_deplibs_CXX=yes ;; esac hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc*) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' ;; esac archive_cmds_need_lc_CXX=no hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive' ;; pgCC*) # Portland Group C++ compiler archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec_CXX='${wl}--export-dynamic' whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' ;; cxx*) # Compaq C++ archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_CXX='-rpath $libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols' hardcode_libdir_flag_spec_CXX='-R$libdir' whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; m88k*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_CXX='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_direct_CXX=yes hardcode_shlibpath_var_CXX=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; openbsd2*) # C++ shared libraries are fairly broken ld_shlibs_CXX=no ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct_CXX=yes hardcode_shlibpath_var_CXX=no archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' export_dynamic_flag_spec_CXX='${wl}-E' whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' fi output_verbose_link_cmd='echo' else ld_shlibs_CXX=no fi ;; osf3*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' hardcode_libdir_separator_CXX=: # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; cxx*) allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' hardcode_libdir_separator_CXX=: # Archives containing C++ object files must be created using # the KAI C++ compiler. old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; cxx*) allow_undefined_flag_CXX=' -expect_unresolved \*' archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~ $rm $lib.exp' hardcode_libdir_flag_spec_CXX='-rpath $libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list' ;; *) if test "$GXX" = yes && test "$with_gnu_ld" = no; then allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_CXX=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"' else # FIXME: insert proper C++ library support ld_shlibs_CXX=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ archive_cmds_need_lc_CXX=yes no_undefined_flag_CXX=' -zdefs' archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' hardcode_libdir_flag_spec_CXX='-R$libdir' hardcode_shlibpath_var_CXX=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract' ;; esac link_all_deplibs_CXX=yes output_verbose_link_cmd='echo' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test "$GXX" = yes && test "$with_gnu_ld" = no; then no_undefined_flag_CXX=' ${wl}-z ${wl}defs' if $CC --version | grep -v '^2\.7' > /dev/null; then archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" else # g++ 2.7 appears to require `-G' NOT `-shared' on this # platform. archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib' archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\"" fi hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir' case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_CXX='${wl}-z,text' archive_cmds_need_lc_CXX=no hardcode_shlibpath_var_CXX=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. # 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. # So that behaviour is only enabled if SCOABSPATH is set to a # non-empty value in the environment. Most likely only useful for # creating official distributions of packages. # This is a hack until libtool officially supports absolute path # names for shared libraries. no_undefined_flag_CXX='${wl}-z,text' allow_undefined_flag_CXX='${wl}-z,nodefs' archive_cmds_need_lc_CXX=no hardcode_shlibpath_var_CXX=no hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator_CXX=':' link_all_deplibs_CXX=yes export_dynamic_flag_spec_CXX='${wl}-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; *) # FIXME: insert proper C++ library support ld_shlibs_CXX=no ;; esac { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 echo "${ECHO_T}$ld_shlibs_CXX" >&6; } test "$ld_shlibs_CXX" = no && can_build_shared=no GCC_CXX="$GXX" LD_CXX="$LD" cat > conftest.$ac_ext <&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no # The `*' in the case matches for architectures that use `case' in # $output_verbose_cmd can trigger glob expansion during the loop # eval without this substitution. output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"` for p in `eval $output_verbose_link_cmd`; do case $p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test $p = "-L" \ || test $p = "-R"; then prev=$p continue else prev= fi if test "$pre_test_object_deps_done" = no; then case $p in -L* | -R*) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$compiler_lib_search_path_CXX"; then compiler_lib_search_path_CXX="${prev}${p}" else compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$postdeps_CXX"; then postdeps_CXX="${prev}${p}" else postdeps_CXX="${postdeps_CXX} ${prev}${p}" fi fi ;; *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test "$pre_test_object_deps_done" = no; then if test -z "$predep_objects_CXX"; then predep_objects_CXX="$p" else predep_objects_CXX="$predep_objects_CXX $p" fi else if test -z "$postdep_objects_CXX"; then postdep_objects_CXX="$p" else postdep_objects_CXX="$postdep_objects_CXX $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling CXX test program" fi $rm -f confest.$objext # PORTME: override above test on systems where it is broken case $host_os in interix[3-9]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. predep_objects_CXX= postdep_objects_CXX= postdeps_CXX= ;; linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 # # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac if test "$solaris_use_stlport4" != yes; then postdeps_CXX='-library=Cstd -library=Crun' fi ;; esac ;; solaris*) case $cc_basename in CC*) # The more standards-conforming stlport4 library is # incompatible with the Cstd library. Avoid specifying # it if it's in CXXFLAGS. Ignore libCrun as # -library=stlport4 depends on it. case " $CXX $CXXFLAGS " in *" -library=stlport4 "*) solaris_use_stlport4=yes ;; esac # Adding this requires a known-good setup of shared libraries for # Sun compiler versions before 5.6, else PIC objects from an old # archive will be linked into the output, leading to subtle bugs. if test "$solaris_use_stlport4" != yes; then postdeps_CXX='-library=Cstd -library=Crun' fi ;; esac ;; esac case " $postdeps_CXX " in *" -lc "*) archive_cmds_need_lc_CXX=no ;; esac lt_prog_compiler_wl_CXX= lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX= { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } # C++ specific cases for pic, static, wl, etc. if test "$GXX" = yes; then lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic_CXX='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic_CXX='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all lt_prog_compiler_pic_CXX= ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic_CXX=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) ;; *) lt_prog_compiler_pic_CXX='-fPIC' ;; esac ;; *) lt_prog_compiler_pic_CXX='-fPIC' ;; esac else case $host_os in aix4* | aix5*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' else lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) lt_prog_compiler_pic_CXX='-qnocommon' lt_prog_compiler_wl_CXX='-Wl,' ;; esac ;; dgux*) case $cc_basename in ec++*) lt_prog_compiler_pic_CXX='-KPIC' ;; ghcx*) # Green Hills C++ Compiler lt_prog_compiler_pic_CXX='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' if test "$host_cpu" != ia64; then lt_prog_compiler_pic_CXX='+Z' fi ;; aCC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='${wl}-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_CXX='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_static_CXX='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu) case $cc_basename in KCC*) # KAI C++ Compiler lt_prog_compiler_wl_CXX='--backend -Wl,' lt_prog_compiler_pic_CXX='-fPIC' ;; icpc* | ecpc*) # Intel C++ lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-static' ;; pgCC*) # Portland Group C++ compiler. lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-fpic' lt_prog_compiler_static_CXX='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' lt_prog_compiler_wl_CXX='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) lt_prog_compiler_pic_CXX='-W c,exportall' ;; *) ;; esac ;; netbsd*) ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) lt_prog_compiler_wl_CXX='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 lt_prog_compiler_pic_CXX='-pic' ;; cxx*) # Digital/Compaq C++ lt_prog_compiler_wl_CXX='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. lt_prog_compiler_pic_CXX= lt_prog_compiler_static_CXX='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC*) # Sun C++ 4.2, 5.x and Centerline C++ lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' lt_prog_compiler_wl_CXX='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler lt_prog_compiler_pic_CXX='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x lt_prog_compiler_pic_CXX='-pic' lt_prog_compiler_static_CXX='-Bstatic' ;; lcc*) # Lucid lt_prog_compiler_pic_CXX='-pic' ;; *) ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 lt_prog_compiler_pic_CXX='-KPIC' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) lt_prog_compiler_wl_CXX='-Wl,' lt_prog_compiler_pic_CXX='-KPIC' lt_prog_compiler_static_CXX='-Bstatic' ;; esac ;; vxworks*) ;; *) lt_prog_compiler_can_build_shared_CXX=no ;; esac fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_CXX"; then { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; } if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_pic_works_CXX=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:12850: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:12854: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_pic_works_CXX=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6; } if test x"$lt_prog_compiler_pic_works_CXX" = xyes; then case $lt_prog_compiler_pic_CXX in "" | " "*) ;; *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;; esac else lt_prog_compiler_pic_CXX= lt_prog_compiler_can_build_shared_CXX=no fi fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic_CXX= ;; *) lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC" ;; esac # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } if test "${lt_prog_compiler_static_works_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_static_works_CXX=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_static_works_CXX=yes fi else lt_prog_compiler_static_works_CXX=yes fi fi $rm conftest* LDFLAGS="$save_LDFLAGS" fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5 echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6; } if test x"$lt_prog_compiler_static_works_CXX" = xyes; then : else lt_prog_compiler_static_CXX= fi { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_c_o_CXX=no $rm -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out 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:12954: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:12958: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_CXX=yes fi fi chmod u+w . 2>&5 $rm conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { echo "$as_me:$LINENO: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6; } if test "$hard_links" = no; then { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' case $host_os in aix4* | aix5*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' fi ;; pw32*) export_symbols_cmds_CXX="$ltdll_cmds" ;; cygwin* | mingw*) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' ;; *) export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 echo "${ECHO_T}$ld_shlibs_CXX" >&6; } test "$ld_shlibs_CXX" = no && can_build_shared=no # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc_CXX" in x|xyes) # Assume -lc should be added archive_cmds_need_lc_CXX=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_CXX in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl_CXX pic_flag=$lt_prog_compiler_pic_CXX compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_CXX allow_undefined_flag_CXX= if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_CXX=no else archive_cmds_need_lc_CXX=yes fi allow_undefined_flag_CXX=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $rm conftest* { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; } ;; esac fi ;; esac { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; 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*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 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 # 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 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; nto-qnx*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos 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 export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; 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 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' shlibpath_overrides_runpath=no else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' shlibpath_overrides_runpath=yes 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' ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no 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 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } hardcode_action_CXX= if test -n "$hardcode_libdir_flag_spec_CXX" || \ test -n "$runpath_var_CXX" || \ test "X$hardcode_automatic_CXX" = "Xyes" ; then # We can hardcode non-existant directories. if test "$hardcode_direct_CXX" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no && test "$hardcode_minus_L_CXX" != no; then # Linking always hardcodes the temporary library directory. hardcode_action_CXX=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action_CXX=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action_CXX=unsupported fi { echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 echo "${ECHO_T}$hardcode_action_CXX" >&6; } if test "$hardcode_action_CXX" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ compiler_CXX \ CC_CXX \ LD_CXX \ lt_prog_compiler_wl_CXX \ lt_prog_compiler_pic_CXX \ lt_prog_compiler_static_CXX \ lt_prog_compiler_no_builtin_flag_CXX \ export_dynamic_flag_spec_CXX \ thread_safe_flag_spec_CXX \ whole_archive_flag_spec_CXX \ enable_shared_with_static_runtimes_CXX \ old_archive_cmds_CXX \ old_archive_from_new_cmds_CXX \ predep_objects_CXX \ postdep_objects_CXX \ predeps_CXX \ postdeps_CXX \ compiler_lib_search_path_CXX \ archive_cmds_CXX \ archive_expsym_cmds_CXX \ postinstall_cmds_CXX \ postuninstall_cmds_CXX \ old_archive_from_expsyms_cmds_CXX \ allow_undefined_flag_CXX \ no_undefined_flag_CXX \ export_symbols_cmds_CXX \ hardcode_libdir_flag_spec_CXX \ hardcode_libdir_flag_spec_ld_CXX \ hardcode_libdir_separator_CXX \ hardcode_automatic_CXX \ module_cmds_CXX \ module_expsym_cmds_CXX \ lt_cv_prog_compiler_c_o_CXX \ fix_srcfile_path_CXX \ exclude_expsyms_CXX \ include_expsyms_CXX; do case $var in old_archive_cmds_CXX | \ old_archive_from_new_cmds_CXX | \ archive_cmds_CXX | \ archive_expsym_cmds_CXX | \ module_cmds_CXX | \ module_expsym_cmds_CXX | \ old_archive_from_expsyms_cmds_CXX | \ export_symbols_cmds_CXX | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\$0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` ;; esac cfgfile="$ofile" cat <<__EOF__ >> "$cfgfile" # ### BEGIN LIBTOOL TAG CONFIG: $tagname # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_CXX # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_compiler_CXX # Is the compiler the GNU C compiler? with_gcc=$GCC_CXX # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_LD_CXX # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_CXX # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_CXX pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_CXX # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds_CXX old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds_CXX archive_expsym_cmds=$lt_archive_expsym_cmds_CXX postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_module_cmds_CXX module_expsym_cmds=$lt_module_expsym_cmds_CXX # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_predep_objects_CXX # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_postdep_objects_CXX # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_predeps_CXX # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_postdeps_CXX # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_CXX # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_CXX # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_CXX # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_CXX # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct_CXX # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L_CXX # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$hardcode_automatic_CXX # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_CXX # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_CXX # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_CXX # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_CXX # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_CXX # ### END LIBTOOL TAG CONFIG: $tagname __EOF__ else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC=$lt_save_CC LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ldcxx=$with_gnu_ld with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld else tagname="" fi ;; F77) if test -n "$F77" && test "X$F77" != "Xno"; then ac_ext=f ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5' ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_f77_compiler_gnu archive_cmds_need_lc_F77=no allow_undefined_flag_F77= always_export_symbols_F77=no archive_expsym_cmds_F77= export_dynamic_flag_spec_F77= hardcode_direct_F77=no hardcode_libdir_flag_spec_F77= hardcode_libdir_flag_spec_ld_F77= hardcode_libdir_separator_F77= hardcode_minus_L_F77=no hardcode_automatic_F77=no module_cmds_F77= module_expsym_cmds_F77= link_all_deplibs_F77=unknown old_archive_cmds_F77=$old_archive_cmds no_undefined_flag_F77= whole_archive_flag_spec_F77= enable_shared_with_static_runtimes_F77=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o objext_F77=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t 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. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* # Allow CC to be a program name with arguments. lt_save_CC="$CC" CC=${F77-"f77"} compiler=$CC compiler_F77=$CC for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $can_build_shared" >&5 echo "${ECHO_T}$can_build_shared" >&6; } { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } test "$can_build_shared" = "no" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test "$enable_shared" = yes && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix4* | aix5*) if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then test "$enable_shared" = yes && enable_static=no fi ;; esac { echo "$as_me:$LINENO: result: $enable_shared" >&5 echo "${ECHO_T}$enable_shared" >&6; } { echo "$as_me:$LINENO: checking whether to build static libraries" >&5 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } # Make sure either enable_shared or enable_static is yes. test "$enable_shared" = yes || enable_static=yes { echo "$as_me:$LINENO: result: $enable_static" >&5 echo "${ECHO_T}$enable_static" >&6; } GCC_F77="$G77" LD_F77="$LD" lt_prog_compiler_wl_F77= lt_prog_compiler_pic_F77= lt_prog_compiler_static_F77= { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_static_F77='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_F77='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic_F77='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic_F77='-fno-common' ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared_F77=no enable_shared=no ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic_F77=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_F77='-fPIC' ;; esac ;; *) lt_prog_compiler_pic_F77='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl_F77='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_F77='-Bstatic' else lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp' fi ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) lt_prog_compiler_pic_F77='-qnocommon' lt_prog_compiler_wl_F77='-Wl,' ;; esac ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic_F77='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl_F77='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_F77='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static_F77='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl_F77='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static_F77='-non_shared' ;; newsos6) lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' ;; linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-fpic' lt_prog_compiler_static_F77='-Bstatic' ;; ccc*) lt_prog_compiler_wl_F77='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static_F77='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' lt_prog_compiler_wl_F77='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' lt_prog_compiler_wl_F77='' ;; esac ;; esac ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl_F77='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static_F77='-non_shared' ;; rdos*) lt_prog_compiler_static_F77='-non_shared' ;; solaris*) lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' case $cc_basename in f77* | f90* | f95*) lt_prog_compiler_wl_F77='-Qoption ld ';; *) lt_prog_compiler_wl_F77='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl_F77='-Qoption ld ' lt_prog_compiler_pic_F77='-PIC' lt_prog_compiler_static_F77='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic_F77='-Kconform_pic' lt_prog_compiler_static_F77='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_pic_F77='-KPIC' lt_prog_compiler_static_F77='-Bstatic' ;; unicos*) lt_prog_compiler_wl_F77='-Wl,' lt_prog_compiler_can_build_shared_F77=no ;; uts4*) lt_prog_compiler_pic_F77='-pic' lt_prog_compiler_static_F77='-Bstatic' ;; *) lt_prog_compiler_can_build_shared_F77=no ;; esac fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_F77"; then { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; } if test "${lt_prog_compiler_pic_works_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_pic_works_F77=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_F77" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:14518: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:14522: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_pic_works_F77=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_F77" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works_F77" >&6; } if test x"$lt_prog_compiler_pic_works_F77" = xyes; then case $lt_prog_compiler_pic_F77 in "" | " "*) ;; *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;; esac else lt_prog_compiler_pic_F77= lt_prog_compiler_can_build_shared_F77=no fi fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic_F77= ;; *) lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77" ;; esac # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } if test "${lt_prog_compiler_static_works_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_static_works_F77=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_static_works_F77=yes fi else lt_prog_compiler_static_works_F77=yes fi fi $rm conftest* LDFLAGS="$save_LDFLAGS" fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_F77" >&5 echo "${ECHO_T}$lt_prog_compiler_static_works_F77" >&6; } if test x"$lt_prog_compiler_static_works_F77" = xyes; then : else lt_prog_compiler_static_F77= fi { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_c_o_F77=no $rm -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out 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:14622: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:14626: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_F77=yes fi fi chmod u+w . 2>&5 $rm conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { echo "$as_me:$LINENO: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6; } if test "$hard_links" = no; then { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } runpath_var= allow_undefined_flag_F77= enable_shared_with_static_runtimes_F77=no archive_cmds_F77= archive_expsym_cmds_F77= old_archive_From_new_cmds_F77= old_archive_from_expsyms_cmds_F77= export_dynamic_flag_spec_F77= whole_archive_flag_spec_F77= thread_safe_flag_spec_F77= hardcode_libdir_flag_spec_F77= hardcode_libdir_flag_spec_ld_F77= hardcode_libdir_separator_F77= hardcode_direct_F77=no hardcode_minus_L_F77=no hardcode_shlibpath_var_F77=unsupported link_all_deplibs_F77=unknown hardcode_automatic_F77=no module_cmds_F77= module_expsym_cmds_F77= always_export_symbols_F77=no export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms_F77= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms_F77="_GLOBAL_OFFSET_TABLE_" # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. extract_expsyms_cmds= # Just being paranoid about ensuring that cc_basename is set. for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` case $host_os in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs_F77=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec_F77='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec_F77= fi supports_anon_versioning=no case `$LD -v 2>/dev/null` in *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs_F77=no cat <&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. EOF fi ;; amigaos*) archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can't use # them. ld_shlibs_F77=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then allow_undefined_flag_F77=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs_F77=no fi ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec_F77='-L$libdir' allow_undefined_flag_F77=unsupported always_export_symbols_F77=no enable_shared_with_static_runtimes_F77=yes export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs_F77=no fi ;; interix[3-9]*) hardcode_direct_F77=no hardcode_shlibpath_var_F77=no hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' export_dynamic_flag_spec_F77='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds_F77='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* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers whole_archive_flag_spec_F77='${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' ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec_F77='${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' tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; *) tmp_sharedflag='-shared' ;; esac archive_cmds_F77='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi else ld_shlibs_F77=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs_F77=no cat <&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. EOF elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs_F77=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs_F77=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 ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' else ld_shlibs_F77=no fi ;; esac ;; sunos4*) archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct_F77=yes hardcode_shlibpath_var_F77=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs_F77=no fi ;; esac if test "$ld_shlibs_F77" = no; then runpath_var= hardcode_libdir_flag_spec_F77= export_dynamic_flag_spec_F77= whole_archive_flag_spec_F77= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag_F77=unsupported always_export_symbols_F77=yes archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L_F77=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct_F77=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds_F77='' hardcode_direct_F77=yes hardcode_libdir_separator_F77=':' link_all_deplibs_F77=yes if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct_F77=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L_F77=yes hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_libdir_separator_F77= fi ;; esac shared_flag='-shared' 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 # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols_F77=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag_F77='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF program main end _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag_F77="-z nodefs" archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF program main end _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 "echo \"\$as_me:$LINENO: $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 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { test -z "$ac_f77_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag_F77=' ${wl}-bernotok' allow_undefined_flag_F77=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec_F77='$convenience' archive_cmds_need_lc_F77=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds_F77="\$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*) archive_cmds_F77='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes # see comment about different semantics on the GNU ld section ld_shlibs_F77=no ;; bsdi[45]*) export_dynamic_flag_spec_F77=-rdynamic ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec_F77=' ' allow_undefined_flag_F77=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_F77='true' # FIXME: Should let the user specify the lib program. old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path_F77='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes_F77=yes ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[012]) allow_undefined_flag_F77='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[012]) allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac archive_cmds_need_lc_F77=no hardcode_direct_F77=no hardcode_automatic_F77=yes hardcode_shlibpath_var_F77=unsupported whole_archive_flag_spec_F77='' link_all_deplibs_F77=yes if test "$GCC" = yes ; then output_verbose_link_cmd='echo' archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) ld_shlibs_F77=no ;; esac fi ;; dgux*) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_shlibpath_var_F77=no ;; freebsd1*) ld_shlibs_F77=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes hardcode_shlibpath_var_F77=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_F77=yes hardcode_minus_L_F77=yes hardcode_shlibpath_var_F77=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes hardcode_shlibpath_var_F77=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds_F77='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' hardcode_libdir_separator_F77=: hardcode_direct_F77=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_F77=yes export_dynamic_flag_spec_F77='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' hardcode_libdir_separator_F77=: hardcode_direct_F77=yes export_dynamic_flag_spec_F77='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_F77=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir' hardcode_libdir_separator_F77=: case $host_cpu in hppa*64*|ia64*) hardcode_libdir_flag_spec_ld_F77='+b $libdir' hardcode_direct_F77=no hardcode_shlibpath_var_F77=no ;; *) hardcode_direct_F77=yes export_dynamic_flag_spec_F77='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_F77=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_ld_F77='-rpath $libdir' fi hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_F77=: link_all_deplibs_F77=yes ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_direct_F77=yes hardcode_shlibpath_var_F77=no ;; newsos6) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_F77=yes hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_F77=: hardcode_shlibpath_var_F77=no ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct_F77=yes hardcode_shlibpath_var_F77=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' export_dynamic_flag_spec_F77='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_F77='-R$libdir' ;; *) archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs_F77=no fi ;; os2*) hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_minus_L_F77=yes allow_undefined_flag_F77=unsupported archive_cmds_F77='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag_F77=' -expect_unresolved \*' archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' fi hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_F77=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir' else allow_undefined_flag_F77=' -expect_unresolved \*' archive_cmds_F77='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec_F77='-rpath $libdir' fi hardcode_libdir_separator_F77=: ;; solaris*) no_undefined_flag_F77=' -z text' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else wlarc='' archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi hardcode_libdir_flag_spec_F77='-R$libdir' hardcode_shlibpath_var_F77=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs_F77=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_direct_F77=yes hardcode_minus_L_F77=yes hardcode_shlibpath_var_F77=no ;; sysv4) case $host_vendor in sni) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_F77=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds_F77='$CC -r -o $output$reload_objs' hardcode_direct_F77=no ;; motorola) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var_F77=no ;; sysv4.3*) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var_F77=no export_dynamic_flag_spec_F77='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var_F77=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs_F77=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_F77='${wl}-z,text' archive_cmds_need_lc_F77=no hardcode_shlibpath_var_F77=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag_F77='${wl}-z,text' allow_undefined_flag_F77='${wl}-z,nodefs' archive_cmds_need_lc_F77=no hardcode_shlibpath_var_F77=no hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator_F77=':' link_all_deplibs_F77=yes export_dynamic_flag_spec_F77='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_F77='-L$libdir' hardcode_shlibpath_var_F77=no ;; *) ld_shlibs_F77=no ;; esac fi { echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 echo "${ECHO_T}$ld_shlibs_F77" >&6; } test "$ld_shlibs_F77" = no && can_build_shared=no # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc_F77" in x|xyes) # Assume -lc should be added archive_cmds_need_lc_F77=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_F77 in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl_F77 pic_flag=$lt_prog_compiler_pic_F77 compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_F77 allow_undefined_flag_F77= if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_F77=no else archive_cmds_need_lc_F77=yes fi allow_undefined_flag_F77=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $rm conftest* { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; } ;; esac fi ;; esac { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; 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*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 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 # 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 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; nto-qnx*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos 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 export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; 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 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' shlibpath_overrides_runpath=no else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' shlibpath_overrides_runpath=yes 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' ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no 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 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } hardcode_action_F77= if test -n "$hardcode_libdir_flag_spec_F77" || \ test -n "$runpath_var_F77" || \ test "X$hardcode_automatic_F77" = "Xyes" ; then # We can hardcode non-existant directories. if test "$hardcode_direct_F77" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no && test "$hardcode_minus_L_F77" != no; then # Linking always hardcodes the temporary library directory. hardcode_action_F77=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action_F77=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action_F77=unsupported fi { echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 echo "${ECHO_T}$hardcode_action_F77" >&6; } if test "$hardcode_action_F77" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ compiler_F77 \ CC_F77 \ LD_F77 \ lt_prog_compiler_wl_F77 \ lt_prog_compiler_pic_F77 \ lt_prog_compiler_static_F77 \ lt_prog_compiler_no_builtin_flag_F77 \ export_dynamic_flag_spec_F77 \ thread_safe_flag_spec_F77 \ whole_archive_flag_spec_F77 \ enable_shared_with_static_runtimes_F77 \ old_archive_cmds_F77 \ old_archive_from_new_cmds_F77 \ predep_objects_F77 \ postdep_objects_F77 \ predeps_F77 \ postdeps_F77 \ compiler_lib_search_path_F77 \ archive_cmds_F77 \ archive_expsym_cmds_F77 \ postinstall_cmds_F77 \ postuninstall_cmds_F77 \ old_archive_from_expsyms_cmds_F77 \ allow_undefined_flag_F77 \ no_undefined_flag_F77 \ export_symbols_cmds_F77 \ hardcode_libdir_flag_spec_F77 \ hardcode_libdir_flag_spec_ld_F77 \ hardcode_libdir_separator_F77 \ hardcode_automatic_F77 \ module_cmds_F77 \ module_expsym_cmds_F77 \ lt_cv_prog_compiler_c_o_F77 \ fix_srcfile_path_F77 \ exclude_expsyms_F77 \ include_expsyms_F77; do case $var in old_archive_cmds_F77 | \ old_archive_from_new_cmds_F77 | \ archive_cmds_F77 | \ archive_expsym_cmds_F77 | \ module_cmds_F77 | \ module_expsym_cmds_F77 | \ old_archive_from_expsyms_cmds_F77 | \ export_symbols_cmds_F77 | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\$0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` ;; esac cfgfile="$ofile" cat <<__EOF__ >> "$cfgfile" # ### BEGIN LIBTOOL TAG CONFIG: $tagname # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_F77 # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77 # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_compiler_F77 # Is the compiler the GNU C compiler? with_gcc=$GCC_F77 # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_LD_F77 # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_F77 # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_F77 pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77 # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_F77 # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77 # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77 # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77 # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77 # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds_F77 old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77 # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77 # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds_F77 archive_expsym_cmds=$lt_archive_expsym_cmds_F77 postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_module_cmds_F77 module_expsym_cmds=$lt_module_expsym_cmds_F77 # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_predep_objects_F77 # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_postdep_objects_F77 # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_predeps_F77 # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_postdeps_F77 # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_F77 # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_F77 # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_F77 # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_F77 # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77 # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77 # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77 # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct_F77 # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L_F77 # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_F77 # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$hardcode_automatic_F77 # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_F77 # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_F77 # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_F77 # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_F77 # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_F77 # ### END LIBTOOL TAG CONFIG: $tagname __EOF__ else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" else tagname="" fi ;; GCJ) if test -n "$GCJ" && test "X$GCJ" != "Xno"; then # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o objext_GCJ=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # 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. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* # Allow CC to be a program name with arguments. lt_save_CC="$CC" CC=${GCJ-"gcj"} compiler=$CC compiler_GCJ=$CC for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` # GCJ did not exist at the time GCC didn't implicitly link libc in. archive_cmds_need_lc_GCJ=no old_archive_cmds_GCJ=$old_archive_cmds lt_prog_compiler_no_builtin_flag_GCJ= if test "$GCC" = yes; then lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:16811: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:16815: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl_GCJ= lt_prog_compiler_pic_GCJ= lt_prog_compiler_static_GCJ= { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } if test "$GCC" = yes; then lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_static_GCJ='-static' case $host_os in aix*) # All AIX code is PIC. if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_GCJ='-Bstatic' fi ;; amigaos*) # FIXME: we need at least 68020 code to build shared libraries, but # adding the `-m68020' flag to GCC prevents building anything better, # like `-m68040'. lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4' ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic_GCJ='-fno-common' ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared_GCJ=no enable_shared=no ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic_GCJ=-Kconform_pic fi ;; hpux*) # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_GCJ='-fPIC' ;; esac ;; *) lt_prog_compiler_pic_GCJ='-fPIC' ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl_GCJ='-Wl,' if test "$host_cpu" = ia64; then # AIX 5 now supports IA64 processor lt_prog_compiler_static_GCJ='-Bstatic' else lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp' fi ;; darwin*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files case $cc_basename in xlc*) lt_prog_compiler_pic_GCJ='-qnocommon' lt_prog_compiler_wl_GCJ='-Wl,' ;; esac ;; mingw* | cygwin* | pw32* | os2*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic_GCJ='-DDLL_EXPORT' ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl_GCJ='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic_GCJ='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl_GCJ='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static_GCJ='-non_shared' ;; newsos6) lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' ;; linux* | k*bsd*-gnu) case $cc_basename in icc* | ecc*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-static' ;; pgcc* | pgf77* | pgf90* | pgf95*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-fpic' lt_prog_compiler_static_GCJ='-Bstatic' ;; ccc*) lt_prog_compiler_wl_GCJ='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static_GCJ='-non_shared' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' lt_prog_compiler_wl_GCJ='-Wl,' ;; *Sun\ F*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' lt_prog_compiler_wl_GCJ='' ;; esac ;; esac ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl_GCJ='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static_GCJ='-non_shared' ;; rdos*) lt_prog_compiler_static_GCJ='-non_shared' ;; solaris*) lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' case $cc_basename in f77* | f90* | f95*) lt_prog_compiler_wl_GCJ='-Qoption ld ';; *) lt_prog_compiler_wl_GCJ='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl_GCJ='-Qoption ld ' lt_prog_compiler_pic_GCJ='-PIC' lt_prog_compiler_static_GCJ='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec ;then lt_prog_compiler_pic_GCJ='-Kconform_pic' lt_prog_compiler_static_GCJ='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_pic_GCJ='-KPIC' lt_prog_compiler_static_GCJ='-Bstatic' ;; unicos*) lt_prog_compiler_wl_GCJ='-Wl,' lt_prog_compiler_can_build_shared_GCJ=no ;; uts4*) lt_prog_compiler_pic_GCJ='-pic' lt_prog_compiler_static_GCJ='-Bstatic' ;; *) lt_prog_compiler_can_build_shared_GCJ=no ;; esac fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; } # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic_GCJ"; then { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; } if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_pic_works_GCJ=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic_GCJ" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:17101: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:17105: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_pic_works_GCJ=yes fi fi $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5 echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6; } if test x"$lt_prog_compiler_pic_works_GCJ" = xyes; then case $lt_prog_compiler_pic_GCJ in "" | " "*) ;; *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;; esac else lt_prog_compiler_pic_GCJ= lt_prog_compiler_can_build_shared_GCJ=no fi fi case $host_os in # For platforms which do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic_GCJ= ;; *) lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ" ;; esac # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_prog_compiler_static_works_GCJ=no save_LDFLAGS="$LDFLAGS" LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_prog_compiler_static_works_GCJ=yes fi else lt_prog_compiler_static_works_GCJ=yes fi fi $rm conftest* LDFLAGS="$save_LDFLAGS" fi { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5 echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6; } if test x"$lt_prog_compiler_static_works_GCJ" = xyes; then : else lt_prog_compiler_static_GCJ= fi { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else lt_cv_prog_compiler_c_o_GCJ=no $rm -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out 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:17205: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:17209: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o_GCJ=yes fi fi chmod u+w . 2>&5 $rm conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files $rm out/* && rmdir out cd .. rmdir conftest $rm conftest* fi { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; } hard_links="nottested" if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then # do not overwrite the value of need_locks provided by the user { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } hard_links=yes $rm conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { echo "$as_me:$LINENO: result: $hard_links" >&5 echo "${ECHO_T}$hard_links" >&6; } if test "$hard_links" = no; then { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } runpath_var= allow_undefined_flag_GCJ= enable_shared_with_static_runtimes_GCJ=no archive_cmds_GCJ= archive_expsym_cmds_GCJ= old_archive_From_new_cmds_GCJ= old_archive_from_expsyms_cmds_GCJ= export_dynamic_flag_spec_GCJ= whole_archive_flag_spec_GCJ= thread_safe_flag_spec_GCJ= hardcode_libdir_flag_spec_GCJ= hardcode_libdir_flag_spec_ld_GCJ= hardcode_libdir_separator_GCJ= hardcode_direct_GCJ=no hardcode_minus_L_GCJ=no hardcode_shlibpath_var_GCJ=unsupported link_all_deplibs_GCJ=unknown hardcode_automatic_GCJ=no module_cmds_GCJ= module_expsym_cmds_GCJ= always_export_symbols_GCJ=no export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms_GCJ= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ` (' and `)$', so one must not match beginning or # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc', # as well as any symbol that contains `d'. exclude_expsyms_GCJ="_GLOBAL_OFFSET_TABLE_" # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. extract_expsyms_cmds= # Just being paranoid about ensuring that cc_basename is set. for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` case $host_os in cygwin* | mingw* | pw32*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test "$GCC" != yes; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd*) with_gnu_ld=no ;; esac ld_shlibs_GCJ=yes if test "$with_gnu_ld" = yes; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='${wl}' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir' export_dynamic_flag_spec_GCJ='${wl}--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive' else whole_archive_flag_spec_GCJ= fi supports_anon_versioning=no case `$LD -v 2>/dev/null` in *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix3* | aix4* | aix5*) # On AIX/PPC, the GNU linker is very broken if test "$host_cpu" != ia64; then ld_shlibs_GCJ=no cat <&2 *** Warning: the GNU linker, at least up to release 2.9.1, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to modify your PATH *** so that a non-GNU linker is found, and then restart. EOF fi ;; amigaos*) archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes # Samuel A. Falvo II reports # that the semantics of dynamic libraries on AmigaOS, at least up # to version 4, is to share data among multiple programs linked # with the same dynamic library. Since this doesn't match the # behavior of shared libraries on other platforms, we can't use # them. ld_shlibs_GCJ=no ;; beos*) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then allow_undefined_flag_GCJ=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' else ld_shlibs_GCJ=no fi ;; cygwin* | mingw* | pw32*) # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec_GCJ='-L$libdir' allow_undefined_flag_GCJ=unsupported always_export_symbols_GCJ=no enable_shared_with_static_runtimes_GCJ=yes export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file (1st line # is EXPORTS), use it as is; otherwise, prepend... archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs_GCJ=no fi ;; interix[3-9]*) hardcode_direct_GCJ=no hardcode_shlibpath_var_GCJ=no hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' export_dynamic_flag_spec_GCJ='${wl}-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds_GCJ='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* | k*bsd*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then tmp_addflag= case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers whole_archive_flag_spec_GCJ='${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' ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec_GCJ='${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' tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; *) tmp_sharedflag='-shared' ;; esac archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' if test $supports_anon_versioning = yes; then archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ $echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' fi else ld_shlibs_GCJ=no fi ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then ld_shlibs_GCJ=no cat <&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. EOF elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs_GCJ=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs_GCJ=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 ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`' archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib' archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib' else ld_shlibs_GCJ=no fi ;; esac ;; sunos4*) archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; *) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs_GCJ=no fi ;; esac if test "$ld_shlibs_GCJ" = no; then runpath_var= hardcode_libdir_flag_spec_GCJ= export_dynamic_flag_spec_GCJ= whole_archive_flag_spec_GCJ= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag_GCJ=unsupported always_export_symbols_GCJ=yes archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L_GCJ=yes if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct_GCJ=unsupported fi ;; aix4* | aix5*) if test "$host_cpu" = ia64; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag="" else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to AIX nm, but means don't demangle with GNU nm if $NM -V 2>&1 | grep 'GNU' > /dev/null; then export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' else export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # need to do runtime linking. case $host_os in aix4.[23]|aix4.[23].*|aix5*) for ld_flag in $LDFLAGS; do if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then aix_use_runtimelinking=yes break fi done ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds_GCJ='' hardcode_direct_GCJ=yes hardcode_libdir_separator_GCJ=':' link_all_deplibs_GCJ=yes if test "$GCC" = yes; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`${CC} -print-prog-name=collect2` if test -f "$collect2name" && \ strings "$collect2name" | grep resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct_GCJ=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L_GCJ=yes hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_libdir_separator_GCJ= fi ;; esac shared_flag='-shared' 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 # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols_GCJ=yes if test "$aix_use_runtimelinking" = yes; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag_GCJ='-berok' # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" else if test "$host_cpu" = ia64; then hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib' allow_undefined_flag_GCJ="-z nodefs" archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an empty executable. cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/ p } }' aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag_GCJ=' ${wl}-bernotok' allow_undefined_flag_GCJ=' ${wl}-berok' # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec_GCJ='$convenience' archive_cmds_need_lc_GCJ=yes # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds_GCJ="\$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*) archive_cmds_GCJ='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes # see comment about different semantics on the GNU ld section ld_shlibs_GCJ=no ;; bsdi[45]*) export_dynamic_flag_spec_GCJ=-rdynamic ;; cygwin* | mingw* | pw32*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. hardcode_libdir_flag_spec_GCJ=' ' allow_undefined_flag_GCJ=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=".dll" # FIXME: Setting linknames here is a bad hack. archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_From_new_cmds_GCJ='true' # FIXME: Should let the user specify the lib program. old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs' fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`' enable_shared_with_static_runtimes_GCJ=yes ;; darwin* | rhapsody*) case $host_os in rhapsody* | darwin1.[012]) allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress' ;; *) # Darwin 1.3 on if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' else case ${MACOSX_DEPLOYMENT_TARGET} in 10.[012]) allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10.*) allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup' ;; esac fi ;; esac archive_cmds_need_lc_GCJ=no hardcode_direct_GCJ=no hardcode_automatic_GCJ=yes hardcode_shlibpath_var_GCJ=unsupported whole_archive_flag_spec_GCJ='' link_all_deplibs_GCJ=yes if test "$GCC" = yes ; then output_verbose_link_cmd='echo' archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring' module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' else case $cc_basename in xlc*) output_verbose_link_cmd='echo' archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring' module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' ;; *) ld_shlibs_GCJ=no ;; esac fi ;; dgux*) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_shlibpath_var_GCJ=no ;; freebsd1*) ld_shlibs_GCJ=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2*) archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_GCJ=yes hardcode_minus_L_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; hpux9*) if test "$GCC" = yes; then archive_cmds_GCJ='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' else archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' hardcode_libdir_separator_GCJ=: hardcode_direct_GCJ=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_GCJ=yes export_dynamic_flag_spec_GCJ='${wl}-E' ;; hpux10*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' hardcode_libdir_separator_GCJ=: hardcode_direct_GCJ=yes export_dynamic_flag_spec_GCJ='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_GCJ=yes fi ;; hpux11*) if test "$GCC" = yes -a "$with_gnu_ld" = no; then case $host_cpu in hppa*64*) archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac fi if test "$with_gnu_ld" = no; then hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir' hardcode_libdir_separator_GCJ=: case $host_cpu in hppa*64*|ia64*) hardcode_libdir_flag_spec_ld_GCJ='+b $libdir' hardcode_direct_GCJ=no hardcode_shlibpath_var_GCJ=no ;; *) hardcode_direct_GCJ=yes export_dynamic_flag_spec_GCJ='${wl}-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L_GCJ=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test "$GCC" = yes; then archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir' fi hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_GCJ=: link_all_deplibs_GCJ=yes ;; netbsd*) if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_direct_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; newsos6) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_GCJ=yes hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_GCJ=: hardcode_shlibpath_var_GCJ=no ;; openbsd*) if test -f /usr/libexec/ld.so; then hardcode_direct_GCJ=yes hardcode_shlibpath_var_GCJ=no if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' export_dynamic_flag_spec_GCJ='${wl}-E' else case $host_os in openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*) archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_GCJ='-R$libdir' ;; *) archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir' ;; esac fi else ld_shlibs_GCJ=no fi ;; os2*) hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_minus_L_GCJ=yes allow_undefined_flag_GCJ=unsupported archive_cmds_GCJ='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def' old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def' ;; osf3*) if test "$GCC" = yes; then allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' else allow_undefined_flag_GCJ=' -expect_unresolved \*' archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' fi hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' hardcode_libdir_separator_GCJ=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test "$GCC" = yes; then allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*' archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir' else allow_undefined_flag_GCJ=' -expect_unresolved \*' archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib' archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~ $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec_GCJ='-rpath $libdir' fi hardcode_libdir_separator_GCJ=: ;; solaris*) no_undefined_flag_GCJ=' -z text' if test "$GCC" = yes; then wlarc='${wl}' archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp' else wlarc='' archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~ $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp' fi hardcode_libdir_flag_spec_GCJ='-R$libdir' hardcode_shlibpath_var_GCJ=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands `-z linker_flag'. GCC discards it without `$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test "$GCC" = yes; then whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract' else whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs_GCJ=yes ;; sunos4*) if test "x$host_vendor" = xsequent; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_direct_GCJ=yes hardcode_minus_L_GCJ=yes hardcode_shlibpath_var_GCJ=no ;; sysv4) case $host_vendor in sni) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_GCJ=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds_GCJ='$CC -r -o $output$reload_objs' hardcode_direct_GCJ=no ;; motorola) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var_GCJ=no ;; sysv4.3*) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var_GCJ=no export_dynamic_flag_spec_GCJ='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var_GCJ=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs_GCJ=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag_GCJ='${wl}-z,text' archive_cmds_need_lc_GCJ=no hardcode_shlibpath_var_GCJ=no runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We can NOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag_GCJ='${wl}-z,text' allow_undefined_flag_GCJ='${wl}-z,nodefs' archive_cmds_need_lc_GCJ=no hardcode_shlibpath_var_GCJ=no hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`' hardcode_libdir_separator_GCJ=':' link_all_deplibs_GCJ=yes export_dynamic_flag_spec_GCJ='${wl}-Bexport' runpath_var='LD_RUN_PATH' if test "$GCC" = yes; then archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec_GCJ='-L$libdir' hardcode_shlibpath_var_GCJ=no ;; *) ld_shlibs_GCJ=no ;; esac fi { echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 echo "${ECHO_T}$ld_shlibs_GCJ" >&6; } test "$ld_shlibs_GCJ" = no && can_build_shared=no # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc_GCJ" in x|xyes) # Assume -lc should be added archive_cmds_need_lc_GCJ=yes if test "$enable_shared" = yes && test "$GCC" = yes; then case $archive_cmds_GCJ in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } $rm conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl_GCJ pic_flag=$lt_prog_compiler_pic_GCJ compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ allow_undefined_flag_GCJ= if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } then archive_cmds_need_lc_GCJ=no else archive_cmds_need_lc_GCJ=yes fi allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $rm conftest* { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; } ;; esac fi ;; esac { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=".so" postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='${libname}${release}${shared_ext}$major' ;; aix4* | aix5*) version_type=linux need_lib_prefix=no need_version=no hardcode_into_libs=yes if test "$host_cpu" = ia64; then # AIX 5 supports IA64 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line `#! .'. This would cause the generated library to # depend on `.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then : else can_build_shared=no fi ;; esac # AIX (on Power*) has no versioning support, so currently we can not hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. if test "$aix_use_runtimelinking" = yes; then # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' else # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='${libname}${release}.a $libname.a' soname_spec='${libname}${release}${shared_ext}$major' fi shlibpath_var=LIBPATH fi ;; amigaos*) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; beos*) library_names_spec='${libname}${shared_ext}' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; 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*) version_type=windows shrext_cmds=".dll" need_version=no need_lib_prefix=no case $GCC,$host_os in yes,cygwin* | yes,mingw* | yes,pw32*) library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \${file}`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $rm \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" ;; mingw*) # MinGW DLLs use traditional 'lib' prefix soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"` if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH printed by # mingw gcc, but we are running on Cygwin. Gcc prints its search # path with ; separators, and with drive letters. We can handle the # drive letters (cygwin fileutils understands them), so leave them, # especially as we might pass files found there to a mingw objdump, # which wouldn't understand a cygwinified path. Ahh. sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' ;; esac ;; *) library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' ;; esac dynamic_linker='Win32 ld.exe' # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext' soname_spec='${libname}${release}${major}$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 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 # 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 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}" sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}" # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; nto-qnx*) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; openbsd*) version_type=sunos 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 export_dynamic_flag_spec='${wl}-Blargedynsym' runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec ;then version_type=linux library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' soname_spec='$libname${shared_ext}.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; 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 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' shlibpath_overrides_runpath=no else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' shlibpath_overrides_runpath=yes 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' ;; uts4*) version_type=linux library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { echo "$as_me:$LINENO: result: $dynamic_linker" >&5 echo "${ECHO_T}$dynamic_linker" >&6; } test "$dynamic_linker" = no && can_build_shared=no 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 { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } hardcode_action_GCJ= if test -n "$hardcode_libdir_flag_spec_GCJ" || \ test -n "$runpath_var_GCJ" || \ test "X$hardcode_automatic_GCJ" = "Xyes" ; then # We can hardcode non-existant directories. if test "$hardcode_direct_GCJ" != no && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no && test "$hardcode_minus_L_GCJ" != no; then # Linking always hardcodes the temporary library directory. hardcode_action_GCJ=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action_GCJ=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action_GCJ=unsupported fi { echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 echo "${ECHO_T}$hardcode_action_GCJ" >&6; } if test "$hardcode_action_GCJ" = relink; then # Fast installation is not supported enable_fast_install=no elif test "$shlibpath_overrides_runpath" = yes || test "$enable_shared" = no; then # Fast installation is not necessary enable_fast_install=needless fi # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ compiler_GCJ \ CC_GCJ \ LD_GCJ \ lt_prog_compiler_wl_GCJ \ lt_prog_compiler_pic_GCJ \ lt_prog_compiler_static_GCJ \ lt_prog_compiler_no_builtin_flag_GCJ \ export_dynamic_flag_spec_GCJ \ thread_safe_flag_spec_GCJ \ whole_archive_flag_spec_GCJ \ enable_shared_with_static_runtimes_GCJ \ old_archive_cmds_GCJ \ old_archive_from_new_cmds_GCJ \ predep_objects_GCJ \ postdep_objects_GCJ \ predeps_GCJ \ postdeps_GCJ \ compiler_lib_search_path_GCJ \ archive_cmds_GCJ \ archive_expsym_cmds_GCJ \ postinstall_cmds_GCJ \ postuninstall_cmds_GCJ \ old_archive_from_expsyms_cmds_GCJ \ allow_undefined_flag_GCJ \ no_undefined_flag_GCJ \ export_symbols_cmds_GCJ \ hardcode_libdir_flag_spec_GCJ \ hardcode_libdir_flag_spec_ld_GCJ \ hardcode_libdir_separator_GCJ \ hardcode_automatic_GCJ \ module_cmds_GCJ \ module_expsym_cmds_GCJ \ lt_cv_prog_compiler_c_o_GCJ \ fix_srcfile_path_GCJ \ exclude_expsyms_GCJ \ include_expsyms_GCJ; do case $var in old_archive_cmds_GCJ | \ old_archive_from_new_cmds_GCJ | \ archive_cmds_GCJ | \ archive_expsym_cmds_GCJ | \ module_cmds_GCJ | \ module_expsym_cmds_GCJ | \ old_archive_from_expsyms_cmds_GCJ | \ export_symbols_cmds_GCJ | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\$0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` ;; esac cfgfile="$ofile" cat <<__EOF__ >> "$cfgfile" # ### BEGIN LIBTOOL TAG CONFIG: $tagname # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_GCJ # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_compiler_GCJ # Is the compiler the GNU C compiler? with_gcc=$GCC_GCJ # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_LD_GCJ # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_GCJ # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_GCJ pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_GCJ # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds_GCJ old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds_GCJ archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_module_cmds_GCJ module_expsym_cmds=$lt_module_expsym_cmds_GCJ # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_predep_objects_GCJ # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_postdep_objects_GCJ # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_predeps_GCJ # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_postdeps_GCJ # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_GCJ # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_GCJ # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_GCJ # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct_GCJ # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L_GCJ # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$hardcode_automatic_GCJ # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_GCJ # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_GCJ # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_GCJ # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_GCJ # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_GCJ # ### END LIBTOOL TAG CONFIG: $tagname __EOF__ else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" else tagname="" fi ;; RC) # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o objext_RC=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code="$lt_simple_compile_test_code" # ltmain only uses $CC for tagged configurations so make sure $CC is set. # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $rm conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $rm conftest* # Allow CC to be a program name with arguments. lt_save_CC="$CC" CC=${RC-"windres"} compiler=$CC compiler_RC=$CC for cc_temp in $compiler""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` lt_cv_prog_compiler_c_o_RC=yes # The else clause should only fire when bootstrapping the # libtool distribution, otherwise you forgot to ship ltmain.sh # with your package, and you will get complaints that there are # no rules to generate ltmain.sh. if test -f "$ltmain"; then # See if we are running on zsh, and set the options which allow our commands through # without removal of \ escapes. if test -n "${ZSH_VERSION+set}" ; then setopt NO_GLOB_SUBST fi # Now quote all the things that may contain metacharacters while being # careful not to overquote the AC_SUBSTed values. We take copies of the # variables and quote the copies for generation of the libtool script. for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \ SED SHELL STRIP \ libname_spec library_names_spec soname_spec extract_expsyms_cmds \ old_striplib striplib file_magic_cmd finish_cmds finish_eval \ deplibs_check_method reload_flag reload_cmds need_locks \ lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_c_name_address \ sys_lib_search_path_spec sys_lib_dlsearch_path_spec \ old_postinstall_cmds old_postuninstall_cmds \ compiler_RC \ CC_RC \ LD_RC \ lt_prog_compiler_wl_RC \ lt_prog_compiler_pic_RC \ lt_prog_compiler_static_RC \ lt_prog_compiler_no_builtin_flag_RC \ export_dynamic_flag_spec_RC \ thread_safe_flag_spec_RC \ whole_archive_flag_spec_RC \ enable_shared_with_static_runtimes_RC \ old_archive_cmds_RC \ old_archive_from_new_cmds_RC \ predep_objects_RC \ postdep_objects_RC \ predeps_RC \ postdeps_RC \ compiler_lib_search_path_RC \ archive_cmds_RC \ archive_expsym_cmds_RC \ postinstall_cmds_RC \ postuninstall_cmds_RC \ old_archive_from_expsyms_cmds_RC \ allow_undefined_flag_RC \ no_undefined_flag_RC \ export_symbols_cmds_RC \ hardcode_libdir_flag_spec_RC \ hardcode_libdir_flag_spec_ld_RC \ hardcode_libdir_separator_RC \ hardcode_automatic_RC \ module_cmds_RC \ module_expsym_cmds_RC \ lt_cv_prog_compiler_c_o_RC \ fix_srcfile_path_RC \ exclude_expsyms_RC \ include_expsyms_RC; do case $var in old_archive_cmds_RC | \ old_archive_from_new_cmds_RC | \ archive_cmds_RC | \ archive_expsym_cmds_RC | \ module_cmds_RC | \ module_expsym_cmds_RC | \ old_archive_from_expsyms_cmds_RC | \ export_symbols_cmds_RC | \ extract_expsyms_cmds | reload_cmds | finish_cmds | \ postinstall_cmds | postuninstall_cmds | \ old_postinstall_cmds | old_postuninstall_cmds | \ sys_lib_search_path_spec | sys_lib_dlsearch_path_spec) # Double-quote double-evaled strings. eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" ;; *) eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\"" ;; esac done case $lt_echo in *'\$0 --fallback-echo"') lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'` ;; esac cfgfile="$ofile" cat <<__EOF__ >> "$cfgfile" # ### BEGIN LIBTOOL TAG CONFIG: $tagname # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc_RC # Whether or not to disallow shared libs when runtime libs are static allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo # The archiver. AR=$lt_AR AR_FLAGS=$lt_AR_FLAGS # A C compiler. LTCC=$lt_LTCC # LTCC compiler flags. LTCFLAGS=$lt_LTCFLAGS # A language-specific compiler. CC=$lt_compiler_RC # Is the compiler the GNU C compiler? with_gcc=$GCC_RC # An ERE matcher. EGREP=$lt_EGREP # The linker used to build libraries. LD=$lt_LD_RC # Whether we need hard or soft links. LN_S=$lt_LN_S # A BSD-compatible nm program. NM=$lt_NM # A symbol stripping program STRIP=$lt_STRIP # Used to examine libraries when file_magic_cmd begins "file" MAGIC_CMD=$MAGIC_CMD # Used on cygwin: DLL creation program. DLLTOOL="$DLLTOOL" # Used on cygwin: object dumper. OBJDUMP="$OBJDUMP" # Used on cygwin: assembler. AS="$AS" # The name of the directory that contains temporary libtool files. objdir=$objdir # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl_RC # Object file suffix (normally "o"). objext="$ac_objext" # Old archive suffix (normally "a"). libext="$libext" # Shared library suffix (normally ".so"). shrext_cmds='$shrext_cmds' # Executable file suffix (normally ""). exeext="$exeext" # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic_RC pic_mode=$pic_mode # What is the maximum length of a command? max_cmd_len=$lt_cv_sys_max_cmd_len # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC # Must we lock files when doing compilation? need_locks=$lt_need_locks # Do we need the lib prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static_RC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC # Compiler flag to generate thread-safe objects. thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC # Library versioning type. version_type=$version_type # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME. library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Commands used to build and install an old-style archive. RANLIB=$lt_RANLIB old_archive_cmds=$lt_old_archive_cmds_RC old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC # Commands used to build and install a shared archive. archive_cmds=$lt_archive_cmds_RC archive_expsym_cmds=$lt_archive_expsym_cmds_RC postinstall_cmds=$lt_postinstall_cmds postuninstall_cmds=$lt_postuninstall_cmds # Commands used to build a loadable module (assumed same as above if empty) module_cmds=$lt_module_cmds_RC module_expsym_cmds=$lt_module_expsym_cmds_RC # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # Dependencies to place before the objects being linked to create a # shared library. predep_objects=$lt_predep_objects_RC # Dependencies to place after the objects being linked to create a # shared library. postdep_objects=$lt_postdep_objects_RC # Dependencies to place before the objects being linked to create a # shared library. predeps=$lt_predeps_RC # Dependencies to place after the objects being linked to create a # shared library. postdeps=$lt_postdeps_RC # The library search path used internally by the compiler when linking # a shared library. compiler_lib_search_path=$lt_compiler_lib_search_path_RC # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method == file_magic. file_magic_cmd=$lt_file_magic_cmd # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag_RC # Flag that forces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag_RC # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # Same as above, but a single script fragment to be evaled but not shown. finish_eval=$lt_finish_eval # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm in a C name address pair global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # This is the shared library runtime path variable. runpath_var=$runpath_var # This is the shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action_RC # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist. hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC # If ld is used when linking, flag to hardcode \$libdir into # a binary during linking. This must work even if \$libdir does # not exist. hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC # Whether we need a single -rpath flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC # Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the # resulting binary. hardcode_direct=$hardcode_direct_RC # Set to yes if using the -LDIR flag during linking hardcodes DIR into the # resulting binary. hardcode_minus_L=$hardcode_minus_L_RC # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into # the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var_RC # Set to yes if building a shared library automatically hardcodes DIR into the library # and all subsequent libraries and executables linked against it. hardcode_automatic=$hardcode_automatic_RC # Variables whose values should be saved in libtool wrapper scripts and # restored at relink time. variables_saved_for_relink="$variables_saved_for_relink" # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs_RC # Compile-time system search path for libraries sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Run-time system search path for libraries sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec # Fix the shell variable \$srcfile for the compiler. fix_srcfile_path=$lt_fix_srcfile_path # Set to yes if exported symbols are required. always_export_symbols=$always_export_symbols_RC # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds_RC # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms_RC # Symbols that must always be exported. include_expsyms=$lt_include_expsyms_RC # ### END LIBTOOL TAG CONFIG: $tagname __EOF__ else # If there is no Makefile yet, we rely on a make rule to execute # `config.status --recheck' to rerun these tests and create the # libtool script then. ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'` if test -f "$ltmain_in"; then test -f Makefile && make "$ltmain" fi fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC="$lt_save_CC" ;; *) { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 echo "$as_me: error: Unsupported tag name: $tagname" >&2;} { (exit 1); exit 1; }; } ;; esac # Append the new tag name to the list of available tags. if test -n "$tagname" ; then available_tags="$available_tags $tagname" fi fi done IFS="$lt_save_ifs" # Now substitute the updated list of available tags. if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then mv "${ofile}T" "$ofile" chmod +x "$ofile" else rm -f "${ofile}T" { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 echo "$as_me: error: unable to update list of available tagged configurations." >&2;} { (exit 1); exit 1; }; } fi fi # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' # Prevent multiple expansion { echo "$as_me:$LINENO: checking for library containing strerror" >&5 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } if test "${ac_cv_search_strerror+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_search_strerror=$ac_res else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi 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 { echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 echo "${ECHO_T}$ac_cv_search_strerror" >&6; } ac_res=$ac_cv_search_strerror if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. echo "$as_me:$LINENO: checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 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 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else 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 "echo \"\$as_me:$LINENO: $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 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 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 "echo \"\$as_me:$LINENO: $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 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 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 "echo \"\$as_me:$LINENO: $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 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 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 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 "echo \"\$as_me:$LINENO: $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 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 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) { echo "$as_me:$LINENO: result: none needed" >&5 echo "${ECHO_T}none needed" >&6; } ;; xno) { echo "$as_me:$LINENO: result: unsupported" >&5 echo "${ECHO_T}unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # 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 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $CC" >&5 echo "${ECHO_T}$CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if { 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" 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 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&5 echo "$as_me: error: no acceptable C compiler found in \$PATH See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. echo "$as_me:$LINENO: checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 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 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else 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 "echo \"\$as_me:$LINENO: $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 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 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 "echo \"\$as_me:$LINENO: $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 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 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 "echo \"\$as_me:$LINENO: $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 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 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 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 "echo \"\$as_me:$LINENO: $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 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 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) { echo "$as_me:$LINENO: result: none needed" >&5 echo "${ECHO_T}none needed" >&6; } ;; xno) { echo "$as_me:$LINENO: result: unsupported" >&5 echo "${ECHO_T}unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; esac ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # 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 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_link") 2>&5 ac_status=$? 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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 (eval "$ac_try") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF #define STDC_HEADERS 1 _ACEOF fi # Check whether --enable-compile-warnings was given. if test "${enable_compile_warnings+set}" = set; then enableval=$enable_compile_warnings; else enable_compile_warnings="yes" fi warnCFLAGS= if test "x$GCC" != xyes; then enable_compile_warnings=no fi warning_flags= realsave_CFLAGS="$CFLAGS" case "$enable_compile_warnings" in no) warning_flags= ;; minimum) warning_flags="-Wall" ;; yes) warning_flags="-Wall -Wmissing-prototypes" ;; maximum|error) warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith" CFLAGS="$warning_flags $CFLAGS" for option in -Wno-sign-compare; do SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $option" { echo "$as_me:$LINENO: checking whether gcc understands $option" >&5 echo $ECHO_N "checking whether gcc understands $option... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ 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 "echo \"\$as_me:$LINENO: $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 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 has_option=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 has_option=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$SAVE_CFLAGS" { echo "$as_me:$LINENO: result: $has_option" >&5 echo "${ECHO_T}$has_option" >&6; } if test $has_option = yes; then warning_flags="$warning_flags $option" fi unset has_option unset SAVE_CFLAGS done unset option if test "$enable_compile_warnings" = "error" ; then warning_flags="$warning_flags -Werror" fi ;; *) { { echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5 echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;} { (exit 1); exit 1; }; } ;; esac CFLAGS="$realsave_CFLAGS" { echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5 echo $ECHO_N "checking what warning flags to pass to the C compiler... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: $warning_flags" >&5 echo "${ECHO_T}$warning_flags" >&6; } # Check whether --enable-iso-c was given. if test "${enable_iso_c+set}" = set; then enableval=$enable_iso_c; else enable_iso_c=no fi { echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5 echo $ECHO_N "checking what language compliance flags to pass to the C compiler... $ECHO_C" >&6; } complCFLAGS= if test "x$enable_iso_c" != "xno"; then if test "x$GCC" = "xyes"; then case " $CFLAGS " in *\ \ -ansi\ \ *) ;; *) complCFLAGS="$complCFLAGS -ansi" ;; esac case " $CFLAGS " in *\ \ -pedantic\ \ *) ;; *) complCFLAGS="$complCFLAGS -pedantic" ;; esac fi fi { echo "$as_me:$LINENO: result: $complCFLAGS" >&5 echo "${ECHO_T}$complCFLAGS" >&6; } WARN_CFLAGS="$warning_flags $complCFLAGS" # Extract the first word of "glib-genmarshal", so it can be a program name with args. set dummy glib-genmarshal; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GLIB_GENMARSHAL+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $GLIB_GENMARSHAL in [\\/]* | ?:[\\/]*) ac_cv_path_GLIB_GENMARSHAL="$GLIB_GENMARSHAL" # 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_GLIB_GENMARSHAL="$as_dir/$ac_word$ac_exec_ext" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi GLIB_GENMARSHAL=$ac_cv_path_GLIB_GENMARSHAL if test -n "$GLIB_GENMARSHAL"; then { echo "$as_me:$LINENO: result: $GLIB_GENMARSHAL" >&5 echo "${ECHO_T}$GLIB_GENMARSHAL" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi GTK_REQUIRED=2.2.1 LIBGNOMEUI_REQUIRED=2.0.1 LIBBONOBO_REQUIRED=2.0.0 LIBXML_REQUIRED=2.4.23 LIBGNOMEPRINT_REQUIRED=2.2.0 LIBGNOMEPRINTUI_REQUIRED=2.2.0 GNOMEVFS_REQUIRED=2.2.2 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_PKG_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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" 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 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 echo "${ECHO_T}$PKG_CONFIG" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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" 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 { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&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 { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } PKG_CONFIG="" fi fi pkg_failed=no { echo "$as_me:$LINENO: checking for GBONDS" >&5 echo $ECHO_N "checking for GBONDS... $ECHO_C" >&6; } if test -n "$GBONDS_CFLAGS"; then pkg_cv_GBONDS_CFLAGS="$GBONDS_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED \\ libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED \\ libbonobo-2.0 >= \$LIBBONOBO_REQUIRED \\ libxml-2.0 >= \$LIBXML_REQUIRED \\ libgnomeprint-2.2 >= \$LIBGNOMEPRINT_REQUIRED \\ libgnomeprintui-2.2 >= \$LIBGNOMEPRINTUI_REQUIRED \\ gnome-vfs-2.0 >= \$GNOMEVFS_REQUIRED \\ \"") >&5 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED \ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ libbonobo-2.0 >= $LIBBONOBO_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ libgnomeprint-2.2 >= $LIBGNOMEPRINT_REQUIRED \ libgnomeprintui-2.2 >= $LIBGNOMEPRINTUI_REQUIRED \ gnome-vfs-2.0 >= $GNOMEVFS_REQUIRED \ ") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GBONDS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= $GTK_REQUIRED \ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ libbonobo-2.0 >= $LIBBONOBO_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ libgnomeprint-2.2 >= $LIBGNOMEPRINT_REQUIRED \ libgnomeprintui-2.2 >= $LIBGNOMEPRINTUI_REQUIRED \ gnome-vfs-2.0 >= $GNOMEVFS_REQUIRED \ " 2>/dev/null` else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$GBONDS_LIBS"; then pkg_cv_GBONDS_LIBS="$GBONDS_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= \$GTK_REQUIRED \\ libgnomeui-2.0 >= \$LIBGNOMEUI_REQUIRED \\ libbonobo-2.0 >= \$LIBBONOBO_REQUIRED \\ libxml-2.0 >= \$LIBXML_REQUIRED \\ libgnomeprint-2.2 >= \$LIBGNOMEPRINT_REQUIRED \\ libgnomeprintui-2.2 >= \$LIBGNOMEPRINTUI_REQUIRED \\ gnome-vfs-2.0 >= \$GNOMEVFS_REQUIRED \\ \"") >&5 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= $GTK_REQUIRED \ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ libbonobo-2.0 >= $LIBBONOBO_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ libgnomeprint-2.2 >= $LIBGNOMEPRINT_REQUIRED \ libgnomeprintui-2.2 >= $LIBGNOMEPRINTUI_REQUIRED \ gnome-vfs-2.0 >= $GNOMEVFS_REQUIRED \ ") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GBONDS_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= $GTK_REQUIRED \ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ libbonobo-2.0 >= $LIBBONOBO_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ libgnomeprint-2.2 >= $LIBGNOMEPRINT_REQUIRED \ libgnomeprintui-2.2 >= $LIBGNOMEPRINTUI_REQUIRED \ gnome-vfs-2.0 >= $GNOMEVFS_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 GBONDS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 >= $GTK_REQUIRED \ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ libbonobo-2.0 >= $LIBBONOBO_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ libgnomeprint-2.2 >= $LIBGNOMEPRINT_REQUIRED \ libgnomeprintui-2.2 >= $LIBGNOMEPRINTUI_REQUIRED \ gnome-vfs-2.0 >= $GNOMEVFS_REQUIRED \ " 2>&1` else GBONDS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= $GTK_REQUIRED \ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ libbonobo-2.0 >= $LIBBONOBO_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ libgnomeprint-2.2 >= $LIBGNOMEPRINT_REQUIRED \ libgnomeprintui-2.2 >= $LIBGNOMEPRINTUI_REQUIRED \ gnome-vfs-2.0 >= $GNOMEVFS_REQUIRED \ " 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GBONDS_PKG_ERRORS" >&5 { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= $GTK_REQUIRED \ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ libbonobo-2.0 >= $LIBBONOBO_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ libgnomeprint-2.2 >= $LIBGNOMEPRINT_REQUIRED \ libgnomeprintui-2.2 >= $LIBGNOMEPRINTUI_REQUIRED \ gnome-vfs-2.0 >= $GNOMEVFS_REQUIRED \ ) were not met: $GBONDS_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 GBONDS_CFLAGS and GBONDS_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. " >&5 echo "$as_me: error: Package requirements (gtk+-2.0 >= $GTK_REQUIRED \ libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ libbonobo-2.0 >= $LIBBONOBO_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ libgnomeprint-2.2 >= $LIBGNOMEPRINT_REQUIRED \ libgnomeprintui-2.2 >= $LIBGNOMEPRINTUI_REQUIRED \ gnome-vfs-2.0 >= $GNOMEVFS_REQUIRED \ ) were not met: $GBONDS_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 GBONDS_CFLAGS and GBONDS_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 { { 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 GBONDS_CFLAGS and GBONDS_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 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 GBONDS_CFLAGS and GBONDS_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 GBONDS_CFLAGS=$pkg_cv_GBONDS_CFLAGS GBONDS_LIBS=$pkg_cv_GBONDS_LIBS { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } : fi pkg_failed=no { echo "$as_me:$LINENO: checking for GTK" >&5 echo $ECHO_N "checking for GTK... $ECHO_C" >&6; } if test -n "$GTK_CFLAGS"; then pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.3.2\"") >&5 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.3.2") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.3.2" 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" && \ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.3.2\"") >&5 ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.3.2") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.3.2" 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 >= 2.3.2" 2>&1` else GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 >= 2.3.2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GTK_PKG_ERRORS" >&5 { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } HAVE_FILE_CHOOSER="-UHAVE_FILE_CHOOSER" elif test $pkg_failed = untried; then HAVE_FILE_CHOOSER="-UHAVE_FILE_CHOOSER" else GTK_CFLAGS=$pkg_cv_GTK_CFLAGS GTK_LIBS=$pkg_cv_GTK_LIBS { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } HAVE_FILE_CHOOSER="-DHAVE_FILE_CHOOSER" fi # Extract the first word of "update-mime-database", so it can be a program name with args. set dummy update-mime-database; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_UPDATE_MIME_DATABASE+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $UPDATE_MIME_DATABASE in [\\/]* | ?:[\\/]*) ac_cv_path_UPDATE_MIME_DATABASE="$UPDATE_MIME_DATABASE" # 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_UPDATE_MIME_DATABASE="$as_dir/$ac_word$ac_exec_ext" 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_UPDATE_MIME_DATABASE" && ac_cv_path_UPDATE_MIME_DATABASE="no" ;; esac fi UPDATE_MIME_DATABASE=$ac_cv_path_UPDATE_MIME_DATABASE if test -n "$UPDATE_MIME_DATABASE"; then { echo "$as_me:$LINENO: result: $UPDATE_MIME_DATABASE" >&5 echo "${ECHO_T}$UPDATE_MIME_DATABASE" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test x$UPDATE_MIME_DATABASE != xno; then HAVE_NEW_MIME_TRUE= HAVE_NEW_MIME_FALSE='#' else HAVE_NEW_MIME_TRUE='#' HAVE_NEW_MIME_FALSE= fi # Extract the first word of "update-desktop-database", so it can be a program name with args. set dummy update-desktop-database; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_UPDATE_DESKTOP_DATABASE+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else case $UPDATE_DESKTOP_DATABASE in [\\/]* | ?:[\\/]*) ac_cv_path_UPDATE_DESKTOP_DATABASE="$UPDATE_DESKTOP_DATABASE" # 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_UPDATE_DESKTOP_DATABASE="$as_dir/$ac_word$ac_exec_ext" 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_UPDATE_DESKTOP_DATABASE" && ac_cv_path_UPDATE_DESKTOP_DATABASE="no" ;; esac fi UPDATE_DESKTOP_DATABASE=$ac_cv_path_UPDATE_DESKTOP_DATABASE if test -n "$UPDATE_DESKTOP_DATABASE"; then { echo "$as_me:$LINENO: result: $UPDATE_DESKTOP_DATABASE" >&5 echo "${ECHO_T}$UPDATE_DESKTOP_DATABASE" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test x$UPDATE_DESKTOP_DATABASE != xno; then HAVE_NEWER_MIME_TRUE= HAVE_NEWER_MIME_FALSE='#' else HAVE_NEWER_MIME_TRUE='#' HAVE_NEWER_MIME_FALSE= fi GETTEXT_PACKAGE=gbonds cat >>confdefs.h <<_ACEOF #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" _ACEOF ALL_LINGUAS="" for ac_header in locale.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then { echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi ac_res=`eval echo '${'$as_ac_Header'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } else # Is the header compilable? { echo "$as_me:$LINENO: checking $ac_header usability" >&5 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 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 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? { echo "$as_me:$LINENO: checking $ac_header presence" >&5 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <$ac_header> _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval "echo \"\$as_me:$LINENO: $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 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 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------------------------------------------------- ## ## Report this to http://sourceforge.net/tracker/?func=add&group_id=126342&atid=705400 ## ## ----------------------------------------------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi ac_res=`eval echo '${'$as_ac_Header'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } fi if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done if test $ac_cv_header_locale_h = yes; then { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; } if test "${am_cv_val_LC_MESSAGES+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include 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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then am_cv_val_LC_MESSAGES=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_val_LC_MESSAGES=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 echo "${ECHO_T}$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 { echo "$as_me:$LINENO: checking for libintl.h" >&5 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; } if test "${ac_cv_header_libintl_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 fi { echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; } else # Is the header compilable? { echo "$as_me:$LINENO: checking libintl.h usability" >&5 echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default #include _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 "echo \"\$as_me:$LINENO: $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 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 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 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 echo "${ECHO_T}$ac_header_compiler" >&6; } # Is the header present? { echo "$as_me:$LINENO: checking libintl.h presence" >&5 echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include _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 "echo \"\$as_me:$LINENO: $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 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 echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_preproc=no fi rm -f conftest.err conftest.$ac_ext { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 echo "${ECHO_T}$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in yes:no: ) { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5 echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5 echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5 echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5 echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5 echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5 echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5 echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ----------------------------------------------------------------------------------- ## ## Report this to http://sourceforge.net/tracker/?func=add&group_id=126342&atid=705400 ## ## ----------------------------------------------------------------------------------- ## _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { echo "$as_me:$LINENO: checking for libintl.h" >&5 echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; } if test "${ac_cv_header_libintl_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_cv_header_libintl_h=$ac_header_preproc fi { echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; } fi if test $ac_cv_header_libintl_h = yes; then gt_cv_func_dgettext_libintl="no" libintl_extra_libs="" # # First check in libc # { echo "$as_me:$LINENO: checking for ngettext in libc" >&5 echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6; } if test "${gt_cv_func_ngettext_libc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include 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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then gt_cv_func_ngettext_libc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_ngettext_libc=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5 echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6; } if test "$gt_cv_func_ngettext_libc" = "yes" ; then { echo "$as_me:$LINENO: checking for dgettext in libc" >&5 echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6; } if test "${gt_cv_func_dgettext_libc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include 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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then gt_cv_func_dgettext_libc=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_dgettext_libc=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5 echo "${ECHO_T}$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=`echo "ac_cv_func_$ac_func" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval echo '${'$as_ac_var'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `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 { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5 echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; } if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_lib_intl_bindtextdomain=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_bindtextdomain=no fi 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 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5 echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; } if test $ac_cv_lib_intl_bindtextdomain = yes; then { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; } if test "${ac_cv_lib_intl_ngettext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_lib_intl_ngettext=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_ngettext=no fi 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 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; } if test $ac_cv_lib_intl_ngettext = yes; then { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5 echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; } if test "${ac_cv_lib_intl_dgettext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_lib_intl_dgettext=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_dgettext=no fi 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 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; } if test $ac_cv_lib_intl_dgettext = yes; then gt_cv_func_dgettext_libintl=yes fi fi fi if test "$gt_cv_func_dgettext_libintl" != "yes" ; then { echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5 echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6; } { echo "$as_me:$LINENO: result: " >&5 echo "${ECHO_T}" >&6; } { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; } if test "${ac_cv_lib_intl_ngettext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_lib_intl_ngettext=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_ngettext=no fi 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 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; } if test $ac_cv_lib_intl_ngettext = yes; then { echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5 echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6; } if test "${ac_cv_lib_intl_dcgettext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_lib_intl_dcgettext=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_intl_dcgettext=no fi 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 { echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5 echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6; } if test $ac_cv_lib_intl_dcgettext = 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=`echo "ac_cv_func_$ac_func" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval echo '${'$as_ac_var'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 { echo "$as_me:$LINENO: result: $MSGFMT" >&5 echo "${ECHO_T}$MSGFMT" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi if test "$MSGFMT" != "no"; then glib_save_LIBS="$LIBS" LIBS="$LIBS $INTLLIBS" for ac_func in dcgettext do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define $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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then eval "$as_ac_var=yes" else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi ac_res=`eval echo '${'$as_ac_var'}'` { echo "$as_me:$LINENO: result: $ac_res" >&5 echo "${ECHO_T}$ac_res" >&6; } if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <<_ACEOF #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done MSGFMT_OPTS= { echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5 echo $ECHO_N "checking if msgfmt accepts -c... $ECHO_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 { (echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5 ($MSGFMT -c -o /dev/null conftest.foo) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then MSGFMT_OPTS=-c; { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } 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 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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" 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 { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 echo "${ECHO_T}$GMSGFMT" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6; } fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 { echo "$as_me:$LINENO: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&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 { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 echo "${ECHO_T}$XGETTEXT" >&6; } else { echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then CATOBJEXT=.gmo DATADIRNAME=share else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 case $host in *-*-solaris*) { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; } if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Define 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 "echo \"\$as_me:$LINENO: $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 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 && $as_test_x conftest$ac_exeext; then ac_cv_func_bind_textdomain_codeset=yes else echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_bind_textdomain_codeset=no fi rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi { echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; } if test $ac_cv_func_bind_textdomain_codeset = yes; then CATOBJEXT=.gmo DATADIRNAME=share else CATOBJEXT=.mo DATADIRNAME=lib fi ;; *) CATOBJEXT=.mo DATADIRNAME=lib ;; esac fi 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 { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 echo "${ECHO_T}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 { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&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 { echo "$as_me:$LINENO: result: $LINGUAS" >&5 echo "${ECHO_T}$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 src/Makefile src/recent-files/Makefile pixmaps/Makefile data/Makefile po/Makefile.in help/Makefile help/C/Makefile data/gbonds.desktop gbonds.spec" 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_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( *) $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" && { echo "$as_me:$LINENO: updating cache $cache_file" >&5 echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 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}' DEFS=-DHAVE_CONFIG_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=`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 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi ac_config_commands="$ac_config_commands po/stamp-it" if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAVE_NEW_MIME_TRUE}" && test -z "${HAVE_NEW_MIME_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"HAVE_NEW_MIME\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"HAVE_NEW_MIME\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi if test -z "${HAVE_NEWER_MIME_TRUE}" && test -z "${HAVE_NEWER_MIME_FALSE}"; then { { echo "$as_me:$LINENO: error: conditional \"HAVE_NEWER_MIME\" was never defined. Usually this means the macro was only invoked conditionally." >&5 echo "$as_me: error: conditional \"HAVE_NEWER_MIME\" was never defined. Usually this means the macro was only invoked conditionally." >&2;} { (exit 1); exit 1; }; } fi : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## # Be 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=: # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # 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 # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then echo "#! /bin/sh" >conf$$.sh echo "exit 0" >>conf$$.sh chmod +x conf$$.sh if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then PATH_SEPARATOR=';' else PATH_SEPARATOR=: fi rm -f conf$$.sh fi # 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.) as_nl=' ' 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 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. for as_var in \ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ LC_TELEPHONE LC_TIME do if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then eval $as_var=C; export $as_var else ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var fi done # 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 || 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" || { 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 fi echo >conf$$.file 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 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 gbonds $as_me 2.0.3, which was generated by GNU Autoconf 2.61. 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 cat >>$CONFIG_STATUS <<_ACEOF # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ gbonds config.status 2.0.3 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" Copyright (C) 2006 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' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # If no file are specified by the user, then we need to provide default # value. By we need to know if files were specified by the user. ac_need_defaults=: while test $# != 0 do case $1 in --*=*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; 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 ) echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift CONFIG_FILES="$CONFIG_FILES $ac_optarg" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header { echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; };; --help | --hel | -h ) echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) { 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 if \$ac_cs_recheck; then echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 CONFIG_SHELL=$SHELL export CONFIG_SHELL exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}' prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir" INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "intltool") CONFIG_COMMANDS="$CONFIG_COMMANDS intltool" ;; "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "src/recent-files/Makefile") CONFIG_FILES="$CONFIG_FILES src/recent-files/Makefile" ;; "pixmaps/Makefile") CONFIG_FILES="$CONFIG_FILES pixmaps/Makefile" ;; "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;; "help/C/Makefile") CONFIG_FILES="$CONFIG_FILES help/C/Makefile" ;; "data/gbonds.desktop") CONFIG_FILES="$CONFIG_FILES data/gbonds.desktop" ;; "gbonds.spec") CONFIG_FILES="$CONFIG_FILES gbonds.spec" ;; "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 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") } || { echo "$me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } # # Set up the sed scripts for CONFIG_FILES section. # # No need to generate the scripts if there are no CONFIG_FILES. # This happens for instance when ./config.status config.h if test -n "$CONFIG_FILES"; then _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF SHELL!$SHELL$ac_delim PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim PACKAGE_NAME!$PACKAGE_NAME$ac_delim PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim PACKAGE_STRING!$PACKAGE_STRING$ac_delim PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim exec_prefix!$exec_prefix$ac_delim prefix!$prefix$ac_delim program_transform_name!$program_transform_name$ac_delim bindir!$bindir$ac_delim sbindir!$sbindir$ac_delim libexecdir!$libexecdir$ac_delim datarootdir!$datarootdir$ac_delim datadir!$datadir$ac_delim sysconfdir!$sysconfdir$ac_delim sharedstatedir!$sharedstatedir$ac_delim localstatedir!$localstatedir$ac_delim includedir!$includedir$ac_delim oldincludedir!$oldincludedir$ac_delim docdir!$docdir$ac_delim infodir!$infodir$ac_delim htmldir!$htmldir$ac_delim dvidir!$dvidir$ac_delim pdfdir!$pdfdir$ac_delim psdir!$psdir$ac_delim libdir!$libdir$ac_delim localedir!$localedir$ac_delim mandir!$mandir$ac_delim DEFS!$DEFS$ac_delim ECHO_C!$ECHO_C$ac_delim ECHO_N!$ECHO_N$ac_delim ECHO_T!$ECHO_T$ac_delim LIBS!$LIBS$ac_delim build_alias!$build_alias$ac_delim host_alias!$host_alias$ac_delim target_alias!$target_alias$ac_delim INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim INSTALL_DATA!$INSTALL_DATA$ac_delim am__isrc!$am__isrc$ac_delim CYGPATH_W!$CYGPATH_W$ac_delim PACKAGE!$PACKAGE$ac_delim VERSION!$VERSION$ac_delim ACLOCAL!$ACLOCAL$ac_delim AUTOCONF!$AUTOCONF$ac_delim AUTOMAKE!$AUTOMAKE$ac_delim AUTOHEADER!$AUTOHEADER$ac_delim MAKEINFO!$MAKEINFO$ac_delim install_sh!$install_sh$ac_delim STRIP!$STRIP$ac_delim INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim mkdir_p!$mkdir_p$ac_delim AWK!$AWK$ac_delim SET_MAKE!$SET_MAKE$ac_delim am__leading_dot!$am__leading_dot$ac_delim AMTAR!$AMTAR$ac_delim am__tar!$am__tar$ac_delim am__untar!$am__untar$ac_delim MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim MAINT!$MAINT$ac_delim INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim INTLTOOL_PROP_RULE!$INTLTOOL_PROP_RULE$ac_delim INTLTOOL_OAF_RULE!$INTLTOOL_OAF_RULE$ac_delim INTLTOOL_PONG_RULE!$INTLTOOL_PONG_RULE$ac_delim INTLTOOL_SERVER_RULE!$INTLTOOL_SERVER_RULE$ac_delim INTLTOOL_SHEET_RULE!$INTLTOOL_SHEET_RULE$ac_delim INTLTOOL_SOUNDLIST_RULE!$INTLTOOL_SOUNDLIST_RULE$ac_delim INTLTOOL_UI_RULE!$INTLTOOL_UI_RULE$ac_delim INTLTOOL_XAM_RULE!$INTLTOOL_XAM_RULE$ac_delim INTLTOOL_KBD_RULE!$INTLTOOL_KBD_RULE$ac_delim INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim INTLTOOL_CAVES_RULE!$INTLTOOL_CAVES_RULE$ac_delim INTLTOOL_SCHEMAS_RULE!$INTLTOOL_SCHEMAS_RULE$ac_delim INTLTOOL_THEME_RULE!$INTLTOOL_THEME_RULE$ac_delim INTLTOOL_SERVICE_RULE!$INTLTOOL_SERVICE_RULE$ac_delim INTLTOOL_POLICY_RULE!$INTLTOOL_POLICY_RULE$ac_delim XGETTEXT!$XGETTEXT$ac_delim MSGMERGE!$MSGMERGE$ac_delim MSGFMT!$MSGFMT$ac_delim INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim ALL_LINGUAS!$ALL_LINGUAS$ac_delim CC!$CC$ac_delim CFLAGS!$CFLAGS$ac_delim LDFLAGS!$LDFLAGS$ac_delim CPPFLAGS!$CPPFLAGS$ac_delim ac_ct_CC!$ac_ct_CC$ac_delim EXEEXT!$EXEEXT$ac_delim OBJEXT!$OBJEXT$ac_delim DEPDIR!$DEPDIR$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 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 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` if test -n "$ac_eof"; then ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` ac_eof=`expr $ac_eof + 1` fi cat >>$CONFIG_STATUS <<_ACEOF cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof /@[a-zA-Z_][a-zA-Z_0-9]*@/!b _ACEOF sed ' s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g s/^/s,@/; s/!/@,|#_!!_#|/ :n t n s/'"$ac_delim"'$/,g/; t s/$/\\/; p N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n ' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF CEOF$ac_eof _ACEOF ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF am__include!$am__include$ac_delim am__quote!$am__quote$ac_delim AMDEP_TRUE!$AMDEP_TRUE$ac_delim AMDEP_FALSE!$AMDEP_FALSE$ac_delim AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim CCDEPMODE!$CCDEPMODE$ac_delim am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim DATADIRNAME!$DATADIRNAME$ac_delim build!$build$ac_delim build_cpu!$build_cpu$ac_delim build_vendor!$build_vendor$ac_delim build_os!$build_os$ac_delim host!$host$ac_delim host_cpu!$host_cpu$ac_delim host_vendor!$host_vendor$ac_delim host_os!$host_os$ac_delim SED!$SED$ac_delim GREP!$GREP$ac_delim EGREP!$EGREP$ac_delim LN_S!$LN_S$ac_delim ECHO!$ECHO$ac_delim AR!$AR$ac_delim RANLIB!$RANLIB$ac_delim CPP!$CPP$ac_delim CXX!$CXX$ac_delim CXXFLAGS!$CXXFLAGS$ac_delim ac_ct_CXX!$ac_ct_CXX$ac_delim CXXDEPMODE!$CXXDEPMODE$ac_delim am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim CXXCPP!$CXXCPP$ac_delim F77!$F77$ac_delim FFLAGS!$FFLAGS$ac_delim ac_ct_F77!$ac_ct_F77$ac_delim LIBTOOL!$LIBTOOL$ac_delim WARN_CFLAGS!$WARN_CFLAGS$ac_delim GLIB_GENMARSHAL!$GLIB_GENMARSHAL$ac_delim PKG_CONFIG!$PKG_CONFIG$ac_delim GBONDS_CFLAGS!$GBONDS_CFLAGS$ac_delim GBONDS_LIBS!$GBONDS_LIBS$ac_delim GTK_CFLAGS!$GTK_CFLAGS$ac_delim GTK_LIBS!$GTK_LIBS$ac_delim HAVE_FILE_CHOOSER!$HAVE_FILE_CHOOSER$ac_delim UPDATE_MIME_DATABASE!$UPDATE_MIME_DATABASE$ac_delim HAVE_NEW_MIME_TRUE!$HAVE_NEW_MIME_TRUE$ac_delim HAVE_NEW_MIME_FALSE!$HAVE_NEW_MIME_FALSE$ac_delim UPDATE_DESKTOP_DATABASE!$UPDATE_DESKTOP_DATABASE$ac_delim HAVE_NEWER_MIME_TRUE!$HAVE_NEWER_MIME_TRUE$ac_delim HAVE_NEWER_MIME_FALSE!$HAVE_NEWER_MIME_FALSE$ac_delim GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim USE_NLS!$USE_NLS$ac_delim MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim GMSGFMT!$GMSGFMT$ac_delim CATALOGS!$CATALOGS$ac_delim CATOBJEXT!$CATOBJEXT$ac_delim GMOFILES!$GMOFILES$ac_delim INSTOBJEXT!$INSTOBJEXT$ac_delim INTLLIBS!$INTLLIBS$ac_delim PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim POFILES!$POFILES$ac_delim POSUB!$POSUB$ac_delim MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim LIBOBJS!$LIBOBJS$ac_delim LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 66; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 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 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` if test -n "$ac_eof"; then ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` ac_eof=`expr $ac_eof + 1` fi cat >>$CONFIG_STATUS <<_ACEOF cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end _ACEOF sed ' s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g s/^/s,@/; s/!/@,|#_!!_#|/ :n t n s/'"$ac_delim"'$/,g/; t s/$/\\/; p N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n ' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF :end s/|#_!!_#|//g CEOF$ac_eof _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 fi # test -n "$CONFIG_FILES" for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 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 || { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; 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 "`IFS=: echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { echo "$as_me:$LINENO: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} fi case $ac_tag in *:-:* | *:-) cat >"$tmp/stdin";; 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 || 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=`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 || 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" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 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=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`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 # 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= case `sed -n '/datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p ' $ac_file_inputs` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF 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 sed "$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s&@configure_input@&$configure_input&;t t s&@top_builddir@&$ac_top_builddir_sub&;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 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out 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"; } && { 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 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 ;; :H) # # CONFIG_HEADER # _ACEOF # Transform confdefs.h into a sed script `conftest.defines', that # substitutes the proper values into config.h.in to produce config.h. rm -f conftest.defines conftest.tail # First, append a space to every undef/define line, to ease matching. echo 's/$/ /' >conftest.defines # Then, protect against being on the right side of a sed subst, or in # an unquoted here document, in config.status. If some macros were # called several times there might be several #defines for the same # symbol, which is useless. But do not sort them, since the last # AC_DEFINE must be honored. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where # NAME is the cpp macro being defined, VALUE is the value it is being given. # PARAMS is the parameter list in the macro definition--in most cases, it's # just an empty string. ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' ac_dB='\\)[ (].*,\\1define\\2' ac_dC=' ' ac_dD=' ,' uniq confdefs.h | sed -n ' t rset :rset s/^[ ]*#[ ]*define[ ][ ]*// t ok d :ok s/[\\&,]/\\&/g s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p ' >>conftest.defines # Remove the space that was appended to ease matching. # Then replace #undef with comments. This is necessary, for # example, in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. # (The regexp can be short, since the line contains either #define or #undef.) echo 's/ $// s,^[ #]*u.*,/* & */,' >>conftest.defines # Break up conftest.defines: ac_max_sed_lines=50 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" # et cetera. ac_in='$ac_file_inputs' ac_out='"$tmp/out1"' ac_nxt='"$tmp/out2"' while : do # Write a here document: cat >>$CONFIG_STATUS <<_ACEOF # First, check the format of the line: cat >"\$tmp/defines.sed" <<\\CEOF /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def b :def _ACEOF sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS echo 'CEOF sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail grep . conftest.tail >/dev/null || break rm -f conftest.defines mv conftest.tail conftest.defines done rm -f conftest.defines conftest.tail echo "ac_result=$ac_in" >>$CONFIG_STATUS cat >>$CONFIG_STATUS <<\_ACEOF if test x"$ac_file" != x-; then echo "/* $configure_input */" >"$tmp/config.h" cat "$ac_result" >>"$tmp/config.h" if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else rm -f $ac_file mv "$tmp/config.h" $ac_file fi else echo "/* $configure_input */" cat "$ac_result" fi rm -f "$tmp/out12" # Compute $ac_file's index in $config_headers. _am_arg=$ac_file _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" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 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 || 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 || 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=`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 || 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" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done ;; "intltool":C) for file in intltool-extract intltool-merge intltool-update; do sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \ -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \ -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \ < ${ac_aux_dir}/${file}.in > ${file}.out if cmp -s ${file} ${file}.out 2>/dev/null; then rm -f ${file}.out else mv -f ${file}.out ${file} fi chmod ugo+x ${file} chmod u+w ${file} 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) 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" if test ! -f "po/Makefile"; then { { echo "$as_me:$LINENO: error: po/Makefile is not ready." >&5 echo "$as_me: error: po/Makefile is not ready." >&2;} { (exit 1); exit 1; }; } fi mv "po/Makefile" "po/Makefile.tmp" sed '/^POTFILES =/,/[^\\]$/ { /^POTFILES =/!d r po/POTFILES } ' "po/Makefile.tmp" >"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 # 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 echo " Configuration: Prefix: ${prefix} Source code location: ${srcdir} Compiler: ${CC} " gbonds-2.0.3/missing0000755000076400007640000002557711107465251011342 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: gbonds-2.0.3/AUTHORS0000664000076400007640000000015511106721200010762 00000000000000Jim Evins Acknowledgements: Chris Kassopulo - Fixes to sb_rules.c gbonds-2.0.3/omf.make0000664000076400007640000000377311106721200011343 00000000000000# # No modifications of this Makefile should be necessary. # # This file contains the build instructions for installing OMF files. It is # generally called from the makefiles for particular formats of documentation. # # Note that you must configure your package with --localstatedir=/var/lib # so that the scrollkeeper-update command below will update the database # in the standard scrollkeeper directory. # # If it is impossible to configure with --localstatedir=/var/lib, then # modify the definition of scrollkeeper_localstate_dir so that # it points to the correct location. Note that you must still use # $(localstatedir) in this or when people build RPMs it will update # the real database on their system instead of the one under RPM_BUILD_ROOT. # # Note: This make file is not incorporated into xmldocs.make because, in # general, there will be other documents install besides XML documents # and the makefiles for these formats should also include this file. # # About this file: # This file was taken from scrollkeeper_example2, a package illustrating # how to install documentation and OMF files for use with ScrollKeeper # 0.3.x and 0.4.x. For more information, see: # http://scrollkeeper.sourceforge.net/ # Version: 0.1.2 (last updated: March 20, 2002) # omf_dest_dir=$(datadir)/omf/@PACKAGE@ scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper omf: omf_timestamp omf_timestamp: $(omffile) -for file in $(omffile); do \ scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \ done touch omf_timestamp install-data-hook-omf: $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) for file in $(omffile); do \ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ done -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) uninstall-local-omf: -for file in $(srcdir)/*.omf; do \ basefile=`basename $$file`; \ rm -f $(omf_dest_dir)/$$basefile; \ done -rmdir $(omf_dest_dir) -scrollkeeper-update -p $(scrollkeeper_localstate_dir) gbonds-2.0.3/xmldocs.make0000664000076400007640000000612111106721200012221 00000000000000# # No modifications of this Makefile should be necessary. # # To use this template: # 1) Define: figdir, docname, lang, omffile, and entities in # your Makefile.am file for each document directory, # although figdir, omffile, and entities may be empty # 2) Make sure the Makefile in (1) also includes # "include $(top_srcdir)/xmldocs.make" and # "dist-hook: app-dist-hook". # 3) Optionally define 'entities' to hold xml entities which # you would also like installed # 4) Figures must go under $(figdir)/ and be in PNG format # 5) You should only have one document per directory # 6) Note that the figure directory, $(figdir)/, should not have its # own Makefile since this Makefile installs those figures. # # example Makefile.am: # figdir = figures # docname = scrollkeeper-manual # lang = C # omffile=scrollkeeper-manual-C.omf # entities = fdl.xml # include $(top_srcdir)/xmldocs.make # dist-hook: app-dist-hook # # About this file: # This file was taken from scrollkeeper_example2, a package illustrating # how to install documentation and OMF files for use with ScrollKeeper # 0.3.x and 0.4.x. For more information, see: # http://scrollkeeper.sourceforge.net/ # Version: 0.1.2 (last updated: March 20, 2002) # # ************* Begin of section some packagers may need to modify ************** # This variable (docdir) specifies where the documents should be installed. # This default value should work for most packages. # docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang) docdir = $(datadir)/gnome/help/$(docname)/$(lang) # ************** You should not have to edit below this line ******************* xml_files = $(entities) $(docname).xml EXTRA_DIST = $(xml_files) $(omffile) CLEANFILES = omf_timestamp # If the following file is in a subdir (like help/) you need to add that to the path include $(top_srcdir)/omf.make all: omf $(docname).xml: $(entities) -ourdir=`pwd`; \ cd $(srcdir); \ cp $(entities) $$ourdir app-dist-hook: if test "$(figdir)"; then \ $(mkinstalldirs) $(distdir)/$(figdir); \ for file in $(srcdir)/$(figdir)/*.png; do \ basefile=`echo $$file | sed -e 's,^.*/,,'`; \ $(INSTALL_DATA) $$file $(distdir)/$(figdir)/$$basefile; \ done \ fi install-data-local: omf $(mkinstalldirs) $(DESTDIR)$(docdir) for file in $(xml_files); do \ cp $(srcdir)/$$file $(DESTDIR)$(docdir); \ done if test "$(figdir)"; then \ $(mkinstalldirs) $(DESTDIR)$(docdir)/$(figdir); \ for file in $(srcdir)/$(figdir)/*.png; do \ basefile=`echo $$file | sed -e 's,^.*/,,'`; \ $(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/$(figdir)/$$basefile; \ done \ fi install-data-hook: install-data-hook-omf uninstall-local: uninstall-local-doc uninstall-local-omf uninstall-local-doc: -if test "$(figdir)"; then \ for file in $(srcdir)/$(figdir)/*.png; do \ basefile=`echo $$file | sed -e 's,^.*/,,'`; \ rm -f $(docdir)/$(figdir)/$$basefile; \ done; \ rmdir $(DESTDIR)$(docdir)/$(figdir); \ fi -for file in $(xml_files); do \ rm -f $(DESTDIR)$(docdir)/$$file; \ done -rmdir $(DESTDIR)$(docdir) gbonds-2.0.3/install-sh0000755000076400007640000003246411107465251011740 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: gbonds-2.0.3/gbonds.spec0000664000076400007640000000447311107465272012070 00000000000000Summary: gbonds is a savings bond inventory program for GNOME. Name: gbonds Version: 2.0.3 Release: 1 Copyright: GPL Group: Applications/Finance URL: http://gbonds.sourceforge.net/ Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/root-%{name}-%{version} Prefix: %{_prefix} BuildRequires: gtk2-devel >= @GTK_REQUIRED@ BuildRequires: libxml2-devel >= @LIBXML_REQUIRED@ BuildRequires: libgnomeui-devel >= @LIBGNOMEUI_REQUIRED@ BuildRequires: libbonoboui-devel >= @LIBBONOBOUI_REQUIRED@ BuildRequires: libgnomeprintui22-devel >= @LIBGNOMEPRINT_REQUIRED@ BuildRequires: gnome-vfs2-devel >= @GNOMEVFS_REQUIRED@ Requires: gtk2 >= @GTK_REQUIRED@ Requires: libxml2 >= @LIBXML_REQUIRED@ Requires: libgnomeui >= @LIBGNOMEUI_REQUIRED@ Requires: libbonoboui >= @LIBBONOBOUI_REQUIRED@ Requires: libgnomeprintui22 >= @LIBGNOMEPRINT_REQUIRED@ Requires: gnome-vfs2 >= @GNOMEVFS_REQUIRED@ %description GBonds is a savings bond inventory program for GNOME. It allows you to track the current redemption value and performance of your U.S. Savings Bonds and keep a valuable record of the bonds you own. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %makeinstall desktop-file-install --vendor gnome --delete-original \ --add-category X-Red-Hat-Base \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}.desktop %{__rm} -rf %{buildroot}/var/scrollkeeper %{__rm} -f %{buildroot}%{_datadir}/mime/XMLnamespaces %{__rm} -f %{buildroot}%{_datadir}/mime/globs %{__rm} -f %{buildroot}%{_datadir}/mime/magic %{__rm} -rf %{buildroot}%{_datadir}/mime/application %clean %{__rm} -rf %{buildroot} %post scrollkeeper-update if (update-mime-database -v &> /dev/null); then update-mime-database "%{_datadir}/mime" > /dev/null fi %postun scrollkeeper-update if (update-mime-database -v &> /dev/null); then update-mime-database "%{_datadir}/mime" > /dev/null fi %files %defattr(-, root, root) %doc README COPYING COPYING-DOCS ChangeLog NEWS AUTHORS INSTALL %{_bindir}/gbonds %{_datadir}/gbonds %{_datadir}/pixmaps/* %{_datadir}/gnome/help/gbonds/ %{_datadir}/omf/ %{_datadir}/applications/gnome-gbonds.desktop %{_datadir}/application-registry/* %{_datadir}/mime-info/* %{_datadir}/mime/packages/* %changelog * Sat May 19 2001 Jim Evins - Created